How can the 2nd Order Elliptic Equation be solved for exact solutions?

  • Thread starter Thread starter Noctisdark
  • Start date Start date
  • Tags Tags
    2nd order
Noctisdark
Messages
224
Reaction score
35
I've been searching for exact solution of d2y/dx2 = C/y, where C is some constant, such equation take place when deriving equation of motion in gravitationnal field, I'm more interested in how to solve it, yet I only managed to express it as power series using taylor's theorem at x = 0, just pick y(0) = c1, y'(0) = c2, so y''= C/c1, y'''(x) = C*c2/c12 and so on, until y ≈ c1 + c2*x + C/2c1 * x2+ C*c2/6c12 *x3 + ..., Is there's any special function that solves the equation or any other approximisation ?, I want to hear some thoughts !,
 
Physics news on Phys.org
If we let ##v = dy/dx##, then

$$\frac{C}{y} = \frac{d^2y}{dx^2} = \frac{dv}{dx} = \frac{dy}{dx} \frac{dv}{dy} = v \frac{dv}{dy}.$$

We can integrate this for ##v(y)## (it's the square root of log). Solving ##v = dy/dx## for ##y## in closed form is probably not possible.
 
  • Like
Likes Noctisdark
There is a trick for solving second order equations of this type, where the independent variable x is missing. Using the notation y' = dy/dx, write d2y/dx2 as follows:
\frac{d^2 y}{dx^2} = \frac{dy'}{dx} = \frac{dy'}{dy} \frac{dy}{dx} = y' \frac{dy'}{dy}

Now you have eliminated x from the equation and turned it into a first order equation in y and y'. For your equation:

y' \frac{dy'}{dy} = \frac{C}{y}

or:

y' dy'= \frac{C}{y} dy

Now you can integrate both sides, and solve for y' in terms of y. Then you replace y' with dy/dx and integrate a second time. So you should be able to solve your equation analytically without needing power series.
 
  • Like
Likes Noctisdark
Thanks for quick replies, as far as I tried this seems "Damn" hard to solve but can get other approximisation from it , thanks :p
 
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Back
Top