Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

A first-order linear differential equation describes how an unknown function changes when the function and its derivative appear only to the first power. These equations show up in motion with resistance, cooling, mixing, circuits, population models, and many other systems where the rate of change depends partly on the current amount. The standard form y' + P(x)y = Q(x) gives a clear structure for solving the equation.

Learning this form helps turn a difficult derivative equation into an organized algebraic pathway toward y(x).

The integrating factor method works by multiplying the entire equation by a carefully chosen function μ(x). This factor makes the left side become the derivative of a product, so μ(x)y can be integrated directly. The key step is choosing μ(x) = e^(∫P(x) dx), which is built from the coefficient of y in standard form.

After integrating both sides, divide by μ(x) and use any initial condition to find the constant.

Understanding Calculus: First-Order Linear Differential Equations

The word linear refers to the way the unknown quantity is used, not to the shape of its graph. The unknown function can have a curved graph and still belong to this class. Its value must not be squared, multiplied by itself, or placed inside functions such as sine.

The coefficient multiplying the unknown may change with the input. This matters because a changing coefficient can represent a changing physical condition, such as resistance that varies with position or a leak rate that varies over time. Before solving, rearrange every term carefully.

Dividing by the coefficient of the derivative is often needed to reveal the required structure. This step can exclude input values where that coefficient is zero, so the valid interval deserves attention.

The integrating factor is not a trick to memorize without reason. It is chosen to make the product rule work exactly. When a product made from the factor and the unknown function is differentiated, one part contains the derivative of the unknown.

The other part contains the unknown itself. For these parts to match the original equation, the rate of change of the factor must equal the coefficient of the unknown times the factor. Exponential functions have the special property that their rate of change stays proportional to themselves.

That is why an exponential built from an accumulated coefficient appears in this method. The accumulated coefficient measures the total effect of that changing multiplier from one point to another.

Many models separate naturally into two influences. One influence comes from the amount already present. A hot object loses heat more quickly when its temperature differs greatly from its surroundings.

A resistor and capacitor circuit changes voltage partly because of the voltage already stored. The other influence is an outside input, such as a heater, battery, incoming fluid, or applied force. The solution contains both effects.

The part linked to the arbitrary constant describes what happens to the starting amount with no outside input. The remaining part describes the response created by the input. This separation helps students interpret a result instead of treating it as a long algebra exercise.

A reliable workflow prevents most errors. First identify the independent variable, since every coefficient must be expressed using that same variable. Next simplify the equation before finding the integrating factor.

When multiplying, distribute the factor to every term, including the input term on the right. After integration, include one constant only. A second constant often signals that the product derivative was not handled as one whole expression.

Apply the initial condition at a convenient stage and check the final answer by differentiating it, then substituting it into the original equation. Units provide another useful check.

Terms being added must have matching units, while an exponential input must be unitless. Pay close attention to domains, especially where coefficients become undefined or where logarithms require restricted inputs.

Key Facts

  • Standard form: y' + P(x)y = Q(x)
  • Integrating factor: μ(x) = e^(∫P(x) dx)
  • Product rule target: (μy)' = μy' + μ' y
  • After multiplying by μ(x): (μy)' = μ(x)Q(x)
  • General solution: y = (1/μ(x))[∫ μ(x)Q(x) dx + C]
  • Initial condition y(x0) = y0 is used after the general solution to find C

Vocabulary

First-order differential equation
A differential equation involving the first derivative of an unknown function and no higher derivatives.
Linear differential equation
A differential equation in which the unknown function and its derivatives appear only to the first power and are not multiplied together.
Standard form
The arrangement y' + P(x)y = Q(x), which is required before applying the integrating factor method.
Integrating factor
A function μ(x) that turns the left side of a linear differential equation into the derivative of a product.
Initial condition
A given value such as y(0) = 5 that selects one specific solution from the family of general solutions.

Common Mistakes to Avoid

  • Forgetting to put the equation in standard form, which is wrong because the integrating factor must use the coefficient P(x) after the y' coefficient has been made 1.
  • Using Q(x) instead of P(x) to build the integrating factor, which is wrong because μ(x) = e^(∫P(x) dx) comes from matching the product rule on the left side.
  • Multiplying only some terms by the integrating factor, which is wrong because every term in the equation must be multiplied to keep the equation equivalent.
  • Dropping the constant of integration after integrating (μy)', which is wrong because the constant is needed to represent the full family of solutions or to satisfy an initial condition.

Practice Questions

  1. 1 Solve y' + 3y = 6 with y(0) = 1.
  2. 2 Solve y' - 2y = e^(3x) and write the general solution.
  3. 3 Explain why the equation y' + P(x)y = Q(x) becomes easier to solve after multiplying by μ(x) = e^(∫P(x) dx).