Single degree of freedom (SDOF) system analytical solution

Solve any SDOF problem only providing stiffness, mass, damping coefficient.
439 Downloads
Updated 18 Jan 2022

View License

Inputs are ([mass, stiffness, damping_coefficient], number_of_natural_periods_to_plot, Forcing_function, Initial_conditions), while ouputs include the differential equation and it's analytical solution in addition to a plot over the specified interval ([0,n*T_n]).
[uso,eqnd] = msdof(mkx,n,F,U)
mkx = [mass, stiffness, damping_coefficient],
n = number_of_natural_periods_to_plot, %
F = Forcing_function, % could be any function or constant
U = initial_condition = [initial_displacement, initial_velocity] = [u0, ud0].
Examples from the below mentioned book will clarify the rest.
Kelly, S. Graham. Mechanical vibrations: theory and applications. Cengage learning, 2012.

Cite As

Mohammad abazari (2024). Single degree of freedom (SDOF) system analytical solution (https://www.mathworks.com/matlabcentral/fileexchange/105350-single-degree-of-freedom-sdof-system-analytical-solution), MATLAB Central File Exchange. Retrieved .

MATLAB Release Compatibility
Created with R2021a
Compatible with any release
Platform Compatibility
Windows macOS Linux

Community Treasure Hunt

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

Start Hunting!
Version Published Release Notes
1.0.2

More examples are added.

1.0.1

Edited.

1.0.0