Can someone help with this?
Show older comments
Hi I need help plotting the resopnse to this differential equation with 10^4 points. thanks if you can help.
!x!+ cx! + kx + εx3 = Bcost
0 ≤ c ≤ 0.5, −1 ≤ k ≤1, 0 ≤ ε ≤1, B = 8.5 ignore the exclamation points.
3 Comments
Walter Roberson
on 17 Dec 2013
Is "εx3" ε*x3 or ε*x^3 ?
If we are to ignore the exclamation marks, then this seems to be
(1 + c + k) * x + ε*x^3 = B*cost
which is not a differential equation.
Victor
on 17 Dec 2013
Walter Roberson
on 17 Dec 2013
Is it correct then that the equation is
(1 + c + k) * x + ε*x^3 = B*cost
? If so then what do you mean by "response"? This is not an differential equation.
Accepted Answer
More Answers (0)
Categories
Find more on Structural Mechanics in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!