- #1
Sonique
- 3
- 0
Homework Statement
Hi,
Wondering if anyone can give me some help with reducing this 3rd order ODE to a first order problem, so it can be written in the form u' = f(u, t)
Homework Equations
The 3rd order ODE is: x'''(t) + x''(t) + 2x'(t) + 2x(t) = 2t^2 + 4t - 5;
The initial values x(0) = -3; x'(0) = 2; x''(0) = 2 are given
The Attempt at a Solution
I tried defining new variables u1 = x, u2 = x', u3 = x'' then u = (u1 u2 u3) and u' = (x' x'' x''') which gives the right order of x, but I'm unsure of how to phrase this in a way that's equivalent to the ODE with the right coefficients