Delta function

Delta function indicated with an arrow, as well as different ways of defining the delta function as a limit of a distribution with fixed integral of 1.
For more Fourier analysis figures, please see the “fourier analysis” tag. These figures are used in Ben Kilminster’s lecture notes for PHY111.

delta_function-001.pngdelta_function-002.pngdelta_function-003.pngdelta_function-004.pngdelta_function-005.png

Edit and compile if you like:

% Author: Izaak Neutelings (February 2021)
\documentclass[border=3pt,tikz]{standalone}
\usepackage{tikz}
\usepackage{physics}
\usepackage{xcolor}
\tikzset{>=latex} % for LaTeX arrow head
\colorlet{myred}{red!85!black}
\colorlet{myblue}{blue!80!black}
\colorlet{mydarkred}{myred!80!black}
\colorlet{mydarkblue}{myblue!80!black}
\tikzstyle{xline}=[myblue,very thick]
\def\tick#1#2{\draw[thick] (#1) ++ (#2:0.1) --++ (#2-180:0.2)}
\def\N{80}
\begin{document}
% DELTA FUNCTION
\def\xmin{-0.7*\T} % min x axis
\def\xmax{1.7} % max x axis
\def\ymin{-0.4} % min y axis
\def\ymax{1.6} % max y axis
\def\A{0.76*\ymax} % amplitude
\begin{tikzpicture}
\message{^^JDelta function}
\def\a{0.4*\xmax}
\tick{0,\A}{0} node[left=-1,scale=0.9] {1};
\draw[->,thick] (0,\ymin) -- (0,\ymax) node[left] {$y$};
\draw[->,thick] (-\xmax,0) -- (\xmax+0.1,0) node[below=1,right=1] {$x$};
\draw[xline,line cap=round] (-0.9*\xmax,0) -- (0.9*\xmax,0);
\draw[xline,->] (0,0) --++ (0,\A) node[mydarkblue,below right=1] {$\delta(x)$};
\draw[xline,thick,fill=white] (0,0) circle(0.05);
\end{tikzpicture}
% DELTA FUNCTION - shift
\begin{tikzpicture}
\message{^^JDelta function - shift}
\def\a{0.70*\xmax}
\tick{-\a,\A}{0} node[left=-1,scale=0.9] {1};
 
הההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההההה
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Click to download: delta_function.texdelta_function.pdf
Open in Overleaf: delta_function.tex

Leave a Reply

Your email address will not be published.