Solving PDE in Mathematica: Why No Answer?

  • Context: Mathematica 
  • Thread starter Thread starter adamimos
  • Start date Start date
  • Tags Tags
    Mathematica
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
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