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?
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top