New Reply

A two Variable PDE

 
Share Thread Thread Tools
Oct25-11, 06:47 AM   #1
 
Recognitions:
Science Advisor Science Advisor

A two Variable PDE


In an open domain in the plane

(xU[itex]_{x}[/itex]-yU[itex]_{y}[/itex]-U)/U =

(xV[itex]_{x}[/itex] - y V[itex]_{y}[/itex]+V)/V
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> King Richard III found in 'untidy lozenge-shaped grave'
>> Google Drive sports new view and scan enhancements
>> Researcher admits mistakes in stem cell study
Oct25-11, 08:25 PM   #2
 
I'd like to know the answer myself. Does [itex]\frac{xU_x}{U}-\frac{xV_x}{V}=\frac{yU_y}{U}-\frac{yV_y}{V}[/itex] make it any easier? I've only dabbled in PDEs myself, but that seems like a separation of variables problem, when rephrased like that.

EDIT: Mathematica gives an error saying the answer is indeterminate, because there are more dependent variables than equations.
Nov1-11, 02:34 PM   #3
 
Recognitions:
Science Advisor Science Advisor
Quote by TylerH View Post
I'd like to know the answer myself. Does [itex]\frac{xU_x}{U}-\frac{xV_x}{V}=\frac{yU_y}{U}-\frac{yV_y}{V}[/itex] make it any easier? I've only dabbled in PDEs myself, but that seems like a separation of variables problem, when rephrased like that.

EDIT: Mathematica gives an error saying the answer is indeterminate, because there are more dependent variables than equations.
U = x V = K/x sort of works but doesn't allow the origin or the y axis.
Also the answer is a little trivial.
Nov1-11, 03:26 PM   #4
 

A two Variable PDE


So you have:
x d/dx ln (U) -y d/dy ln(U) -1 = xd/dx ln (V) -y d/dy ln(V) +1
x d/dx (ln(U/V))=y d/dy (ln(U/V))+2

Now make a guess of a function of the type U/V = exp(F(x,y))

to get:
x d/dx F = y d/dy F +2

so you have x d/dx F -y d/dy F =2

d/dx (xF) - d/dy (yF) = 2

Don't see how to solve this, though.

p.s the derivatives above are partial btw.
Nov1-11, 03:32 PM   #5
 
Recognitions:
Science Advisor Science Advisor
Quote by lavinia View Post
In an open domain in the plane

(xU[itex]_{x}[/itex]-yU[itex]_{y}[/itex]-U)/U =

(xV[itex]_{x}[/itex] - y V[itex]_{y}[/itex]+V)/V
I would rewrite this as

[tex]x \partial_x (\log U) - y \partial_y (\log U) - 1 = x \partial_x (\log V) - y \partial_y (\log V) + 1[/tex]

or

[tex]x \partial_x (\log U - \log V) - y \partial_y (\log U - \log V) = 2[/tex]

Define some function [itex]e^f = U/V[/itex] and you have

[tex]x \partial_x f - y \partial_y f = 2[/tex]

which should be easy to solve by characteristics. Mathematica gives

[tex]f = 2 \log x + C x y[/tex]

for arbitrary C. Then U and V can be any functions satisfying

[tex]\frac{U}{V} = x^2 e^{C x y}[/tex]
Nov1-11, 03:57 PM   #6
 
Recognitions:
Science Advisor Science Advisor
Thanks Ben

What approach would you recommend to learning more about differential equations? Right now i am learning differential geometry.
Nov1-11, 04:04 PM   #7
 
Recognitions:
Science Advisor Science Advisor
I don't know, I taught myself the method of characteristics when I started running across problems in my research that needed it.
Nov1-11, 10:13 PM   #8
 
Sometime I wonder why I even bother answering. :-/
Nov12-11, 03:07 PM   #9
 
Recognitions:
Science Advisor Science Advisor
I thank you for this solution and feel that I should explain where this equation came from.

To learn some differential geometry I posed the question of what vector fields on a surface can be tangent to geodesics for some Riemannian metric. Computation led to the condition that a unit length vector field V is tangent to geodesics if its Lie bracket with iV, the unit vector field orthogonal to it, is a multiple of iV (and that this multiple satisfies a differential equation along the geodesic that relates it to the Gauss curvature of the metric).

For the vector field xd/dx - yd/dy in a neighborhood of the origin in the plane, one gets the differential equation in this post. I think your solution shows that the field of hyperbolas y = k/x can be geodesics and that iV can be chosen to be x[itex]^{2}[/itex]d/dx + e[itex]^{-xy}[/itex]d/dy.

So it seems that a vector field of index -1 around a singularity can be a geodesic flow.

I think the Gauss curvature is -1 for this example but I haven't yet done the ugly calculation.
New Reply
Thread Tools


Similar Threads for: A two Variable PDE
Thread Forum Replies
Solving For A Variable In Multi-Variable Equations General Math 6
Natural log of a variable times the variable General Math 3
Numerical Integration of a 2-variable function in Matlab with respect to 1 variable Math & Science Software 1
Are Toasters Heat Variable or Time Variable? General Physics 2
Matlab: Use string variable as variable name Math & Science Software 5