First order differential equation

  • #1
360
0
find the solution for the following equation:

dy(t)/dt + 3y(t) = x(t-2), t > 0 and y(0) = 0

i did it by parameterization but am unsure if it is correct. i need help especially with the limits of integration.

y' + 3y = x(t-2)
yh' = -3yh
yh = Ce^-3t
y(t) = v(t)e^-3t
(ve^-3t)' = v'e^-3t - 3ve^-3t
-3ve^-3t + v'e^-3t = -3ve^-3t + x(t-2)
v' = e^3t * x(t-2)
v = int[e^3t * x(t-2) dt] // int means integral
y(t) = e^-3t * int[e^3T * x(T-2) dT] // T is tau
i'm not sure if that's correct. right now i have the limits of integration set to 0 to t

thanks in advance
 
Physics news on Phys.org
  • #2
One way is to take Laplace transforms. I am assuming here that x(t) is a predefined function
 
  • #3
we have not discussed Laplace transforms in class yet. x(t-2) stands alone. no further information is given.
 

Suggested for: First order differential equation

Back
Top