The Differential Equation of Free Motion

Join the discussion
Registration is free. Start your own thread to ask a follow-up.
2 replies · 12K views
gotpho
Messages
6
Reaction score
0

Homework Statement


A spring with a spring constant k of 100 pounds per foot is loaded with 1-pound weight and brought to equilibrium. It is then stretched an additional 1 inch and released. Find the equation of motion, the amplitude, and the period. Neglect friction.

Homework Equations


mx"+kx=0

The Attempt at a Solution



I understand that I need to set up a differential equation but I'm not quite sure if this is right.

K = 100 lb/ft m = 1 lb

thus plugging into the equation

x" + 100x = 0

use characteristic equation,

I get r= +/- 10i

y[tex]^{g}[/tex](t)= cos (10t) + sin (10t)So far is everything is alright?

When I tried to solve for period. I set the inside, 10t=2pi. At least that's how my professor does it but apparently it's wrong when I submit my answers online.

I'm also not understanding how the initial conditions work?
 
Physics news on Phys.org
You need constants A and B in front of your trig terms to get the general solution. You are given the initial position is one inch (watch your units), plus or minus depending on your coordinates, and apparently the initial velocity is zero. Use these two facts to determine your A and B.
 
Thanks anyway but I solved this problem.

I rethought about the mass and realized that 1 pound is equal to mg. Thus 1/32 is the actual mass.

So the equation should have been

1/32x" + 100x=0, x(0)=1/12, x'(0)=0

So yeah, now everything makes sense.