AxiomOfChoice
- 531
- 1
Homework Statement
As part of the solution to a HW problem of mine, I have to solve the PDE
<br /> p_t = -vk^2 p - k \delta p_k,<br />
where p = p(k,t) and v,\delta are known constants.
Homework Equations
I tried to look for a solution of the form p(k,t) = K(k)T(t) and found one, but I'm not sure if I need to sum/integrate over my arbitrary constant.
The Attempt at a Solution
Separation of variables gave me the solution
<br /> p(k,t) = A_0 e^{-ct} k^{c/\delta} e^{-vk^2/2\delta},<br />
where c is the constant one gets from the separation of variables and A_0 is a constant of integration. But I tried solving the PDE in Mathematica, and got a different solution:
<br /> p(k,t) = A_0(t-(\log k)/\delta) e^{-vk^2/2\delta}.<br />
Can someone explain why Mathematica's answer differs from mine? Also, do I need to perform an integration/sum in c to get the most general solution? I've plugged both my solution and Mathematica's in, and they both work, so I'm thinking I have to go another step to get the general solution.
Last edited: