Initial value problem Euler equation

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
4 replies · 2K views
lisa92
Messages
3
Reaction score
0
Question:

Find y as a function of x:

x^2 y'' + 8 x y' - 18 y = x^8

y(1)=3, y'(1)=2


Attempted solution:

I found the general equation to be Ax^(-9)+Bx^2+Cx^8.
However when I try to solve the initial value problem for this equation I have 3 unknowns.
 
Physics news on Phys.org
write
(x2D2+8 x D-18)=(xD+9)(xD-2)
or change variables u=x2 y

your general solution is extraneous check it in the equation to eliminate
 


That's an "Euler type" equationl. The change of variable x= ln(t) changes it to a differential equation with constant coefficients which may be simpler.

If you do not wish to do it that way, what did you get as a solution to the associated homogeneous equation?