Introduction to Differential Equations

Calculus
definition

Also known as: DE, ODE, differential equation basics, differential-equations

Grade 9-12

View on concept map

An 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

\frac{dy}{dx} = 3y says 'the function's rate of change is proportional to itself.'
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

General form: F(x, y, y', y'', \ldots) = 0. Exponential growth/decay: \frac{dy}{dt} = ky has solution y = Ce^{kt}.

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

An ODE of order n: F(x, y, y', y'', \ldots, y^{(n)}) = 0. An initial value problem (IVP): y' = f(x, y), y(x_0) = y_0. Existence and uniqueness (Picard-Lindelof): if f and \frac{\partial f}{\partial y} are continuous near (x_0, y_0), the IVP has a unique local solution.

๐Ÿšง 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.

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.

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.