Mathematica Solving PDE in Mathematica: Why No Answer?

  • Thread starter Thread starter adamimos
  • Start date Start date
  • Tags Tags
    Mathematica
AI Thread Summary
The user is attempting to solve a partial differential equation (PDE) in Mathematica but is not receiving an answer. The PDE in question is d²f/dx² = df/dt + f, where f is a function of x and t. It is noted that this equation does not have a general analytical solution, which is likely why Mathematica is not providing an answer. The recommended approaches include solving the PDE numerically or employing a different problem decomposition method. Understanding the limitations of analytical solutions in such cases is crucial for finding alternative methods.
adamimos
Messages
3
Reaction score
0
Hey all,

I'm trying to solve a PDE in mathematica of this form:

d^2 f / dx^2 = df/dt + f


where f is a function of x and t.

So I input this:

DSolve[D[V[x, t], {x, 2}] == V[x, t] + D[V[x, t], {t, 1}],
V[x, t], {x, t}]

does anyone know why no answer shows up? thanks.
 
Physics news on Phys.org
It doesn't have a general analytical solution. You will have to do it numerically or use some other problem decomposition.
 

Similar threads

Replies
4
Views
3K
Replies
19
Views
2K
Replies
1
Views
1K
Replies
4
Views
2K
Replies
1
Views
2K
Back
Top