How Do You Solve PDEs Using Polar Coordinates?

Click For Summary
SUMMARY

This discussion focuses on solving partial differential equations (PDEs) using polar coordinates, specifically the equation yu_x - xu_y = 0. The transformation from Cartesian to polar coordinates is defined with x = r cos(θ) and y = r sin(θ). The chain rule is applied to derive the partial derivatives u_x and u_y in terms of u_r and u_θ, leading to the conclusion that u_x corresponds to u_r and u_y corresponds to u_θ based on the relationships established through the derivatives of r and θ.

PREREQUISITES
  • Understanding of partial differential equations (PDEs)
  • Familiarity with polar coordinate transformations
  • Knowledge of the chain rule in calculus
  • Basic proficiency in multivariable calculus
NEXT STEPS
  • Study the application of the method of characteristics for PDEs
  • Learn about the Laplace equation in polar coordinates
  • Explore numerical methods for solving PDEs, such as finite difference methods
  • Investigate boundary value problems in polar coordinates
USEFUL FOR

Mathematicians, physicists, and engineers who are working with partial differential equations and require a solid understanding of polar coordinate systems for their applications.

Dustinsfl
Messages
2,217
Reaction score
5
Solving a PDE with Polar coordinates

[tex]yu_x-xu_y=0[/tex]

[tex]x=r\cos{\theta} \ \mbox{and} \ y=r\sin{\theta}[/tex]

[tex]u(r,\theta)[/tex]

Does [tex]u_x\Rightarrow u_r \ \mbox{or} \ u_{\theta} \ \mbox{and why?}[/tex]

Thanks.
 
Physics news on Phys.org
Use the chain rule.

[tex]\frac{\partial u}{\partial x}= \frac{\partial r}{\partial x}\frac{\partial u}{\partial r}+ \frac{\partial \theta}{\partial x}\frac{\partial u}{\partial \theta}[/tex]
and
[tex]\frac{\partial u}{\partial y}= \frac{\partial r}{\partial y}\frac{\partial u}{\partial r}+ \frac{\partial \theta}{\partial y}\frac{\partial u}{\partial \theta}[/tex]


Since [itex]r= (x^2+ y^2)^{1/2}[/itex],
[tex]\frac{\partial r}{\partial x}= \frac{1}{2}(x^2+ y^2)^{-1/2}(2x)[/tex]
[tex]= \frac{x}{(x^2+ y^2)^{1/2}}= \frac{r cos(\theta)}{r}= cos(\theta)[/itex]<br /> and<br /> [tex]\frac{\partial r}{\partial y}= \frac{1}{3}(x^2+ y^2)^}{-1/2}(2x)[/tex]<br /> [tex]= \frac{y}{(x^2+ y^2)^{1/2}}= \frac{r sin(\theta)}{r}= sin(\theta)[/itex]<br /> <br /> Since [itex]\theta= tan^{-1}(y/x)[/itex]<br /> [tex]\frac{\partial \theta}{\partial x}= \frac{1}{1+\frac{y^2}{x^2}}\left(-\frac{y}{x^2}\right)[/tex]<br /> [tex]= -\frac{y}{x^2+ y^2}= -\frac{r sin(\theta)}{r^2}= -\frac{1}{r}sin(\theta)[/tex]<br /> and<br /> [tex]\frac{\partial \theta}{\partial y}= \frac{1}{1+ \frac{y^2}{x^2}}\left(\frac{1}{x}\right)[/tex]<br /> [tex]= \frac{x}{x^2+ y^2}= \frac{r cos(\theta)}{r^2}= \frac{1}{r}cos(\theta)[/itex][/tex][/tex][/tex]
 
Thanks.
 

Similar threads

  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 1 ·
Replies
1
Views
3K
Replies
7
Views
2K
  • · Replies 14 ·
Replies
14
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
3
Views
2K