In preparation for an exam in linear signals and system my instructed handed us a couple of conceptual questions that should prepare us. I ran into the following:
Which statements regarding the Laplace transformations are true?
- Multiplication of two signals in the time-domain corresponds to convoluting the signals in the Laplace-domain.
- A differential equation can not be Laplace transformed if the roots in its characteristic equation lie in the RHP.
- Opposite the Fourier transformation, the Laplace transformation of the system response includes both zero input response and zero state response.
- The Laplace transformation of a system's step response gives the systems transfer function \$H(s) \$.
My attempt at reasoning
1 is wrong. It's true that \$x_1(t) *x_2(t) = X_1(s)X_2(s) \$, but \$x_1(t)x_2(t) = \frac{1}{2\pi j}X_1(s) * X_2(s) \$, so it is not equivalent.
2 is wrong. If the poles lie in the RHP doesn't mean that a Laplace transformation \$H(s) \$ doesn't exist, but it means that the system is unstable, the frequency response doesn't exist and \$H(j\omega) \$ is meaningless.
4 is wrong. It is the Laplace transformation of the impulse response \$h(t) \$ that gives the system transfer function \$H(s) \$.
3 I believe is correct. I just think of transforming a capacitor with an initial voltage to the Laplace domain, which will result in an impedance \$Z_c=\frac{1}{sC} \$ in series with a voltage source \$\frac{V_c(0)}{s} \$. So both the zero input and zero state response is taken care of.
However, the only answers available for this question state that either all of the statements are wrong, or that at least two of the statements are correct, which doesn't agree with my reasoning. Can someone spot a flaw in my reasoning?