Non-linear ODE, plane-polar coordinates.

I see what I did wrong. I was supposed to divide by \sin^2\theta+\cos^2\theta, not multiply, of course. Then the last line should read:\dot{\theta}=\frac{r}{-r}=1In summary, to find \dot{r} and \dot{\theta} in this problem, you can use the equations \dot{x}=4x+y-x(x^2+y^2) and \dot{y}=4y-x-y(x^2+y^2) and the relationship between x, y, r, and \theta to calculate \dot{r}=\frac{r}{-r}=1 and \dot{\theta}=\frac
  • #1
spitz
60
0

Homework Statement



I have:

[itex]\dot{x}=4x+y-x(x^2+y^2)[/itex]
[itex]\dot{y}=4y-x-y(x^2+y^2)[/itex]

And I need to find [itex]\dot{r}[/itex] and [itex]\dot{\theta}[/itex]

2. The attempt at a solution

I got as far as:

[itex]\dot{x}=r(\text{sin}(\theta)-\text{cos}(\theta)(r^2-4))[/itex]
[itex]\dot{y}=r(-\text{sin}(\theta)(r^2-4)-\text{cos}(\theta))[/itex]

How do I go from here to [itex]\dot{r}[/itex] and [itex]\dot{\theta}[/itex] ?
 
Last edited:
Physics news on Phys.org
  • #2
spitz said:

Homework Statement



I have:

[itex]\dot{x}=4x+y-x(x^2+y^2)[/itex]
[itex]\dot{y}=4y-x-y(x^2+y^2)[/itex]

And I need to find [itex]\dot{r}[/itex] and [itex]\dot{\theta}[/itex]

2. The attempt at a solution

I got as far as:

[itex]\dot{x}=r(\text{sin}(\theta)-\text{cos}(\theta)(r^2-4))[/itex]
[itex]\dot{y}=r(-\text{sin}(\theta)(r^2-4)-\text{cos}(\theta))[/itex]

How do I go from here to [itex]\dot{r}[/itex] and [itex]\dot{\theta}[/itex] ?

For the left sides of these last two equations you have ##x = r\cos\theta,\ y = r\sin\theta## to work with. Remembering that everything is a function of ##t##, you can caculate ##\dot x## and ##\dot y## by differentiating those, using the chain rule.
 
  • #3
Ok, so I have:

[itex]\dot{r}\cos(\theta)-r\sin(\theta)\, \dot{\theta}=r(\sin(\theta)-\cos(\theta)(r^2-4))[/itex]

[itex]\dot{r}\sin(\theta)+r\cos(\theta)\dot\theta=r(-\sin(\theta)(r^2-4)-\cos(\theta))[/itex]

Is there a "non-tedious" way of solving this?
 
  • #4
I can't speak for what you would consider tedious but the standard method would be to multiply the first equation by [itex]cos(\theta)[/itex], the second equation by [itex]sin(\theta)[/itex], and add the two equations. Then turn around and multiply the first equation by [itex]sin(\theta)[/itex], the second equation by [itex]cos(\theta)[/itex], then subtract.
 
  • #5
Thank you, sir.
 
  • #6
Have I got this second part right?

HallsofIvy said:
Then turn around and multiply the first equation by [itex]sin(\theta)[/itex], the second equation by [itex]cos(\theta)[/itex], then subtract.

[itex]-r\sin^2(\theta)\dot{\theta}-r\cos^2(\theta)\dot{\theta}=r(sin^2(\theta)+cos^2(\theta))[/itex]

[itex]-r(sin^2(\theta)+cos^2(\theta))\dot{\theta}=r[/itex]

[itex]\dot{\theta}=-1[/itex]
You mean, I presume, [itex]\dot{r}[/itex], not r, on the left of both of those two equations. Now, how did you get "-1" on the right of the last equation? It looks to me like you have r on the right of both first two equations. Isn't r- r= 0?
 
Last edited by a moderator:
  • #7
[itex]\sin\theta\dot{x}-cos\theta\dot{y}:[/itex]

[itex]\dot{r}\sin\theta\cos\theta-r\sin^2\theta\dot{\theta}-\dot{r}\sin\theta\cos\theta-r\cos^2\theta\dot{\theta}=r[\sin^2\theta+\cos^2\theta+(sin\theta\cos\theta-\sin\theta\cos\theta)(4-r^3)][/itex]

[itex]-r(\sin^2 \theta+\cos^2 \theta)\dot{\theta}=r(\sin^2 \theta+\cos^2 \theta)[/itex]

[itex]-r\dot{\theta}=r[/itex]

[itex]\dot{\theta}=\frac{r}{-r}=-1[/itex]
 
Last edited:

FAQ: Non-linear ODE, plane-polar coordinates.

1. What are non-linear ODEs?

Non-linear ODEs (ordinary differential equations) are differential equations that involve non-linear functions of the dependent variable and its derivatives. In other words, the rate of change of the variable is not directly proportional to the variable itself.

2. What are plane-polar coordinates?

Plane-polar coordinates are a coordinate system in two-dimensional space where a point is defined by its distance from the origin (r) and its angle with respect to a fixed reference line (θ). This system is commonly used in polar graphs and for describing circular and spiral motion.

3. How are non-linear ODEs solved in plane-polar coordinates?

To solve a non-linear ODE in plane-polar coordinates, we first convert the equation into polar form by substituting the polar coordinates (r and θ) for the Cartesian coordinates (x and y). We then use standard techniques such as separation of variables or substitution to solve the resulting equation.

4. What are some applications of non-linear ODEs in plane-polar coordinates?

Non-linear ODEs in plane-polar coordinates have many real-world applications, including describing the motion of planets and satellites in space, modeling biological growth and decay processes, and analyzing the behavior of electrical circuits.

5. Are there any limitations to using non-linear ODEs in plane-polar coordinates?

One limitation of using non-linear ODEs in plane-polar coordinates is that they can become more difficult to solve as the equations become more complex. Additionally, some physical systems may not be accurately described by a non-linear ODE, requiring the use of more advanced mathematical models.

Back
Top