Question

To write Laplace’s equation, Uxx + Uyy = 0, in polar coordinates, we begin with Ux...

  1. To write Laplace’s equation, Uxx + Uyy = 0, in polar coordinates, we begin with

Ux = (∂U/∂r)(∂r/∂x) + (∂U/∂θ)(∂θ/∂x)

where r = √(x2+y2), θ = arctan (y/x), x = r cos θ, y = r sin θ. We get

Ux = (cos θ) Ur – (1/r)(sin θ) Uθ , Uxx = [∂(Ux)/∂r] (∂r/∂x) + [∂(Ux)/∂θ](∂θ/∂x)

Carry out this computation, as well as that for Uyy. Since Uxx and Uyy are both expressed in polar coordinates, their sum gives Laplace in polar coordinates.

Homework Answers

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Solve: uxx + uyy = 0 in {(x,y) st x2 + y2 < 1 , x...
Solve: uxx + uyy = 0 in {(x,y) st x2 + y2 < 1 , x > 0, y > 0} u = 0 on x=0 and y=0 ∂u/∂r = 1 on r=1
Solve the given nonlinear plane autonomous system by changing to polar coordinates. x' = −y −...
Solve the given nonlinear plane autonomous system by changing to polar coordinates. x' = −y − x(x2 + y2)2 y' = x − y(x2 + y2)2,   X(0) = (3, 0) (r(t), θ(t)) =
Write procedures using c++ for converting between rectangular and polar coordinates named xy2polar and polar2xy. Invoking...
Write procedures using c++ for converting between rectangular and polar coordinates named xy2polar and polar2xy. Invoking xy2polar(x,y,r,t) should take the rectangular coordinates (x,y) and save the resulting polar coordinates; (r,theta) are r and t, respectively. The procedure polar2xy(r,t,x,y) should have the reverse effect. Be sure to handle the origin in a sensible manner. It is useful to explore the following C++ procedures, which are housed in the cmath header file: Variants of the absolute value function int abs(int x) long...
Your task will be to derive the equations describing the velocity and acceleration in a polar...
Your task will be to derive the equations describing the velocity and acceleration in a polar coordinate system and a rotating polar vector basis for an object in general 2D motion starting from a general position vector. Then use these expressions to simplify to the case of non-uniform circular motion, and finally uniform circular motion. Here's the time-dependent position vector in a Cartesian coordinate system with a Cartesian vector basis: ⃗r(t)=x (t) ̂ i+y(t) ̂ j where x(t) and y(t)...