Solving PDE in Mathematica: Why No Answer?

  • Context: Mathematica 
  • Thread starter Thread starter adamimos
  • Start date Start date
  • Tags Tags
    Mathematica
Click For Summary
SUMMARY

The discussion centers on solving the partial differential equation (PDE) represented as d²f/dx² = df/dt + f using Mathematica. The user attempted to apply the DSolve function but received no output, indicating that the equation lacks a general analytical solution. The consensus is that numerical methods or problem decomposition techniques are necessary to obtain a solution.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with Mathematica syntax and functions, particularly DSolve
  • Knowledge of numerical methods for solving PDEs
  • Concepts of problem decomposition in mathematical modeling
NEXT STEPS
  • Explore numerical methods for solving PDEs in Mathematica
  • Learn about the method of characteristics for PDEs
  • Investigate the use of NDSolve in Mathematica for numerical solutions
  • Study problem decomposition techniques applicable to PDEs
USEFUL FOR

Mathematicians, physicists, and engineers dealing with partial differential equations, as well as Mathematica users seeking to enhance their problem-solving capabilities in numerical analysis.

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
8
Views
4K
  • · Replies 4 ·
Replies
4
Views
4K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K