Simple Harmonic Oscillator on a smooth surface

In summary, the conversation discusses the solution to the equation of motion for a mass attached to a spring and released from rest on a smooth surface. The solution is typically x(t) = x_0 cos(ωt), with x_0 as the amplitude of oscillation. The conversation then explores what happens if the mass is released with an initial velocity v_0 instead of being released from rest, and how this affects the solution. It is concluded that there are three common ways of writing the general solution, all with two arbitrary constants and equivalent to each other.
  • #1
Edge Of Pain
21
0
I feel I understand what happens, and how to solve the equation of motion x(t) for a mass attached to a spring and released from rest horizontally on a smooth surface. We typically end up with

[itex] x(t) = x_0 cos(ωt) [/itex]

as the solution, with [itex] x_0 [/itex]as the amplitude of the oscillation.

But I've been wondering what happens if the mass was released again from position [itex] x_0 [/itex]but with velocity [itex] v_0 [/itex] instead of being released from rest. Is x(t) the same or different to when the mass was released from rest?

Thanks in advance.
 
Physics news on Phys.org
  • #2
Have you tried doing this problem yourself using mathematics? Do you know where the original ##x(t)## comes from?

If you've solved the differential equation, then the differential equation doesn't change, but the initial conditions do change. Released from rest means ##v(0)=\left.dx/dt\right|_{t=0}=0## and ##x(0)=x_0##. Now you have a different initial condition ##v(0)=v_0##. Mathematically this shouldn't be too hard to implement.

Thinking about the problem physically, releasing the block with speed means giving it some initial kinetic energy. One would expect then that the amplitude of oscillations would be higher than if the block were released without speed since the turning points (where we define our amplitude of oscillations) are points where the kinetic energy has all been converted into potential energy. If you start off with more total energy, you expect higher amplitude oscillations.

Nothing else really special happens.
 
  • Like
Likes 1 person
  • #3
I tried doing the problem myself. What I did was use the trial function

[itex] x(t) = x_0 e(jωt)[/itex]

I found the first and second derivatives and substituted this back into Newton's law for motion of the particle

[itex] x''(t) + ω^2 x(t) = 0 [/itex]

where [itex] ω^2 [/itex] is equal to [itex] k/m [/itex], k being the stiffness constant of the spring and m being the mass of the particle.

Then the real part of this is the solution, and from Euler's relation we end up with

[itex] x(t) = x_0 cos(ωt) [/itex]

Is this the correct way of thinking?

So now, from initial conditions would the position at [itex] t = 0 [/itex]be given by

[itex] x = x_0 cos(ωt) + v_0 t [/itex] just by integrating with respect to t and then re-arranging?

Here's my reasoning.

At time [itex] t = 0 [/itex] the velocity [itex] x'(t) = v_0 [/itex]

Usually we'd have [itex] x(t) = x_0 cos(ωt) [/itex]. But differentiating this gives

[itex] x'(t) = -x_0 ω sin(ωt) [/itex].

But at [itex] t = 0 [/itex] this gives us an initial velocity of 0. We want the initial velocity to be [itex] v_0 [/itex] so we instead our velocity function is

[itex] x'(t) = -x_0 ω sin(ωt) + v_0 [/itex],

then integrating with respect to t gives

[itex] x(t) = x_0 cos(ωt) + v_0 t [/itex]. Is that correct? I omitted the arbitrary constant on the end.
 
  • #4
Edge Of Pain said:
I tried doing the problem myself. What I did was use the trial function

[itex] x(t) = x_0 e(jωt)[/itex]

I found the first and second derivatives and substituted this back into Newton's law for motion of the particle

[itex] x''(t) + ω^2 x(t) = 0 [/itex]

where [itex] ω^2 [/itex] is equal to [itex] k/m [/itex], k being the stiffness constant of the spring and m being the mass of the particle.

Then the real part of this is the solution, and from Euler's relation we end up with

[itex] x(t) = x_0 cos(ωt) [/itex]
.

You've only found one solution to the DE, once you've found the other linearly independant solution you will have two integration constants to adjust for [itex]x_0[/itex] and [itex]v_0[/itex].
After solving for those two parameters you will end up with [itex] x(t) = x_0 cos(ωt)+(v_0/ω)sin(ωt) [/itex]
 
Last edited:
  • Like
Likes 1 person
  • #5
HomogenousCow said:
You've only found one solution to the DE, once you've found the other linearly independant solution you will have two integration constants to adjust for [itex]x_0[/itex] and [itex]v_0[/itex].
After solving for those two parameters you will end up with [itex] x(t) = x_0 cos(ωt)+(v_0/ω)sin(ωt) [/itex]

The first part, where I found [itex] x(t) = x_0 cos(ωt) [/itex] was when initial velocity was 0.

I don't know how to find this other solution non-linearly for when initial velocity is [itex] v_0 [/itex]. But the more I think about it, the less it makes sense for the solution to be sinusoidal + linear, because that would imply that after a very long time the effect of the cosine would become tiny and the particle would be displaced by a very large amount in the positive direction. So now I'm convinced that the solution is entirely sinusoidal but I don't know how to even start finding this solution.
 
  • #6
Edge Of Pain said:
The first part, where I found [itex] x(t) = x_0 cos(ωt) [/itex] was when initial velocity was 0.

I don't know how to find this other solution non-linearly for when initial velocity is [itex] v_0 [/itex]. But the more I think about it, the less it makes sense for the solution to be sinusoidal + linear, because that would imply that after a very long time the effect of the cosine would become tiny and the particle would be displaced by a very large amount in the positive direction. So now I'm convinced that the solution is entirely sinusoidal but I don't know how to even start finding this solution.

You're simply missing the other solution, when you made your original ansatz you should have added a Ae-iωt term which is also a solution to the DE.
 
  • #7
There are three common ways of writing the general solution to the differential equation for the simple harmonic oscillator. All have two arbitrary constants, and are equivalent to each other. You can find the arbitrary constants for anyone of them in terms of the arbitrary constants of either of the others:

$$x(t) = A \cos \omega t + B \sin \omega t\\
x(t) = C e^{i \omega t} + D e^{-i \omega t}\\
x(t) = x_0 \cos (\omega t + \phi_0)$$

(In the last one, you can use sin instead of cos, but with a different value for ##\phi_0##.)
 
  • Like
Likes 1 person
  • #8
Hang on a second. I just realized why I need to add both the solutions to the DE.

If I have a 2nd order linear differential equation, and there is a solution to it, like g(t), and another solution to it, h(t), then Ag(t) and Bh(t) are both solutions, where A, B are constants, and Ag(t) + Bh(t) is another solution! So, Ag(t) + Bh(t) encapsulates ALL solutions! I need to work on my differential equations. Thanks everyone.

EDIT: Just came back to it and I understand it now, and got both the solutions. Thanks all.
 
Last edited:

What is a simple harmonic oscillator?

A simple harmonic oscillator is a physical system that exhibits periodic motion around a stable equilibrium point. This type of motion is characterized by a restoring force that is directly proportional to the displacement from the equilibrium point.

What is a smooth surface?

A smooth surface refers to a surface that is free from any irregularities or bumps. In the context of a simple harmonic oscillator, a smooth surface allows for the system to move without any friction, which means that the energy of the system is conserved.

What factors affect the motion of a simple harmonic oscillator on a smooth surface?

The motion of a simple harmonic oscillator on a smooth surface is primarily affected by the mass of the object, the force constant of the spring, and the amplitude and frequency of the oscillation. Other factors such as external forces or friction can also affect the motion of the oscillator.

Can a simple harmonic oscillator ever reach a state of equilibrium?

No, a simple harmonic oscillator will never reach a state of equilibrium on its own. This is because the oscillation is caused by a constant interplay between the restoring force and the displacement from the equilibrium point. However, the amplitude of the oscillation will decrease over time due to the dissipation of energy through factors such as friction.

What is the relationship between the period and frequency of a simple harmonic oscillator on a smooth surface?

The period of a simple harmonic oscillator is the time it takes for one complete oscillation, while the frequency is the number of oscillations per unit time. The relationship between the two is that the period is inversely proportional to the frequency. This means that as the frequency increases, the period decreases, and vice versa.

Similar threads

  • Classical Physics
Replies
1
Views
599
  • Classical Physics
2
Replies
36
Views
2K
Replies
3
Views
985
  • Classical Physics
Replies
2
Views
785
  • Classical Physics
4
Replies
131
Views
4K
  • Classical Physics
Replies
17
Views
1K
  • Classical Physics
Replies
7
Views
1K
Replies
8
Views
1K
Replies
13
Views
954
  • Introductory Physics Homework Help
Replies
13
Views
619
Back
Top