Does Reduction of Order Always Solve Non-Homogeneous Second Order ODEs?

  • Thread starter Thread starter Benny
  • Start date Start date
  • Tags Tags
    Ode Reduction
Benny
Messages
577
Reaction score
0
Hi, say I have a second order ODE a_1 \left( x \right)\frac{{d^2 y}}{{dx}} + a_2 \left( x \right)\frac{{dy}}{{dx}} + a_3 \left( x \right)y = f\left( x \right) and I have y_H = h\left( x \right) which satisfies the DE for case of f(x) = 0. Can I always, in principle, find the general solution to the DE for the case where f(x) is not necessarily zero by using the substitution y\left( x \right) = u\left( x \right)h\left( x \right). I know that there are various substitutions for second order ODEs but I would like to know if the one I mentioned always works. Any help would be good thanks.
 
Physics news on Phys.org
Benny said:
Hi, say I have a second order ODE a_1 \left( x \right)\frac{{d^2 y}}{{dx}} + a_2 \left( x \right)\frac{{dy}}{{dx}} + a_3 \left( x \right)y = f\left( x \right) and I have y_H = h\left( x \right) which satisfies the DE for case of f(x) = 0. Can I always, in principle, find the general solution to the DE for the case where f(x) is not necessarily zero by using the substitution y\left( x \right) = u\left( x \right)h\left( x \right). I know that there are various substitutions for second order ODEs but I would like to know if the one I mentioned always works. Any help would be good thanks.

Absolutely. The problem of course is effecting the integration: After letting y=uh and substituting into the ODE, then let:

w=u^{'}

resulting in:

w^{'}+\left(\frac{2h^{'}}{h}+\frac{a_2}{a_1}\right)w=\frac{f}{a_1h}
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top