As we know using chain rule, we can compute the Laplacian in polar coordinates: for $u=u(r,\theta)$ it holds $$\Delta u=u_{rr}+\frac{1}{r}u_r+\frac{1}{r^2}u_{\theta \theta}$$ There is something behind this formula that I don't get. If we forget about Cartesian coordinate system and transformation formulas, considering $u=u(r,\theta)$ "independently" then why shouldn't we have $\Delta u=u_{rr}+u_{\theta \theta}$. Isn't this how the Laplacian is defined? What fails here? Thank you.
2025-01-13 02:17:34.1736734654
Laplacian in polar coordinates (idea)
444 Views Asked by user16015 https://math.techqa.club/user/user16015/detail At
1
There are 1 best solutions below
Related Questions in PARTIAL-DIFFERENTIAL-EQUATIONS
- How to solve the following parabolic pde?
- How to transform this nonhomogeneous equation into a homogeneous one by change of variables?
- $L^2$-norm of a solution of the heat equation
- Navier-Stokes on concentric cylinders
- Eliminate all parameters from the differential equation $u_t-Au_x-Bu^3+Cu_{xx}=0$.
- Prove there do not exists such distribution.
- Solving a heat equaton.
- Laplace equation :mean value formula for gradient of weak solution
- Solution of the IVP $\frac{\partial{u}}{\partial{t}}+\frac{\partial^2{u}}{\partial{x^2}}=0$.
- When does a Riemaniann metric form a coercive quadratic form?
Related Questions in LAPLACIAN
- Dirichlet eigenfunction cannot be extended to a continuous function on the closure
- Equation of the surface laplacian of the ellipse curvature
- Determine Green's function for the annular region bounded by two concentric spheres in $\mathbb R^n$.
- The Laplacian as the difference between mean value and a point
- Reference for the spectrum of the Bochner Laplacian on the 2-sphere.
- Laplacian - Gradient equivalence
- Why are eigenfunctions of Laplace-Beltrami operators the minimizer of $\int_\mathcal{M}\| \nabla f(x)\|^2$?
- Laplacian in polar coordinates (idea)
- Divergence in Definition of Laplace-Beltrami Operator
- General solution to Laplace Equation
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Refuting the Anti-Cantor Cranks
- Find $E[XY|Y+Z=1 ]$
- 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?
- What are the Implications of having VΩ as a model for a theory?
- How do we know that the number $1$ is not equal to the number $-1$?
- Defining a Galois Field based on primitive element versus polynomial?
- Is computer science a branch of mathematics?
- Can't find the relationship between two columns of numbers. Please Help
- 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
- A community project: prove (or disprove) that $\sum_{n\geq 1}\frac{\sin(2^n)}{n}$ is convergent
- Alternative way of expressing a quantied statement with "Some"
Popular # Hahtags
real-analysis
calculus
linear-algebra
probability
abstract-algebra
integration
sequences-and-series
combinatorics
general-topology
matrices
functional-analysis
complex-analysis
geometry
group-theory
algebra-precalculus
probability-theory
ordinary-differential-equations
limits
analysis
number-theory
measure-theory
elementary-number-theory
statistics
multivariable-calculus
functions
derivatives
discrete-mathematics
differential-geometry
inequality
trigonometry
Popular Questions
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- 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)$?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- How to find mean and median from histogram
- Difference between "≈", "≃", and "≅"
- Easy way of memorizing values of sine, cosine, and tangent
- How to calculate the intersection of two planes?
- What does "∈" mean?
- If you roll a fair six sided die twice, what's the probability that you get the same number both times?
- Probability of getting exactly 2 heads in 3 coins tossed with order not important?
- Fourier transform for dummies
- Limit of $(1+ x/n)^n$ when $n$ tends to infinity
The Laplacian is initially defined in Cartesian coordinates. If you switch to polar coordinates, then you are still dealing with the same operator, so you need to use the chain rule to get a form which only involves derivatives with respect to $r$ and $\theta$. Thus the operator $u \mapsto u_{rr} + u_{\theta \theta}$ is completely different from the Laplacian. It's also a pretty physically useless operator, because usually $r$ has units of length, so usually $u_{rr}$ and $u_{\theta \theta}$ have different units, and therefore cannot be added.
It is a bit confusing that we use the same name for the function $u$ in Cartesian and polar coordinates. But the two are not actually the same mathematical function (even though they represent the same physical quantity in different coordinate systems). Using the same name is really an abuse of notation. If we were being really precise, we would introduce $w(r,\theta)=u(r \cos(\theta),r \sin(\theta))$. Here $w$ is "the polar coordinate representation of $u$". Then the chain rule is really telling us that
$$\Delta u(r \cos(\theta),r\sin(\theta)) = w_{rr}(r,\theta) + \frac{1}{r} w_r(r,\theta) + \frac{1}{r^2} w_{\theta \theta}(r,\theta).$$