A Difficult Differential Equation

Radek Vavra
Messages
4
Reaction score
0
So, as a result of a thought experiment, I've got a differential equation, which I can't solve:

<br /> R r&#039;&#039; \sin \frac{r}{R} - 2 (r&#039;)^2 \cos \frac{r}{R} - R^2 \cos \frac{r}{R} \sin^2 \frac{r}{R} = 0<br />, R &gt; 0

To make the matters worse, the function r(\varphi) will probably depend on multiple parameters, because when I put r &lt;&lt; R, I could approximate the equation:

<br /> r r&#039;&#039; - 2 (r&#039;)^2 - r^2 = 0<br />

which gave solution (mostly by lucky guess):

<br /> r = \frac{a}{\sin \varphi + b \cos \varphi}<br />, a\in\mathbb R, b\in\mathbb R

Since I'm used only to the simplest types of differential equations, could you please help me and describe every step :shy:
 
Physics news on Phys.org
You've got a homogeneous, second order, non-linear ODE. A closed form solution will be difficult to come by, but numerical methods of solution should work.
 
Hi !
See attachment :
 

Attachments

  • ODE.JPG
    ODE.JPG
    40.5 KB · Views: 1,265
  • Like
Likes 1 person
JJacquelin said:
Hi !
See attachment :
Oh, thank you!
 
Sorry, there is a mistake in the attached document:
From d(rho)/d(phi)=f , in the integral the square root should be at denominator instead of numerator. This changes all what follows and result.
Nevertheless, the method to solve the ODE has been explained.
 
JJacquelin said:
Sorry, there is a mistake in the attached document:
From d(rho)/d(phi)=f , in the integral the square root should be at denominator instead of numerator. This changes all what follows and result.
Nevertheless, the method to solve the ODE has been explained.
I've noticed :) I'm currently trying to integrate the changed equation.
 
Below, the corrected attachment :
The result is much simpler.
 

Attachments

  • ODE.JPG
    ODE.JPG
    40.6 KB · Views: 679
Back
Top