Solving a 3D PDE with given initial conditions and characteristics"

  • Thread starter Thread starter Easty
  • Start date Start date
  • Tags Tags
    3d Function Pde
Easty
Messages
19
Reaction score
0
b]1. Homework Statement [/b]
Find the characteristics, and then the solution, of the partial differential equation

x\frac{\partial u}{\partial x}+xy\frac{\partial u}{\partial y}+z\frac{\partial u}{\partial z}=0


given that u(1, y, z)=yz


Homework Equations





The Attempt at a Solution



Found this question on an old exam and am not quite sure what to do.
Initialy i tried to take the z derivative to the other side and still take dy/dy=y to be the characteristics, leaving me to solve

x\frac{\partial u}{\partial x}+z\frac{\partial u}{\partial z}=0.

but i think that's wrong.
Could someone please point me in the right direction.
thanks
[
 
Physics news on Phys.org
Are you clear on what "characteristics" are for a partial differential equation?

The characteristics for this equation are given by
dx/dt= x, dy/dt= xy, and dz/dt= z. From the first and third, x= Aet and z= Cet. The second equation is dy/dt= Aety which separates as dy/y= Aetdt and integrates as ln(y)= Aet+ B' or y= BeAet= Bex. Also, z= Cet and, from x= Aet, et= x/A so z= Cex/A. That is, taking x= t as parameter, the charateristics are given by x= t, y= Bet, and z= Cet/A.
 
Ok thanks. So would the solution of the PDE still be just an arbitary function of the constant combination of variables? how do i combine all the characteristics to form a single solution?
 
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