๐Ÿ“ Mathematics โ€” Class XII ยท Differential Equations

Differential Equations

Equations that describe how things change โ€” the language of nature itself

๐Ÿ“– Chapter 9 โฑ ~60 min read ๐Ÿท Differential Equations

In this chapter

  1. Introduction
  2. Basic Concepts
  3. Formation of Differential Equations
  4. Methods of Solving
  5. Summary

9.1 Introduction

"He who seeks for methods without having a definite problem in mind seeks for the most part in vain." โ€” D. Hilbert

A differential equation is an equation involving derivatives of the dependent variable with respect to the independent variable. These equations arise everywhere in physics, chemistry, biology, economics โ€” anywhere rates of change are involved.

9.2 Basic Concepts

Differential equation basics
Figure 9.1 โ€” Order, degree, general solution, and particular solution
๐Ÿ“Š

Order

Highest order derivative in the equation. E.g., dยฒy/dxยฒ + dy/dx = 0 has order 2.

๐Ÿ“ˆ

Degree

Power of the highest order derivative (when polynomial in derivatives). E.g., (dยฒy/dxยฒ)ยณ has degree 3.

๐Ÿ“‹

General Solution

Contains arbitrary constants (as many as the order). Represents all possible solutions.

๐ŸŽฏ

Particular Solution

No arbitrary constants. Found by applying initial/boundary conditions to the general solution.

9.3 Formation of Differential Equations

To form a differential equation from a given family of curves:

๐Ÿ“ Algorithm

Step 1: Write the equation with arbitrary constants
Step 2: Differentiate as many times as the number of constants
Step 3: Eliminate the arbitrary constants from the equations
Step 4: The resulting equation is the differential equation

9.4 Methods of Solving

Methods for solving differential equations
Figure 9.2 โ€” Three methods: variable separable, homogeneous, and linear DE

Method 1: Variable Separable

Variable Separable Form dy/dx = f(x) ยท g(y) โ†’ โˆซdy/g(y) = โˆซf(x) dx + C

Separate all y-terms with dy on one side, all x-terms with dx on the other, then integrate both sides.

Method 2: Homogeneous Differential Equations

Homogeneous Test F(ฮปx, ฮปy) = ฮปโฐ ยท F(x, y) for all ฮป โ‰  0

Substitute x = vy (or y = vx) to convert to variable separable form.

Method 3: Linear Differential Equations

Standard Form dy/dx + P(x)ยทy = Q(x)

Integrating Factor: IF = e^โˆซP dx
Solution: y ยท IF = โˆซQ ยท IF dx + C
๐Ÿ’ก Quick Tip

Always check in this order:
1. Is it variable separable?
2. Is it homogeneous?
3. Is it linear?

If none work, other methods (Bernoulli, exact) may be needed at higher levels.

9.5 Summary

โœ… Key Takeaways

โ€ข Differential equation: involves derivatives of dependent variable

โ€ข Order: highest derivative ยท Degree: power of highest derivative

โ€ข General solution: has arbitrary constants (= order) ยท Particular: no constants

โ€ข Variable separable: separate x and y, then integrate

โ€ข Homogeneous: F(ฮปx,ฮปy) = ฮปโฐF(x,y) โ†’ substitute y = vx

โ€ข Linear DE: dy/dx + Py = Q โ†’ IF = e^โˆซPdx โ†’ yยทIF = โˆซQยทIF dx + C

Ch 8 โ€” Application of Integrals Ch 10 โ€” Vector Algebra