Is It Possible to Solve This Diffusion Equation via Separation of Variables?

Click For Summary
SUMMARY

The diffusion equation $$\frac{\partial U}{\partial t}=\nu \frac{\partial^{2} U}{\partial y^{2}}$$ cannot be solved using the separation of variables method due to the nature of the boundary conditions. The boundary condition $$U(0,t)=U_0$$ and the requirement that $$U(y,t) \rightarrow 0$$ as $$y \rightarrow \infty$$ complicate the separation approach. Instead, the Laplace transform method is recommended, leading to the differential equation $$\nu W_{yy}(y,s) = s W(y,s)$$, where $$W(y,s)$$ is the Laplace transform of $$U(y,t)$$. The inverse Laplace transform of $$W(y,s)$$ provides the solution for $$U(y,t)$$.

PREREQUISITES
  • Understanding of diffusion equations in fluid mechanics
  • Familiarity with boundary value problems
  • Knowledge of Laplace transforms and their properties
  • Experience with differential equations and separation of variables
NEXT STEPS
  • Study the properties of Laplace transforms in solving differential equations
  • Learn about boundary value problems and their solutions
  • Explore the similarity method for solving diffusion equations
  • Investigate the error function (erf) and its applications in diffusion problems
USEFUL FOR

Mathematicians, physicists, and engineering students focusing on fluid mechanics and differential equations, particularly those seeking to solve complex boundary value problems.

Remixex
Messages
57
Reaction score
4

Homework Statement


$$\frac{\partial U}{\partial t}=\nu \frac{\partial^{2} U}{\partial y^{2}}$$
$$U(0,t)=U_0 \quad for \quad t>0$$
$$U(y,0)=0 \quad for \quad y>0$$
$$U(y,t) \rightarrow {0} \quad \forall t \quad and \quad y \rightarrow \infty$$

Homework Equations


This is a diffusion problem on fluid mechanics, but it's more of a math problem so i posted it here.

The Attempt at a Solution


I'm trying to solve this via separation of variables (the textbook uses a "similarity" method I've never seen before, and concludes the function U must be erf) is it even possible to reach an analytic result via SV?
The first boundary condition is what gets me, I tried
$$U_{0} e^{{k^{2}t}} e^{{-\frac{k}{\sqrt{\nu}}y}}$$
But it clearly doesn't work for any boundary condition except the last.
I don't think sinusoidal is the answer here either because it must eventually converge to zero, for every t.
Is there really no analytic answer?
 
Physics news on Phys.org
Please show your separation of variables and the resulting differential equations.
 
Remixex said:

Homework Statement


$$\frac{\partial U}{\partial t}=\nu \frac{\partial^{2} U}{\partial y^{2}}$$
$$U(0,t)=U_0 \quad for \quad t>0$$
$$U(y,0)=0 \quad for \quad y>0$$
$$U(y,t) \rightarrow {0} \quad \forall t \quad and \quad y \rightarrow \infty$$

Homework Equations


This is a diffusion problem on fluid mechanics, but it's more of a math problem so i posted it here.

The Attempt at a Solution


I'm trying to solve this via separation of variables (the textbook uses a "similarity" method I've never seen before, and concludes the function U must be erf) is it even possible to reach an analytic result via SV?
The first boundary condition is what gets me, I tried
$$U_{0} e^{{k^{2}t}} e^{{-\frac{k}{\sqrt{\nu}}y}}$$
But it clearly doesn't work for any boundary condition except the last.
I don't think sinusoidal is the answer here either because it must eventually converge to zero, for every t.
Is there really no analytic answer?

Use Laplace transforms with respect to ##t##. Let
$$W(y,s) = \int_0^{\infty} e^{-st} U(y,t) \, dt $$
be the Laplace transform. Then, using standard properties of Laplace transforms, we get the DE
$$\nu W_{yy}(y,s) = s W(y,s) - U(y,0) = s W(y,s),$$
where ##W_{yy} = \partial^2 W / \partial y^2##.
Also: ##U(0,t) = U_0## implies that
$$W(0,s) = \frac{U_0}{s} $$
Finally, the initial value theorem requires that ##\lim_{s \to \infty} s W(y,s) = 0## for ##y > 0##.

These are enough to determine ##W(y,s)##. Then it is just a matter of taking the inverse Laplace transform of ##W(y,s)## to get ##U(y,t)##.

Separation of variables will never work in this example, simply because it leads to the wrong kind of function.
 
Last edited:
Ray Vickson said:
Separation of variables will never work in this example, simply because it leads to the wrong kind of function.
THANK YOU :D
 

Similar threads

Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
4
Views
2K
  • · Replies 11 ·
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
Replies
1
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 0 ·
Replies
0
Views
535