Frobenius method solution for linear ODE

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 5K views
zokomoko
Messages
5
Reaction score
0
I've been given the ODE:
x^2 u''-x (x u'-u)=0
Solve.

It's suppose to be an example in which a logarithmic term is required for the general solution.
I would be glad if someone could look at what I've done and see if my solution is correct / incorrect.

Thank you in advance for your time and effort :wink:



p.s: I've attached a zip file which contains a WMF type file of the problem, if anyone has mathtype it's easier to read than the attached GIF image.
 

Attachments

  • Madar.jpg
    Madar.jpg
    18.6 KB · Views: 1,075
  • Madar.zip
    Madar.zip
    7.3 KB · Views: 296
Physics news on Phys.org
Your 1st solution of y = x is correct, but the other solution is wrong.

Please refer to the below question in http://www.voofie.com" .

http://www.voofie.com/content/86/how-to-solve-this-2nd-order-linear-differential-equation/"

The question solves an inhomogeneous version of your question using http://www.voofie.com/content/84/solving-linear-non-homogeneous-ordinary-differential-equation-with-variable-coefficients-with-operat/" .

If there is an inhomogeneous function of f(x), the solution should be:
[tex]\Rightarrow y=C_1x\int e^xx^{-2} dx+ C_2 x+x\int \left(e^xx^{-2} \int e^{-x} x f(x)dx\right) \, dx[/tex]

And you can see, the fundamental solution that you are missing is:
[tex]x\int e^xx^{-2} dx[/tex]
 
Last edited by a moderator: