Angello90
- 65
- 0
Homework Statement
What is that oscillatory component? And is my answer for the following correct?
x(t) = u(t)
H(s) = \frac{R}{R + sL}
y(t) will contain oscillatory component if
R > \frac{1}{L}
True or False?
Homework Equations
Basic Laplace Transform:
u(t) \longrightarrow \frac{1}{s}
e^{-at}u(t) \longrightarrow \frac{1}{s+a}
The Attempt at a Solution
H(s) = \frac{\frac{R}{L}}{s + \frac{R}{L}}
X(s) = \frac{1}{s}
Y(s) = \frac{1}{s} * \frac{\frac{R}{L}}{s + \frac{R}{L}}
where * donates multiplication not convolution.
Doing partial fraction expansion I got:
Y(s) = \frac{1}{s} - \frac{1}{s + \frac{R}{L}}
which in time domain is:
y(t) = u(t) - e^{\frac{-Rt}{L}}u(t)
Now, clearly, if:
R > \frac{1}{L}
that exponential e will converge to 0, and signal would eventually be a DC signal - 1 which is donated by u(t) right? So output y(t) doesn't have an oscillatory component?