The doubt of Seperation of Variables

Click For Summary
SUMMARY

The method of separation of variables is a technique used to solve partial differential equations (PDEs), exemplified by the equation \(\frac{\partial u}{\partial t}-\alpha\frac{\partial^{2}u}{\partial x^{2}}=0\). This method assumes that the solution can be expressed as a product of two functions, \(u(x,t) = X(x)T(t)\). However, it is established that many solutions cannot be represented in this form; instead, they can often be expressed as a series of such products, \(\Psi(x,t) = X_1(x)T_1(t) + X_2(x)T_2(t) + ...\). The flexibility of this approach allows for the capture of a broader range of solutions, particularly in linear systems.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with the method of separation of variables
  • Knowledge of Fourier series and their application in solving PDEs
  • Basic concepts of linear and non-linear systems
NEXT STEPS
  • Study the application of Fourier series in solving linear PDEs
  • Explore the uniqueness results for solutions of PDEs
  • Learn about the limitations of separation of variables in non-linear PDEs
  • Investigate alternative methods for solving PDEs, such as the method of characteristics
USEFUL FOR

Mathematicians, physicists, and engineers who are working with partial differential equations, particularly those interested in the methods of solution and the implications of linear versus non-linear systems.

Chuck88
Messages
36
Reaction score
0
The method of separation of variables is used to solve the problem of partial diffrential equation. For example, when the partial differential equation is:

<br /> \frac{\partial u}{\partial t}-\alpha\frac{\partial^{2}u}{\partial x^{2}}=0<br />

We could suppose that u(x,t) is a solution concerning both x and t. It could also be represented as the product of two functions:

<br /> u(x,t) = X(x)T(t)<br />

My question is that the method of separation of variables is based on the assumption that our solution could be represented as the product of two functions, which are with respect to x and t repsectively. My question is that what if the solution u could not be represented as the product of two functions of x and t, like:

<br /> u(x,t) = \frac{1}{xt+1}<br />

We then could not use the method of separation of variables.

I know that the solution I provided above is NOT RIGHT. But is it possible that the solution is of the form of the solution I provided above? Which means that the solution could not be separated that easy?
 
Physics news on Phys.org
Okay two things, when you first apply the method of separation of variables to a PDE, there's basically nothing a priori to tell you that it will work. In fact in practice when you're doing a real problem as opposed to something from a textbook separation of variables is almost guaranteed not to work because the equation won't separate. But I think due to uniqueness results for the PDEs your working with, you can basically employ any trick you want to find a solution even if it involves an unjustified assumption, and if in the end it leads to a solution, you know that this is the unique solution.

The second thing is that you're not really strictly limited to functions of the type X(x)T(t). You're limited to SUMS of functions like that. And it turns out that this is in fact flexible enough to capture any solution.
 
Last edited:
I remember my friend and I had a discussion about this once. We were lead to some spectral theory stuff, and in the end I sort of forgot our conclusions...
 
kai_sikorski said:
Okay two things, when you first apply the method of separation of variables to a PDE, there's basically nothing a priori to tell you that it will work. In fact in practice when you're doing a real problem as opposed to something from a textbook separation of variables is almost guaranteed not to work because the equation won't separate. But I think due to uniqueness results for the PDEs your working with, you can basically employ any trick you want to find a solution even if it involves an unjustified assumption, and if in the end it leads to a solution, you know that this is the unique solution.

The second thing is that you're not really strictly limited to functions of the type X(x)T(t). You're limited to SUMS of functions like that. And it turns out that this is in fact flexible enough to capture any solution.

Can I get the rough idea fron your reply that in fact, some solution to the partial differential equation could not be represented as X(x)T(t)? X(x)T(t) is one type of the solution?
 
Chuck88 said:
Can I get the rough idea fron your reply that in fact, some solution to the partial differential equation could not be represented as X(x)T(t)? X(x)T(t) is one type of the solution?

It's highly unlikely you can find a solution to a PDE as \Psi(x,t) = X(x)T(t), but it turns out you can find a solution to many (maybe even all? I'm not confident in saying all) PDEs as a series solution given by

\Psi(x,t) = X_1(x)T_1(t) + X_2(x)T_2(t) + X_3(x)T_3(t) + ...

where each X(x) can be a unique function of x and similarly with T(t)
 
Chuck88 said:
Can I get the rough idea fron your reply that in fact, some solution to the partial differential equation could not be represented as X(x)T(t)? X(x)T(t) is one type of the solution?
Lets say we're thinking about the above problem (heat equation) on some fixed domain with some fixed boundary conditions. So any function (maybe assuming some technical regularity conditions) f(x) can be used as the initial conditions for our problem and supposedly should correspond to some solution u(x,t), such that u satisfies the pde and u(x,0)=f(x). So do we know how to find the solution for any f?

Well if the f(x) just happens to be one of the Xλ we found while working through the separation of variables then obviously we're done. u(x,t) = Xλ (x)Tλ(t). Similarly if f(x) is some linear combination of such Xs then the situation is again pretty simple. Say
f(x) = α Xλ1(x) + β Xλ2(x)
then
u(x,t) =α Xλ1(x)Tλ1(t) + β Xλ2(x) Tλ2(t)

But the genius of Fourier (if i got the history wrong someone please correct me) was figuring out that you could actually express ANY f(x) as a linear combination of Xs, as long as you're willing to use infinitely many. So since there is a 1-to-1 mapping between solutions and fs (I'm sure you need to qualify this statement somehow with regularity conditions of f to make it actually true) and since for any f we can get a solution with separation of variables, it must be that we can express any solution u(x,t) using a linear combination of the X T products.
 
One should note that the above prescriptions work for linear systems. Non-linear PDE's will not have this nice property where you can add solutions to form new solutions.
 
Yes that's true. I was just speaking to the problem the OP mentioned, which is linear.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
5K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 18 ·
Replies
18
Views
5K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K