use the equations $r=\sqrt{x^2 +y^2}$ and $\theta=\arctan(\frac{y}{x})$. I was able to get the partial derivative of of $r$ with respect to $x$ and $y$ and the partial derivative of $\theta$ with respect to $x$ and $y$. I have spent hours trying to figure this problem out by looking at the polar form of the Laplace equation as a reference but everything I try does not get me to that point. If anyone is up to the challenge please help me out! I apologize for not putting in Latex format, I have not quite gotten the hang of it yet.
2026-03-31 10:39:12.1774953552
Use the chain rule to convert the Laplace equation in (x,y) coordinates into an equivilent differental equation in (r,theta) coordinates.
3.8k Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in PARTIAL-DERIVATIVE
- Equality of Mixed Partial Derivatives - Simple proof is Confusing
- Proving the differentiability of the following function of two variables
- Partial Derivative vs Total Derivative: Function depending Implicitly and Explicitly on Variable
- Holding intermediate variables constant in partial derivative chain rule
- Derive an equation with Faraday's law
- How might we express a second order PDE as a system of first order PDE's?
- Partial derivative of a summation
- How might I find, in parametric form, the solution to this (first order, quasilinear) PDE?
- Solving a PDE given initial/boundary conditions.
- Proof for f must be a constant polynomial
Related Questions in LAPLACE-TRANSFORM
- Solution to ODE with Dirac Delta satisfies ODE
- Calculating an inverse Laplace transform
- Laplace Transform working out
- How to solve the integral equation $f(x) = \int_0^x f(x-y)k(x,y)dy+g(x)$ for $f(x)$?
- Laplace Transform for an Initial Value Problem
- Laplace transform of a one-sided full-wave rectified...
- Laplace transform for the solution of a system of differential equations with no constant coefficients
- Question about Dirac comb
- Using Laplace transforms to solve a differential equation
- Prove $\int_0^{\infty} \frac{\cos xt}{1+t^2} dt = \frac{\pi}{2}e^{-x}$ by using Laplace Transform
Related Questions in POLAR-COORDINATES
- Second directional derivative of a scaler in polar coordinate
- polar coordinate subtitution
- $dr$ in polar co-ordinates
- Finding the centroid of a triangle in hyperspherical polar coordinates
- Arc length of polar function and x interceps
- Evaluation of $I=\iint_R e^{-(x^2+y^2)} \,dx\,dy$ by change of variable
- Finding area bound by polar graph
- Question about the roots of a complex polynomial
- Polar Area Integral with Absolute Function
- How to compute 'polar form' of a line given two points in cartesian coordinate system?
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
A complete explanation can be found here link, which I summarize below.
To convert the Laplace's equation $ \frac{\partial^2 f}{{\partial x}^2} + \frac{\partial^2 f}{{\partial y}^2} = 0 $ to polar coordinates first we define $x$ and $y$ in terms of $r$ and $\theta$.
$$ x = r\cos{\theta} \ \ \ \ y = r\sin{\theta}$$
Thus $ x $ and $ y $ are functions of $ r $ and $ \theta $ and so we may calculate their partial derivatives.
$$ \frac{\partial x}{\partial r } = \cos{\theta} \ \ \ \ \frac{\partial x}{\partial \theta } = -r\sin{\theta} \ \ \ \ \frac{\partial y}{\partial r} = \sin{\theta} \ \ \ \ \frac{\partial y}{\partial \theta} = r\cos{\theta}$$
Since $ f $ is a function of both $ x $ and $ y $ which are in turn functions of $ u $ and $ \theta $, we use the chain rule to calculate $ \frac{\partial f}{\partial r} $.
$$ \frac{\partial f}{\partial r} = \frac{\partial f}{\partial x}\frac{\partial x}{\partial r} + \frac{\partial f}{\partial y}\frac{\partial y}{\partial r}$$
Which after substituting for $ \frac{\partial x}{\partial r} $ and $ \frac{\partial y}{\partial r} $ becomes,
$$ \frac{\partial f}{\partial r} = \cos{\theta}\frac{\partial f}{\partial x}+ \sin{\theta}\frac{\partial f}{\partial y}$$
Now we must calculate $ \frac{\partial^2 f}{{\partial r}^2} $.
$$ \frac{\partial^2 f}{{\partial r}^2} = \frac{\partial}{\partial r} \left[ \cos{\theta}\frac{\partial f}{\partial x}+ \sin{\theta}\frac{\partial f}{\partial y} \right] = \cos{\theta}\frac{\partial}{\partial r}\frac{\partial f}{\partial x} + \sin{\theta}\frac{\partial}{\partial r}\frac{\partial f}{\partial y}$$
Since $ \frac{\partial f}{\partial x} $ and $ \frac{\partial f}{\partial y} $ are both functions of $ x $ and $ y $ we apply the same chain rule as stated above,
$$ = \cos{\theta} \left[ \frac{\partial f}{\partial x}\frac{\partial}{\partial x}\frac{\partial x}{\partial r} + \frac{\partial f}{\partial x}\frac{\partial}{\partial y}\frac{\partial y}{\partial r} \right] + \sin{\theta} \left[ \frac{\partial f}{\partial y}\frac{\partial}{\partial x}\frac{\partial x}{\partial r} + \frac{\partial f}{\partial y}\frac{\partial}{\partial y}\frac{\partial y}{\partial r} \right]$$
Substituting for the partial derivatives of $ x $ and $ y $,
$$ = \cos{\theta} \left[ \cos{\theta}\frac{\partial f}{\partial x}\frac{\partial}{\partial x} + \sin{\theta}\frac{\partial f}{\partial x}\frac{\partial}{\partial y}\right] + \sin{\theta} \left[ \cos{\theta}\frac{\partial f}{\partial y}\frac{\partial}{\partial x} + \sin{\theta}\frac{\partial f}{\partial y}\frac{\partial}{\partial y}\right]$$
Which by Clairaut's Theorem simplifies to,
$$ = \cos^2{\theta}\frac{\partial^2 f}{{\partial x}^2} + 2\sin{\theta}\cos{\theta}\frac{\partial^2 f}{\partial x \partial y} + \sin^2{\theta}\frac{\partial^2 f}{{\partial y}^2}$$
Next in a similar manner we calculate $ \frac{\partial f}{\partial \theta} $ and $ \frac{\partial^2 f}{{\partial\theta}}^2 $. These are more challenging since $ \theta $ does not drop out in the partial derivatives as does $ r $ and so the product rule must be applied in taking the partial derivatives. Thus you should get,
$$ \frac{\partial f}{\partial \theta} = -r\sin{\theta}\frac{\partial f}{\partial x} + r\cos{\theta}\frac{\partial f}{\partial y}$$
and
$$ \frac{\partial^2 f}{{\partial\theta}^2} = r^2\left(\sin^2{\theta} \left( \frac{\partial^2 f}{{\partial x}^2} \right) + \cos^2{\theta}\left( \frac{\partial^2 f}{{\partial y}^2}\right)-2\sin{\theta}\cos{\theta}\left(\frac{\partial^2 f}{\partial y \partial x}\right)\right)-r\left(\cos{\theta}\frac{\partial f}{\partial x} + \sin{\theta}\frac{\partial f}{\partial y}\right)$$
Thus once we divide $ \frac{\partial^2 f}{{\partial \theta}^2}$ by $ \frac{1}{r^2}$, add to $ \frac{\partial^2 f}{{\partial r}^2} $, simplify using $ \sin^2 + \cos^2 = 1 $ and combine like terms we get,
$$ \frac{\partial^2 f}{{\partial x}^2} + \frac{\partial^2 f}{{\partial y}^2} = \frac{\partial^2 f}{{\partial r}^2} + \frac{1}{r}\frac{\partial f}{\partial r} + \frac{1}{r^2}\frac{\partial^2 f}{{\partial\theta}^2} = 0$$
This is my first answer to a question and I skipped a lot of the algebra. If between this and the link there are still difficulties I'll be happy to write out the steps I omitted. Hope this helps.