Solving second order symbolic ODE
2 views (last 30 days)
Show older comments
Hi,
I am trying to solve two equation in symbolic form for the past few days. The equation which represents an actuator is as shown below.

All initial conditions are zero. I have tried three methods.
- Using 'dsolve' :- Its taking more than 8-9 hours and still without result.
- State-space :- I wrote the equation in X_dot = A*X + B*U form and solve. I got the solution but the solution is unstable.
- Laplace :- Since the real time laplace transform of u(t) and v(t) are unknown, its not possible.
I have spend quite a few days to solve it. But not possible. It would be of great help if someone can clarify how to proceed.
Thanks and Regards
Karthik R
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!