Chapter Study Guide: First-order Linear Equations
First-order Linear Equations
Learning Objectives
After completing this study guide, you should be able to:
- Identify and write first-order linear differential equations in standard form.
- Calculate the integrating factor for any linear first-order differential equation.
- Apply the integrating factor method to solve general first-order linear differential equations.
- Solve initial-value problems (IVPs) involving first-order linear equations.
- Model applied real-world problems (such as air resistance and electrical circuits) using first-order linear equations.
Key Terms & Glossary
- First-order Linear Differential Equation: An equation involving an unknown function , where both and and $y').
- Standard Form: The specific arrangement of a linear differential equation written as y' + p(x)y = q(x), where the coefficient of y' is exactly 1.
- Integrating Factor: A specially determined mathematical multiplier, denoted I(x)\mu(x), that transforms the left-hand side of a standard-form differential equation into the exact derivative of a product.
- General Solution: A solution that encompasses all possible particular solutions, typically containing an arbitrary constant C.
- Initial-Value Problem (IVP): A differential equation paired with a specific starting condition (e.g., y(x_0) = y_0), allowing you to solve for the exact value of the constant C.
The "Big Idea"
[!TIP] The Reverse Product Rule The "Big Idea" behind solving first-order linear differential equations is a clever trick to exploit the Product Rule for derivatives: \frac{d}{dx}[u \cdot v] = u'v + uv'.
By writing the equation in standard form \frac{dy}{dx} + p(x)y = q(x) and multiplying every term by an integrating factor, the left side magically collapses into the derivative of a single product. Once collapsed, you simply integrate both sides to solve for y$ without the derivatives getting in the way!
Formula / Concept Box
| Concept | Formula | Notes |
|---|---|---|
| Standard Form | Always divide by the coefficient of first to achieve this form. | |
| Integrating Factor | Do not include a constant when computing this integral. | |
| Collapsed Form | This is the result of multiplying the Standard Form by . | |
| General Solution | Always isolate $y as the final step. |
Hierarchical Outline
- Basics of First-order Linear Equations
- Recognizing linearity (no y^2\sin(y)y \cdot y')
- The Standard Form: \frac{dy}{dx} + p(x)y = q(x)
- The Integrating Factor Method
- Deriving the Integrating Factor: \mu(x) = e^{\int p(x) dx}
- Applying the Product Rule in reverse
- Integrating both sides to find the General Solution
- Initial-Value Problems (IVPs)
- Substituting x_0y_0 into the General Solution
- Solving for the integration constant C
- Applications
- Modeling population growth/decay
- Electrical circuits (RL circuits)
- Newton's Law of Cooling & Air Resistance models
Comparison Tables
[!NOTE] Distinguishing between equation types is critical on exams. Use this table to decide your approach.
| Feature | Separable Equations | First-Order Linear Equations |
|---|---|---|
| Form | \frac{dy}{dx} = g(x)h(y)$ | |
| Solution Strategy | Move all 's to one side, $x's to the other. Integrate. | Find standard form, calculate integrating factor, multiply, and integrate. |
| Linearity Requirement | Can be highly non-linear in yy^2e^y). | Must be strictly linear in y$. |
| Key Challenge | Integrating difficult functions. | Finding the integrating factor algebraically. |
Visual Anchors
Method Flowchart
Solution Curves (Family of Solutions vs. IVP)
[!TIP] In the graph above, all curves represent the General Solution $y = 2 + Ce^{-x}. The single blue dot at (0, 0.5) anchors an Initial-Value Problem, isolating exactly one valid curve (the blue line, where C = -1.5).
Definition-Example Pairs
▶Standard Form
Definition: A differential equation formatted such that \frac{dy}{dx} has a coefficient of exactly 1, followed by a term involving y, set equal to a function of x.
Example: The equation x^2 y' + 2xy = e^x is not in standard form. Divide by x^2 to get the standard form: \frac{dy}{dx} + \frac{2}{x}y = \frac{e^x}{x^2}p(x) = \frac{2}{x}q(x) = \frac{e^x}{x^2}$.
▶Integrating Factor
Definition: The term used to multiply both sides of a standard form differential equation, making the left side a perfect derivative. Calculated as .
Example: For the equation , the function .
Worked Examples
Example 1: Finding the General Solution
Problem: Find the general solution to the differential equation assuming $x > 0.
Step 1: Put into standard form. Divide both sides by x to make the coefficient of y'equal to 1: $$\frac{dy}{dx} + \frac{3}{x}y = 4x$$ *Identify terms:*p(x) = \frac{3}{x}q(x) = 4x.
Step 2: Find the integrating factor \mu(x)$.
Step 3: Multiply the standard form by .
Step 4: Collapse the left side. Recognize that the LHS is the exact derivative of :
Step 5: Integrate both sides.
Step 6: Solve for .
Example 2: Solving an Initial-Value Problem (IVP)
Problem: Solve the initial-value problem:
Step 1 & 2: Standard form and Integrating factor. The equation is already in standard form where .
Step 3 & 4: Multiply and collapse.
Step 5 & 6: Integrate and solve for General Solution.
Step 7: Apply the initial condition to find . Substitute :
Final Particular Solution:
Checkpoint Questions
Test your active recall. Cover the answers to see if you mastered the concepts!
- Question: Why is $y^2 y' + 2x = 0 NOT a linear differential equation?
- Answer: It contains a y^2y'. A linear differential equation must be degree 1 with respect to yy' and cannot have them multiplied together.
- Question: When converting to standard form, what must you do if your equation looks like \cos(x)y' + y = x?
- Answer: You must divide the entire equation by \cos(x) to ensure the coefficient of y' is exactly 1. The new p(x)\frac{1}{\cos(x)} = \sec(x)$.
- Question: What happens to the $+C when computing the integral for the integrating factor \mu(x)?
- Answer: We ignore it (or set C=0). Any integrating factor will work to make the left side a perfect derivative, so we choose the simplest one where C=0.
- Question: After multiplying by the integrating factor, what should the left-hand side of your equation always turn into?
- Answer: The exact derivative of the product of your integrating factor and y\frac{d}{dx}[\mu(x)y]$.
Muddy Points & Cross-Refs
[!WARNING] Common Pitfall: Don't forget to multiply the right-hand side $q(x) by the integrating factor! Many students successfully collapse the left side but accidentally leave q(x) unchanged, leading to an incorrect final integral.
- Cross-Reference: If the integral \int \mu(x)q(x) dx$ is difficult, you may need to apply Integration by Parts or U-Substitution (review Calculus II Techniques of Integration).
- Cross-Reference: The application of integrating factors is deeply tied to Newton's Law of Cooling and Exponential Decay models. Keep these real-world analogs in mind as you solve.