Solving a Partial Differential Equation with the Characteristic Method

Click For Summary
SUMMARY

The discussion focuses on solving a partial differential equation (PDE) using the characteristic method, specifically the equation du/dt = (y - 1/2x^2)^2 with initial conditions u(0,s) = e^s. The participants successfully derived x(t,s) = t and y(t,s) = 1/2t^2 + s but encountered challenges with the du/dt component. The correct approach involves recognizing that s is a coordinate, allowing for the integration of du/dt = s^2, leading to the solution u(s,t) = s^2 * t, although this must satisfy the initial condition.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with the characteristic method
  • Basic knowledge of initial value problems
  • Proficiency in calculus, particularly integration techniques
NEXT STEPS
  • Study the characteristic method for solving PDEs in detail
  • Learn about initial value problems and their significance in PDEs
  • Explore integration techniques for functions of multiple variables
  • Investigate common pitfalls in solving PDEs and how to avoid them
USEFUL FOR

Mathematics students, educators, and professionals involved in solving partial differential equations, particularly those interested in the characteristic method and initial value problems.

The Head
Messages
137
Reaction score
2
Homework Statement
u_x + x*u_y = (y-1/2x^2)^2, u(0,y) = e^y
Relevant Equations
du/dt = du/dx*dx/dt + du/dy*dy/dt
dx/dt =1, x(0,s)=0, dy/dt=x, y(0,s) = s, du/dt=(y-1/2x^2)^2, u(0,s)=e^s

I did well at the beginning to get x(t,s) =t and y(t,s)=1/2t^2 + s, but got stuck with the du/dt part.

You can sub in x=t and y=1/2t^2 +s for x and y to get du/dt = s^2. But that's still three variables, and I can't see any obvious substitutions.

This is a regular diffy Q course, so I don't have a lot of knowledge of advanced techniques, and this was just thrown in, so I'm a little unsure how to proceed.
 
Physics news on Phys.org
Also, I tried u=e^s => s=ln(u), so du/dt = (ln(u))^2, but that gives me an Ei function, so I feel like that can't be correct.
 
The Head said:
You can sub in x=t and y=1/2t^2 +s for x and y to get du/dt = s^2.

The expression
$$
\frac{\partial u}{\partial t} = s^2
$$
can be directly integrated, ##s## is the other coordinate - not an unknown to be solved for.

Edit: Missed the square in the original PDE.
 
Last edited:
  • Like
Likes   Reactions: The Head
Orodruin said:
The expression
$$
\frac{\partial u}{\partial t} = s^2
$$
can be directly integrated, ##s## is the other coordinate - not an unknown to be solved for.

Edit: Missed the square in the original PDE.

Ohh, OK gotcha. So it can just be s^2 * t = u(s,t)? Thanks so much for your reply.
 
The Head said:
Ohh, OK gotcha. So it can just be s^2 * t = u(s,t)? Thanks so much for your reply.
No, but almost. Your function does not satisfy the initial condition.
 
  • Like
Likes   Reactions: The Head
Orodruin said:
No, but almost. Your function does not satisfy the initial condition.
Right, of course! Thank you.
 

Similar threads

Replies
6
Views
2K
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 8 ·
Replies
8
Views
2K
  • · Replies 14 ·
Replies
14
Views
1K
  • · Replies 9 ·
Replies
9
Views
2K
Replies
12
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K