How Do I Solve a Second Order ODE with Non-Constant Coefficients?

Remixex
Messages
57
Reaction score
4

Homework Statement


OK, this differential equation was technically created by me, because i need to clear my doubts.
Y'' + sqrt(X)*Y' + X^3*Y=3sin(x)
and actually just any initial conditions as long as the solution is something i can understand, let me expand my doubt further.

I've never solved a second order ODE with functions as coefficients, I've always done it with constant coefficients (because those are the ones that describe oscillations), i usually solve with variation of parameters, Y=Yh+Yp where Yh=C1*Y1(x) +C2 Y2(x) calculated with the "D" operator, and then Yp=U1*Y1 + U2*Y2 and U1 and U2 are calculated integrating the division of the respective wronskians.
The only ways i have to solve these "variable coefficients" equations are via Cauchy-Euler methods (X^m) or Riccati equation knowing one solution.
I actually had to be told this is solved via variation of parameters, and i have no idea how.

Homework Equations


Y'' +q(x)Y' + p(x) Y = g(x)
(In fact if you have any other example stored in that clarifies my doubt i'd greatly appreciate it, as long as it fits this equation above)

The Attempt at a Solution


The differential operator would be D^2 + sqrt(x)*D +X^3=0, but really i don't know how to solve for "D" (to get the general expression for Y1 and Y2) if i also have to solve for X
Thanks in advance, this might actually be a very basic doubt (it has been in my mind a long while, i know how to solve some PDEs and membrane problems with different boundary conditions but not this)
 
Physics news on Phys.org
I would look for power series solution to that.
 
Oh snap, it seems i just created an equation that can't be solved teh way i want to x.x, thanks for your help, i'll go with my doubt directly to the teacher
 
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