- #1
hachi_roku
- 61
- 0
Homework Statement
convert y'' +x^2y'+12y=0 to a system of first order equations with initial conditions y(0)=0 y'(0)=7.
Homework Equations
The Attempt at a Solution
first i isolate highest derivative y'' = -x^2y'-12y
then i let u_1=y u_2=y'
then (u_1)' = u_2 and (u_2)= y''
then (u_2)' = (-12u_1)-(x^2u_2)
i then write these as
(u_1)' = 0*u_1 + 1u_2
(u_2)' = (-12u_1) + (-x^2u_2)
so then in matrix form i have
matrix [u_1 u_2] = [top -0 1 bottom -12 -x^2] *[u_1 u_2] + [0 0]
i think I am close but i don't know how to get vector c but putting vec u(0) ...pls help and sorry for the poor notation...i can rewrite but i can't find link to use the symbols and such