Partial Differential Equation Urgent Help

Click For Summary

Homework Help Overview

The discussion revolves around solving a partial differential equation (PDE) of the form U^2U_x + U_y = 0 with the initial condition u(x,0) = x. Participants are exploring methods to find a solution, particularly focusing on characteristic equations and parametric methods.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss the use of characteristic equations and express confusion about integrating functions of multiple variables. There are attempts to set up parametric equations and questions about how to eliminate variables to find a solution. Some participants suggest using Laplace transforms and question the interpretation of initial conditions.

Discussion Status

The discussion is ongoing, with various approaches being explored. Some participants have shared their attempts at solving the equations parametrically, while others are seeking clarification on the methods and initial conditions. There is no clear consensus on the solution, but several lines of reasoning are being examined.

Contextual Notes

Participants mention constraints related to the homework deadline and express concern about understanding the methods required to solve the PDE. There are indications of misinterpretations regarding initial conditions, which are under discussion.

utorstudent
Messages
8
Reaction score
0
I have a PDE problem set due on monday and as I look at the teacher's method for solving this problem it doesn't make any sense to me. I'll show what I have so far.


Find the solution of
[tex]U^2U_x + U_y = 0[/tex]
that satisfies [tex]u(x,0)=x[/tex]


So I started out with the characteristic equations the way my professor did it in his notes

[tex]x_t = u^2[/tex]
[tex]y_t = 1[/tex]
[tex]z_t = 1[/tex]

then integrating these I get

[tex]t = \int 1/u^2 dx[/tex]
[tex]t = y + y_0[/tex]
[tex]t = z + z_o[/tex]


I don't know how to integrate the u in the first equation (as its a function of x - and I don't think that integrating w.r.t t will help.) and using the intial conditions

[tex]x_o = s, y_o = 0, z_0 = s[/tex]

so that reduces them to


[tex]t = \int 1/u^2 dx[/tex]
[tex]t = y[/tex]
[tex]t = z + s[/tex]


and this is where I got stuck. I know I have to solve for x and y as functions of s and t and substitute them into the third equation to get the solution but I can't figure out how to do this while eliminating the s and t (I mean I could solve for s if I could do the integral in one but I can't.)


Anyways, all help would be greatly appreciated.
 
Last edited:
Physics news on Phys.org
could I please get a hand with this. I still don't know where to go from the above.
 
Does anyone know of a good website which explains the method to solving PDE's of this form. I still can't see a way to solve it (I tried to replace u with x and that doesn't work) and I'm really worried about finishing. Thanks to anyone who replies.
 
I'm not that far in diff eq yet, but it looks a lot like parametric equations from calculus with diff eq included.

Have you tried using parametric methods?

Also, you have three equations for t, so you can set them all equal to each other if that helps:

since t=a and t=b, b=a

You also may need a laplace transform.

Sorry I can't be more of a help
 
Day late and a dollar short no doubt. Here goes anyway:

First put the equation into the form:

[tex]F(x,y,u,u_x,u_y)=F(x,y,u,p,q)=0[/tex]

with:

[tex]u(x,0)=x[/tex]

Then to solve parametrically, first set the initial condition as:

[tex]u(f(s),g(s))=G(s)[/tex]

and then solve the system:

[tex]\frac{dx(s,t)}{dt}=F_p[/tex]

[tex]\frac{dy(s,t)}{dt}=F_q[/tex]

[tex]\frac{du(s,t)}{dt}=pF_p+qF_q[/tex]

Doing this I get:

[tex]\frac{dx(s,t)}{dt}=u^2[/tex]

[tex]\frac{dy(s,t)}{dt}=1[/tex]

[tex]\frac{du(s,t)}{dt}=pu^2+q=0[/tex]

So:

[tex]y(s,t)=t+y(s,0)=t+g(s)=t[/tex]

[tex]u(s,t)=u(s,0)=s[/tex]

[tex]x(s,t)=s^2t+x(s,0)=s^2t+f(s)=s^2t+s[/tex]

I haven't checked this yet. What did you get?
 
saltydog said:
Day late and a dollar short no doubt. Here goes anyway:

First put the equation into the form:

[tex]F(x,y,u,u_x,u_y)=F(x,y,u,p,q)=0[/tex]

with:

[tex]u(x,0)=x[/tex]

Then to solve parametrically, first set the initial condition as:

[tex]u(f(s),g(s))=G(s)[/tex]

and then solve the system:

[tex]\frac{dx(s,t)}{dt}=F_p[/tex]

[tex]\frac{dy(s,t)}{dt}=F_q[/tex]

[tex]\frac{du(s,t)}{dt}=pF_p+qF_q[/tex]

Doing this I get:

[tex]\frac{dx(s,t)}{dt}=u^2[/tex]

[tex]\frac{dy(s,t)}{dt}=1[/tex]

[tex]\frac{du(s,t)}{dt}=pu^2+q=0[/tex]

So:

[tex]y(s,t)=t+y(s,0)=t+g(s)=t[/tex]

[tex]u(s,t)=u(s,0)=s[/tex]

[tex]x(s,t)=s^2t+x(s,0)=s^2t+f(s)=s^2t+s[/tex]

I haven't checked this yet. What did you get?

Just for the record, I mis-interpreted the initial conditions when solving the ODEs. The solutions I get are:

[tex]y(s,t)=t+y(s,0)=t+g(s)=t[/tex]

[tex]u(s,t)=u(s,0)=s[/tex]

[tex]x(s,t)=s^2t+x(s,0)=s^2t+f(s)=s^2t[/tex]

Solving for u:

[tex]u(x,y)=\pm\sqrt{\frac{x}{y}}[/tex]

Which when substituted into the PDE, satisfies the relation. Utorstudent, if you use any of this, then kindly explain how the initial conditions for the ODEs are arrived at.
 
saltydog said:
Just for the record, I mis-interpreted the initial conditions when solving the ODEs. The solutions I get are:

[tex]y(s,t)=t+y(s,0)=t+g(s)=t[/tex]

[tex]u(s,t)=u(s,0)=s[/tex]

[tex]x(s,t)=s^2t+x(s,0)=s^2t+f(s)=s^2t[/tex]

Solving for u:

[tex]u(x,y)=\pm\sqrt{\frac{x}{y}}[/tex]

Which when substituted into the PDE, satisfies the relation. Utorstudent, if you use any of this, then kindly explain how the initial conditions for the ODEs are arrived at.

Alright so I made another mistake. The formula for calculating x(s,t) is:

[tex]\frac{dx(s,t)}{dt}=u^2=s^2;\quad x(s,0)=s[/tex]

so that leads to:

[tex]x(s,t)=s^2t+s[/tex]

Then solving for u(x,y) yields:

[tex]u(x,y)=\frac{-1\pm\sqrt{1+4xy}}{2y}[/tex]

Note:

[tex]\mathop\lim\limits_{y\to 0}\left(\frac{-1+\sqrt{1+4xy}}{2y}<br /> \right)=x[/tex]

but the negative one goes to minus infinity. So the solution is:

[tex]u(x,y)=\frac{-1+\sqrt{1+4xy}}{2y}[/tex]

Thanks Qbert.
 

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
Replies
5
Views
3K