Second order Autonomous Differential Equations

Click For Summary

Discussion Overview

The discussion revolves around the classification and solution methods for a second-order autonomous differential equation of the form d²R/dt² = W²R, where R represents radial position and W is angular velocity. Participants explore various approaches to solving the equation, discussing both standard and alternative methods.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • One participant presents the differential equation and expresses uncertainty about its classification as autonomous.
  • Another participant assumes W is a constant and proposes a method involving the substitution v = dR/dt, leading to a first-order separable ODE.
  • This participant derives an expression for R in terms of hyperbolic functions and initial conditions.
  • A different approach is suggested by another participant, who proposes assuming a solution of the form R = e^(kt) and finds k² = W², leading to a general solution involving exponential functions.
  • Participants discuss the merits of different methods, with one acknowledging the value of exploring multiple approaches even if the first choice is not the simplest.
  • A later reply clarifies the definition of autonomous equations and explains the reduction of second-order equations to first-order equations through the substitution v = y'.

Areas of Agreement / Disagreement

Participants do not reach a consensus on a single method for solving the differential equation, as multiple approaches are discussed and each has its own merits. There is also some uncertainty regarding the classification of the equation as autonomous.

Contextual Notes

Some assumptions about the constancy of W and the initial conditions are made, but these are not universally agreed upon. The discussion includes various methods that may depend on specific definitions and interpretations of the terms used.

roamer
Messages
37
Reaction score
0
Hi All,
I have a differential equation that I came up with on a little engineering problem posted here https://www.physicsforums.com/showthread.php?t=129247 that I can't solve. It is d^2R/dt^2=W^2*R where R is radial position and W is angular velocity and t is time. I think it is an autonomous diff eq. but don't know, its been a while since math class. Any ideas?? Thanks
 
Physics news on Phys.org
W is a constant?

if so we can solve it relatively easy.

Introduce v = dR/dt. Then the differential equation is
v dv/dR = W^2 R.

Integrating once gives
v^2 - v0^2 = W^2 R^2 - W^2 R0^2
Where i have assumed v(t=0) = v0 and R(t=0) = R0.

a quick arrangement
v = +/- sqrt( v0^2 - W^2 R0^2 + W^2 R^2 )

and thus dR/dt = +/- sqrt( v0^2 - W^2 R0^2 + W^2 R^2 )

This is a seperable first order ODE

define a such that W^2 a^2 = v0^2 - W^2 R0^2

Then
dR/dt = +/- sqrt(W^2 a^2 + W^2 R^2)

dR/sqrt(a^2 + R^2) = +/- W dt

The right hand side is +/- Wt.
To integrate the left hand side Put R = a*sinh(x) so that
dR = a cosh(x) dx then
sqrt( a^2 + R^2 ) = sqrt(a^2 + a^2 sinh^2(x)) = a sqrt(1 + sinh(x)^2)
= a sqrt(cosh^2(x)) = a*cosh(x).

This dR/sqrt(a^2 + R^2) -> dx
The integral is thus

arcsinh(R/a) - arcsinh(R0 / a) = +/- Wt
and therefore

R = a sinh( +/- Wt + arcsinh(R0 / a))
and a = sqrt(V0^2/W^2 - R0^2).

Plugging this in and checking shows us that the
- sign gives the v(0) = - v0

Therefore

R = a sinh( Wt + arcsinh(R0 / a))
 
Last edited:
just shows to go you, when your tool is a hammer...
i was thinking about the trick v =dR/dt so that was the
first way i did this problem.

ergh! the easier (more standard way) assume
R = e^kt then the differential equation gives
k^2 = W^2 so that

R = A exp(Wt) + B exp(-Wt)

introducing the initial values you get the same
answer as above but easier.
 
qbert,
Thanks for the answers. I know exactly what you mean about going about problems with the wrong tool, still it is at least good to know you can grind out answers in more than one way even if your first choice isn't the easiest.
 
"autonomous" equations are those in which the independent variable does not appear explicitly. Second order autonomous equations are those of the form [itex]\frac{d^2y}{dx^2}= f(y,y')[/itex] and, as qbert said, letting v= y' is a standard method (its' called "quadrature"). If v= y', then
[tex]\frac{d^2y}{dx^2}= \frac{dv}{dt}= \frac{dv}{dy}\frac{dy}{dt}= v\frac{dv}{dy}[/tex]
so that the second order equation reduces to a first order equation
[tex]v\frac{dv}{dy}= f(y,v)[/itex]. After you have solved for v, integrate to find y.[/tex]
 

Similar threads

  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 5 ·
Replies
5
Views
6K
  • · Replies 2 ·
Replies
2
Views
3K