Solve by using variation of parameters

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
SOS2012
Messages
4
Reaction score
0
x²y"(x)-3xy'(x)+3y(x)=2(x^4)(e^x)

=>y"(x)-(3/x)y'(x)+(3/x²)y(x)=2x²e^x

i don't know how to approach this problem because the coefficients are not constant and i am used to being given y1 and y2

HELP!
 
Physics news on Phys.org
This is an "Euler type" or "equi-potential" equation. The substitution t= ln(x) will change it to a "constant coefficients" problem in the variable t.

[tex]\frac{dy}{dx}= \frac{dy}{dt}\frac{dt}{dx}= \frac{1}{x}\frac{dy}{dt}[/tex]
and, differentiating again,
[tex]\frac{d^2y}{dx^2}= \frac{d}{dx}\left(\frac{dy}{dx}\right)[/tex][tex]= \frac{d}{dx}\left(\frac{1}{x}\frac{dy}{dt}\right)= -\frac{1}{x^2}\frac{dy}{dt}+ \frac{1}{x^2}\frac{d^2y}{dt^2}[/tex]
 
HallsofIvy said:
This is an "Euler type" or "equi-potential" equation. The substitution t= ln(x) will change it to a "constant coefficients" problem in the variable t.

[tex]\frac{dy}{dx}= \frac{dy}{dt}\frac{dt}{dx}= \frac{1}{x}\frac{dy}{dt}[/tex]
and, differentiating again,
[tex]\frac{d^2y}{dx^2}= \frac{d}{dx}\left(\frac{dy}{dx}\right)[/tex][tex]= \frac{d}{dx}\left(\frac{1}{x}\frac{dy}{dt}\right)= -\frac{1}{x^2}\frac{dy}{dt}+ \frac{1}{x^2}\frac{d^2y}{dt^2}[/tex]
thank you very much. i appreciate the help