Introduction to Differential Equations Formula

The Formula

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

When to use: 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.

Quick 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}.

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.

What This Formula Means

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.

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.

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.

Worked Examples

Example 1

easy
Verify y = 3e^{2x} solves y' = 2y, and find the particular solution with y(0) = 5.

Solution

  1. 1
    y' = 6e^{2x} = 2(3e^{2x}) = 2y. βœ“
  2. 2
    General: y = Ce^{2x}. Apply y(0)=5: C=5.
  3. 3
    Particular: y = 5e^{2x}.

Answer

Verified; particular solution y = 5e^{2x}
Verify by substitution; the initial condition pins down C.

Example 2

medium
Find the general and particular (y(0)=4) solution to y' = 3x^2+1.

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.

Why This Formula 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.

Frequently Asked Questions

What is the Introduction to Differential Equations formula?

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.

How do you use the Introduction to Differential Equations formula?

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.

What do the symbols mean in the Introduction to Differential Equations formula?

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 is the Introduction to Differential Equations formula important in Math?

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 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 the Introduction to Differential Equations formula?

Before studying the Introduction to Differential Equations formula, you should understand: derivative, integral.