Second degree linear? diff equation with the first derivative squared
Second degree linear? diff equation with the first derivative squared
(OP)
I get an error message telling me I have too many equations in the solve block. I tried to use the Odesolve function. Is there another solution for my problem?
example:
Given
m*x''(t)+c*(x'(t))^2+k*x(t)=0
x(0)=0 x(0)=5
x:=Odesolve(t,2)
example:
Given
m*x''(t)+c*(x'(t))^2+k*x(t)=0
x(0)=0 x(0)=5
x:=Odesolve(t,2)





RE: Second degree linear? diff equation with the first derivative squared
RE: Second degree linear? diff equation with the first derivative squared
RE: Second degree linear? diff equation with the first derivative squared
RE: Second degree linear? diff equation with the first derivative squared
RE: Second degree linear? diff equation with the first derivative squared