Solving PDE Using Method of Separation of Variables: Complete Guide

  • Context: Graduate 
  • Thread starter Thread starter hbl2012
  • Start date Start date
  • Tags Tags
    Pde
Click For Summary
SUMMARY

This discussion focuses on solving the partial differential equation (PDE) ∂²u/∂x² + ∂²u/∂y² = 0 using the method of separation of variables. The solution involves expressing u(x,y) as a product of functions X(x) and Y(y), leading to the equations X'' + λX = 0 and Y'' - λY = 0. The analysis reveals three cases for λ, with the nontrivial solution occurring when λ > 0, resulting in X(x) = sin(nπx) and Y(y) being expressed in terms of exponential functions. The discussion also addresses a potential misprint regarding the expression for Y(y) involving sinh.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with the method of separation of variables
  • Knowledge of boundary value problems
  • Basic concepts of hyperbolic functions, specifically sinh
NEXT STEPS
  • Study the method of separation of variables in greater detail
  • Explore boundary value problems in PDEs
  • Learn about hyperbolic functions and their applications in differential equations
  • Investigate the implications of misprints in mathematical expressions
USEFUL FOR

Mathematicians, physics students, and engineers working with partial differential equations, particularly those interested in boundary value problems and the method of separation of variables.

hbl2012
Messages
2
Reaction score
0
I'm new here, hope it is the right place to ask the question.

The PDE question is ∂2u/∂x2+∂2u/∂y2=0
and u(x,0)=f(x), u(x,1)=0, u(0,y)=0, u(1,y)=0.

I use the method of separate the variables, with is let u(x,y)=X(x)Y(y) and get X''/X+Y''/Y=0.

Then let X''/X=-Y''/Y=-λ, i.e. X''+λX=0, and Y''-λY=0.

Since u(x,0)=f(x)=X(x)Y(0), u(x,1)=0=X(x)Y(1), u(0,y)=0=X(0)Y(y), u(1,y)=0=X(1)Y(y), we can conclude that X(0)=0, X(1)=0, Y(0)=f(x), Y(1)=0.

For X''+λX=0, we have 3 cases

1) λ=0, i.e. X''=0, i.e. X=ax+b, since X(0)=0, X(1)=0, a=b=0, which is X(x) always 0. not wavelike.

2) λ<0, Let λ=-μ2, i.e. X''-μ2X=0, General solution is X=a1eμx+a2e-μx. Since X(0)=0, X(1)=0, a1=a2=0, which is X(x) always 0. not wavelike.

3) λ>0, Let λ=μ2, i.e. X''+μ2X=0, General solution is X=a1cos(μx)+a2sin(μx). Since X(0)=0, X(1)=0, a2sinμ=0.
In order to get a nontrivial solution, let μ=n∏, then X(x)=sin(n∏x).
Then we consider Y''-λY=0, i.e. Y''-n22Y=0.
The general solution is Y=b1en∏y+b2e-n∏y.
Then since Y(1)=0, b1en∏+b2e-n∏=0.


Now, here is my question.
Why b1+b2e-2n∏=0?

and How it change in the black font? Yh(y)=-b2e-2n∏en∏y+b2e-n∏y
=-b2e-n∏e-n∏en∏y+b2e-n∏en∏e-n∏y
=-b2'e-n∏(1-y)+b2'en∏(1-y)
=b2'(en∏(1-y)-e-n∏(1-y))
=2b2''sin(hn∏(1-y))
 
Physics news on Phys.org
hbl2012 said:
[...]

Then we consider Y''-λY=0, i.e. Y''-n22Y=0.
The general solution is Y=b1en∏y+b2e-n∏y.
Then since Y(1)=0, b1en∏+b2e-n∏=0.
Now, here is my question.
Why b1+b2e-2n∏=0?

Divide both sides of the previous equation by e^{n\pi}.

and How it change in the black font? Yh(y)=-b2e-2n∏en∏y+b2e-n∏y
=-b2e-n∏e-n∏en∏y+b2e-n∏en∏e-n∏y
=-b2'e-n∏(1-y)+b2'en∏(1-y)
=b2'(en∏(1-y)-e-n∏(1-y))
=2b2''sin(hn∏(1-y))

I think that's a misprint for 2b_2&#039;\sinh(n\pi(1-y)).

Remember that
\sinh(x) \equiv \frac{e^x - e^{-x}}{2}.
 
pasmith said:
Divide both sides of the previous equation by e^{n\pi}.



I think that's a misprint for 2b_2&#039;\sinh(n\pi(1-y)).

Remember that
\sinh(x) \equiv \frac{e^x - e^{-x}}{2}.

Got it! Thank you very much~~!
 

Similar threads

  • · Replies 36 ·
2
Replies
36
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 5 ·
Replies
5
Views
3K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 0 ·
Replies
0
Views
3K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
2K