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

<record version="11" id="1028">
 <title>Applications of the Maclaurin Series in Physical Modeling</title>
 <name>ApplicationsOfTheMaclaurinSeriesInPhysicalModeling</name>
 <created>2026-02-13 16:42:29</created>
 <modified>2026-02-13 22:35:41</modified>
 <type>Application</type>
<parent id="1019">Maclaurin series</parent>
 <creator id="1" name="bloftin"/>
 <modifier id="1" name="bloftin"/>
 <author id="1" name="bloftin"/>
 <classification>
	<category scheme="msc" code="02."/>
	<category scheme="msc" code="02.30.-f"/>
 </classification>
 <related>
	<object name="TaylorSeries"/>
	<object name="PowerSeries"/>
	<object name="MaclaurinSeries"/>
	<object name="MaclaurinSeriesExamples"/>
 </related>
 <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)
\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
\usepackage{xparse}
\usepackage{physics}
\usepackage{hyperref}
\usepackage{geometry}

% define commands here</preamble>
 <content>\section{Introduction}

Many physical systems are governed by nonlinear equations whose exact solutions are unavailable. Nevertheless, when the system operates near a point of equilibrium or symmetry, its behavior may be approximated using a power series expansion. The Maclaurin series, a Taylor series expanded about the origin, is especially useful when the relevant physical variable is naturally small.

Such expansions underpin approximations ranging from the small--angle pendulum to harmonic oscillator limits in quantum mechanics and field theory. The power of the Maclaurin series lies not merely in computational convenience, but in its ability to expose the hierarchical structure of physical effects.

\section{The Maclaurin Series}

Let $f(x)$ be infinitely differentiable at $x=0$. The Maclaurin series of $f$ is given by

\begin{equation}
f(x) = \sum_{n=0}^{\infty} \frac{f^{(n)}(0)}{n!} x^n,
\end{equation}
provided the series converges to $f(x)$ within some radius of convergence.

Truncating the series at finite order $N$ yields an approximation
\begin{equation}
f(x) \approx \sum_{n=0}^{N} \frac{f^{(n)}(0)}{n!} x^n,
\end{equation}
whose accuracy depends both on $x$ and on the neglected higher--order terms.

\section{Small--Angle Approximation of the Simple Pendulum}

Consider a simple pendulum of length $L$ under gravity $g$. The exact equation of motion is
\begin{equation}
\ddot{\theta} + \frac{g}{L} \sin\theta = 0.
\end{equation}

The nonlinearity arises from the sine term. Expanding $\sin\theta$ about $\theta = 0$ using its Maclaurin series,
\begin{equation}
\sin\theta = \theta - \frac{\theta^3}{3!} + \frac{\theta^5}{5!} - \cdots,
\end{equation}
we obtain, to lowest order,
\begin{equation}
\ddot{\theta} + \frac{g}{L} \theta = 0,
\end{equation}
which describes a simple harmonic oscillator with angular frequency
\begin{equation}
\omega_0 = \sqrt{\frac{g}{L}}.
\end{equation}

This approximation is valid when $|\theta| \ll 1$ (in radians). Retaining the cubic term introduces an anharmonic correction, leading to amplitude--dependent oscillation periods.

\section{Maclaurin Expansion of a Nonlinear Potential}

More generally, consider a particle of mass $m$ moving in a one--dimensional potential $V(x)$ with a stable equilibrium at $x=0$. The potential may be expanded as
\begin{equation}
V(x) = V(0) + \frac{1}{2} V''(0)x^2 + \frac{1}{3!} V'''(0)x^3
+ \frac{1}{4!} V^{(4)}(0)x^4 + \cdots.
\end{equation}

The absence of a linear term reflects equilibrium. The quadratic term defines an effective harmonic oscillator with angular frequency
\begin{equation}
\omega = \sqrt{\frac{V''(0)}{m}}.
\end{equation}

Higher--order terms introduce anharmonic effects, modifying both classical trajectories and quantum energy levels. The Maclaurin expansion thus provides a systematic route from exact dynamics to effective models.</content>
</record>
