I've run into the following PDE, defined on a rectangle: $$ \nabla^4 \psi + \alpha\:\partial^2_x\partial^2_y\psi = f(x, y) $$ where $\alpha$ is a constant. It takes on the following values at the boundaries: $$ \psi = 0 \\ \frac{\partial \psi}{\partial n} = 0 $$ with $\partial/\partial n$ denoting the derivative normal to the boundary. Every biharmonic equation solver I can find solves an equation of the form: $$ \nabla^4\psi + \alpha\nabla^2\psi + \beta \psi = f(x, y) $$ where $\alpha$ and $\beta$ are constants. I'm wondering whether the first PDE has a name so that I can investigate premade numerical solvers. If not, might there be a way to extend typical numerical biharmonic solvers to work with the extra mixed derivative term? I have been looking at finite difference solvers, but it's not clear to me how dependent on the specific details of the equation these algorithms are.
2026-03-27 04:38:38.1774586318
Is there a name for a biharmonic equation with an extra set of squared mixed partials?
221 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 NUMERICAL-METHODS
- The Runge-Kutta method for a system of equations
- How to solve the exponential equation $e^{a+bx}+e^{c+dx}=1$?
- Is the calculated solution, if it exists, unique?
- Modified conjugate gradient method to minimise quadratic functional restricted to positive solutions
- Minimum of the 2-norm
- Is method of exhaustion the same as numerical integration?
- Prove that Newton's Method is invariant under invertible linear transformations
- Initial Value Problem into Euler and Runge-Kutta scheme
- What are the possible ways to write an equation in $x=\phi(x)$ form for Iteration method?
- Numerical solution for a two dimensional third order nonlinear differential equation
Related Questions in TERMINOLOGY
- The equivalent of 'quantum numbers' for a mathematical problem
- Does approximation usually exclude equality?
- Forgot the name of a common theorem in calculus
- Name of some projection of sphere onto $\mathbb{R}^2$
- What is $x=5$ called??
- Is there a name for this operation? $f(a, b) = a + (1 - a)b$
- When people say "an algebra" do they always mean "an algebra over a field"?
- What is the term for "in one $n$-space"?
- The product of disjoint cycles
- What about the 'geometry' in 'geometric progression'?
Related Questions in FINITE-DIFFERENCES
- 4-point-like central finite difference for second partial derivatives
- Numerical method for fourth order PDE.
- Finite difference approximation of $u''(x)+u(x)=0, u(0)=1, u(\pi)=-1$
- Numerically compute Laplacian of a scalar field in a non-orthogonal grid
- write second order difference as a convolution operator
- Do the second differences of the fifth powers count the sphere packing of a polyhedron?
- Discretization for $\partial_tu = \partial_x[g\times\partial_xu]$
- Discretization of 4th order ODE
- Trying to use Matlab to find Numerical Solution to $u''(x)+e^{u(x)}=0, u(0)=0, u(1)=0$ - Newton's method
- Finite difference: problem on edge of Dirichlet and Neumann boundary
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?
This is not an answer to the original question. But it seems that some finite-difference solvers for biharmonic equation in rectangular domain are not hard to extend so they can handle this type of equation too.
This problem is attractive because it has constant coefficients and is defined on a rectangular domain. Such problems are often directly solvable by FFT methods. And if you google for direct solver for biharmonic equation on a rectangle you'll get a couple of papers. This one is particularly interesting. In addition to the method itself this work gives a great overview of existing methods for biharmonic problem in 2D.
Let's try to adapt one of them to your problem. First, let's rewrite the equation a bit $$ \left[ \partial_x^4 + (2 + \alpha) \partial_x^2 \partial_y^2 + \partial_y^4 \right] u = f(x, y), \qquad (x, y) \in G = [0, L_x] \times [0, L_y]\\ \left.u\right|_{G} = 0, \qquad \left.\frac{\partial u}{\partial n}\right|_{G} = 0. $$ Introduce a regular grid in $G$: $$ x_i = i h_x, \; i = -1, 0, \dots, N_x, N_x + 1, \quad h_x = \frac{L_x}{N_x}\\ y_j = j h_y, \; j = -1, 0, \dots, N_y, N_y + 1, \quad h_y = \frac{L_y}{N_y} $$ The nodes $i = -1$, $j = -1$, $i = N_x + 1$, $j = N_y + 1$ lie outside of the domain $G$. They allow to simplify the approximation of the boundary conditions $\left.\frac{\partial u}{\partial n}\right|_{G} = 0$.
The approximated boundary conditions take the form $$ u_{0,j} = u_{N_x,j} = u_{i,0} = u_{i,N_y} = 0\\ \frac{u_{1,j} - u_{-1,j}}{2h_x} = \frac{u_{N_x + 1,j} - u_{N_x - 1,j}}{2h_x} = 0\\ \frac{u_{i,1} - u_{i,-1}}{2h_y} = \frac{u_{i,N_y+1} - u_{i,N_y-1}}{2h_y} = 0\\ $$ Boundary condition express external (to domain $G$) unknowns via internal ones. The rest $(N_x - 1) (N_y - 1)$ values are unknown. Each internal node has an associated difference equation $$ \frac{u_{i-2,j} -4 u_{i-1,j} + 6u_{i,j} -4 u_{i+1,j} + u_{i+2,j}}{h_x^4} + \\ (2 + \alpha) \frac{u_{i-1,j-1} - 2u_{i-1,j} + u_{i-1,j+1} -2 u_{i,j-1} + 4u_{i,j} -2u_{i,j+1}+u_{i+1,j-1} - 2u_{i+1,j} + u_{i+1,j+1}}{h_x^2 h_y^2} + \\ \frac{u_{i,j-2} -4 u_{i,j-1} + 6u_{i,j} -4 u_{i,j+1} + u_{i,j+2}}{h_y^4} = f_{i,j} \equiv f(x_i, y_j) $$
Let's introduce some matrices: $$ \Lambda_2 = \begin{pmatrix} -2 & 1\\ 1 & -2 & 1\\ &\ddots&\ddots&\ddots\\ &&1 & -2 & 1\\ &&&1 & -2\\ \end{pmatrix} $$ $$ \Lambda_4 = \begin{pmatrix} 7 & -4 & 1\\ -4 & 6 & -4 & 1\\ 1 & -4 & 6 & -4 & 1\\ &\ddots&\ddots&\ddots&\ddots&\ddots\\ &&1 & -4 & 6 & -4 & 1\\ &&&1 & -4 & 6 & -4\\ &&&&1 & -4 & 7 \end{pmatrix} $$ They are obtained by eliminating external and boundary unknowns using boundary conditions from the finite difference operators of second and fourth derivative. Using these operators the difference problem might be written shorter: $$ \left[ \frac{1}{h_x^4} \Lambda_4 \otimes I + \frac{2 + \alpha}{h_x^2 h_y^2} \Lambda_2 \otimes \Lambda_2 + \frac{1}{h_y^4} I \otimes \Lambda_4\right] U = F $$ Here $A \otimes B$ stands for a direct product of operator $A$ acting along $x$ directions and $B$ acting along $y$ direction.
Consider discrete sine transform of the first kind which is a FFT-family transform. $$ x_n = \sqrt\frac{2}{N}\sum_{k=1}^{N-1} X_k \sin \frac{\pi kn}{N}, \qquad X_k = \sqrt\frac{2}{N}\sum_{k=1}^{N-1} x_n \sin \frac{\pi kn}{N}, \qquad $$ The matrix $\mathbb F$ of size $(N-1) \times (N-1)$ defined as $$ \mathbb F = \left[\sqrt\frac{2}{N} \sin \frac{\pi kn}{N}\right]_{kn} $$ diagnolizes $\Lambda_2$ and almost diagnolizes $\Lambda_4$. Also $\mathbb F^{-1} = \mathbb F^\top = \mathbb F$. The DST basis consists of functions $$ \psi^{(k)} = \sqrt{\frac{2}{N}}\begin{pmatrix} \sin \frac{\pi k}{N}& \sin \frac{2 \pi k}{N}& \dots& \sin \frac{(N-2) \pi k}{N}& \sin \frac{(N-1) \pi k}{N} \end{pmatrix}^\top. $$ $$ \Lambda_2 \psi^{(k)} = \lambda_k \psi^{(k)}\\ \lambda_k = -4 \sin^2 \frac{\pi k}{2N}. $$ Vectors $\psi^{(k)}$ are also eigenvectors for matrix $$ \Lambda_4^{C} = \begin{pmatrix} 5 & -4 & 1\\ -4 & 6 & -4 & 1\\ 1 & -4 & 6 & -4 & 1\\ &\ddots&\ddots&\ddots&\ddots&\ddots\\ &&1 & -4 & 6 & -4 & 1\\ &&&1 & -4 & 6 & -4\\ &&&&1 & -4 & 5 \end{pmatrix} $$ with eigenvalues $\mu_k = \lambda_k^2$. Denote $R = \Lambda_4 - \Lambda_4^C = \operatorname{diag}[2, 0, \dots, 0, 2]$.
The problem changes to $$ \left[ \underbrace{\frac{1}{h_x^4} \Lambda_4^C \otimes I + \frac{2 + \alpha}{h_x^2 h_y^2} \Lambda_2 \otimes \Lambda_2 + \frac{1}{h_y^4} I \otimes \Lambda_4^C}_{A,\text{ diagonalizable by }\mathbb F} + \underbrace{ \frac{1}{h_x^4} R \otimes I + \frac{1}{h_y^4} I \otimes R }_{B,\text{ low rank perturbation}} \right] U = F $$
Introduce $W = \mathbb F \otimes \mathbb F$ - the matrix of the 2D DST transform. $$ A = W D W, \quad D = \operatorname{diag}[d_{i,j}]\\ d_{i,j} = \frac{(\mu_x)_i}{h_x^4} + \frac{2 + \alpha}{h_x^2 h_y^2} (\lambda_x)_i (\lambda_y)_j + \frac{(\mu_y)_j}{h_y^4}. $$ If we didn't have the perturbation term the solution to $AU = F$ may be obtained in the following steps:
The perturbation term makes things more complicated. One approach is using the Woodbury identity: $$ (A + VV^\top)^{-1} F = A^{-1} F - A^{-1} V (I + V^\top A^{-1} V)^{-1} V^\top A^{-1} F. $$ Here $VV^\top = B$ and $V = (V_1\; V_2)$ where $$ V_1 = \frac{\sqrt{2}}{h_x^2} \begin{pmatrix} 1&0\\ 0&0\\ \vdots&\vdots\\ 0&0\\ 0&1 \end{pmatrix} \otimes I, \quad V_2 = \frac{\sqrt{2}}{h_y^2} I \otimes \begin{pmatrix} 1&0\\ 0&0\\ \vdots&\vdots\\ 0&0\\ 0&1 \end{pmatrix}. $$
Matrices $V_1$ and $V_2$ practically extract $x$ and $y$ near to boundary values out of 2D array (up to scale factor).
The complexity of direct application of the Woodbury formula is in inversion of the capacitance matrix $I + V^\top A^{-1}V$. The simplest approach is to compute $(I + V^\top A^{-1}V)^{-1} r$ iteratively as a solution of $$ (I + V^\top A^{-1}V)s = r. $$ The matrix is s.p.d. so we might use conjugate gradients to compute the solution. The only function CG need is matrix-vector product, $s \mapsto (I + V^\top A^{-1}V)s$. This matrix-vector product is roughly as hard as computing $A^{-1} g$ which may be done by the algorithm for unperturbed system above.
Here is the implementation of this algorithm in python.