PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Viewing Version 13 of 'Laplacian'
[ view 'Laplacian' | back to history ]

Title of object: Laplacian
Canonical Name: Laplacian
Type: Definition

Created on: 2002-06-04 11:32:32
Modified on: 2006-07-11 15:06:17

Creator: matte
Modifier: invisiblerhino
Author: swapnizzle
Author: matte
Author: ariels

Classification: msc:31B05, msc:31B15
Defines: Laplace operator

Preamble:

% this is the default PlanetMath preamble. as your knowledge
% of TeX increases, you will probably want to edit this, but
% it should be fine as is for beginners.

% almost certainly you want these
\usepackage{amssymb}
\usepackage{amsmath}
\usepackage{amsfonts}

% used for TeXing text within eps files
%\usepackage{psfrag}
% need this for including graphics (\includegraphics)
%\usepackage{graphicx}
% for neatly defining theorems and propositions
%\usepackage{amsthm}
% making logically defined graphics
%\usepackage{xypic}

% there are many more packages, add them here as you need them

% define commands here

\newcommand{\sR}[0]{\mathbb{R}}
\newcommand{\sC}[0]{\mathbb{C}}
\newcommand{\sN}[0]{\mathbb{N}}
\newcommand{\sZ}[0]{\mathbb{Z}}

\usepackage{bbm}
\newcommand{\Z}{\mathbbmss{Z}}
\newcommand{\C}{\mathbbmss{C}}
\newcommand{\R}{\mathbbmss{R}}
\newcommand{\Q}{\mathbbmss{Q}}



\newcommand*{\norm}[1]{\lVert #1 \rVert}
\newcommand*{\abs}[1]{| #1 |}
Content:

Let $(x_1, \ldots, x_n)$ be Cartesian coordinates for some open set $\Omega$
in $\sR^n$.
Then the \emph{Laplacian} differential operator $\Delta$ is defined as
$$
\Delta = \frac{\partial^2 }{\partial x_1^2} + \cdots + \frac{\partial^2 }{\partial x_n^2}.
$$
In other words, if $f$ is a twice differentiable function $f:\Omega\to \sC$, then
$$
\Delta f = \frac{\partial^2 f}{\partial x_1^2} + \cdots + \frac{\partial^2 f}{\partial x_n^2}.
$$
A coordinate independent definition of the Laplacian
is $\Delta = \nabla \cdot \nabla$, i.e., $\Delta$ is the composition of
gradient and divergence.

A harmonic function is one for which the Laplacian vanishes.


\subsubsection*{Notes}
An older symbol for the Laplacian is $\nabla^2$ -- conceptually the scalar product of $\nabla$ with itself.
This form may be more favoured by physicists.

\subsubsection*{Derivation}
\htmladdnormallink{Click here}{<http://planetmath.org/?method=l2h&from=collab&id=76&op=getobj">} to see an article that derives the Laplacian in Spherical coordinates.