Basic harmonic oscilator problem (but I'm having troble solving it)

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
6 replies · 2K views
U.Renko
Messages
56
Reaction score
1

Homework Statement


I have small block of mass m=1kg on top of a bigger block mass M=10kg
The friction coefficient between the blocks μ=0.40
No fricton between the big block and the ground.
There is a spring with k=200N/m attached to the bigger block.

The problem asks what is the maximum amplitude A the system can have in an harmonic oscillation without relative motion between the blocks.


Homework Equations



[itex]x=A\cos(ωt+\phi)[/itex]
[itex]v=-ωA\sin(ωt+\phi)[/itex]
[itex]a=-ω^2A\cos(ωt+\phi)[/itex]


The Attempt at a Solution


well, first I noticed that the maximum static force possible between the two blocks will be:
mgμ which gives: [itex](1kg)(9.8m/s^2)(0.40) = 3.92N[/itex]
so far no problems I guess.

using F=ma, I calculate the acceleration of the system in the case of maximum friction:
[itex]a= F/m = (3.92N)/(11kg)[/itex] which gives [itex]a = 0.356m/s^2[/itex]

using [itex]ω^2=k/m=(200N/m)/(11kg)[/itex] which gives [itex]ω^2= 18.18rad/s^2[/itex]


Now here is where I got stuck
I plug this to [itex]a=-ω^2Acos(ωt+\phi)[/itex] and try solving for A

the thing is:
I don't know the time
I don't know if there is a phase angle involved or not. or how to find out.
 
Last edited:
Physics news on Phys.org
Period of a spring is given by [itex]T = 2\pi \sqrt{\frac{k}{m}}[/itex]
Since the problem wants you to solve for the two blocks moving synchronously the phase angle is zero, otherwise they would reach the same points in oscillation at different times (ie one reaches its maximum amplitude as the other is already moving back).
 
well, according to the textbooks the maximum positive acceleration occurs when the body is in its maximum negative position...

then it explains that "combining" the equations for position and acceleration will give [itex]a(t)=-ω^2x(t)[/itex]
which I honestly did not understand why. (I seem to have a problem understanding "combinations" of equations. I'm never sure if they mean adding, dividing or whatever)


Anyway, using this info and the fact explained above by JHamm I find

[itex]x= a/-ω^2 = (0.356 m/s^2)/(18.18 rad/s^2) = (0.0196 m)[/itex]

which is 1.96cm and the answer in the book is 21.6cm ...

so I'm still missing something...
 
The maximum acceleration of the system is [itex]a = \frac{\kappa x}{M+m}[/itex] and the maximum acceleration of the small block is [itex]a = \frac{mg\mu}{m} = g\mu[/itex]. You want these two to equal each other.
 
That's right!

equaling the acceleration of the system with the acceleration of the small block gives
x = 0.2156 m which rounding up gives 21.6 cm


I guess I was fixed in the harmonic oscillator part and didn't quite notice I could do something like this.

Thanks a lot.