Reducing a PDE to an ODE Using a Change of Coordinates

In summary, the conversation discusses a problem in solving a partial differential equation using the Coordinate Method. The method is introduced in the text and involves substituting new variables to simplify the equation. The difficulty lies in writing the given function in terms of the new variables. The conversation ends with an advice to find the general solution and a thank you for the help.
  • #1
Tsunoyukami
215
11
I've been studying Walter A. Strauss' Partial Differential Equations, 2nd edition in an attempt to prepare for my upcoming class on Partial Differential Equations but this problem has me stumped. I feel like it should be fairly simple, but I just can't get it.

10. Solve ##u_{x} + u_{y} + u = e^{x+2y}## with ##u(x,0) = 0##. (Partial Differential Equations, 2nd ed. by Walter A. Strauss, pg. 10)

This section features only a few exercises and I assume they are to be solved using the methods presented in this section (primarily because they appear so early in the text). This section introduces two types of equations, the constant coefficient equation (which the above question is an example of) and the variable coefficient equation.

To solve the constant coefficient equation Strauss introduces the Coordinate Method. In general, the equation ##au_{x} + bu_{y} = 0## can be simplified by using the substitutions ##x' = ax + by## and ##y' = bx - ay## (note: these are not the derivatives of x and y, but are simply new variables - I'm sticking with the notation used in the text). By using this change of variables the equation ##au_{x} + bu_{y}## is reduced to ##(a^{2} + b^{2})u_{x'}##.

If I apply this same method to the above exercise, I find:

##u_{x} + u_{y} + u = e^{x+2y}##
##2u_{x'} + u = ?##

My difficulty lies in writing ##e^{x+2y}## in terms of only ##x'## and ##y'##. I feel like I'm missing something fairly obvious but can't just give up on it.

Otherwise, I have reduced this to an ODE solvable by using the method of integrating factors.

Any help would be greatly appreciated! Thanks!
 
Physics news on Phys.org
  • #2
Just going off of what you have it seems that you have taken a=b=1.

So we have the equations:

x'= x + y
and
y'= x - y

from here we can solve for x and 2y

x= (x' + y')/2
and
2y= x' - y'

so the RHS simplifies to

exp[(x' + y')/2 + x' - y']= exp[(3x'-y')/2]

which may be beneficial to you to write as

exp[(3x'-y')/2] = exp[3x'/2]*exp[-y'/2]

At this point I will leave the problem to you, mainly because I am not sure how the change of variables will help you in this case.

But best of luck.

Oh, and you should have one more initial condition, otherwise your solution will just be the general answer.
 
  • #3
Thank you very much! I'm not sure why I was unable to solve for x' and y' - I'll blame it on being tired ;)

I am only interested in finding the general solution so all the information provided is enough.
 

Related to Reducing a PDE to an ODE Using a Change of Coordinates

1. What is a PDE?

A PDE (partial differential equation) is a type of mathematical equation that involves multiple variables and their partial derivatives. It is commonly used to model physical phenomena such as heat transfer, fluid dynamics, and electromagnetic fields.

2. What does it mean to reduce a PDE to an ODE?

Reducing a PDE to an ODE (ordinary differential equation) means simplifying the equation by eliminating the partial derivatives and reducing it to an equation with only one independent variable.

3. How is a change of coordinates used to reduce a PDE to an ODE?

A change of coordinates involves transforming the variables in a PDE to new variables, which leads to a simpler form of the equation. This transformation can be chosen in a way that eliminates the partial derivatives and reduces the equation to an ODE.

4. What are the benefits of reducing a PDE to an ODE?

Reducing a PDE to an ODE can make the equation easier to solve, as ODEs typically have well-known analytical or numerical methods for finding solutions. It can also provide a better understanding of the underlying physical phenomena being modeled.

5. Are there any limitations to reducing a PDE to an ODE?

While reducing a PDE to an ODE can be useful, it may not always be possible or practical. Some PDEs may require complex transformations that make the equation difficult to solve. Additionally, reducing a PDE to an ODE may result in loss of information or accuracy in the solution.

Similar threads

  • Calculus and Beyond Homework Help
Replies
11
Views
768
  • Calculus and Beyond Homework Help
Replies
2
Views
2K
Replies
4
Views
542
  • Calculus and Beyond Homework Help
Replies
3
Views
620
Replies
5
Views
1K
Replies
1
Views
645
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
583
  • Differential Equations
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
979
Back
Top