Welcome to this comprehensive guide on Vibration Analysis and Structural Dynamics! In this video, we dive deep into the behavior of a Single Degree of Freedom (SDOF) system subjected to a harmonic (oscillating) load with viscous damping.
Whether you are a mechanical engineering student, a civil engineer analyzing seismic responses, or a coding enthusiast modeling physics in Python, this video breaks down the complex mathematics into easy-to-understand visuals.
🛠️ What You Will Learn:
The Equation of Motion: Understanding the core physics mx ̈(t)+cx ̇(t)+kx(t)= p_0 sinω ̅ t
Transient vs. Steady-State: How to separate the initial chaotic movement (transient) from the continuous, stable vibration (steady-state).
The Role of Damping: How the damping ratio prevents infinite resonance and controls the amplitude.
Phase Lag/Shift: Why the displacement of the mass doesn't perfectly align with the applied force.
Python Simulation: How to use scipy.integrate.odeint to solve the differential equation and visualize the displacement, velocity, and forces.
📚 Chapters / Timestamps:
0:00 - Introduction to SDOF Systems
1:30 - The Equation of Motion Explained
4:00 - Transient vs. Steady-State Response
5:15 -Python code explanation
10:05 - Output Graphs
14:35 - Damped SDOF System simulation
💻 Get the Code:
You can find the complete Python script used in this tutorial on my GitHub repository here: https://github.com/MarcosEngineering/...
If you found this tutorial helpful, please hit the LIKE button, SUBSCRIBE for more engineering and physics tutorials, and leave your questions in the comments below!