1D oscillator solving for Amplitude

AI Thread Summary
The discussion revolves around solving for the amplitude and angular frequency of a 1D oscillator given two positions and their corresponding speeds. The user expresses confusion about which equations to use and how to start the problem, initially considering both position and velocity equations. Suggestions include focusing on the sine function for position due to its derivative properties and disregarding the phase angle as it is arbitrary without reference points. A key formula for amplitude is provided, which relates the positions and speeds of the oscillator. Ultimately, the user realizes that energy conservation can simplify the problem, leading to a clearer path to the solution.
aaj92
Messages
23
Reaction score
0

Homework Statement



You are told that, at the known positions x_{1} and x_{2}, an oscillating mass m has speed v_{1} and v_{2}. What are the amplitude and angular frequency of the oscillations?


Homework Equations



x(t) = Acos(wt - \delta)
v(t) = -Awsin(wt -\delta)

w = \sqrt{\frac{k}{m}}

probably others?

The Attempt at a Solution



I need help solving this. I know what the answer should be but I'm not sure if these are the equations I should be using. And if they are, I'm not really sure how to start it. I wrote out all the equations and have just sort of been staring at them. Can someone just help get me started?
 
Physics news on Phys.org
How would you usually go about solving two equations for two unknowns?
 
I don't think you have to worry about the angular displacement term \delta since it's just one harmonic oscillator without any reference displacement.
 
yeah the thing is is I got 4 equations? One for each position and speed so like,

x_{1} = Acos(wt-\delta)
v_{1} = -Awsin(wt-\delta)

and then the same thing for x_{2} and v_{2}. Do you only need the ones for x(t) then to solve for the amplitude?


edit: but I do need the equations for velocity because the answer is

A = \sqrt{\frac{x^{2}_{2}v^{2}_{1}-x^{2}_{1}v^{2}_{2}}{v^{2}_{1}-v^{2}_{2}}}

:/
 
yeeeeah there's other equations involved... I somehow managed to solve for w using the fact that A =\sqrt{x^{2}+\frac{v^{2}}{w^{2}}}

but I can't really find anything that would help me find A? any ideas?
 
Small hints:

1. Forget the offset angle. As was mentioned by schleire above, it's totally arbitrary and meaningless if no reference positions or angles are given at the outset.

2. Rather than using cos() for the position, use sin(). Why? Because you can use either if you don't know where the starting reference position is and, more importantly, the derivative of sin() is cos() so you don't have to deal with the negative sign that comes about when you take the derivative of cos() :smile:

3. Take advantage of the fact that ##cos(\theta) = \sqrt{1 - sin(\theta)^2}##.
 
Thanks for the help... apparently there was a really simple way of solving for it using energy

E = T+U

I just completely forgot about the equation :/ but thanks again :)
 
Back
Top