Lecture Notes on Differential Equations

Differential Equations Lecture Notes

Page 1

  • Lecture Title: STQM2223 Differential Equations PM
  • Instructor: Dr. Azmin Sham Rambely
  • Date: 3/30/2023

Page 2

  • Start of Lecture: A prayer seeking knowledge.

Page 3

Introduction to Ordinary Differential Equations (ODE)
  • Objectives:
    • Introduce differential equations.
    • Discuss basic concepts in first-order ODEs.
    • Show methods of solving first-order ODEs.
    • Explain modeling examples involving first-order ODEs.

Page 4

Definition of Differential Equation
  • A differential equation consists of:
    • An unknown function (y(t))
    • A defining variable (t)
    • Derivatives of the unknown function (y’(t), y’’(t))
    • Constants.

Page 5

Definition of Ordinary Differential Equation (ODE)
  • A relationship between:
    • An independent variable
    • A dependent function and its derivatives.
  • Expressed as: dy/dt = f(t, y) where f is a given function.

Page 6

Classification of Differential Equations
  1. Ordinary Differential Equations (ODE):
    • Functions of a single variable (e.g., x or t).
  2. Partial Differential Equations (PDE):
    • Functions of multiple variables, involving partial derivatives.

Page 7

Order of Differential Equations
  • The order is the highest derivative present in the equation.
  • Example: d^n y/dx^n indicates it is n-th order.

Page 8

Linearity of Differential Equations
  • A linear ODE has derivatives that appear linearly, not as powers or products of y or its derivatives.

Page 9

Homogeneous vs Inhomogeneous Differential Equations
  • Homogeneous:
    • All terms (y and derivatives) set to zero.
  • Inhomogeneous:
    • Contains terms independent of y or its derivatives.

Page 10

Coefficients of Differential Equations
  • Constant Coefficients:
    • All coefficients are constants.
  • Variable Coefficients:
    • At least one coefficient is a variable.

Page 11

Solution of a Differential Equation
  • Definition: A solution of a n-th order ODE is a function differentiable n times satisfying
    F(x, y, dy/dx, ..., d^n y/dx^n) = 0.

Page 12

Types of Solutions
  • Explicit Solution: A solution expressed directly in terms of the independent variable.
  • Implicit Solution: Given by an equation that does not express y explicitly but satisfies the differential equation.

Page 13

Initial Value Problem (IVP)
  • A differential equation with specified values at a particular initial point.
  • To find a specific solution given these conditions.

Page 14

Boundary Value Problem (BVP)
  • Involves conditions at more than one point.
  • Different from IVP in that the conditions are not at a single point.

Page 15

Example: Initial Value Problem
  • Solve an initial value problem using separation of variables and integration.

Page 16

Setting Up Differential Equations
  • Example: Modeling dead leaves in a forest.
  • Define: D(t) = amount of leaves at time t.

Page 17

  • Consider the effects of decay and accumulation of leaves in the model:
    • Accumulation: 3 g/cm²/year.
    • Decay: 75% of leaves per year.

Page 18

Equilibrium Solution
  • At equilibrium, the rate of change is zero: dD/dt = 0.
  • Hence, D = 4 g/cm².

Page 19

Methods for Solving ODEs
  • Methods include:
    • Direct integration
    • Separable equations
    • Exact equations
    • Integrating factors
    • Variable changes.

Page 20

Example of Direct Integration
  • Solve differential equations of the form where f(x) is any function of x.

Page 21

Example of Separable Equations

  • Form: dy/dx = f(x)g(y) can be solved by separation and integration.

Page 22

Population Models
  • Changes in population relate to birth and death rates expressed through ODEs.

Page 23-25

Logistic Growth Model
  • A better approach for population growth, considering environmental constraints and the carrying capacity K.

Page 26

Conclusion

  • Recap key concepts on solving and applying differential equations to modeling.
  • End of Lecture Notes.