How should I find the following period ## T ## of this solution?

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
5 replies · 3K views
Math100
Messages
823
Reaction score
234
Homework Statement
Consider the differential equation ## \ddot{x}+x+\frac{3}{2}\beta x\lvert x\rvert=0 ##
for ## \beta\geq 0 ## with the solution ## x(t) ## and initial conditions
## x(0)=A>0, \dot{x}(0)=0 ##. Show that the period ## T ## of this solution
is given by ## T=4\int_{0}^{\pi/2}\frac{d\theta}{\sqrt{1+\beta A\sec^2\theta(1-\sin^3\theta)}} ##.
Relevant Equations
None.
From the original equation of ## \ddot{x}+x+\frac{3}{2}\beta x\lvert x\rvert=0 ##,
I've got ## \ddot{x}\dot{x}+x\dot{x}+\frac{3}{2}\beta x\lvert x\rvert\dot{x}=0
\implies \frac{d}{dt}(\frac{1}{2}\dot{x}^2+\frac{1}{2}x^2+\frac{\beta}{2}x^2\lvert x\rvert)=0
\implies \frac{1}{2}\dot{x}^2+\frac{1}{2}x^2+\frac{\beta}{2}x^2\lvert x\rvert=C ## where
## C ## is the constant.

From the work shown above, how should I use the initial conditions of ## x(0)=A>0 ##
and ## \dot{x}(0)=0 ## to find the given period ## T ##? And where does the factor of
## 4 ## come from in front of the integral sign of the period ## T ##?
 
Physics news on Phys.org
Set [itex]y = \dot x[/itex] and switch to scaled polar coordinates [itex](x,y) = (Ar \cos \theta, Ar \sin \theta)[/itex]. The period is then given by [tex] T = \int_0^{2\pi} \frac{1}{\dot \theta}\,d\theta.[/tex] In this case, by symmetry the integral over the full period from 0 to [itex]2\pi[/itex] is four times the integral over the quarter period from 0 to [itex]\pi/2[/itex].
 
pasmith said:
Set [itex]y = \dot x[/itex] and switch to scaled polar coordinates [itex](x,y) = (Ar \cos \theta, Ar \sin \theta)[/itex]. The period is then given by [tex] T = \int_0^{2\pi} \frac{1}{\dot \theta}\,d\theta.[/tex] In this case, by symmetry the integral over the full period from 0 to [itex]2\pi[/itex] is four times the integral over the quarter period from 0 to [itex]\pi/2[/itex].
But what's ## \dot\theta ## from the integral?
 
My earlier hint was unhelpful; please disregard it.

Your first integral gives you an expression for [itex]|\dot x|[/itex] in terms of [itex]x[/itex], [tex] |\dot x| = F(x)[/tex] where [itex]F[/itex] is even.

You can therefore start from [tex] T = \int_0^T\,dt = \int_A^0 -F(x)^{-1} \,dx + \int_0^{-A} -F(x)^{-1}\,dx + \int_{-A}^0 F(x)^{-1}\,dx + \int_0^A F(x)^{-1}\,dx.[/tex]
 
Math100 said:
But what's ## \dot\theta ## from the integral?
You can find ## \dot \theta ## by using the substitution ## x=A\sin\theta ##, ## \dot x=A\cos\theta\dot \theta ##.

You do not need to discard the whole post #2. Use the next part
pasmith said:
The period is then given by [tex] T = \int_0^{2\pi} \frac{1}{\dot \theta}\,d\theta.[/tex] In this case, by symmetry the integral over the full period from 0 to [itex]2\pi[/itex] is four times the integral over the quarter period from 0 to [itex]\pi/2[/itex].
to find the expression for ## T ##.
 
Reply
  • Like
Likes   Reactions: Math100
Gavran said:
You can find ## \dot \theta ## by using the substitution ## x=A\sin\theta ##, ## \dot x=A\cos\theta\dot \theta ##.

You do not need to discard the whole post #2. Use the next part

to find the expression for ## T ##.
Thank you!