Revision
Preliminaries for ODEs Supplement for MA202-5 by George Papamikos, School of Mathematics, Statistics, and Actuarial Science, University of Essex, 2024.
Chapter 1: Introduction
Quote: "The only way to learn mathematics is to do mathematics." — Paul HalmosDifferential equations are central to mathematics, lying at the intersection of applied and pure math.
Importance:
Mathematical Beauty: Differential equations present intriguing complexities and elegant solutions, showcasing the inherent beauty of mathematics.
Utility: They are indispensable in scientific modeling, allowing us to describe and predict physical phenomena such as motion, heat, waves, and population dynamics.
The study of differential equations serves as a foundation for numerous branches of modern pure mathematics, influencing various theoretical developments.
Prerequisites for Ordinary Differential Equations (ODEs):
Calculus (Analysis): A thorough understanding of limits, derivatives, integrals, and foundational calculus theorems is essential.
Linear Algebra: Familiarity with vectors, matrices, and system of equations aids in understanding the solutions to linear ODEs.
Advanced topics like topology and algebraic geometry are not necessary for an introductory ODE module but may deepen understanding in future studies.
Chapter Overview:
Chapter 2: Basic differentiation and integration methods, with a focus on the application and quick recall of techniques vital for solving ODEs.
Chapter 3: A comprehensive review of differential equations concepts acquired in the first year and their applications, emphasizing the effective use of the techniques learned.
Chapter 2: Basic Differentiation and Integration Methods
Quotation by Sherlock Holmes: "You know my methods, Watson."
Fundamental Properties of Differentiation
Linearity:
(f(x) + g(x))' = f'(x) + g'(x)
(af(x))' = af'(x)
General form: (af(x) + bg(x))' = af'(x) + bg'(x), with a, b ∈ R.
Leibniz Rule (Product Rule):
(f(x)g(x))' = f'(x)g(x) + f(x)g'(x)
Chain Rule:
(f(g(x)))' = f'(g(x))g'(x)
Alternative with y = g(x): df(y)/dx = df/dy * dy/dx
Derivatives of Elementary Functions
d/dx constants, polynomials, exponentials, and trigonometric functions:
d/dx 1 = 0
d/dx x^n = nx^{n-1}
d/dx e^x = e^x
d/dx ln(x) = 1/x
d/dx sin(x) = cos(x)
d/dx cos(x) = -sin(x)
d/dx arcsin(x) = 1/√(1-x²)
d/dx arccos(x) = -1/√(1-x²)
d/dx arctan(x) = 1/(1+x²)
Example:
Derivative of Compounded FunctionsTo find the derivative of F(x) = e^(sin(x²)):F'(x) = e^(sin(x²))(cos(x²))(2x)Apply the chain rule iteratively to manage nested functions effectively.
Common Exercises in Differentiation
Calculate derivatives of hyperbolic functions: cosh(x), sinh(x).
Prove the derivative of a quotient: (f(x)/g(x))' = (f'(x)g(x) - f(x)g'(x))/g(x)².
Basic Integration Principles
Known Integrals:
∫x^n dx = (x^{n+1})/(n+1) + C, n ≠ -1
∫(1/x) dx = ln|x| + C
∫e^x dx = e^x + C
∫sin(x) dx = -cos(x) + C
∫cos(x) dx = sin(x) + C
∫(1/(1+x²)) dx = arctan(x) + C
∫(1/√(1-x²)) dx = arcsin(x) + C
Fundamental Properties of Integration:
Linearity:
∫(f(x) + g(x))dx = ∫f(x)dx + ∫g(x)dx
Integration by parts:
∫u dv = uv - ∫v du
Fundamental Theorem of Calculus (FTC):
If F is an antiderivative of f, then ∫f'(x)dx = F(x) + C.
Chapter 3: A Quick Revision of First Year's Differential Equations
Quote: "Nature does not make leaps." — Benoit Mandelbrot
Basics of Differential Equations
Familial Divide:
ODEs (Ordinary Differential Equations): Functions of one variable (e.g., y(x)).
PDEs (Partial Differential Equations): Functions of multiple variables (e.g., u(x,y,t)).
Order:
ODE example: y'(x) = y(x)
PDE example: u_t = u_xx + u_yy
The focus for this module will be on 1st and 2nd order ODEs.
First Order ODEs
General Form: y' = F(x, y)
Separable ODEs:
Form: dy/dx = f(y)g(x)
Linear ODEs:
Form: y' + p(x)y = q(x)
Homogeneous ODEs:
Example: y'' + py' + qy = 0 (finding characteristic roots is a key step).
Non-homogeneous ODEs:
Example: y'' + py' + qy = f(x)
Characteristic Equation: Used to find solutions to homogeneous equations and analyze behavior of its solutions over time.
Summary of Key Chapters
A thorough review of differentiation and integration techniques essential for effectively solving ODEs.
Strong emphasis on constructing solutions for first and second order ODEs using well-defined methods and understanding the theoretical underpinnings that inform practical applications.