- Home
- /
- Math
- /
- Introduction to Calculus
- /
- Introduction to Differential Equations
Introduction to Differential Equations
Also known as: DE, ODE, differential equation basics, differential-equations
Grade 9-12
View on concept mapAn equation that contains an unknown function and one or more of its derivatives. Differential equations model nearly every dynamic system in science: population growth, radioactive decay, spring motion, electrical circuits, heat flow, fluid dynamics.
Definition
An equation that contains an unknown function and one or more of its derivatives. Solving a DE means finding the function(s) that satisfy the equation.
๐ก Intuition
An algebraic equation like x^2 = 4 asks 'what number satisfies this?' A differential equation like \frac{dy}{dx} = 2x asks 'what function has this derivative?' The answer isn't a number but a family of functions: y = x^2 + C.
๐ฏ Core Idea
A DE relates a function to its derivatives. The order is the highest derivative that appears. The general solution contains arbitrary constants (one per order); initial conditions pin down specific solutions.
Example
Solution: y = Ce^{3t}. Check: \frac{d}{dt}(Ce^{3t}) = 3Ce^{3t} = 3y. โ
With initial condition y(0) = 5: C = 5, so y = 5e^{3t}.
Formula
Notation
y' or \frac{dy}{dx} = first derivative, y'' or \frac{d^2y}{dx^2} = second derivative. Order = highest derivative present. IVP = initial value problem.
๐ Why It Matters
Differential equations model nearly every dynamic system in science: population growth, radioactive decay, spring motion, electrical circuits, heat flow, fluid dynamics. They are the mathematical language of change over time.
๐ญ Hint When Stuck
Verify your solution by plugging it back into the original equation and checking that both sides are equal.
Formal View
Related Concepts
๐ง Common Stuck Point
Don't forget the arbitrary constant C in the general solutionโit represents an entire family of curves. An initial condition y(x_0) = y_0 determines the specific solution from this family.
โ ๏ธ Common Mistakes
- Confusing the order with the degree: y'' + y = 0 is second ORDER (highest derivative is y''). The degree is the power of the highest derivative when the DE is polynomial in derivatives.
- Forgetting to include the constant of integration: \frac{dy}{dx} = 2x gives y = x^2 + C, not y = x^2. The +C is the general solution; without it, you have only one particular solution.
- Checking solutions by plugging into the wrong equation: always substitute your answer back into the original DE to verify it works.
Go Deeper
Frequently Asked Questions
What is Introduction to Differential Equations in Math?
An equation that contains an unknown function and one or more of its derivatives. Solving a DE means finding the function(s) that satisfy the equation.
Why is Introduction to Differential Equations important?
Differential equations model nearly every dynamic system in science: population growth, radioactive decay, spring motion, electrical circuits, heat flow, fluid dynamics. They are the mathematical language of change over time.
What do students usually get wrong about Introduction to Differential Equations?
Don't forget the arbitrary constant C in the general solutionโit represents an entire family of curves. An initial condition y(x_0) = y_0 determines the specific solution from this family.
What should I learn before Introduction to Differential Equations?
Before studying Introduction to Differential Equations, you should understand: derivative, integral.
Prerequisites
Next Steps
Cross-Subject Connections
How Introduction to Differential Equations Connects to Other Ideas
To understand introduction to differential equations, you should first be comfortable with derivative and integral. Once you have a solid grasp of introduction to differential equations, you can move on to slope fields and separation of variables.