Simple Harmonic Motion (easy question)

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
5 replies · 38K views
MarineBio
Messages
15
Reaction score
0

Homework Statement



A 0.26 kg mass attached to a spring undergoes simple harmonic motion with a period of 0.84 s. What is the force constant of the spring?

Homework Equations



T = 2*pi*SQRT(m/k)

The Attempt at a Solution



I know this is supposed to be an easy question, but for some reason I can't do it. Here is what I got (which is not right):

T = 2*pi*SQRT(m/k) and to solve for "k":

K = 2*pi*SQRT(m)[whole thing divided by .84 seconds] = 3.814 N/m

Ok, so what am I doing wrong? Thanks!
 
Physics news on Phys.org
Your algebra doesn't look right. To solve for k, you want to get it by itself on one side of the equation, which involves:

1. Getting rid of the 2pi (by dividing both sides of the equation by 2pi).
2. Getting rid of the square root (by squaring both sides).
3. Getting k on top (taking the reciprocal of both sides)
4. Getting rid of the m (multiplying both sides by m)
 
It might make it more clear if it looked like this:

[tex]T=2\pi \sqrt{\frac{m}{k}}[/tex]

Now solve for k.

HINT: Squaring both sides gets rid of the square root.
 
ok so K = (2*pi*m)/T^2

That gives me 2.315 N/m which is also incorrect. Hmm... I don't know.
 
You forgot to square the 2*Pi
 
Chrisas said:
You forgot to square the 2*Pi

Problem solved. Thank you