TheFerruccio
- 216
- 0
Homework Statement
Given y_1=x is a solution, solve the differential equation
Homework Equations
y''+xy'-y=0
The Attempt at a Solution
Since I am given y_1=x (is there a hotkey for adding TeX tags so I don't have to manually type these tags over and over? So tedious.) then I wish to vary a parameter A that y is multiplied by, A(x)...
y_2=Ax
y_2'=A'x+A
y_2''=A''x+2A'
Plugging into the original equation, I end up with
A''x+(x^2+2)A'=0
This is another differential equation, and I do not know where to go from here.