PDE: separation of variables problem

In summary, the conversation discusses reducing a PDE to 2 ODEs and finding particular solutions. The method used is separating variables and equating to a separation constant. The boundary conditions are used to solve for the roots and obtain the particular solutions. It is noted that another constraint may be needed to fully determine the solution.
  • #1
eckiller
44
0
I am to reduce the following PDE to 2 ODEs and find only the particular solutions:

u_tt - u_xx - u = 0; u_t(x,0) = 0; u(0,t) = u(1,t) = 0

I guess u = X(x)T(t), and plug u_tt, u_xx into PDE and divide by u to get:

T''/T = X''/X + 1 = K

I solve X'' + (1-K)X = 0 first.

From characteristic equation, r = +- sqrt(1-K)

Becausse of boundary conditions, we must have 1-K < 0

So r = +- i sqrt(K-1)

(I think I make an error somewhere around here...)

==> u = c1 cos(sqrt(K-1)x) + c2 sin(sqrt(K-1)x)

From boundary conditions, c1 =0, and sin(sqrt(K-1)) = 0 => sqrt(K-1) = n*pi

=> K-1 = n^2*pi^2
=> K = n^2*pi^2 + 1

Correct so far?

Now for T:

T'' - KT = 0

T'' - (n^2*pi^2 + 1)T = 0

r = +- sqrt(n^2*pi^2+1)

I think my K = n^2*pi^2 + 1 is wrong because it is strictly positive and I don't think an e^t solution will satisfy the initial condition.

Please help.

The book's answer is cos( sqrt(n^2*pi^2-1)t) * sin(n*pi*x)
 
Physics news on Phys.org
  • #2
When you separate variables and equate to a separation constant, usually need to check the boundary conditions against a positive, negative, and zero separation constant. For now, these types of equations just have a negative separation constant. That is:

[tex]\frac{T^{''}}{T}=\frac{X^{''}}{X}+1=K=-\lambda;\quad \lambda>0[/tex]

So, need to solve:

[tex]\frac{X^{''}}{X}+1=-\lambda[/tex]

or:

[tex]X^{''}+X(1+\lambda)=0[/tex]

Solving for the roots:

[tex]m=\pm \sqrt{-(1+\lambda)}[/tex]

Thus have:

[tex]X(x)=A_1Cos(\sqrt{1+\lambda}x)+A_2Sin(\sqrt{1+\lambda}x)[/tex]

Substituting the boundary conditions yield:

[tex]\lambda=(n\pi)^2-1;\quad n>0[/tex]

and:

[tex]X(x)=A_2Sin(n\pi x)[/tex]

Can you do T now?

Edit: Also, I think you need another constraint to obtain a particular solution, you know, wave equations usually specify the initial velocity as well.
 
Last edited:

1. What is the separation of variables method in solving PDEs?

The separation of variables method is a technique used to solve partial differential equations. It involves breaking down the equation into smaller, simpler equations by separating the variables and solving each equation separately.

2. When is the separation of variables method most useful?

This method is most useful when the PDE is linear and homogeneous, and the boundary conditions are separable. It is also useful when the equation has a simple geometry, such as Cartesian coordinates.

3. What are the steps involved in solving a PDE using separation of variables?

The first step is to identify the variables and separate them. Then, substitute the separated variables into the PDE and solve each resulting ODE. Next, impose the boundary conditions and solve for the coefficients. Finally, combine the solutions to get the general solution.

4. Can the separation of variables method be used for all types of PDEs?

No, the method can only be used for linear and homogeneous PDEs with separable boundary conditions. It is not applicable to nonlinear or nonhomogeneous equations.

5. Are there any limitations to the separation of variables method?

One limitation is that it may not work for all types of PDEs, as mentioned in the previous question. Additionally, the method can become more complicated for higher order PDEs and may require more advanced techniques to solve.

Similar threads

  • Calculus and Beyond Homework Help
Replies
2
Views
917
  • Calculus and Beyond Homework Help
Replies
11
Views
746
  • Calculus and Beyond Homework Help
Replies
1
Views
220
  • Calculus and Beyond Homework Help
Replies
1
Views
836
  • Calculus and Beyond Homework Help
Replies
1
Views
348
  • Calculus and Beyond Homework Help
Replies
8
Views
237
  • Calculus and Beyond Homework Help
Replies
3
Views
418
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
90
  • Calculus and Beyond Homework Help
Replies
5
Views
270
Back
Top