Slide 1 (3)
Types of Differential Equations
Definition: A differential equation involves derivatives of functions.
Ordinary Differential Equations (ODE): Only one independent variable (e.g., dy/dx + 5y = e^x).
Partial Differential Equations (PDE): Two or more independent variables (e.g., ∂²u/∂x² = ∂²u/∂t² - 2∂u/∂t).
Order and Degree of Differential Equations
Order: Highest derivative present.
Examples include first and second-order equations.
Degree: Highest degree of highest order derivatives in rationalized form.
Example: d²y/dx² + 5(dy/dx)² + y^(1/3) = 0 has order 2 and degree 3.
Applications of ODEs (Undamped Simple Harmonic Motion)
Spring-Mass System: A setup with mass and spring without friction.
Displacement (x(t)): Represents mass displacement from equilibrium.
Forces at play: Gravitational and restoring forces (Hooke's Law).
Resulting ODE: m(d²x/dt²) = -k(s + x) at equilibrium becomes m(d²x/dt²) = -kx.
Solutions to ODEs
Explicit vs. Implicit Solutions:
Explicit: y' = f(x, y).
Implicit: g(x, y) = 0.
Example: y' - 3y = 0 (explicit), x² + y² = 4 (implicit).
General vs. Particular Solutions:
General solution involves parameters (e.g., c); particular solution gives specific values.
Initial Value Problems (IVP) and Boundary Value Problems (BVP)
IVP: Solving F(x, y, ...) = 0 with given initial conditions.
BVP: Conditions at multiple points specified.
First-Order ODE Techniques
Separation of Variables: For equations of the form dy/dx = g(x)h(y).
Homogeneous Equations: Form f(λx, λy) = λ^k f(x, y).
Exact Equations: Mdx + Ndy = 0 is exact if partial derivatives equal.
Integrating Factors
Adjusting non-exact equations to exact forms using integrating factors.
Bernoulli's Equation
Expressed as y' + P(x)y = Q(x)y^n, with n ≠ 0, 1 giving linear equations.
Riccati's and Clairaut's Equations
Riccati: y' = A(x)y² + B(x)y + C(x).
Clairaut: Describes a relationship between y, y', and an arbitrary function.
Picard's Successive Approximation
A systematic method for solving IVPs through iterations.
Existence and Uniqueness Theorem
Conditions under which an IVP has a unique solution based on continuity and Lipschitz conditions.
Conclusion
Gratitude expressed to the class by Dr. Pratibhamoy Das at the end of the lecture.