First-order Linear Equations
First-order linear equations are differential equations where the dependent variable and its derivative both appear to the first power. They show up constantly in modeling: population growth, radioactive decay, cooling, mixing problems. The key technique for solving them is the integrating factor method, which this section is all about.
Standard Form of Linear Equations
Before you can solve a first-order linear equation, you need to get it into standard form:
Here, and are functions of only (or constants). The requirements are:
- The coefficient of must be 1. If it's not, divide the entire equation through until it is.
- The coefficient of must depend only on , not on .
- Everything on the right side must depend only on .
For example, if you're given , divide everything by 2 first to get . Now it's in standard form with and .
Integrating Factors for Equation Solving
The integrating factor is the tool that makes first-order linear equations solvable in a systematic way. The idea: multiply both sides of the equation by a carefully chosen function that turns the left side into the derivative of a product, which you can then integrate directly.
Given the standard form , here's the process:
-
Compute the integrating factor: You don't need a constant of integration here; any single antiderivative of works.
-
Multiply both sides by :
-
Recognize the left side as a product rule derivative. This is the whole point of the integrating factor. The left side equals:
-
Integrate both sides with respect to :
-
Solve for :
Why does this work? The integrating factor is specifically constructed so that . That's what makes the left side collapse into a single derivative via the product rule. If you ever forget the formula, you can re-derive it from this condition.
_and_Q(x)_functions_diagram%22-CNX_Calc_Figure_08_05_202.jpg)
Worked Example
Solve .
- It's already in standard form: , .
- Integrating factor: .
- Multiply both sides by :
- The left side is , so:
- Integrate: .
- Solve for : .
Real-World Applications of Linear Equations
First-order linear equations model situations where a quantity changes at a rate that depends on the quantity itself and possibly some external input. Common applications include population dynamics, radioactive decay, heat transfer, and mixing problems.
To apply the method to a word problem:
- Identify the variables (what's changing, and with respect to what).
- Translate the problem's description into a differential equation.
- Note any initial conditions (e.g., "at time , the temperature is 90ยฐC").
- Put the equation in standard form and solve using the integrating factor.
- Use the initial condition to find , then interpret your answer.
_and_Q(x)_functions_diagram%22-123848490_640.jpg)
Classic Models
- Exponential growth/decay: , where gives growth and gives decay. This is separable and linear. Solution: .
- Radioactive decay: , where is the decay constant. If a substance has a half-life of 5 years, then .
- Newton's law of cooling: , where is the ambient temperature. Rewriting: . This is linear with and . For instance, a cup of coffee at 90ยฐC in a 20ยฐC room cools according to this model.
- Mixing problems: A tank holds a solution, and liquid flows in and out at given rates. The equation typically looks like , where is the amount of solute. The "rate out" term usually depends on , making the equation linear.
Types of First-Order Differential Equations
First-order linear equations are one type among several. Knowing the landscape helps you pick the right technique:
- Separable equations: Variables can be separated to opposite sides and integrated independently. Example: becomes .
- Homogeneous equations: Can be reduced to separable form using the substitution .
- Exact equations: Have the form where . Solved by finding a potential function.
- Bernoulli equations: Have the form where . These are nonlinear, but the substitution transforms them into a linear equation you can solve with an integrating factor.
A given equation might fit more than one category. For example, is both separable and linear. Use whichever method you find more straightforward.