I'm sorry if this is a dumb question, but I'm having a lot of trouble solving this:
m*a*v+alpha*m*v+beta*v^3-p=0
where m,alpha, beta are constants and
a is the second derivative of x
v is the first derivative of x
also, zero initial conditions.
I have MATLAB if it has to be done numerically.