- Determine the order of a differential equation
- Tell the difference between a general solution and a particular solution
- Identify what makes a problem an initial-value problem
- Check if a function actually solves a given differential equation or initial-value problem
Basics of Differential Equations
The Main Idea
Think of differential equations as detective work—you’re given clues about how something changes, and your job is to figure out what that “something” actually is.
A differential equation contains an unknown function and its derivatives. The solution is the actual function that makes the equation true.
You’re told “the speed of a car is always 60 mph.” From this rate, you can figure out the car’s position: [latex]y = 60t + C[/latex]. That’s differential equations!
Key Points:
- Input: Rate of change information (the derivative)
- Output: The original function we’re hunting for
- Reality check: Take your answer’s derivative and plug it back in—both sides should match
Solutions aren’t unique! Most differential equations have infinite solutions that differ by a constant (+C).
Verification Strategy:
- Take the derivative of your proposed solution
- Substitute both the function and derivative into the original equation
- Simplify—if both sides match, you’re golden
These equations model real-world change—population growth, cooling coffee, stock trends. You’re learning to work backwards from “how it changes” to “what it actually is.”
Verify that [latex]y=2{e}^{3x}-2x - 2[/latex] is a solution to the differential equation [latex]{y}^{\prime }-3y=6x+4[/latex].
Order of Differential Equations
The Main Idea
Think of the “order” of a differential equation like ranking difficulty levels in a video game—the higher the order, the more complex the equation becomes.
The Simple Rule: The order equals the highest derivative that appears anywhere in the equation. That’s it!
Quick Examples:
- [latex]y' = 2x[/latex] → First-order (highest derivative is [latex]y'[/latex])
- [latex]y'' - 3y' + 2y = 0[/latex] → Second-order (highest derivative is [latex]y''[/latex])
- [latex]y''' + xy' = \sin(x)[/latex] → Third-order (highest derivative is [latex]y'''[/latex])
Common Notation to Watch For:
- [latex]y'[/latex], [latex]y''[/latex], [latex]y'''[/latex] (prime notation)
- [latex]y^{(4)}[/latex], [latex]y^{(5)}[/latex] (parentheses for higher orders)
- Sometimes written as [latex]\frac{dy}{dx}[/latex], [latex]\frac{d^2y}{dx^2}[/latex], etc.
Why Order Matters:
- First-order: Usually the most straightforward to solve
- Second-order: Common in physics (think springs, pendulums)
- Higher-order: More complex, often requiring specialized techniques
Don’t get distracted by complicated-looking coefficients or messy right-hand sides. Just scan the equation for the highest derivative and you’ve got your answer.
What is the order of the following differential equation?
General Solutions vs. Particular Solutions
The Main Idea
Think of general solutions like a recipe that says “add some salt to taste”—there’s flexibility built in. A particular solution is like following that recipe and adding exactly 2 teaspoons of salt.
The Key Distinction:
- General Solution: Contains arbitrary constants (like [latex]C[/latex]) and represents an entire family of functions
- Particular Solution: Has specific values for all constants—just one function from the family
Why does this happen? When you take derivatives, constants disappear. So when you work backwards from a derivative to find the original function, you need to account for any constant that could have been there originally.
Example:
- For [latex]y' = 2x[/latex]:
- General: [latex]y = x^2 + C[/latex] (infinite solutions)
- Particular: [latex]y = x^2 + 3[/latex] (one specific solution when [latex]C = 3[/latex])
Finding Particular Solutions:
- Start with the general solution
- Use given information (like a point the curve passes through)
- Substitute and solve for the constant(s)
- Replace [latex]C[/latex] with the specific value
Find the particular solution to the differential equation
passing through the point [latex]\left(1,7\right)[/latex], given that [latex]y=2{x}^{2}+3x+C[/latex] is a general solution to the differential equation.
Initial-Value Problems
The Main Idea
What’s an Initial-Value Problem? It’s a differential equation plus one or more initial conditions that tell you specific values at a particular point (usually when [latex]t = 0[/latex]).
The Magic Number Rule: You need exactly as many initial conditions as the order of your differential equation:
- First-order equation → Need 1 initial condition
- Second-order equation → Need 2 initial conditions
- Third-order equation → Need 3 initial conditions
Why “Initial” Values? The independent variable often represents time, so [latex]t = 0[/latex] is your starting point—like knowing where a ball starts before tracking its motion.
Problem-Solving Strategy:
- Solve the differential equation → Get the general solution (with constants like [latex]C[/latex])
- Apply the initial condition(s) → Substitute given values to find the specific constants
Your solution must satisfy both the differential equation AND the initial condition. Test both separately!
Verify that [latex]y=3{e}^{2t}+4\sin{t}[/latex] is a solution to the initial-value problem
Solve the initial-value problem