Period of an Oscillating Particle

Click For Summary

Homework Help Overview

The discussion revolves around the period of an oscillating particle in a one-dimensional potential that is symmetric about x=0. The original poster attempts to derive the velocity of the particle in terms of potential energy and mass, and subsequently, to express the period of oscillation using an integral involving the potential energy function.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants explore the relationship between velocity and potential energy, questioning how to integrate the velocity equation to find displacement over time. There are discussions about the form of the differential equation and the process of separation of variables. Some participants suggest examining simpler examples to clarify integration techniques.

Discussion Status

The discussion is ongoing, with participants providing guidance on integrating differential equations and clarifying the relationship between time and displacement. There is an exploration of how to set up definite integrals to find the period, but no consensus has been reached on the specific steps to take.

Contextual Notes

Participants express uncertainty about the boundaries for the integrals and how to evaluate them in the context of the problem. The original poster is navigating the complexities of relating time and displacement through the potential energy function.

robertjordan
Messages
71
Reaction score
0

Homework Statement



A particle oscillates with amplitude A in a one-dimensional potential that is symmetric about x=0. Meaning U(x)=U(-x)

First find velocity at displacement x in terms of U(A), U(x), and m.

Then show that the period is given by ##4\sqrt{\frac{m}{2U(A)}}\int_0^A \frac{1}{1-\frac{U(x)}{U(A)}}dx##
(hint: ##dt=\frac{dx}{v}##)

Homework Equations



Total energy = ##U(x) + \frac{1}{2}mv^2##
Period = time it takes to complete an oscillation

I found velocity by noting that at x=A, all the energy is potential, so total energy of the system (which doesn't change) is U(A), so we can set up the equation:

##U(A)=U(x)+\frac{1}{2}mv^2## and solving for v we get:

##v=x'=\sqrt{\frac{2(U(A)-U(x))}{m}}##.

The Attempt at a Solution



Now I was thinking we could multiply the velocity at x=0 by Δt, then do v(0)Δt+v(Δt)Δt, and then v(0)Δt+v(Δt)Δt+v(2Δt)Δt and so on and so forth... this will help us find how far the particle has traveled at any time t. But obviously the right way to do the above process is by integrating our ##v## equation with respect to time, which will give us distance traveled over that time which will let us know how long it takes to travel A distance (1/4 of an oscillation).

##\int_0^t v dt = \int_0^t \sqrt{\frac{2(U(A)-U(x))}{m}}dt##

But we know ##\frac{dx}{dt}=v## so we can write ##dt=\frac{dx}{v}##...


umm... I'm stuck...
 
Last edited:
Physics news on Phys.org
You have a differential equation in the form ## \frac {dx} {dt} = f(x) ##. How do you integrate it?

If unclear, try these simple examples: ## f(x) = a + x ##, ## f(x) = x^2 ##.
 
voko said:
You have a differential equation in the form ## \frac {dx} {dt} = f(x) ##. How do you integrate it?

If unclear, try these simple examples: ## f(x) = a + x ##, ## f(x) = x^2 ##.

Since the input into our velocity equation we found is x not t, I should edit:

Now I was thinking we could multiply the velocity at x=0 by Δt, then do ##v(0)Δt+v(Δt)Δt##, and then ##v(0)Δt+v(Δt)Δt+v(2Δt)Δt## and so on and so forth...

... to say:

Now I was thinking we could multiply the velocity at x=0 by Δt, then do ##v(0)Δt+v(v(0)Δt)Δt##, and then ##v(0)Δt+v(v(0)Δt)Δt+v(v(0)Δt+v(v(0)Δt)Δt)Δt## and so on and so forth...

See how as we make Δt smaller and smaller, the above becomes a better and better approximation of displacement x as a function of time? But I don't know how to turn that method into an integral?As for integrating ##\frac{dx}{dt}=f(x)##, if we do ##\int \frac{dx}{dt}dt=\int f(x)dt##, we get ##x(t)=\int f(x)dt##... (don't know how we could evaluate that integral.)

Whereas if we do it ##\int \frac{dx}{dt}dx = \int f(x)dx## I don't know what the left side would be and we'd have to evaluate the right side.

How are either of these useful to me?
 
Have you studied differential equations? Separation of variables sound familiar?
 
voko said:
Have you studied differential equations? Separation of variables sound familiar?

##\frac{dx}{dt}=f(x)##
##\frac{1}{f(x)}dx=dt##
##\int f(x)^{-1} dx = \int 1 dt=t##

is that right?

That would give us time as a function of velocity which can give us velocity as a function of time?

Then we can integrate that with respect to t to find displacement as a function of time?
thanks for the quick response btw
 
Last edited:
What would that have to do with velocity? Is x velocity?
 
voko said:
What would that have to do with velocity? Is x velocity?

oh whoops the integral of velocity is displacement so we would have x(t). So we could solve x(?)=A and then multiply it by 4 to get the period?
 
You will have t(x) for sure. Whether you can convert that to x(t) depends on U(x).

But if you just need to get the period, you don't need x(t). t(x) is exactly what you need in this case.
 
voko said:
You will have t(x) for sure. Whether you can convert that to x(t) depends on U(x).

But if you just need to get the period, you don't need x(t). t(x) is exactly what you need in this case.

I'm afraid I don't get what it means to take ##\frac{dx}{dt}=f(x)## and turn it into ##\frac{1}{f(x)}dx=dt.

And thus I don't get what it means to then take the integral of both sides of that...


can you help me make sense of what those procedures mean?
 
  • #10
In #2, I suggested a couple of examples. Try them.
 
  • #11
voko said:
You have a differential equation in the form ## \frac {dx} {dt} = f(x) ##. How do you integrate it?

If unclear, try these simple examples: ## f(x) = a + x ##, ## f(x) = x^2 ##.

If ##\frac{dx}{dt}=a+x## then ##\frac{1}{a+x}dx=dt## (whatever that means), so ##\int \frac{1}{a+x} dx = \int dt = t##. So ##ln(a+x)=t##.

If ##\frac{dx}{dt}=x^2## then ##\frac{1}{x^2}dx=dt## (once again idk what exactly I'm doing there), so ##\int \frac{1}{x^2}dx = \int dt##. So ##-\frac{1}{x}=t##.



But I still don't get how to solve the original problem...
 
  • #12
What is a "period" and how much of it is spent when the particle moves from 0 to A?
 
  • #13
"Period" is the time it takes for the particle to make one cycle. The particle traveling from 0 to A takes 1/4 of the time it would take to travel the whole period.

But I don't see how we can find the time it takes the particle to travel from 0 to A? We have this equation that gives us time:

##\int \sqrt{\frac{m}{2(U(A)-U(x))}}dx = t##

... but I don't get what the left hand side is a function of? Like how would I plug in A to the LHS without having to evaluate that integral?

Apparently the answer might be to make it a definite integral we would have to make both sides of ##\int \sqrt{\frac{m}{2(U(A)-U(x))}}dx = \int dt## definite integrals and I don't understand what the boundaries on both sides would be... Would we have to make them match up somehow? But the right hand side is a function of x and the LHS is a function of t...?
thanks for sticking with me
 
  • #14
What you really have is ## \frac {dt} {dx} = f(x) ##. Which pretty much defines ## t(x) = F(x) ##, where ## F(x) = \int f(x) dx ##. You could also use definite integrals, then you would have, by the fundamental theorem of calculus, ## t(b) - t(a) = \int_a^b f(x) dx ##.
 
  • #15
voko said:
What you really have is ## \frac {dt} {dx} = f(x) ##. Which pretty much defines ## t(x) = F(x) ##, where ## F(x) = \int f(x) dx ##. You could also use definite integrals, then you would have, by the fundamental theorem of calculus, ## t(b) - t(a) = \int_a^b f(x) dx ##.

Sorry, how do we have ## \frac {dt} {dx} = f(x) ##?
 
  • #16
Poor choice of symbols o n my part. Originally I wrote ## \frac {dx} {dt} = f(x) ##, which is equivalent to ## \frac {dt} {dx} = g(x) = \frac 1 {fx(x) } ##.

Then ## t(x) = \int g(x) dx ##, and ## t(b) - t(a) = \int_a^b g(x) dx ##.
 

Similar threads

  • · Replies 27 ·
Replies
27
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 19 ·
Replies
19
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
Replies
11
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
1K
  • · Replies 30 ·
2
Replies
30
Views
3K
Replies
2
Views
1K