Difficulty: Medium
Correct Answer: f = (1 / 2π) * sqrt(g / δ)
Explanation:
Introduction / Context:
Small vertical vibrations of a mass hung from a spring are modeled as simple harmonic motion (SHM). Designers often use the static deflection δ under weight W to estimate natural frequency without directly computing spring stiffness and mass separately.
Given Data / Assumptions:
Concept / Approach:
Let spring stiffness be k. At static equilibrium, W = k * δ, so k = W / δ. With W = m * g, we have k = m * g / δ. The circular natural frequency is ω = sqrt(k / m). Frequency in hertz is f = ω / (2π).
Step-by-Step Solution:
From static deflection: k = W / δ = (m * g) / δ.Compute natural frequency: ω = sqrt(k / m) = sqrt((m * g / δ) / m) = sqrt(g / δ).Convert to hertz: f = ω / (2π) = (1 / 2π) * sqrt(g / δ).
Verification / Alternative check:
Unit check: g/δ has units (m/s^2)/m = 1/s^2, so sqrt(g/δ) is 1/s, matching angular frequency; dividing by 2π gives cycles per second (Hz).
Why Other Options Are Wrong:
Common Pitfalls:
Final Answer:
f = (1 / 2π) * sqrt(g / δ)
Discussion & Comments