First-Order Linear Standard Form: Put Linear ODEs in Shape

By Vegard Gjerde Based on Masterful Learning 11 min read Published
first-order-linear-standard-form math differential-equations learning-strategies

First-Order Linear Standard Form means a first-order differential equation is written as y+p(x)y=q(x)y^{\prime}+p(x)y=q(x), with pp and qq known on the working interval. Use it to recognize when the unknown function appears only linearly, so later integrating-factor methods are licensed; do not confuse it with equations that contain y2y^2, products of yy and yy^{\prime}, or unknown coefficient functions.

Unisium hero image titled First-Order Linear Standard Form showing the principle equation y prime plus p of x times y equals q of x and a conditions card.
The first-order linear template y+p(x)y=q(x)y^{\prime}+p(x)y=q(x) with the canonical condition that pp and qq are known on the working interval.

On this page: The Principle | Conditions | Misconceptions | EE Questions | Retrieval Practice | Worked Example | Solve a Problem | Related Principles | FAQ


The Principle

Statement

A first-order differential equation has first-order linear standard form when it can be written as a derivative term plus a known coefficient times the unknown function, equal to a known forcing term:

y+p(x)y=q(x)y^{\prime}+p(x)y=q(x)

The word “linear” is about how yy appears. The unknown function is allowed to appear as yy and yy^{\prime}, but not as y2y^2, siny\sin y, yyyy^{\prime}, or any other nonlinear expression.

Mathematical Form

y+p(x)y=q(x)y^{\prime}+p(x)y=q(x)

Where:

  • xx = independent variable
  • yy = unknown function value
  • yy^{\prime} = derivative of yy with respect to xx
  • p(x)p(x) = known coefficient multiplying yy
  • q(x)q(x) = known forcing or source term

What the standard form tells you

This form is a recognition step. It tells you the equation belongs to the first-order linear family, which prepares the later integrating-factor route. It does not solve the equation and it does not choose the integrating factor yet.

The coefficient of yy^{\prime} is already normalized to 11 in this standard form. If an equation starts as a(x)y+b(x)y=c(x)a(x)y^{\prime}+b(x)y=c(x), the standard-form question is whether you can divide by the derivative coefficient on the working interval and identify p(x)=b(x)/a(x)p(x)=b(x)/a(x) and q(x)=c(x)/a(x)q(x)=c(x)/a(x).


Conditions of Applicability

Condition: p and q known on working interval

Practical modeling notes

  • First check that the equation is in First-Order Explicit Differential Equation Form or can be normalized to one derivative term.
  • The functions p(x)p(x) and q(x)q(x) must be known functions of the independent variable on the interval you are using. They are not extra unknowns to solve for.
  • Extra solve-method requirements, such as integrability of pp, belong to later principles. They do not replace this guide’s canonical condition.

When It Doesn’t Apply

This principle does not cover:

  • Nonlinear dependence on y: y+y2=xy^{\prime}+y^2=x is first order, but it is not linear in the unknown function.
  • Another unknown function: y+r(x)y=0y^{\prime}+r(x)y=0 has standard form only if r(x)r(x) is a given coefficient function. If rr is another unknown to solve for, the equation is not a closed first-order linear ODE for yy alone.
  • Intervals where normalization fails: xy+y=1xy^{\prime}+y=1 can be normalized to y+1xy=1xy^{\prime}+\frac{1}{x}y=\frac{1}{x} only on intervals that avoid x=0x=0.

Want the complete framework behind this guide? Read Masterful Learning.


Common Misconceptions

Misconception 1: “First-order means linear”

The truth: first-order only says the highest derivative is first derivative. Linearity is a separate structural condition about how the unknown function appears.

Why this matters: y=y2y^{\prime}=y^2 is first order, but it is not first-order linear standard form.

Misconception 2: “Any equation with y and y prime is linear”

The truth: the unknown function must appear only to the first power and not inside nonlinear functions or products with itself.

Why this matters: y+xy=sinxy^{\prime}+xy=\sin x is linear, while y+xy2=sinxy^{\prime}+xy^2=\sin x is not.

Misconception 3: “Standard form has already solved the equation”

The truth: standard form only identifies the equation family and the known functions pp and qq.


Elaborative Encoding

Use these questions to build deep understanding. (See Elaborative Encoding for the full method.)

Within the Principle

  • In y+p(x)y=q(x)y^{\prime}+p(x)y=q(x), which parts are known before solving, and which part is the unknown function?
  • Why does p(x)yp(x)y keep the equation linear in yy, while p(x)y2p(x)y^2 does not?

For the Principle

  • When an equation has a coefficient in front of yy^{\prime}, what interval check must come before dividing into standard form?
  • How does identifying p(x)p(x) and q(x)q(x) help you decide whether a later integrating-factor method is relevant?

Between Principles

Generate an Example

  • Write one equation that fits y+p(x)y=q(x)y^{\prime}+p(x)y=q(x) and one near miss that is first order but not linear. What feature separates them?

Retrieval Practice

Answer from memory, then click to reveal and check. (See Retrieval Practice for the full method.)

State the principle in words: _____A first-order linear differential equation can be written as a derivative plus a known function of x times y equals a known function of x.
Write the canonical equation: _____y+p(x)y=q(x)y^{\prime}+p(x)y=q(x)
State the canonical condition: _____p and q known on working interval

Worked Example

Use this worked example to practice Self-Explanation.

Problem

For the differential equation y+2xy=x2y^{\prime}+\frac{2}{x}y=x^2, identify p(x)p(x) and q(x)q(x) and decide whether the equation has first-order linear standard form on a working interval where x>0x>0.

Step 1: Verbal Decoding

Target: p(x)p(x), q(x)q(x), whether the equation has first-order linear standard form
Given: xx, yy
Constraints: derivative coefficient is one; coefficient and forcing must be known on the interval; interval stays positive

Step 2: Visual Decoding

Draw a two-column split labeled coefficient of yy and forcing term, then add a number line for xx with the interval x>0x>0 highlighted. (The interval avoids the denominator in the coefficient.)

Step 3: Mathematical Modeling

  1. y+2xy=x2y^{\prime}+\frac{2}{x}y=x^2

Step 4: Mathematical Procedures

  1. p(x)=2xp(x)=\frac{2}{x}
  2. q(x)=x2q(x)=x^2
  3. p(x)=2x,q(x)=x2\underline{p(x)=\frac{2}{x},\qquad q(x)=x^2}
  4. The equation has first-order linear standard form on (0,)(0,\infty).

Step 5: Reflection

  • Verification: substituting p(x)=2/xp(x)=2/x and q(x)=x2q(x)=x^2 reproduces y+p(x)y=q(x)y^{\prime}+p(x)y=q(x) exactly.
  • Domain check: the interval x>0x>0 keeps p(x)=2/xp(x)=2/x known and defined.
  • Connection to concept: this step recognizes the linear family before any integrating factor is chosen.

Before moving on: self-explain the model

Try explaining Step 3 out loud (or in writing): why the coefficient of yy is known on the interval, why the right-hand side is a known function of xx, and why the equation is linear in the unknown function.

Mathematical model with explanation

Principle: First-Order Linear Standard Form - y+p(x)y=q(x)y^{\prime}+p(x)y=q(x).

Conditions: pp and qq are known on the working interval.

Relevance: the problem asks whether the equation fits the first-order linear family, so the useful move is to identify the coefficient of yy and the forcing term.

Description: The derivative term is already normalized. On x>0x>0, the coefficient 2/x2/x is known and defined, while x2x^2 is the known forcing term.

Goal: name p(x)p(x) and q(x)q(x), then decide whether the canonical form applies on the stated interval.


Solve a Problem

Apply what you’ve learned with Problem Solving.

Problem

For the differential equation 3y6y=ex3y^{\prime}-6y=e^x, rewrite it in first-order linear standard form and identify p(x)p(x) and q(x)q(x).

Hint (if needed): normalize the derivative coefficient to one before naming p(x)p(x) and q(x)q(x).

Show Solution

Step 1: Verbal Decoding

Target: standard form, p(x)p(x), q(x)q(x)
Given: xx, yy
Constraints: derivative coefficient must be one; coefficient and forcing must be known functions of x

Step 2: Visual Decoding

Draw a normalization arrow from the original equation to a standard-form slot y+p(x)y=q(x)y^{\prime}+p(x)y=q(x). Mark the derivative coefficient as the part that must become one. (The key setup fact is that every term must be divided by the same nonzero constant.)

Step 3: Mathematical Modeling

  1. 3y6y=ex3y^{\prime}-6y=e^x

Step 4: Mathematical Procedures

  1. y2y=ex3y^{\prime}-2y=\frac{e^x}{3}
  2. p(x)=2p(x)=-2
  3. q(x)=ex3q(x)=\frac{e^x}{3}
  4. y2y=ex3\underline{y^{\prime}-2y=\frac{e^x}{3}}
  5. p(x)=2,q(x)=ex3\underline{p(x)=-2,\qquad q(x)=\frac{e^x}{3}}

Step 5: Reflection

  • Verification: multiplying the standard-form equation by 33 recovers the original equation.
  • Domain check: p(x)=2p(x)=-2 and q(x)=ex/3q(x)=e^x/3 are known for every real xx.
  • Connection to concept: normalizing the derivative coefficient reveals the linear standard-form pieces.

PrincipleRelationship to First-Order Linear Standard Form
First-Order Explicit Differential Equation FormLinear standard form is a narrower first-order pattern with the unknown function appearing linearly.
Integrating Factor DefinitionOnce standard form is identified, an integrating factor is the next object used to solve many first-order linear equations.
Homogeneous First-Order Equation FormHomogeneous first-order form checks ratio dependence; linear standard form checks linear dependence on yy.

See Differential Equations Subdomain for the full map, and Principle Structures for organizing names, equations, conditions, and neighboring principles.


FAQ

What is first-order linear standard form?

It is the pattern y+p(x)y=q(x)y^{\prime}+p(x)y=q(x) for a first-order differential equation. The coefficient p(x)p(x) and forcing term q(x)q(x) are known on the working interval, while yy is the unknown function.

How do I tell whether an equation is first-order linear?

Check that the highest derivative is yy^{\prime} and that the unknown function appears only linearly. Then put the coefficient of yy^{\prime} equal to one and identify p(x)p(x) and q(x)q(x).

Is y prime plus y squared equals x first-order linear?

No. It is first order, but y2y^2 makes it nonlinear in the unknown function.

Why does the working interval matter?

The functions p(x)p(x) and q(x)q(x) have to be known and usable on the interval where the model is applied. If normalization creates 1/x1/x, for example, the interval cannot cross x=0x=0.

Does standard form give the solution?

No. Standard form identifies the equation family. Later principles, such as integrating factors, use this form to build a solving method.



How This Fits in Unisium

Within the differential equations subdomain, Unisium treats First-Order Linear Standard Form as the recognition point before integrating-factor work. The platform pairs this guide with elaborative encoding, retrieval practice, and worked examples so you learn the stable decision: normalize the derivative term, identify p(x)p(x) and q(x)q(x), then choose the next method only if the form is licensed.

Ready to practice differential equations with structure? Check access and join the Unisium waitlist or see the broader framework in Masterful Learning.

Masterful Learning book cover

Masterful Learning

The book behind these guides: a study system for physics, math, & programming built on retrieval, connection, explanation, and problem solving.

Ready to apply this strategy?

Unisium turns these evidence-based techniques into guided study sessions for math and physics. Unisium is currently in early access. See pricing, availability, and join the waitlist.

Check Unisium Access and Pricing Read More Guides

Already have access? Sign in