I believe that the concepts presented below could help to get your question answered. The total response of a system can be classified in different ways, depending on behavior you want to put in evidence (always as a sum of two components):
Zero Input Response (ZIR) + Zero State Response (ZSR)
Zero Input Response: Is the response of the system to the initial conditions, with the input set to zero.
Zero State Response: Is the response of the system to the input, with initial conditions set to zero. The transfer function definition involves this type of response.
$$ H(s)=\frac{Y(s)}{X(s)}=\frac{\mathcal{L}{\text{{Zero State Response}}}}{\mathcal{L}{\text{{Input}}}} $$
Natural Response + Forced Response
- Natural Response: Is the response involving only the system's natural modes (also called characteristic modes, poles, eigenvalues, natural frequencies or roots of the characteristic polynomial). it is worth noting that the Zero State Response may contain natural modes. The natural response is also called Homogeneous or Complementar Solution.
- Forced Response: Is the response which does not involve the natural modes of the system. It is also called Particular Solution.
Transient Response + Steady-state Response
- Transient Response: It is the part of the response which vanishes with time.
- Steady-state Response: It is the part of the response which remains when the transient response vanishes.
In order to consolidate these concepts, I'm going to show two examples:
========== EXAMPLE 1 ==========
Consider the differential equation below which describes a linear time invariant system:
$$ \frac{d^2y(t)}{dt^2}+12\frac{dy(t)}{dt}+32y(t)=32x(t) $$
with \$x(t)=u(t)\$, i.e., the unit step input.
The associated transfer function is:
$$ H(s)= \frac{32}{s^2+12s+32}=\frac{32}{(s+4)(s+8)} $$
With zero initial conditions and \$ X(s)=\frac{1}{s} \$:
$$ Y(s)=\frac{32}{s(s+4)(s+8)} \tag{1} $$
In time domain:
$$ y(t)=\left( 1-2e^{-4t}+e^{-8t} \right )u(t) $$
Zero State Response: \$ \left( 1-2e^{-4t}+e^{-8t} \right )u(t) \$
Zero Input Response: Not applicable.
Natural Response: \$ \left( -2e^{-4t}+e^{-8t} \right )u(t) \$
Forced Response: \$ 1u(t) \$
Transient Response: \$ \left( -2e^{-4t}+e^{-8t} \right )u(t) \$
Steady-state Response: \$ 1u(t) \$
The multiplication by unit step function is due to use of unilateral Laplace Transforms.
Now, we're going to use nonzero initial conditions, for example \$y(0_-)=0\$ and \$y'(0_-)=1\$:
$$ \frac{Y(s)}{X(s)}= \frac{32}{s^2+12s+32} $$
So,
$$ s^2Y(s)-sy(0_-)-y'(0_-) +12\left [ sY(s)-y(0_-) \right ]+32Y(s) = 32X(s) $$
$$ Y(s) = \frac{\frac{32}{s}+1}{s^2+12s+32} $$
$$ Y(s) = \frac{32}{s(s+4)(s+8)} + \frac{1}{(s+4)(s+8)} \tag{2} $$
Compare equations (1) and (2). The second has an additional term due to nonzero initial conditions. In other words, the information contained in transfer function ends up participating on the total response.
In time domain:
$$ y(t)=\left( 1-\frac{7}{4}e^{-4t}+\frac{3}{4}e^{-8t} \right )u(t) $$
Zero State Response: \$ \left( 1-2e^{-4t}+e^{-8t} \right )u(t) \$
Zero Input Response: \$ \left( \frac{1}{4}e^{-4t}-\frac{1}{4}e^{-8t} \right )u(t) \$
Natural Response: \$ \left( -\frac{7}{4}e^{-4t}+\frac{3}{4}e^{-8t} \right )u(t) \$
Forced Response: \$ 1u(t) \$
Transient Response: \$ \left( -\frac{7}{4}e^{-4t}+\frac{3}{4}e^{-8t} \right )u(t) \$
Steady-state Response: \$ 1u(t) \$
========== EXAMPLE 2 ==========
Consider the following transfer function:
$$ H(s) = \frac{s+2}{s^2+4} $$
and, an input as:
$$ X(s) = \frac{1}{(s+1)} $$
With zero initial conditions:
$$ Y(s) = \frac{s+2}{(s^2+4)(s+1)} $$
$$ Y(s) = \frac{-0.1 -0.3j}{s-2j} + \frac{-0.1+0.3j}{s+2j} + \frac{0.2}{s+1} $$
In time domain:
$$ y(t) = \left [ (-0.1-0.3j)e^{2jt} +(-0.1+0.3j)e^{-2jt} + 0.2e^{-t} \right ]u(t) $$
Finally:
$$ y(t) = \left [ \sqrt{0.4}\cos(2t-108.43^o)+0.2e^{-t} \right ]u(t) $$
Zero State Response: \$ \left [ \sqrt{0.4}\cos(2t-108.43^o)+0.2e^{-t} \right ]u(t) \$
Zero Input Response: Not applicable.
Natural Response: \$ \left [ \sqrt{0.4}\cos(2t-108.43^o) \right ]u(t) \$
Forced Response: \$ 0.2e^{-t}u(t) \$
Transient Response: \$ 0.2e^{-t}u(t) \$
Steady-state Response: \$ \left [ \sqrt{0.4}\cos(2t-108.43^o) \right ]u(t) \$
Note that, unlike Example 1, here the Natural Response does not vanish (oscillatory behavior due to a pair of complex conjugate poles). In other hand, the forced response now vanishes.