Differential equation x y' +x^2 y'' = k^2 y

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 3K views
ehrenfest
Messages
2,001
Reaction score
1
[SOLVED] differential equation

Homework Statement


x y' +x^2 y'' = k^2 y

where y=y(x), k is constant.

How do you prove that x^r, where r is a real number form a basis for that differential equation? They are obviously linearly independent. But how do you prove that they span the solution space?


Homework Equations





The Attempt at a Solution

 
Physics news on Phys.org
By solving it! :smile:
Try the substitution [itex]y(x)=u(x)\,x^k[/itex]
 
i didn't get what exactly you want to prove! do you want to solve it for x?
 
When I do that I get (2k+1)u'(x)+x u''(x)=0. Is that a contradiction?
 
No it isn't! Now let [itex]u'(x)=a(x),\,u''(x)=a'(x)[/itex] which yields a separable 1st order ODE.
 
astrosona said:
i didn't get what exactly you want to prove! do you want to solve it for x?

I want to find out if the set of solutions {x^r}, [tex]r \in \mathbb{R}[/tex] spans the entire solution space of that equation.
 
Then I get [tex]a(x)=\frac{C}{x^{2k+1}}[/tex], where C is a constant. Very nice Rainbow Child!
 
oh... i see, thank you