<?xml version="1.0" encoding="UTF-8"?>

<record version="1" id="1170">
 <title>Wave Mechanics: Boundary Conditions</title>
 <name>WaveMechanicsBoundaryConditions</name>
 <created>2026-09-12 01:15:26</created>
 <modified>2026-09-12 01:15:26</modified>
 <type>Definition</type>
 <creator id="1" name="bloftin"/>
 <modifier id="1" name="bloftin"/>
 <author id="1" name="bloftin"/>
 <classification>
	<category scheme="pacs" code="46.40.-f"/>
	<category scheme="pacs" code="45.20.Dd"/>
 </classification>
 <synonyms>
	<synonym concept="Wave Mechanics: Boundary Conditions" alias="WM12"/>
 </synonyms>
 <related>
	<object name="WaveMechanicsSeriesOverviewAndArticleGuide"/>
	<object name="OscillationAtOnePoint"/>
	<object name="WaveMechanicsSinusoidalOscillation"/>
	<object name="WaveMechanicsPhaseAndPhaseDifference"/>
	<object name="WaveMechanicsOscillationInSpace"/>
	<object name="WaveMechanicsWavenumber"/>
	<object name="WaveMechanicsTranslatingDisturbances"/>
	<object name="WaveMechanicsTheSinusoidalTravelingWave"/>
	<object name="WaveMechanicsWaveSpeed"/>
	<object name="WaveMechanicsSuperposition"/>
	<object name="WaveMechanicsStandingWaves"/>
	<object name="WaveMechanicsResonance"/>
 </related>
 <keywords>
	<term> wave mechanics</term>
	<term>boundary conditions</term>
	<term>fixed boundary</term>
	<term>free boundary</term>
	<term>Dirichlet condition</term>
	<term>Neumann condition</term>
	<term>reflection</term>
	<term>phase inversion</term>
	<term>standing waves</term>
	<term>normal modes</term>
	<term>initial conditions</term>
	<term>fixed-fixed string</term>
	<term>fixed-free string</term>
 </keywords>
 <preamble>% this is the default PhysicsLibrary 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).
% If you use \includegraphics{figure} with no file extension, PhysicsLibrary
% will prefer figure.png before falling back to figure.eps.
\usepackage{graphicx}
\DeclareGraphicsExtensions{.png,.jpg,.jpeg,.pdf,.eps}
% 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</preamble>
 <content>\section*{Wave Mechanics: Boundary Conditions}

WM10 and WM11 showed that finite systems support standing waves, normal modes,
and resonances.  Those results depended on statements such as ``the string is
fixed at both ends.''  WM12 makes that statement mathematical.

A wave equation, or any other differential equation for a field, does not by
itself determine one unique physical motion.  The equation describes which
local behaviors are allowed.  Additional information is required to determine
which solution is physically realized.  Two kinds of information are especially
important:

\begin{itemize}
 \item \emph{initial conditions}, which specify the state of the system at an initial time, and
 \item \emph{boundary conditions}, which specify what the field must do at the edges or interfaces of the spatial region.
\end{itemize}

For waves on a string, the most important elementary boundary conditions are a
\emph{fixed end}, where the displacement must vanish, and a \emph{free end},
where the transverse force must vanish.  These two cases produce different
reflections and different families of standing-wave modes
\cite{French1971,Crawford1968,OpenStax165,Feynman49,MIT803Textbook}.

\section{Initial conditions are not boundary conditions}

Suppose a string occupies the interval

\begin{equation}
 0\leq x\leq L.
\end{equation}

The field

\begin{equation}
 u(x,t)
\end{equation}

specifies the transverse displacement of the string.

An initial condition tells us something about the entire string at one instant,
for example

\begin{equation}
 u(x,0)=f(x).
\end{equation}

A second initial condition is usually needed to specify the initial velocity,

\begin{equation}
 \frac{\partial u}{\partial t}(x,0)=g(x).
\end{equation}

By contrast, a boundary condition tells us what happens at a particular spatial
edge for all relevant times.  Examples are

\begin{equation}
 u(0,t)=0
\end{equation}

or

\begin{equation}
 \frac{\partial u}{\partial x}(L,t)=0.
\end{equation}

The first fixes the displacement at the left end.  The second fixes the
\emph{spatial slope} at the right end.  The partial-derivative notation simply
means that the slope is measured with respect to $x$ while time is held fixed.
A later article will develop partial derivatives more systematically.

\begin{center}
\includegraphics{WM12_fig01_initial_vs_boundary_conditions.png}

\vspace{0.45em}

\textbf{Figure.}
Initial conditions specify the field along an initial-time line, whereas
boundary conditions constrain the field along the spatial edges of the domain.
A complete wave problem generally requires both kinds of information.
\end{center}

This distinction is fundamental in mathematical physics.  A differential
equation plus initial and boundary data defines an \emph{initial-boundary-value
problem}.

\section{Fixed-end boundary condition}

Imagine a string attached rigidly to a wall at

\begin{equation}
 x=0.
\end{equation}

The endpoint cannot move transversely, so

\begin{equation}
 \boxed{u(0,t)=0.}
\end{equation}

This is commonly called a \emph{fixed} or \emph{Dirichlet} boundary condition.
The name Dirichlet refers to the mathematical statement that the value of the
field itself is prescribed at the boundary.

For a fixed end, an incident pulse must reflect in such a way that the incident
and reflected displacements always cancel at the wall.  Feynman describes this
by superposing the incoming pulse with an oppositely signed reflected pulse so
that the endpoint remains at zero displacement \cite{Feynman49}.

For a sinusoidal wave incident on a fixed boundary, write

\begin{equation}
 u_i(x,t)=A\cos(kx+\omega t)
\end{equation}

for a wave traveling toward decreasing $x$.  Let the reflected wave be

\begin{equation}
 u_r(x,t)=A_r\cos(kx-\omega t).
\end{equation}

At the boundary,

\begin{equation}
 u_i(0,t)+u_r(0,t)=0.
\end{equation}

Therefore

\begin{equation}
 A\cos(\omega t)+A_r\cos(\omega t)=0,
\end{equation}

which requires

\begin{equation}
 A_r=-A.
\end{equation}

Thus the reflected displacement has the opposite sign:

\begin{equation}
 \boxed{u_r(x,t)=-A\cos(kx-\omega t).}
\end{equation}

The reflection therefore contains a phase change of $\pi$ in the displacement.
A crest returns as a trough and a trough returns as a crest
\cite{OpenStax165,Feynman49}.

\begin{center}
\includegraphics{WM12_fig02_fixed_boundary_reflection.png}

\vspace{0.45em}

\textbf{Figure.}
Reflection from a fixed boundary.  The endpoint must remain at zero displacement,
so the reflected pulse is inverted.  The incident and reflected displacements
cancel at the wall at every instant.
\end{center}

\section{Free-end boundary condition}

Now suppose the string terminates in a light ring that can slide without
friction on a vertical support.  The endpoint is free to move transversely.
The correct boundary condition is no longer zero displacement.

Instead, the transverse force at the end must vanish.  For a string under
constant tension $T$, a small slope produces a transverse component of tension
proportional to the spatial slope of the string.  At a truly free end there is
no external transverse force available to balance a nonzero end slope.
Therefore

\begin{equation}
 \boxed{\frac{\partial u}{\partial x}(L,t)=0.}
\end{equation}

This is a \emph{free} or \emph{Neumann} boundary condition.  A Neumann condition
prescribes a derivative of the field rather than the field value itself.
MIT 8.03 presents the same zero-slope condition for a massless ring on a
frictionless support \cite{MIT803L9}.

For a free end, the reflected pulse is not inverted.  The reflected displacement
returns with the same sign as the incident displacement.  A crest returns as a
crest and a trough returns as a trough \cite{OpenStax165}.

\begin{center}
\includegraphics{WM12_fig03_free_boundary_reflection.png}

\vspace{0.45em}

\textbf{Figure.}
Reflection from a free boundary.  The endpoint is allowed to move, but its
spatial slope must vanish.  The reflected pulse is not inverted, so a crest
returns as a crest.
\end{center}

The two elementary reflection rules are therefore

\begin{equation}
 \boxed{\text{fixed end: displacement reflection changes sign}}
\end{equation}

and

\begin{equation}
 \boxed{\text{free end: displacement reflection keeps the same sign}.}
\end{equation}

\section{Why the free end requires zero slope}

The zero-slope condition deserves a physical interpretation.

At an interior point of a slightly curved string, the tension forces from the
left and right need not cancel in the transverse direction.  Their imbalance
accelerates the string element.

At a free endpoint there is only one string segment pulling on the endpoint.
If that segment meets the endpoint with a nonzero transverse slope, its tension
has a transverse component.  A massless freely sliding endpoint cannot sustain
a finite unbalanced transverse force.  In the ideal limit, the string must
therefore meet the support horizontally:

\begin{equation}
 \frac{\partial u}{\partial x}=0.
\end{equation}

This is the mechanical origin of the Neumann condition for the ideal free end.

\section{Two fixed ends select integer half-wavelengths}

Consider a string occupying

\begin{equation}
 0\leq x\leq L
\end{equation}

with both ends fixed:

\begin{equation}
 u(0,t)=0,
 \qquad
 u(L,t)=0.
\end{equation}

A convenient standing-wave form is

\begin{equation}
 u(x,t)=B\sin(kx)\cos(\omega t).
\end{equation}

The left condition is automatically satisfied.  The right condition requires

\begin{equation}
 \sin(kL)=0.
\end{equation}

Therefore

\begin{equation}
 kL=n\pi,
 \qquad n=1,2,3,\ldots
\end{equation}

and hence

\begin{equation}
 \boxed{k_n=\frac{n\pi}{L}.}
\end{equation}

Using $k=2\pi/\lambda$ gives

\begin{equation}
 \boxed{\lambda_n=\frac{2L}{n}.}
\end{equation}

The fixed-fixed boundary conditions force the string length to contain an
integer number of half wavelengths:

\begin{equation}
 \boxed{L=n\frac{\lambda}{2}.}
\end{equation}

This is the mode family used in WM10 and WM11.

\section{One fixed end and one free end select odd quarter-wavelengths}

Now impose a different pair of boundary conditions:

\begin{equation}
 u(0,t)=0
\end{equation}

and

\begin{equation}
 \frac{\partial u}{\partial x}(L,t)=0.
\end{equation}

Again choose

\begin{equation}
 u(x,t)=B\sin(kx)\cos(\omega t).
\end{equation}

The fixed condition at $x=0$ is satisfied automatically.  Differentiate with
respect to $x$:

\begin{equation}
 \frac{\partial u}{\partial x}
 =Bk\cos(kx)\cos(\omega t).
\end{equation}

At the free end,

\begin{equation}
 \cos(kL)=0.
\end{equation}

Thus

\begin{equation}
 kL=\frac{(2n-1)\pi}{2},
 \qquad n=1,2,3,\ldots
\end{equation}

or

\begin{equation}
 \boxed{k_n=\frac{(2n-1)\pi}{2L}.}
\end{equation}

The allowed wavelengths are

\begin{equation}
 \boxed{\lambda_n=\frac{4L}{2n-1}.}
\end{equation}

If the wave speed is $v$, then

\begin{equation}
 \boxed{f_n=\frac{(2n-1)v}{4L}.}
\end{equation}

Only odd multiples of the fundamental appear:

\begin{equation}
 f_1,\quad 3f_1,\quad 5f_1,\ldots
\end{equation}

This family is characteristic of a system with one displacement node and one
slope-zero end.  The same quarter-wave geometry appears in other wave systems,
including idealized air columns with one closed end and one open end, although
the precise acoustic boundary variables differ from string displacement
\cite{French1971,OpenStax166}.

\begin{center}
\includegraphics{WM12_fig04_fixed_fixed_vs_fixed_free_modes.png}

\vspace{0.45em}

\textbf{Figure.}
Boundary conditions select different mode families.  A fixed-fixed string has
nodes at both ends and permits integer half-wavelengths.  A fixed-free string
has a node at the fixed end and a slope-zero antinode at the free end, producing
odd quarter-wavelength modes.
\end{center}

\section{Driven boundaries are nonhomogeneous boundary conditions}

A boundary does not have to be fixed or free.  It can be prescribed to move.
For example, suppose the left end of a string is driven sinusoidally:

\begin{equation}
 \boxed{u(0,t)=a\cos(\omega_d t).}
\end{equation}

This is a prescribed-displacement boundary condition.  Because the prescribed
value is not zero, it is called a \emph{nonhomogeneous} boundary condition.

By contrast,

\begin{equation}
 u(0,t)=0
\end{equation}

and

\begin{equation}
 \frac{\partial u}{\partial x}(L,t)=0
\end{equation}

are homogeneous conditions because their right-hand sides are zero.

Driven boundaries provide a natural link to resonance.  If the drive frequency
is close to one of the natural frequencies allowed by the other boundaries,
the corresponding mode can be strongly excited.

\section{Boundary conditions at an interface}

Not every boundary is an endpoint.  Two different media may meet at an
interface.  In that situation, the field generally does not simply terminate.
Instead, incident, reflected, and transmitted waves must satisfy matching
conditions at the interface.

The exact conditions depend on the physical field.  For a stretched string
with no break in the string, the displacement must remain continuous.  Force
balance supplies a second condition involving tension and spatial slope.  For
electromagnetic waves, Maxwell's equations impose continuity conditions on
appropriate electric and magnetic field components.  Feynman emphasizes that
boundary conditions are the rules that make the solutions on the two sides of
an interface fit together consistently \cite{FeynmanII33}.

WM12 does not derive reflection and transmission coefficients at a material
interface.  That calculation is reserved for a later article.  The important
idea here is that an interface problem requires enough matching conditions to
connect the solutions on the two sides.

\section{Dirichlet, Neumann, and mixed conditions}

The two most common mathematical names are:

\begin{itemize}
 \item \textbf{Dirichlet condition:} prescribe the field value, such as
 \begin{equation}
  u(0,t)=0.
 \end{equation}

 \item \textbf{Neumann condition:} prescribe the normal derivative or slope, such as
 \begin{equation}
  \frac{\partial u}{\partial x}(L,t)=0.
 \end{equation}
\end{itemize}

More complicated boundaries can combine field value and derivative.  A
schematic mixed condition might have the form

\begin{equation}
 a\,u+b\,\frac{\partial u}{\partial x}=h(t).
\end{equation}

Such conditions can model elastic supports, impedance-like terminations, and
other intermediate cases.  The physical coefficients determine how strongly
the boundary behaves like a fixed, free, or partially transmitting termination.

At this stage, the important point is not to memorize all possible forms.  It is
to recognize that the physics at the edge is encoded mathematically through a
condition on the field and possibly its derivatives.

\section{Boundary conditions select the allowed solutions}

A useful way to summarize the role of boundary conditions is

\begin{equation}
 \boxed{
 \text{wave law}
 +
 \text{initial data}
 +
 \text{boundary data}
 \;\longrightarrow\;
 \text{physical solution}.
 }
\end{equation}

The local wave law determines what kinds of behavior are possible in the
interior.  Initial conditions determine how the motion starts.  Boundary
conditions determine how the field must behave at the edges.  Together they
select one physical evolution from the much larger family of mathematically
possible waveforms.

This is why changing only one endpoint can reorganize the entire normal-mode
spectrum of a finite system.

\section{Worked example 1: reflection from a fixed end}

An incident displacement pulse reaches a rigid boundary with peak amplitude

\begin{equation}
 +4.0\,\text{mm}.
\end{equation}

At a fixed end,

\begin{equation}
 u(0,t)=0.
\end{equation}

The reflected displacement must cancel the incident displacement at the wall.
Therefore the reflected pulse has peak amplitude

\begin{equation}
 \boxed{-4.0\,\text{mm}}.
\end{equation}

The negative sign indicates inversion of the displacement pulse.

\section{Worked example 2: reflection from a free end}

An incident crest with peak displacement

\begin{equation}
 +3.0\,\text{mm}
\end{equation}

reaches an ideal free end.

For the free-end condition,

\begin{equation}
 \frac{\partial u}{\partial x}=0
\end{equation}

at the endpoint.  The reflected displacement is not inverted.  The reflected
pulse therefore has peak displacement

\begin{equation}
 \boxed{+3.0\,\text{mm}}.
\end{equation}

\section{Worked example 3: fixed-free normal frequencies}

A string of length

\begin{equation}
 L=0.80\,\text{m}
\end{equation}

has one fixed end and one ideal free end.  The wave speed is

\begin{equation}
 v=96\,\text{m/s}.
\end{equation}

The allowed frequencies are

\begin{equation}
 f_n=\frac{(2n-1)v}{4L}.
\end{equation}

The fundamental is

\begin{align}
 f_1
 &amp;=\frac{96}{4(0.80)}\,\text{Hz}\\
 &amp;=\frac{96}{3.2}\,\text{Hz}\\
 &amp;=\boxed{30\,\text{Hz}}.
\end{align}

The next two allowed frequencies are

\begin{align}
 f_2&amp;=3f_1=\boxed{90\,\text{Hz}},\\
 f_3&amp;=5f_1=\boxed{150\,\text{Hz}}.
\end{align}

Notice that $60\,\text{Hz}$ is not an allowed normal frequency in this ideal
fixed-free system.

\section{Worked example 4: identify the boundary type}

Suppose a standing-wave profile satisfies

\begin{equation}
 u(0,t)=0
\end{equation}

and at the opposite end

\begin{equation}
 u(L,t)\neq 0,
 \qquad
 \frac{\partial u}{\partial x}(L,t)=0.
\end{equation}

The left end is a displacement node, so it behaves like a fixed boundary.  The
right end has zero spatial slope but nonzero displacement, so it behaves like a
free boundary.

The system is therefore a

\begin{equation}
 \boxed{\text{fixed-free system}.}
\end{equation}

\section{Common mistakes}

\begin{itemize}
 \item \textbf{Mistake:} treating initial conditions and boundary conditions as the same thing.  Initial conditions specify the state at an initial time; boundary conditions specify behavior at spatial edges.
 \item \textbf{Mistake:} assuming a fixed end means zero slope.  A fixed end requires zero displacement; its slope need not be zero.
 \item \textbf{Mistake:} assuming a free end means zero displacement.  A free end can move; the ideal string condition is zero spatial slope.
 \item \textbf{Mistake:} forgetting the phase inversion at a fixed-end reflection.  The reflected displacement changes sign.
 \item \textbf{Mistake:} assuming a free-end reflection is inverted.  In the ideal string model, the reflected displacement keeps the same sign.
 \item \textbf{Mistake:} using the fixed-fixed mode formula for a fixed-free system.  The boundary conditions determine the allowed wavenumbers and must be applied before choosing a mode formula.
 \item \textbf{Mistake:} assuming every physical field uses the same boundary variable.  Displacement, pressure, electric field, magnetic field, and quantum wavefunctions have different physical matching rules.
\end{itemize}

\section{What WM12 adds to the wave-mechanics language}

WM10 and WM11 used boundary conditions implicitly to obtain standing waves and
resonances.  WM12 makes the boundary conditions themselves explicit.

For an ideal string,

\begin{equation}
 \boxed{\text{fixed end: }u=0}
\end{equation}

and

\begin{equation}
 \boxed{\text{free end: }\frac{\partial u}{\partial x}=0.}
\end{equation}

These conditions determine both reflection behavior and the allowed mode
spectrum.  In particular,

\begin{equation}
 \boxed{\text{fixed-fixed: }k_n=\frac{n\pi}{L},\quad
 f_n=\frac{nv}{2L}}
\end{equation}

whereas

\begin{equation}
 \boxed{\text{fixed-free: }k_n=\frac{(2n-1)\pi}{2L},\quad
 f_n=\frac{(2n-1)v}{4L}.}
\end{equation}

The deeper lesson is that a wave equation describes local physics, while
boundary conditions encode the physical constraints at the edges.  Changing
the boundary changes the allowed global solutions.

\section{References}

\begin{thebibliography}{9}

\bibitem{French1971}
A.~P. French,
\emph{Vibrations and Waves},
M.I.T. Introductory Physics Series,
W. W. Norton \&amp; Company, 1971.

\bibitem{Crawford1968}
Frank S. Crawford, Jr.,
\emph{Waves},
Berkeley Physics Course, Volume 3,
McGraw-Hill, 1968.

\bibitem{OpenStax165}
William Moebs, Samuel J. Ling, and Jeff Sanny,
\emph{University Physics, Volume 1},
OpenStax, 2016,
Section 16.5, ``Interference of Waves,'' especially the discussion of
reflection at fixed and free boundaries.

\bibitem{OpenStax166}
William Moebs, Samuel J. Ling, and Jeff Sanny,
\emph{University Physics, Volume 1},
OpenStax, 2016,
Section 16.6, ``Standing Waves and Resonance.''

\bibitem{Feynman49}
Richard P. Feynman, Robert B. Leighton, and Matthew Sands,
\emph{The Feynman Lectures on Physics, Volume I},
Chapter 49, ``Modes,'' especially Section 49--1 on reflection of waves from a
clamped boundary.

\bibitem{MIT803Textbook}
Massachusetts Institute of Technology,
\emph{8.03SC Physics III: Vibrations and Waves - The Physics of Waves},
Fall 2016, MIT OpenCourseWare,
Sections 5.1.2, 5.3.2, 5.4, and 5.5 on boundary conditions, fixed ends, free
ends, and forced boundary conditions.

\bibitem{MIT803L9}
Massachusetts Institute of Technology,
\emph{8.03SC Physics III: Vibrations and Waves},
Lecture 9, ``Wave Equation, Standing Waves, Fourier Series,''
Fall 2016, MIT OpenCourseWare.

\bibitem{FeynmanII33}
Richard P. Feynman, Robert B. Leighton, and Matthew Sands,
\emph{The Feynman Lectures on Physics, Volume II},
Chapter 33, ``Reflection from Surfaces,'' especially the discussion of
boundary conditions and matching electromagnetic fields at an interface.

\end{thebibliography}</content>
</record>
