Differential Equations | CBSE - Wyatt's Notes
sources:
- text: Standard textbook reference
Differential Equations
Section titled “Differential Equations”Differential equations relate a function to its derivatives. This topic covers classification, methods of solution (separation of variables, homogeneous equations, linear equations), and applications.
Key Concepts
Section titled “Key Concepts”- Order: the highest derivative present in the equation
- Degree: the power of the highest derivative (when polynomial in derivatives)
- General solution: contains arbitrary constants equal to the order
- Particular solution: obtained by applying initial/boundary conditions
- Separable variables:
- Homogeneous equation:
- Linear first-order: where and are functions of
- Integrating factor: for linear equations
Worked Example 1 — Separation of Variables
Section titled “Worked Example 1 — Separation of Variables”Problem: Solve given .
Solution:
Separate variables:
Integrate both sides:
Apply initial condition :
Solution:
Common mistake: Forgetting to apply the initial condition to find . The general solution is not the final answer.
Worked Example 2 — Homogeneous Differential Equation
Section titled “Worked Example 2 — Homogeneous Differential Equation”Problem: Solve .
Solution:
Rewrite as:
Let , so and :
Separate and integrate:
Substitute back :
Common mistake: Not recognizing that the equation is homogeneous. If , the substitution always works.
Worked Example 3 — Linear Differential Equation
Section titled “Worked Example 3 — Linear Differential Equation”Problem: Solve .
Solution:
This is linear with and .
Integrating factor:
Multiply through by :
Integrate:
Common mistake: Forgetting to multiply the entire equation by the integrating factor, not just the term.
Cross-References
Section titled “Cross-References”- Integrals: Solving differential equations requires integration — the antiderivative is the tool that reverses differentiation.
- Derivatives: Differentiation rules underpin how you verify solutions by substituting back into the original equation.
- Probability: Probability distributions and expected values involve differential equations in their continuous forms.
- Chemical Kinetics (Chemistry): Rate laws in chemistry are differential equations — the connection between math and real chemical systems.
Practice Problems
Section titled “Practice Problems”- Solve by separation of variables.
- Solve .
- Solve .
Why This Matters
Section titled “Why This Matters”Differential equations model nearly every physical phenomenon: population growth, radioactive decay, heat transfer, fluid flow, electrical circuits, and chemical reactions. They are the mathematical language of science and engineering.
Intuition
Section titled “Intuition”Equations that describe change itself: Differential equations are like recipes that describe how things evolve — they tell you the rate of change at every point, and you figure out the actual behavior by “integrating” those rates. Think of it as being told the speed of a car at every moment (that’s the differential equation) and having to reconstruct the entire journey (that’s the solution). Separation of variables is the simplest case: if the x-parts and y-parts can be separated onto opposite sides of the equation, you can integrate each side independently.
Why it matters: Differential equations model virtually every dynamic system in the universe — population growth, radioactive decay, heat flow, vibrations of bridges, flight paths of rockets, and the spread of diseases. They are the mathematical language of physics, engineering, biology, and economics. Without them, we couldn’t design buildings, predict weather, or understand how medications circulate in your body.
The key insight: The order of a differential equation tells you how many constants of integration you need — each derivative you “undo” introduces one arbitrary constant, which physical conditions (initial values) pin down.
Common Exam Patterns
Section titled “Common Exam Patterns”- Identify the type of differential equation before choosing a method
- Separable equations are the simplest to solve
- For homogeneous equations, always use
- Linear equations require finding the integrating factor first
- Check your solution by differentiating and substituting back into the original equation
Common Mistakes
Section titled “Common Mistakes”Confusing the order and degree of a differential equation. The order is the highest derivative present (e.g., d^2y/dx^2 gives order 2). The degree is the power of the highest derivative when the equation is polynomial in derivatives. Students often swap these or forget to clear fractions before determining the degree.
Forgetting to check if a differential equation is homogeneous before substituting v = y/x. The substitution v = y/x only works for homogeneous equations where dy/dx = F(y/x). If the equation is not homogeneous, this substitution does not simplify it. Always verify the homogeneous condition first.
Making errors with the integrating factor in linear equations. For dy/dx + Py = Q, the integrating factor is mu = e^(integral P dx). Students often forget to compute the integral of P before exponentiating, or confuse P with Q. The integrating factor must be applied to both sides of the equation after multiplication.