Solve the Differential Equation: A(x)u'' + A'(x)u' + u/A(x) = 0

buffordboy23
Messages
545
Reaction score
2

Homework Statement



Solve the differential equation:

A\left(x\right)\frac{d^{2}u}{dx^{2}} + A'\left(x\right)\frac{du}{dx} + \frac{1}{A\left(x\right)}u = 0

where

u\left(x\right) = exp\left(c\int^{x}A\left(x'\right)^{q}dx'\right)

for some contants c and q.

The Attempt at a Solution



I tried substitution to obtain the constants c and q and also tried solving for A(x). I did not post my work since I don't even know if the approach is correct. I never saw a problem like this. The textbook does not offer any assistance, nor could I find anything on the internet. I do know that there should be two linear independent functions since it is a second-order equation. Any hints on solving the problem or suggestion of topics to research to help solve the problem would be appreciated.
 
Physics news on Phys.org
Maybe it helps to express u'' and u' in terms of u...
 
I did. That is what I meant by saying I tried substitution.

\frac{du}{dx} = -cA\left(x\right)^{q}u\left(x\right)

\frac{d^{2}u}{dx^{2}} = -cqA\left(x\right)^{q-1}A'\left(x\right)u\left(x\right) + \left[cA\left(x\right)^{q}\right]^{2}u\left(x\right)
 
Last edited:
You can cancel the u's then... maybe it helps using AqA'=(Aq+1)' (I neglected constant factors)...however there is still the A2q+1...
 
First, I forgot a sign in u(x) of the original problem statement. It should be

<br /> u\left(x\right) = exp\left(-c\int^{x}A\left(x\right)^{q}dx\right) <br />

My first and second derivatives of u w.r.t x are correct though. So, I substituted these into the equation, and the u(x) terms easily cancel out. After some manipulating, I get

c^{2}A^{2\left(q+1\right)}-c\left(q+1\right)A^{q+1}A&#039;+1=0

where A is A(x) and A' is A'(x) from earlier. I then chose q = -1, which leads to c = i. So,

<br /> u_{1}\left(x\right) = exp\left(-i\int^{x}\frac{dx&#039;}{A\left(x&#039;\right)}\right) <br />

If you choose u_{2}\left(x\right) = u_{1}\left(x\right)h\left(x\right) and then manipulate the equation through substitution, I found that

u_{2}\left(x\right) = Bexp\left(-i\int^{x}\frac{dx&#039;}{A\left(x&#039;\right)}\right) \left[\int^{x}exp\left(2i\int^{x&#039;}\frac{dx&#039;&#039;}{A\left(x&#039;&#039;\right)}\right)\frac{dx&#039;}{A\left(x&#039;\right)}\right]

where B is some constant. So, u(x) is just a linear combination of these two solutions for some coefficient function A(x).
 
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