Partial Differential Equation Urgent Help

In summary, the conversation is about solving a PDE problem set that is due on Monday. The problem involves finding the solution for a given equation with initial conditions. The conversation includes discussions about using parametric methods, finding the characteristic equations, and using Laplace transforms. Ultimately, the solution is found to be u(x,y) = (-1 + √(1+4xy))/2y. The conversation ends with a thank you to Qbert for their help.
  • #1
utorstudent
8
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
  • #2
could I please get a hand with this. I still don't know where to go from the above.
 
  • #3
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.
 
  • #4
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
 
  • #5
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?
 
  • #6
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.
 
  • #7
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}
\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.
 

Related to Partial Differential Equation Urgent Help

1. What is a partial differential equation (PDE)?

A PDE is a mathematical equation that involves multiple independent variables and their partial derivatives. It is used to describe relationships between multiple variables in a system, such as in physics, engineering, and other scientific fields.

2. Why is urgent help needed for solving PDEs?

Solving PDEs can be a complex and time-consuming process, and urgent help may be needed when there is a deadline or time-sensitive situation. Additionally, PDEs are used in many real-world applications, so timely solutions are crucial for practical purposes.

3. What are the different types of PDEs?

There are several types of PDEs, including elliptic, parabolic, and hyperbolic. Elliptic PDEs involve steady-state problems, parabolic PDEs involve time-dependent problems, and hyperbolic PDEs involve wave-like problems. There are also mixed-type PDEs that combine characteristics of these three types.

4. What are some common techniques for solving PDEs?

There are various techniques for solving PDEs, including separation of variables, method of characteristics, finite difference methods, and numerical methods such as finite element methods and finite volume methods. The choice of method depends on the specific PDE and its boundary conditions.

5. Can PDEs be solved analytically or numerically?

PDEs can be solved both analytically and numerically. Analytical solutions involve finding an exact mathematical expression for the solution, while numerical solutions use approximations and algorithms to find an approximate solution. In many cases, analytical solutions are not possible, and numerical methods must be used.

Similar threads

  • Calculus and Beyond Homework Help
Replies
5
Views
280
  • Calculus and Beyond Homework Help
Replies
1
Views
241
  • Calculus and Beyond Homework Help
Replies
1
Views
461
  • Calculus and Beyond Homework Help
Replies
7
Views
811
  • Calculus and Beyond Homework Help
Replies
11
Views
755
  • Calculus and Beyond Homework Help
Replies
7
Views
321
Replies
7
Views
605
  • Calculus and Beyond Homework Help
Replies
7
Views
704
Replies
4
Views
666
  • Calculus and Beyond Homework Help
Replies
4
Views
261
Back
Top