Introduction to Differential Equations Formula
The Formula
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
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
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
Worked Examples
Example 1
easySolution
- 1 y' = 6e^{2x} = 2(3e^{2x}) = 2y. β
- 2 General: y = Ce^{2x}. Apply y(0)=5: C=5.
- 3 Particular: y = 5e^{2x}.
Answer
Example 2
mediumCommon 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.