How Can I Numerically Calculate the Period of a Nonlinear ODE Trajectory?

  • Thread starter Thread starter srpvx
  • Start date Start date
  • Tags Tags
    Period Trajectory
AI Thread Summary
To calculate the period of a trajectory for a second order nonlinear ordinary differential equation (ODE) with specified initial conditions without directly solving the ODE, numerical methods such as Runge-Kutta can be employed. The discussion emphasizes that using numerical integration techniques is generally acceptable for estimating the period, even if it involves approximating the solution. Participants express uncertainty about the terminology of "solving" the ODE versus using numerical methods, seeking clarification on whether these methods align with the goal of determining the period without a full analytical solution. Additionally, references to specific numerical methods from related literature are mentioned, indicating a desire for guidance on unfamiliar techniques.
srpvx
Messages
5
Reaction score
0
I have a second order nonlinear ODE. I know that a trajectory with specified initial conditions \left[ x(0) = x_0, \dot{x}(0) = \dot{x}_0 \right] is periodic. How can I numerically calculate period of this trajectory without solve this DE?
 
Technology news on Phys.org
Are you allowed to use a numerical method like Runge Kutta or would that be considered "solving" the ODE?
 
rcgldr said:
Are you allowed to use a numerical method like Runge Kutta or would that be considered "solving" the ODE?
I mean that the numerical solution like the attachment paper.
 

Attachments

That's a method that I'm not familiar with. Hopefully someone here may be able to help.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top