Simple Harmonic Oscillator on a smooth surface

Click For Summary

Discussion Overview

The discussion revolves around the behavior of a simple harmonic oscillator, specifically examining the equation of motion for a mass attached to a spring on a smooth surface when released from different initial conditions. Participants explore the mathematical formulation and implications of releasing the mass from rest versus with an initial velocity.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning

Main Points Raised

  • One participant presents the solution for a mass released from rest as x(t) = x_0 cos(ωt) and questions how the solution changes if the mass is released with an initial velocity v_0.
  • Another participant emphasizes that the differential equation remains unchanged, but the initial conditions differ, leading to a different solution for the case with initial velocity.
  • A participant describes their approach using a trial function and derives the standard solution, questioning whether their reasoning about integrating to find the position function is correct.
  • Another participant suggests that the general solution should include both a cosine and sine term to account for the initial conditions, leading to the form x(t) = x_0 cos(ωt) + (v_0/ω)sin(ωt).
  • Some participants express confusion about the implications of a linear term in the solution, questioning whether the solution can be purely sinusoidal given the physical context.
  • One participant reflects on the nature of solutions to second-order linear differential equations, recognizing the necessity of combining solutions to encapsulate all possible behaviors.

Areas of Agreement / Disagreement

There is no consensus on the final form of the solution when the mass is released with an initial velocity. Participants present competing views on whether the solution should include a linear term or remain purely sinusoidal, indicating an unresolved debate on the implications of initial conditions in the context of simple harmonic motion.

Contextual Notes

Participants note the importance of initial conditions in determining the solution but do not fully resolve the mathematical steps necessary to derive the complete solution for the case with initial velocity. The discussion reflects varying levels of understanding regarding the general solution to the differential equation governing simple harmonic motion.

Edge Of Pain
Messages
21
Reaction score
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
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   Reactions: 1 person
I tried doing the problem myself. What I did was use the trial function

[itex]x(t) = x_0 e<sup>(jωt)</sup>[/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.
 
Edge Of Pain said:
I tried doing the problem myself. What I did was use the trial function

[itex]x(t) = x_0 e<sup>(jωt)</sup>[/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 independent 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   Reactions: 1 person
HomogenousCow said:
You've only found one solution to the DE, once you've found the other linearly independent 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.
 
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.
 
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   Reactions: 1 person
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:

Similar threads

  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 36 ·
2
Replies
36
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 1 ·
Replies
1
Views
1K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 17 ·
Replies
17
Views
3K
  • · Replies 4 ·
Replies
4
Views
2K