-
Notifications
You must be signed in to change notification settings - Fork 1
/
review.tex
61 lines (56 loc) · 1.86 KB
/
review.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
\documentclass[11pt,letterpaper]{article}
\usepackage[secthm,mdthm,simplethm]{beel}
\usepackage[utf8]{inputenc}
\usepackage{graphicx, tcolorbox}
\usepackage[margin = 1in, top = 0.8in,bottom = 0.8in]{geometry}
\usepackage{amsmath,amsfonts,amsthm,amssymb}
\usepackage{array,comment,enumitem}
\usepackage{mathtools,thmtools}
\usepackage{multicol,tabto,setspace}
\usepackage{tikz,pgfplots,tikz-cd,venndiagram,forest}
\usepackage[all]{xy}
\usepackage{listings,fancyhdr}
\pagestyle{fancy}
\headheight = 15 pt
\lhead{Bill Li}
\rhead{Partial Differential Equations}
\cfoot{\thepage}
\pgfplotsset{compat = 1.15}
\usetikzlibrary{fadings}
\hbadness = 10000
\tolerance = 10000
\renewcommand{\qedsymbol}{$\blacksquare$}
\renewcommand{\bar}{\overline}
\renewcommand{\b}{\mathbb}
\renewcommand{\c}{\mathcal}
\newcommand{\s}{\mathscr}
\begin{document}
\begin{center}
{\Large \textbf{Math 126 Midterm Review Cheat-Sheet}}
\end{center}
\section{Where PDEs Come From}
\subsection{What is a partial differential Equation?}
\subsection{First Order Linear Equation}
\subsection{Flows Vibrations, and Diffusions}
\subsection{Initial and Boundary Conditions}
\subsection{Well-Posed Problems}
\section{Waves and Diffusions}
\subsection{The Wave Equation}
\subsection{Causality and Energy}
\subsection{The Diffusion Equation}
\subsection{Diffusion on the Whole Line}
\section{Reflection and Sources}
\subsection{Diffusion on the Half-Line}
\subsection{Reflection of Waves}
\subsection{Diffusion with a Source}
\subsection{Waves with a Source}
\section{Boundary Problems}
\subsection{Separation of Variables, The Dirichlet Condition}
\subsection{The Neumann Condition}
\section{Fourier Series}
\subsection{The Coefficients}
\subsection{Even, Odd, Periodic, and Complex Functions}
\subsection{Orthogonality and General Fourier Series}
\subsection{Completeness}
\subsection{Completeness and the Gibbs Phenomenon}
\end{document}