Solving Equation with ndsolve: dp/dt, a,b,c,theta

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
zahra
Messages
2
Reaction score
0
Hi.
How can i solve below equation with ndsolver ?
dp/dt = a * d^2p/dx^2 * cos^2 (theta) + b d^2p/dt^2 + c d^2p /d(theta)^2
where a , b, c are constant. d^2p/dx^2 is second derivative with respect to x. theta is angle.
 
Physics news on Phys.org
Hi zahra, welcome to PF!

p is a function of x, theta, and t, so this is not an ordinary differential equation, but a partial differential equation. NDsove can't be used. Solving PDEs is not trivial.
 
Hi DrClaude .thanks!
Really ? but my master told me that use NDS ! Do we have other way to solve this proplem?