Interactive physics simulator
Oscillation
Explore the dynamics of periodic motion. Study simple harmonic systems like spring-mass blocks and gravity pendulums, adjust physics properties in real time, and investigate the response curves of damped, driven resonance.
Oscillatory Dynamics & Wave Mechanics Lab
Modify values on the right panel to observe instantaneous updates. Visualizations and telemetry auto-refresh.
Live Telemetry
- Displacement (x)
- 0.00 m
- Velocity (v)
- 0.00 m/s
- Kinetic Energy
- 0.00 J
- Potential Energy
- 0.00 J
Understanding Oscillations and Periodic Motion
In physics, oscillation refers to the repetitive, periodic variation of some measure, typically about a central equilibrium point or value. This back-and-forth movement occurs in systems where a displacement from a stable equilibrium state triggers a restoring force that acts to return the system to that equilibrium. However, the energy gained by the system as it accelerates toward equilibrium causes it to overshoot. Once past the equilibrium position, the restoring force reverses direction, eventually bringing the system to a stop and pulling it back again, creating a cyclic wave-like motion.
An oscillation is classified as Simple Harmonic Motion (SHM) if the restoring force is directly proportional to the displacement and acts in the opposite direction (F = -kx). Systems like springs and small-angle pendulums undergo SHM. Real-world systems also experience non-conservative forces like friction or drag, resulting in damped oscillations where mechanical energy is converted into thermal energy, causing the amplitude to decay over time. If a periodic external force is applied, the system executes driven oscillations. When the external driving frequency matches the natural frequency of the system, a dramatic amplification in amplitude occurs, a phenomenon known as resonance.
Key Parameters
To analyze oscillatory systems, we define several fundamental parameters:
- Amplitude (A): The maximum displacement from the central equilibrium position, measured in meters (m).
- Period (T): The time duration required to complete one full cycle of oscillation, measured in seconds (s).
- Frequency (f): The number of complete cycles performed per second, measured in Hertz (Hz). Note that f = 1/T.
- Angular Frequency (ω): The rate of rotation or phase change in radians per second (rad/s), where ω = 2πf = 2π/T.
- Phase Angle (φ): The initial position and direction of the oscillator at t = 0 in the cycle, measured in radians.
Formulas & Kinematics
Kinematic behavior in Simple Harmonic Motion:
- Displacement: x(t) = A cos(ωt + φ). Describes position as a cosine wave over time.
- Velocity: v(t) = -Aω sin(ωt + φ). Maximum velocity occurs at equilibrium where vmax = Aω.
- Acceleration: a(t) = -Aω2 cos(ωt + φ) = -ω2x. Peak acceleration occurs at maximum stretch where amax = Aω2.
- Spring-Mass Period: T = 2π√(m/k). Depends only on the mass and spring constant.
- Simple Pendulum Period: T = 2π√(L/g). Valid for small swing angles (θ < 15°), independent of mass.
Solved Examples
A spring-mass oscillator consists of a 0.5 kg mass attached to a horizontal spring with a spring constant of k = 50 N/m. The mass is pulled 0.2 m from its equilibrium position and released from rest. Calculate (a) the period of oscillation, (b) the angular frequency, and (c) the maximum velocity of the mass.
- Identify the given values: mass m = 0.5 kg, spring constant k = 50 N/m, and amplitude A = 0.2 m.
- Part (a): Calculate the period (T) of a spring-mass oscillator. The formula is T = 2π√(m/k).
- Substitute values: T = 2π√(0.5 / 50) = 2π√(0.01) = 2π · 0.1 = 0.2π ≈ 0.628 seconds.
- Part (b): Calculate the angular frequency (ω). The formula is ω = √(k/m) or ω = 2π/T.
- Using the spring-mass formula: ω = √(50 / 0.5) = √(100) = 10 rad/s.
- Part (c): Calculate the maximum velocity (vmax). The velocity is maximum at the equilibrium position where vmax = Aω.
- Substitute values: vmax = 0.2 m · 10 rad/s = 2.0 m/s.
- The period is approximately 0.628 s, the angular frequency is 10 rad/s, and the maximum velocity is 2.0 m/s.
Answer: T ≈ 0.628 s, ω = 10 rad/s, vmax = 2.0 m/s
A simple pendulum has a length of L = 1.6 meters. It is set into small-angle oscillations. (a) Find its period on the Earth's surface (g = 9.8 m/s2). (b) Determine the pendulum length required to maintain the exact same period of oscillation on the Moon, where gravity is g = 1.6 m/s2.
- Identify variables for part (a): length L = 1.6 m, gravity g = 9.8 m/s2.
- Calculate the period on Earth (Tearth) using T = 2π√(L/g).
- Substitute values: Tearth = 2π√(1.6 / 9.8) ≈ 2π√(0.1633) ≈ 2π · 0.4041 ≈ 2.54 seconds.
- For part (b): We want the period on the Moon (Tmoon) to equal Tearth. Set the period formulas equal: 2π√(Learth/gearth) = 2π√(Lmoon/gmoon).
- Square both sides and cancel 2π to get: Learth / gearth = Lmoon / gmoon.
- Solve for Lmoon: Lmoon = Learth · (gmoon / gearth).
- Substitute values: Lmoon = 1.6 m · (1.6 / 9.8) ≈ 1.6 · 0.1633 ≈ 0.261 meters (or 26.1 cm).
- The period on Earth is 2.54 seconds, and the required length on the Moon is 0.261 meters.
Answer: Tearth ≈ 2.54 s, Lmoon ≈ 0.261 m
A driven, damped spring-mass oscillator is submerged in a fluid with a damping coefficient of b = 0.4 N·s/m. The system has a mass m = 1.0 kg and a spring constant k = 16 N/m. (a) Calculate the natural undamped angular frequency (ω0). (b) Determine the resonant frequency where the response amplitude reaches its peak. (c) Classify the system's damping state.
- Identify given values: mass m = 1.0 kg, spring constant k = 16 N/m, damping coefficient b = 0.4 N·s/m.
- Part (a): Find the natural undamped angular frequency ω0 = √(k/m).
- Substitute values: ω0 = √(16 / 1.0) = 4.0 rad/s. (This corresponds to a frequency f0 = ω0/2π ≈ 0.637 Hz).
- Part (b): For a damped driven system, the amplitude peak occurs at the resonant frequency ωres = √(ω02 - 2γ2), where γ is the damping factor defined as γ = b / (2m).
- Compute γ: γ = 0.4 / (2 · 1.0) = 0.2 s-1.
- Compute ωres: ωres = √(4.02 - 2 · 0.22) = √(16.0 - 0.08) = √(15.92) ≈ 3.99 rad/s (approx 0.635 Hz).
- Part (c): To classify the damping state, compare the damping factor γ with the natural frequency ω0. Alternatively, compute the critical damping coefficient: bc = 2√(k·m).
- Compute bc = 2√(16 · 1.0) = 8.0 N·s/m.
- Compare: The actual damping coefficient is b = 0.4 N·s/m, which is much less than bc = 8.0 N·s/m. Alternatively, γ = 0.2 < ω0 = 4.0. Therefore, the system is underdamped and will perform decaying oscillations if perturbed.
- The natural angular frequency is 4.0 rad/s, the peak resonant frequency is approximately 3.99 rad/s, and the system is underdamped.
Answer: ω0 = 4.0 rad/s, ωres ≈ 3.99 rad/s, State = Underdamped
Common Mistakes
- Confusing Period and Frequency: Mixing up the reciprocal relationship. If period T is 0.5 seconds, frequency f is 2 Hz, not 0.5 Hz. Remember f = 1/T.
- Mass Dependence on Pendulums: Assuming a heavier bob will swing faster or slower. Gravity accelerates all masses at the same rate, so pendulum period depends only on length and local gravitational acceleration.
- Extrapolating Pendulum Formula: Applying T = 2π√(L/g) to large release angles (like 90°). For larger displacements, the small-angle approximation sin(θ) ≈ θ (in radians) fails, and the actual period increases.
- Applying Constant Acceleration: Attempting to use linear motion equations (like v = u + at) for SHM. The acceleration in SHM is a dynamic variable that changes continuously with position (a = -ω2x). Use trigonometric functions instead.
Damping & Resonance
How friction and driving forces alter periodic motion:
- Damping Envelope: A friction coefficient b dampens amplitude, creating an exponential decay envelope A(t) = A0e-(b/2m)t.
- Damping States: Underdamped systems oscillate while decaying. Critically damped systems return to equilibrium in the shortest time without overshooting. Overdamped systems slowly crawl back.
- Driven Systems: Applying a force F0cos(ωdt) drives the system. The steady-state oscillation frequency matches the driver frequency ωd.
- Resonance Peak: When ωd matches the system\'s natural frequency ω0, energy transfer peaks, resulting in a spike in oscillation amplitude. Damping limits the maximum peak height.
Practice Questions
1. Why must a system possess both an equilibrium position and a restoring force to exhibit oscillatory behavior?
An equilibrium position is a state where the net force acting on the object is zero. If the object is displaced from this point, a restoring force is required to push it back toward equilibrium. However, because the object acquires kinetic energy as it accelerates toward equilibrium, it overshoots the central position. Once past equilibrium, the restoring force changes direction to slow it down, eventually bringing it to a stop and pulling it back again. Without a restoring force to pull it back and an equilibrium position to overshoot, the back-and-forth cycle of energy conversion cannot occur.
2. Explain how energy is continuously transformed in an undamped simple harmonic oscillator.
In an undamped simple harmonic oscillator, total mechanical energy is conserved and continuously alternates between potential energy and kinetic energy. At the points of maximum displacement (amplitude positions x = ±A), the speed is zero, meaning kinetic energy is zero, and all energy is stored as potential energy (elastic potential in a spring, gravitational potential in a pendulum). As the object moves toward the equilibrium point (x = 0), potential energy decreases and kinetic energy increases. At the equilibrium point, potential energy is zero, speed is at its maximum, and all energy is kinetic. This continuous cycle repeats indefinitely in the absence of friction.
3. Why does the period of a simple pendulum depend on its length and gravity, but not on the mass of the bob or the amplitude of its swing?
The restoring force of a pendulum is a component of gravity: Frestoring = -mg sin(θ). According to Newton's Second Law, F = ma, so the mass of the bob cancels out: ma = -mg sin(θ) → a = -g sin(θ). Since the acceleration is independent of mass, the period is also independent of mass. The independence of amplitude is an approximation (the small-angle approximation) where sin(θ) ≈ θ (in radians). For small angles (typically < 15°), the restoring force is proportional to displacement, resulting in simple harmonic motion where the period T = 2π√(L/g) remains constant regardless of swing size.
4. What is the difference between a system's natural frequency and its resonance frequency under a periodic driving force?
A system's natural frequency (ω0 = √(k/m)) is the frequency at which it oscillates freely after an initial disturbance without any external forces. A driving frequency (ωd) is the frequency of the external periodic force forced upon the system. The resonance frequency is the specific driving frequency at which the energy transfer to the oscillator is maximized, causing the amplitude to peak. In an undamped system, resonance occurs exactly at the natural frequency. However, in the presence of damping, the resonant frequency is pushed slightly lower than the natural undamped frequency: ωres = √(ω02 - 2γ2).
FAQ
Frequently Asked Questions
What is oscillatory motion?
Oscillatory motion is the periodic, back-and-forth movement of an object about a central, stable equilibrium position. Examples include a swinging pendulum, a vibrating guitar string, and a mass bouncing on a spring.
What is simple harmonic motion (SHM)?
Simple Harmonic Motion (SHM) is a special type of oscillatory motion where the restoring force acting on the object is directly proportional to its displacement from the equilibrium position and acts in the opposite direction of that displacement: F = -kx.
What are period and frequency in oscillation?
The period (T) is the time taken to complete one full cycle of oscillation, measured in seconds (s). The frequency (f) is the number of complete cycles performed per second, measured in Hertz (Hz). They are reciprocals: f = 1/T.
What is the amplitude of an oscillation?
Amplitude (A) is the maximum displacement of an oscillating object from its central equilibrium position. It corresponds to the peak of the wave motion.
What is a restoring force?
A restoring force is a force that acts to bring an oscillating system back toward its equilibrium position. In a spring, it is Hooke's Law force (F = -kx); in a pendulum, it is the tangential component of gravity: F = -mg sin(θ).
What is damping in oscillation?
Damping is the gradual reduction in amplitude of an oscillating system over time, caused by non-conservative forces like friction, air resistance, or viscous drag. It dissipates mechanical energy into thermal energy.
What are underdamped, critically damped, and overdamped systems?
An underdamped system oscillates with a gradually decaying amplitude. A critically damped system returns to equilibrium as quickly as possible without oscillating. An overdamped system returns to equilibrium slowly without oscillating.
What is a driven (or forced) oscillation?
A driven oscillation occurs when a periodic external force is continuously applied to an oscillator. The system eventually oscillates at the frequency of the external driver rather than its own natural frequency.
What is resonance?
Resonance is the phenomenon where an oscillating system experiences a massive spike in amplitude when driven by an external force at a frequency close or equal to its natural frequency (ωd ≈ ω0).
What are some real-world examples of resonance?
Examples include tuning a radio to a specific station's frequency, a swing going higher when pushed at its natural rhythm, microwave ovens heating water molecules at their resonant frequency, and structural failures like the Tacoma Narrows Bridge.
What is the phase of an oscillation?
Phase describes the specific position of an oscillator within its cycle at a given time, usually measured in radians or degrees. Two oscillators are 'in phase' if they reach their peak displacement at the same time.