Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
Hi,
I'm trying to solve the Differential equation of motion using the comand rkfixed, however I'm not getting.
The correct form to write the equation is in the captura in the attachment, but the Mathcad not solves it, just solve if the mass divide all terms (stiffiness and damper)
Can anyone help me please?
I believe your mathcad sheet is correct and your png is wrong, from the equation for forced harmonic motion:
But that does not explain why the png form doesn't work. Since I have only Express I can't do more, sorry!
Hi FredKohlhepp, thanks for your answer
In fact you're right. thanks very much for your help
Note that Prime can use units in differential equations (I don't think that Rkfixed can, but a solve block using Odesolve can.) Units, and the proper conversion of them, was/is one of the primary benefits of this software. So you can use:
Fredkohlhepp, I used to solve using odesolve comand, however I stoped to use it when a try to input a second fredom degree (TMD). The Odesolve comand didn't work well, the response was different from analytical solution.
You may consider using a solve block with odesolve
Werner_E, Thanks for your answer