- #1
Graphite
- 7
- 0
Homework Statement
[tex]y(t) = e^{a(t-t_{0})} y(t_{0}) + \int_{t_{0}}^{t} e^{a(t-\tau)}b \dot{u} (\tau) d\tau[/tex]
[tex]u(t) = \delta(t) = \frac{1}{2} c^{3} t^{2} e^{-ct}[/tex]
where c >> |a|, t_0 = 0, and y(0) = 0
Find y(t) and represent the unit impulse, delta, in the solution. The remaining
terms should not contain c.
Homework Equations
The Attempt at a Solution
Evaluating the integral, I got
[tex]y = \frac{1}{2}bc^{3} \left( e^{-ct} \left(\frac{(ct^{2}-2t)(a+c)^{2}+(2ct-2)(a+c)+2c}{(a+c)^{3}} \right) + e^{at} \frac{2a}{(a+c)^{3}} \right) [/tex]
However, I'm stuck at trying to substitute in delta to get a function that does not have the variable c in it. I'm assuming that since c >> |a|, then the terms with (a+c) will simplify to just c
[tex]y = \frac{1}{2}b \left( e^{-ct} \left((ct^{2}-2t)(c)^{2}+(2ct-2)(c)+2c \right) + e^{at} {2a}\right) [/tex]
When I simplify it further, I am still unable to get it in a form without c. I'm thinking that I made a mistake somewhere in calculating the integral, but Matlab is giving me the similar result so I"m not sure where the problem is.