Is there a Courant–Friedrichs–Lewy (CFL) type condition when dealing with the wave equation numerically in polar coordinates? For Example here it is mentioned for the wave equation but there isn't a explanation as to where it comes from. Any references on this subject would be greatly appreciated.
2026-03-26 11:05:29.1774523129
CFL condition in polar coordinates.
961 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-DIFFERENTIAL-EQUATIONS
- PDE Separation of Variables Generality
- Partial Derivative vs Total Derivative: Function depending Implicitly and Explicitly on Variable
- Transition from theory of PDEs to applied analysis and industrial problems and models with PDEs
- Harmonic Functions are Analytic Evan’s Proof
- If $A$ generates the $C_0$-semigroup $\{T_t;t\ge0\}$, then $Au=f \Rightarrow u=-\int_0^\infty T_t f dt$?
- Regular surfaces with boundary and $C^1$ domains
- How might we express a second order PDE as a system of first order PDE's?
- Inhomogeneous biharmonic equation on $\mathbb{R}^d$
- PDE: Determine the region above the $x$-axis for which there is a classical solution.
- Division in differential equations when the dividing function is equal to $0$
Related Questions in WAVE-EQUATION
- Can I obtain an analytical solution for the wave equation with a non-zero neumann BC?
- Solve $U_{tt}=a U_{xx}$ when a<0.
- General solution of the wave equation
- Finding the general solution of an equation.
- The energy method for $u_{tt}-du_t-u_{xx}=0, (0,1)\times(0,T) $
- Bounds on solutions of the wave equation
- Wave equation with Robin and Neumann boundary conditions
- Prove that $|\Phi(p)|^2 \propto\sin^2\left( \frac{p L}{\hbar}\right) $
- Wave Equation Intuition in the case of a horizontal string
- Multi-variable chain rule - confusion in application
Related Questions in STABILITY-THEORY
- MIT rule VS Lyapunov design - Adaptive Control
- Stability of system of parameters $\kappa, \lambda$ when there is a zero eigenvalue
- Stability of stationary point $O(0,0)$ when eigenvalues are zero
- How to analyze a dynamical system when $t\to\infty?$
- Intuitive proof of Lyapunov's theorem
- Deriving inequality from a Lyapunov test of $x' = -x + y^3, \space y' = -y + ax^3$
- Existence and uniqueness of limit cycle for $r' = μr(1-g(r^2)), \text{and} θ' = p(r^2)$
- Omega limit set $\omega(x_0)$ for $r' = 2μr(5-r^2), \space θ' = -1$
- Show that $x_1' = x_2, \space x_2' = -2x_1 + x_2(2-5x_1^2 - 3x_2^2)$ has a bounded solution
- Region of attraction and stability via Liapunov's function
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?
On Cartesian grids, the stability condition can be derived by inserting complex exponential solutions $\exp(i (k_x x + k_y y + k_z z + \omega t))$. From this you obtain a discrete dispersion relation $f(k_x,k_y,k_z,\omega)=0$ and the stability condition is the condition under which this equation cannot have complex $\omega$ solution (or at least no solutions with $\Im(\omega)<0$).
The reason this works at all is the happy coincidence that $\exp(i (k_x x + k_y y + k_z z + \omega t))$ is also an eigenfunction of the discrete derivative operators on a cartesian grid - it is an exact solution of the discretized equations.
In other coordinate systems, exact discrete solutions are not known, and deriving exact stability conditions is much more complicated.
That being said, there are ways of doing it. This thesis derives an exact stability condition for discretized Maxwell's equations in terms of (I oversimplify a little) eigenvalues of the discrete curl operator (eq 2.113), making no assumption on the coordinate system.
There is also this paper (eq. 31), but the derivation is not exact: they assume eigensolutions of the form $\exp(i (k_r r + k_{\phi} \phi + k_z z + \omega t))$ which is only valid in the far-from-the-origin limit.
I am speaking from memory here, but I'm sure Taflove's book "Computational Electrodynamics: The Finite-Difference Time-Domain Method" (not sure which edition) has a discussion of the stability of a discretized wave equation in cylindrical coordinates. They do not calculate it exactly, but they give numerical results that indicate the stability condition depends on how close to the origin you get.
One more thing: the formula in your link $$c^2\frac{dt}{\min(dr^2,d\phi^2)}\leq\frac12$$ cannot possibly be correct since $dr$ and $d\phi$ have different units.