Solving a differential equation

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
3 replies · 2K views
Lengalicious
Messages
162
Reaction score
0

Homework Statement


Solve
[tex](1+bx)y''(x)-ay(x)=0[/tex]

Homework Equations


The Attempt at a Solution



I'm used to solving homogeneous linear ODE's where you form a characteristic equation and solve that way, here there is the function of x (1+bx) so how does that change things?
 
Physics news on Phys.org
Would dividing both sides by 1+bx help?
 
Ok so if I did that then what? I can define a characteristic equation such that

[tex]r^2-\frac{a}{1+bx}=0[/tex]

and [tex]r=\pm\sqrt{\frac{a}{1+bx}}[/tex]

where [tex]b^2-4ac = 4a(1+bx) > 0[/tex]

so a solution is [tex]y=ce^{rx}[/tex] but that doesn't satisfy the ODE so its not correct?
 
You can't use constant coefficient methods on a DE like this with variable coefficients. Perhaps there is a clever substitution that will help, or maybe not. Problems like this are typically solved with series solutions, especially if you know ##a## and ##b##. Where did this equation come from? If it's from a text, the recent material may give a hint how to solve it.