I can't find anywhere how to solute PDE's.

  • Context: Undergrad 
  • Thread starter Thread starter lukaszh
  • Start date Start date
Click For Summary
SUMMARY

This discussion focuses on solving partial differential equations (PDEs) using the method of separation of variables. The example provided illustrates the transformation of the PDE \(\frac{du}{dt} + \frac{du}{dx} = u\) into a separable form by assuming \(u(x,t) = X(x)T(t)\). The separation leads to two ordinary differential equations, which can be solved to yield the general solution \(u(x,t) = Ce^{at + (1-a)x}\), where \(C\) and \(a\) are arbitrary constants. This method is applicable for constructing solutions under specific boundary conditions.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with the method of separation of variables
  • Knowledge of ordinary differential equations (ODEs)
  • Basic calculus, including differentiation and integration
NEXT STEPS
  • Study the method of separation of variables in detail
  • Learn about boundary value problems in PDEs
  • Explore specific techniques for solving linear PDEs
  • Investigate numerical methods for approximating PDE solutions
USEFUL FOR

Mathematicians, physics students, and engineers interested in solving partial differential equations and applying mathematical techniques to real-world problems.

lukaszh
Messages
32
Reaction score
0
I can't find anywhere how to solute PDE's. For exaple ODE:
[tex]\frac{du}{dt}=u\Rightarrow\ln u=t+\ln C\Rightarrow u=Ce^t[/tex]
But this?
[tex]\frac{du}{dt}+\frac{du}{dx}=u[/tex]

[tex]dudx+dudt=udtdx\Rightarrow udx+udt=udtdx[/tex]

I haven't had pde's yet, but I'm interested in solving these equations :-(
 
Physics news on Phys.org


For many equations, there is a technique that works called "separation of variables". To separate the equation, we assume u(x,t) can be factored into two one-variable functions:

[tex]u(x,t) = X(x)T(t)[/tex]

And then

[tex]\frac{\partial u}{\partial x} = T(t)\frac{dX(x)}{dx}[/tex]

[tex]\frac{\partial u}{\partial t} = X(x)\frac{dT(t)}{dt}[/tex]

Then, for your equation, we can write:

[tex]X(x)\frac{dT(t)}{dt} + T(t)\frac{dX(x)}{dx} = X(x)T(t)[/tex]

Next, divide by X(x)T(t):

[tex]\frac{1}{T(t)}\frac{dT(t)}{dt} + \frac{1}{X(x)}\frac{dX(x)}{dx} = 1[/tex]

Now, notice that we've separated the variables into the form

[tex]P(t) + Q(x) = 1[/tex]

Since this must be true for all x and t, the functions P and Q must individually be constant. This gives

[tex]a + b = 1[/tex]

[tex]\frac{1}{T(t)}\frac{dT(t)}{dt} = a[/tex]

[tex]\frac{1}{X(x)}\frac{dX(x)}{dx} = b[/tex]

These have the solution

[tex]X(x) = e^{bx}[/tex]

[tex]T(t) = e^{at}[/tex]

and so

[tex]u(x,t) = Ce^{at}e^{bx} = Ce^{at + (1-a)x}[/tex]

for arbitrary constants C and a. Also note that any linear combination of u's (with different values for a) are also solutions, because the equation is linear. This can be used to construct a more general solution, given some boundary conditions.
 

Similar threads

  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
5K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 16 ·
Replies
16
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
8
Views
2K