Skip to main content

First-order homogeneous

A first-order homogeneous differential equation is one that can be written as y' = f(y/x), so the slope depends only on the ratio y/x. In Linear Algebra and Differential Equations, you usually solve it by substituting y = vx.

Last updated July 2026

What is first-order homogeneous?

A first-order homogeneous equation in Differential Equations is a first-order ODE whose right-hand side depends only on the ratio y/x. The usual form is y' = f(y/x), which means if you scale x and y by the same factor, the equation keeps the same shape. That scale-invariance is the clue that the problem is homogeneous.

This is not the same thing as a homogeneous linear equation. Here, “homogeneous” is about the function’s behavior under scaling, not about whether the equation has a zero on the right-hand side. In this topic, the main idea is that the slope at a point only depends on where the point sits relative to the origin, not on the absolute size of x and y.

The standard move is the substitution y = vx, where v is a function of x. Then y' = v + x v', and the differential equation becomes an equation in v and x that is often separable. That turns a tricky-looking slope field into something you can integrate more directly.

A quick example is y' = (x + y)/x. Rewrite it as y' = 1 + y/x, so it fits the form f(y/x) after simplifying. Let y = vx, then v + x v' = 1 + v, which reduces to x v' = 1. From there, v = ln|x| + C, and since y = vx, the solution is y = x(ln|x| + C).

The geometry behind the method matters. Because the slope depends on y/x, points on the same line through the origin have the same slope. That symmetry is what makes the substitution work, and it is also why these equations show up cleanly in sketching slope fields, checking solution families, and solving problem-set questions where the expression looks like a ratio of linear terms.

Why first-order homogeneous matters in Linear Algebra and Differential Equations

First-order homogeneous equations give you a fast recognition skill in Differential Equations problems. If you spot y/x, or an expression that can be rewritten using y/x, you can switch from guessing a method to using a specific substitution.

That matters because a lot of first-order equations do not separate right away and are not linear in the usual sense. Homogeneous equations sit in between: they are not solved by the basic linear integrating-factor template, but they often become separable after y = vx. Knowing that pattern saves time and prevents you from trying the wrong technique.

This term also connects to the course’s bigger picture of symmetry and structure. In Linear Algebra and Differential Equations, you keep seeing that the right change of variables can simplify a system. Homogeneous first-order equations are a clean example of that idea, because the ratio y/x suggests a natural rescaling.

You also use this idea when checking whether a solution family matches a slope field. If the slopes repeat along rays from the origin, you are probably looking at a homogeneous equation. That kind of visual recognition shows up in homework, quizzes, and problem-solving sections where you need to identify the method before you compute anything.

Keep studying Linear Algebra and Differential Equations Unit 9

How first-order homogeneous connects across the course

Homogeneous Function

A first-order homogeneous differential equation is built from a function that depends on y/x, which is a degree-zero homogeneous function. That scaling property is the reason the equation is solvable by a substitution. If the function keeps the same value when x and y are multiplied by the same constant, the slope pattern depends on direction from the origin, not on distance.

Separation of Variables

After you set y = vx in a first-order homogeneous equation, the transformed equation often becomes separable. That is the payoff of the substitution: it turns a ratio-based ODE into one where you can put all v terms on one side and x terms on the other. If you jump straight to separation before rewriting, you may miss the structure.

Linear Differential Equation

A homogeneous first-order equation is not automatically a linear differential equation. Linear equations have the dependent variable and its derivatives appearing to the first power, while homogeneous first-order equations are identified by a ratio pattern like y/x. The methods can overlap after substitution, but the recognition step is different.

Complementary Solution

Complementary solutions show up in linear homogeneous differential equations, especially in later sections of the course. That is a different use of the word homogeneous. The connection is mostly conceptual: both ideas focus on structure without forcing a specific external input, but one is about scaling in a first-order ODE and the other is about the zero-input solution of a linear equation.

Is first-order homogeneous on the Linear Algebra and Differential Equations exam?

A quiz or problem-set question usually gives you an ODE and asks you to identify the method first. You look for y/x, rewrite the equation if needed, and then use y = vx to reduce it to a separable equation.

The real task is not just solving the algebra, but recognizing why the substitution works. If the right-hand side only depends on the ratio of y to x, you should expect solutions that reflect the same scaling pattern. On written work, instructors often want to see the substitution, the derivative y' = v + x v', and the separation step, not just the final answer.

If the problem includes a slope field, you may be asked to describe why the slopes repeat along rays from the origin or to match the field with a homogeneous equation. That is where the geometric meaning shows up most clearly.

First-order homogeneous vs Homogeneous Linear Equation

This is the most common mix-up. A homogeneous first-order equation means the slope can be written as y' = f(y/x), while a homogeneous linear equation means the equation has no forcing term on the right side, like y' + p(x)y = 0. They use the same word, but they describe different structures and use different solution ideas.

Key things to remember about first-order homogeneous

  • A first-order homogeneous differential equation can be written in the form y' = f(y/x).

  • The key feature is scaling symmetry, since the equation depends on the ratio y/x rather than x and y separately.

  • The standard substitution is y = vx, which changes the derivative to y' = v + x v' and often makes the equation separable.

  • If you see an expression that can be rewritten using y/x, check for homogeneity before trying a more general method.

  • Do not confuse this with a homogeneous linear differential equation, because the word homogeneous means something different there.

Frequently asked questions about first-order homogeneous

What is first-order homogeneous in Linear Algebra and Differential Equations?

It is a first-order ODE that can be written as y' = f(y/x). The defining feature is that the slope depends only on the ratio y/x, so the equation has a scaling pattern that makes the substitution y = vx useful.

How do you solve a first-order homogeneous differential equation?

Start by rewriting the equation so the right-hand side is a function of y/x. Then use y = vx, so y' = v + x v'. After substituting, the equation often becomes separable and you can integrate to get the solution family.

Is a first-order homogeneous equation the same as a homogeneous linear equation?

No. A first-order homogeneous equation is identified by a ratio pattern like y/x. A homogeneous linear equation is one with no forcing term, such as y' + p(x)y = 0. They are different concepts, even though they share the word homogeneous.

Why does y = vx work for first-order homogeneous equations?

Because the equation depends on the ratio y/x, and setting y = vx makes that ratio become v. That removes one variable from the right-hand side, which usually turns the ODE into a form you can separate and integrate.