How to solve a second order diff eq?

  • Context: Undergrad 
  • Thread starter Thread starter Binaryburst
  • Start date Start date
  • Tags Tags
    Diff eq Second order
Click For Summary

Discussion Overview

The discussion revolves around solving the second-order differential equation given by \(\frac{d^2x}{dt^2}=-\frac{x}{1+x^2}\). Participants explore various methods for finding a solution, including analytical and numerical approaches, while expressing uncertainty about the existence of a straightforward analytic solution.

Discussion Character

  • Exploratory
  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants suggest trying standard methods such as separation of variables or direct integration.
  • One participant proposes numerical methods, expressing doubt about the existence of a nice analytic solution.
  • Another participant attempts to derive an integral form of the equation but encounters difficulties, leading to a complex expression involving logarithms.
  • There are conflicting claims regarding the potential solution \(x(t) = \sin(t)\), with some arguing that it does not satisfy the original equation.
  • A participant introduces a substitution \(p=\frac{dx}{dt}\) and derives an implicit solution, noting that it is not a straightforward result.
  • Another participant reformulates the equation but finds that it leads to a dead end in terms of integration.

Areas of Agreement / Disagreement

Participants do not reach a consensus on the solution to the differential equation. Multiple competing views and methods are presented, and the discussion remains unresolved regarding the existence of a simple analytic solution.

Contextual Notes

Some participants express frustration with the complexity of the integrals involved and the lack of a clear path to a solution, indicating that certain assumptions or methods may not lead to a definitive answer.

Binaryburst
Messages
24
Reaction score
0
If have this equation:

[itex]\frac {d^2x}{dt^2}=-\frac{x}{1+x^2}[/itex]

How do I solve it?
 
Physics news on Phys.org
Did you try the usual methods, like separation of variables or a direct integration?
 
Binaryburst said:
If have this equation:

[itex]\frac {d^2x}{dt^2}=-\frac{x}{1+x^2}[/itex]

How do I solve it?

How about numerical methods, like they are applied here?
(I do not believe there is a nice analytic solution.)
 
$$\int \! \dfrac{d^2x}{dt^2}\dfrac{dx}{dt} \, \mathrm{d}t=-
\int \! \frac{x}{1+x^2}\dfrac{dx}{dt} \, \mathrm{d}t$$
 
The solution to this equation should be:

[itex]x(t) = sin(t)[/itex]

I simply don't know how to get there ...

I have integrated but I get something like integ of 1/sqr(-ln(1+x^2)) dx?! :(
 
Binaryburst said:
The solution to this equation should be:

[itex]x(t) = sin(t)[/itex]
This would give ##x''=-x##, and ##1+x^2 \neq 1## (in general), so it is not a solution.

The first integral should give something like ln(1+x^2).
 
@ mfb I am out of ideas. I have a problem that I have been struggling with for half a year and still haven't solved it. I posted it once but didn't get an exact complete solution. https://www.physicsforums.com/showthread.php?t=668751&goto=newpost It has to be done without conservation of energy. (Just using forces) Thanks in advance.
 
introduce a new variable
[itex]p=\frac{dx}{dt}[/itex]

by the chain rule we have:
[itex]\frac{d^2x}{dt^2}=\frac{dp(x(t))}{dx}=\frac{dp}{dx}\frac{dx}{dt}=\frac{dp}{dx}p[/itex]
This means that
[itex]pdp = \frac{-1}{1+x^2}dx[/itex]

integrate!

[itex]\int pdp = \int \frac{-1}{1+x^2}dx[/itex]
[itex]\frac{1}{2}p^2 = -\frac{1}{2}\ln(1+x^2)+C_1[/itex]

and because p is the derivative dx/dt, we get

[itex]\frac{dx}{\sqrt{-\ln(1+x^2)+C_1}} = 1[/itex]

integrate!

[itex]\int\frac{1}{\sqrt{\ln(1+x^2)+C_1}}dx = t + C_2[/itex]


Well, not a very nice solution because it's implicit.
 
  • #10
Let us denote ##\dot x## to be the same as ##dx \over dt##.

Then:
$$\ddot x = - \frac{x}{1+x^2}$$
$$2 \ddot x \dot x = -\frac{1}{1+x^2} \cdot 2x \cdot \dot x$$
$$\dot x^2 = -\ln(1+x^2) + C$$

And there it ends! :cry:
No nice integration after this!
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
Replies
4
Views
2K
  • · Replies 12 ·
Replies
12
Views
2K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 1 ·
Replies
1
Views
949