skeleton: 14 chapter stubs and 4 appendices
This commit is contained in:
28
appendices/appA_solution_summary.tex
Normal file
28
appendices/appA_solution_summary.tex
Normal file
@@ -0,0 +1,28 @@
|
||||
\appendix
|
||||
|
||||
\section{Solution Method Summary}
|
||||
\label{app:solution_summary}
|
||||
|
||||
This appendix provides quick-reference tables for solution methods across all chapter topics.
|
||||
|
||||
\begin{table}[htbp]
|
||||
\centering
|
||||
\caption{Solution Methods by Equation Type}
|
||||
\label{tab:solution_methods}
|
||||
\begin{tabular}{l l l}
|
||||
\toprule
|
||||
\textbf{Equation Type} & \textbf{Method} & \textbf{Key Formula} \\
|
||||
\midrule
|
||||
Separable ODE & Separation of variables & TBD \\
|
||||
Linear first-order & Integrating factor & TBD \\
|
||||
Exact equations & Potential function & TBD \\
|
||||
Bernoulli & Substitution & TBD \\
|
||||
Second-order homogeneous & Characteristic equation & TBD \\
|
||||
Second-order nonhomogeneous & Undetermined coefficients & TBD \\
|
||||
Second-order nonhomogeneous & Variation of parameters & TBD \\
|
||||
IVP with Laplace & Laplace transform & TBD \\
|
||||
Systems of ODEs & Eigenvalue method & TBD \\
|
||||
Series solutions & Power series & TBD \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
53
appendices/appB_transform_tables.tex
Normal file
53
appendices/appB_transform_tables.tex
Normal file
@@ -0,0 +1,53 @@
|
||||
\section{Transform Tables}
|
||||
\label{app:transform_tables}
|
||||
|
||||
This appendix provides Laplace and Fourier transform tables for quick reference.
|
||||
|
||||
\subsection{Laplace Transform Table}
|
||||
\label{sec:appB_laplace_table}
|
||||
|
||||
\begin{table}[htbp]
|
||||
\centering
|
||||
\caption{Common Laplace Transforms}
|
||||
\label{tab:laplace_transforms}
|
||||
\begin{tabular}{l l}
|
||||
\toprule
|
||||
\textbf{$f(t)$} & \textbf{$\mathcal{L}\{f(t)\} = F(s)$} \\
|
||||
\midrule
|
||||
$1$ & TBD \\
|
||||
$t^n$ & TBD \\
|
||||
$e^{at}$ & TBD \\
|
||||
$\sin(\omega t)$ & TBD \\
|
||||
$\cos(\omega t)$ & TBD \\
|
||||
$e^{at}\sin(\omega t)$ & TBD \\
|
||||
$e^{at}\cos(\omega t)$ & TBD \\
|
||||
$\sinh(at)$ & TBD \\
|
||||
$\cosh(at)$ & TBD \\
|
||||
$t^n e^{at}$ & TBD \\
|
||||
$t \sin(\omega t)$ & TBD \\
|
||||
$t \cos(\omega t)$ & TBD \\
|
||||
$u(t-a)$ (unit step) & TBD \\
|
||||
$\delta(t-a)$ (Dirac delta) & TBD \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
|
||||
\subsection{Fourier Transform Table}
|
||||
\label{sec:appB_fourier_table}
|
||||
|
||||
\begin{table}[htbp]
|
||||
\centering
|
||||
\caption{Common Fourier Transforms}
|
||||
\label{tab:fourier_transforms}
|
||||
\begin{tabular}{l l}
|
||||
\toprule
|
||||
\textbf{$f(x)$} & \textbf{$\hat{f}(k)$} \\
|
||||
\midrule
|
||||
$e^{iax}$ & TBD \\
|
||||
$e^{-a|x|}$ & TBD \\
|
||||
$\mathrm{rect}(x)$ & TBD \\
|
||||
$\delta(x)$ & TBD \\
|
||||
Gaussian $e^{-ax^2}$ & TBD \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
71
appendices/appC_integral_tables.tex
Normal file
71
appendices/appC_integral_tables.tex
Normal file
@@ -0,0 +1,71 @@
|
||||
\section{Integral Tables}
|
||||
\label{app:integral_tables}
|
||||
|
||||
This appendix provides commonly used integral formulas encountered throughout the handbook.
|
||||
|
||||
\subsection{Basic Integrals}
|
||||
\label{sec:appC_basic}
|
||||
|
||||
\begin{table}[htbp]
|
||||
\centering
|
||||
\caption{Basic Integral Formulas}
|
||||
\label{tab:integrals_basic}
|
||||
\begin{tabular}{l l}
|
||||
\toprule
|
||||
\textbf{Integrand} & \textbf{Result} \\
|
||||
\midrule
|
||||
$\displaystyle \int x^n \, dx$ & TBD \\
|
||||
$\displaystyle \int \frac{1}{x} \, dx$ & TBD \\
|
||||
$\displaystyle \int e^{ax} \, dx$ & TBD \\
|
||||
$\displaystyle \int a^x \, dx$ & TBD \\
|
||||
$\displaystyle \int \sin(ax) \, dx$ & TBD \\
|
||||
$\displaystyle \int \cos(ax) \, dx$ & TBD \\
|
||||
$\displaystyle \int \tan(ax) \, dx$ & TBD \\
|
||||
$\displaystyle \int \sec^2(ax) \, dx$ & TBD \\
|
||||
$\displaystyle \int \csc^2(ax) \, dx$ & TBD \\
|
||||
$\displaystyle \int \sec(ax)\tan(ax) \, dx$ & TBD \\
|
||||
$\displaystyle \int \csc(ax)\cot(ax) \, dx$ & TBD \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
|
||||
\subsection{Integrals Involving Exponential and Trigonometric Functions}
|
||||
\label{sec:appC_exptig}
|
||||
|
||||
\begin{table}[htbp]
|
||||
\centering
|
||||
\caption{Exponential--Trigonometric Integrals}
|
||||
\label{tab:integrals_exptig}
|
||||
\begin{tabular}{l l}
|
||||
\toprule
|
||||
\textbf{Integrand} & \textbf{Result} \\
|
||||
\midrule
|
||||
$\displaystyle \int e^{ax}\sin(bx)\,dx$ & TBD \\
|
||||
$\displaystyle \int e^{ax}\cos(bx)\,dx$ & TBD \\
|
||||
$\displaystyle \int x e^{ax}\,dx$ & TBD \\
|
||||
$\displaystyle \int x \sin(ax)\,dx$ & TBD \\
|
||||
$\displaystyle \int x \cos(ax)\,dx$ & TBD \\
|
||||
$\displaystyle \int \ln(x)\,dx$ & TBD \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
|
||||
\subsection{Integrals Involving Inverse Trigonometric Functions}
|
||||
\label{sec:appC_inverse_trig}
|
||||
|
||||
\begin{table}[htbp]
|
||||
\centering
|
||||
\caption{Inverse Trigonometric Integrals}
|
||||
\label{tab:integrals_inverse_trig}
|
||||
\begin{tabular}{l l}
|
||||
\toprule
|
||||
\textbf{Integrand} & \textbf{Result} \\
|
||||
\midrule
|
||||
$\displaystyle \int \frac{1}{\sqrt{a^2 - x^2}}\,dx$ & TBD \\
|
||||
$\displaystyle \int \frac{1}{a^2 + x^2}\,dx$ & TBD \\
|
||||
$\displaystyle \int \frac{1}{x\sqrt{x^2 - a^2}}\,dx$ & TBD \\
|
||||
$\displaystyle \int \sqrt{a^2 - x^2}\,dx$ & TBD \\
|
||||
$\displaystyle \int \frac{1}{\sqrt{x^2 + a^2}}\,dx$ & TBD \\
|
||||
\bottomrule
|
||||
\end{tabular}
|
||||
\end{table}
|
||||
37
appendices/appD_notation.tex
Normal file
37
appendices/appD_notation.tex
Normal file
@@ -0,0 +1,37 @@
|
||||
\section{Notation Glossary}
|
||||
\label{app:notation}
|
||||
|
||||
This appendix provides a glossary of notation used throughout the handbook.
|
||||
|
||||
\nomenclature{$y$}{Dependent variable; unknown function}
|
||||
\nomenclature{$y(t)$}{Dependent variable as a function of time $t$}
|
||||
\nomenclature{$y(x)$}{Dependent variable as a function of spatial variable $x$}
|
||||
\nomenclature{$x$}{Independent variable (spatial)}
|
||||
\nomenclature{$t$}{Independent variable (time)}
|
||||
\nomenclature{$\lambda$}{Eigenvalue; parameter in characteristic equation}
|
||||
\nomenclature{$\omega$}{Angular frequency}
|
||||
\nomenclature{$\omega_0$}{Natural angular frequency}
|
||||
\nomenclature{$\alpha, \beta, \gamma$}{General constants; damping ratio}
|
||||
\nomenclature{$\delta$}{Dirac delta function}
|
||||
\nomenclature{$\mu$}{Separation constant; parameter}
|
||||
\nomenclature{$\theta$}{Angle; phase shift}
|
||||
\nomenclature{$\phi$}{Eigenfunction; angle}
|
||||
\nomenclature{$A, B, C$}{General constants of integration}
|
||||
\nomenclature{$a, b, c$}{Coefficients in differential equations}
|
||||
\nomenclature{$n, m, k$}{Integer indices}
|
||||
\nomenclature{$f(t)$}{Input/forcing function}
|
||||
\nomenclature{$F(s)$}{Laplace transform of $f(t)$}
|
||||
\nomenclature{$\mathcal{L}$}{Laplace transform operator}
|
||||
\nomenclature{$\mathcal{L}^{-1}$}{Inverse Laplace transform}
|
||||
\nomenclature{$\mathcal{F}$}{Fourier transform operator}
|
||||
\nomenclature{$u(t)$}{Unit step (Heaviside) function}
|
||||
\nomenclature{$y_h$}{Homogeneous solution}
|
||||
\nomenclature{$y_p$}{Particular solution}
|
||||
\nomenclature{$W(y_1, y_2)$}{Wronskian of $y_1$ and $y_2$}
|
||||
\nomenclature{$\mathbf{A}$}{Coefficient matrix in systems}
|
||||
\nomenclature{$\mathbf{x}(t)$}{State vector}
|
||||
\nomenclature{$I_n$}{Identity matrix of size $n$}
|
||||
\nomenclature{$e^{\mathbf{A}t}$}{Matrix exponential}
|
||||
\nomenclature{$\mathbf{u}, \mathbf{v}$}{Vectors in phase plane}
|
||||
\nomenclature{$u(t-a)$}{Shifted unit step function}
|
||||
\nomenclature{$*$}{Convolution operator}
|
||||
Reference in New Issue
Block a user