Hi,
I am undertaking an undergrad design project and want to ensure I'm doing this correctly,
I have derived the ODE as shown below;
A*Y = M*X'' + (B+C)*X' + D*X
Where A,M,B,C,D are constants.
By taking the Laplace transform, I get;
A*Y(s) = M*s^2*X(s) + (B+C)*s*X(s) + D*X(s)...