Differential Equations
What is Differential Equations?
An equation that relates one or more functions and their derivatives.
Key formula / rule: Integrating Factor for First-Order Linear ODE
Key points
- Understand the definition and classification of differential equations.
- Solve first-order ordinary differential equations.
- Solve second-order linear ordinary differential equations with constant coefficients.
- Apply differential equations to simple engineering problems.
Common exam trap
Incorrectly identifying the order or linearity of the equation.
Definitions
- Term
Differential Equation
- Meaning
An equation that relates one or more functions and their derivatives.
- Term
Order of a Differential Equation
- Meaning
The order of the highest derivative present in the equation.
- Term
Ordinary Differential Equation (ODE)
- Meaning
A differential equation containing derivatives of a function of only one independent variable.
- Term
Partial Differential Equation (PDE)
- Meaning
A differential equation containing partial derivatives of a function of two or more independent variables.
- Term
General Solution
- Meaning
The solution of a differential equation that contains an arbitrary constant (or constants) equal to the order of the equation.
- Term
Particular Solution
- Meaning
A solution obtained from the general solution by assigning specific values to the arbitrary constants, usually determined by initial or boundary conditions.
- Term
Initial Conditions
- Meaning
Values of the function and its derivatives at a single point, used to determine the particular solution of an ODE.
- Term
Boundary Conditions
- Meaning
Values of the function or its derivatives at different points, used to determine the particular solution, especially for PDEs.
Learning objectives
Understand the definition and classification of differential equations.
Solve first-order ordinary differential equations.
Solve second-order linear ordinary differential equations with constant coefficients.
Apply differential equations to simple engineering problems.
Formulae
- Name
Integrating Factor for First-Order Linear ODE
- Note
For equations of the form dy/dx + P(x)y = Q(x)
- Expression
I(x) = e\int P(x) dx
- Name
Characteristic Equation for Second-Order Linear Homogeneous ODE with Constant Coefficients
- Note
For equations of the form ay'' + by' + cy = 0
- Expression
ar2 + br + c = 0
- Name
General Solution (Real Distinct Roots)
- Note
When the characteristic equation has two distinct real roots r1 and r2.
- Expression
y = C1 er_1 x + C2 er_2 x
- Name
General Solution (Real Repeated Roots)
- Note
When the characteristic equation has one real repeated root r.
- Expression
y = (C1 + C2 x) erx
- Name
General Solution (Complex Roots)
- Note
When the characteristic equation has complex roots \α \± i\β.
- Expression
y = e\α x (C1 \cos(\β x) + C2 \sin(\β x))
Prerequisites
Calculus (Differentiation and Integration)
Algebra (Solving equations)
Common mistakes
Incorrectly identifying the order or linearity of the equation.
Errors in applying integration techniques.
Forgetting to include the constant of integration.
Misinterpreting initial or boundary conditions.
Confusing general and particular solutions.
Keywords
Differential Equation
ODE
PDE
Order
Degree
Linearity
Separation of Variables
Integrating Factor
Characteristic Equation
General Solution
Particular Solution
Initial Conditions
Boundary Conditions
Practice preview
What is the order and degree of the differential equation: (d^2y/dx^2)^3 + (dy/dx)^2 + y = sin(x)?…
easy
Which of the following is a linear first-order differential equation?…
easy
The general solution of the differential equation dy/dx = 2x/y is:…
easy
