Solving PDE: How to go about it?

  • Thread starter Thread starter coverband
  • Start date Start date
  • Tags Tags
    Pde
coverband
Messages
170
Reaction score
1

Homework Statement



2\frac{\partial^2X}{\partial a \partial b} + \frac{\partial X}{\partial a}(x^4-1) = 0

Homework Equations



How do I go about solving this PDE ??

The Attempt at a Solution



Please help !
 
Physics news on Phys.org


what is X a function of X = X(a,b,x)?
 


If you have written that correctly and X really is a function of the three variables x, a, and b, then let U= \partial X/\partial b.

The problem becomes
2\frac{\partial U}{\partial a}+ (x^4- 1)U= 0

which, since we have differentiation with respect to a only, is the same as
2\frac{dU}{da}= (1- x^4)U
where we are treating x and b as constants. This is a separable equation:
2\frac{dU}{U}= (1- x^4)da

2ln(U)= (1- x^4)a+f(b, x)
\frac{dX}{db}= U= F(b, x)e^{((1-x^4)a)/2}
(F(b,x) is e^{f(b,x)} and is simply an arbitrary differentiable function of b and x.


Now, just integrate again. Your "constant of integration" will be an arbitrary differentiable function of a and x.
 


There was a mistake in what I originally posted. The PDE to be solved is simpler:

\frac{\partial^2X}{\partial a^2} + (X^4-1)\frac{\partial X}{\partial a} = 0Would really appreciate your input. Thanks
 
Last edited by a moderator:


so now X = X(a) and it becomes a nonlinear ordinary differential equation, not a partial?
 
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