Solving a non linear differential equation

I am currently trying to solve this equation,
in to matlab and solve it to give me the frequency response of a misaligned shaft but i am unsure of how to do this. Could anyone please offer some advice?
This is the original equation
Thanks,
Ben

Respuestas (1)

Alberto
Alberto el 9 de Abr. de 2014

0 votos

syms f(t) ;
S = dsolve(diff(diff(f)) == ( (12.12*sin(417*t)+0.065)-((18043*(cos(417*t)-sin(417*t)))+110))*f + 431*sin(417*t)*diff(f) )

Categorías

Más información sobre Mathematics en Centro de ayuda y File Exchange.

Productos

Preguntada:

Ben
el 28 de Feb. de 2014

Respondida:

el 9 de Abr. de 2014

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by