1 Basic concepts

A first-order differential equation is an equation that relates an unknown function to its first derivative. It describes a rate of change with respect to an independent variable, such as time, distance, or another parameter. Such equations arise naturally in models of motion, growth, transport, and many other processes.

1.1 Definition

In its simplest form, a first-order differential equation can be written as

dy/dx = f(x, y)

where y is the unknown function of x. More generally, it may be given implicitly by an expression such as

F(x, y, dy/dx) = 0

as long as only the first derivative appears. A solution is a function that satisfies the equation on a specified interval.

1.2 Order and degree

The order of a differential equation is determined by the highest derivative present. For a first-order equation, the highest derivative is the first derivative. The degree is a separate notion used mainly when the equation is polynomial in derivatives; it refers to the power of the highest-order derivative after the equation has been cleared of fractions and radicals involving derivatives.

1.3 Unknown function and derivative

The unknown function is typically denoted by y(x), though other symbols are common. Its derivative y' or dy/dx represents the instantaneous rate at which y changes as x varies. In applications, y may represent position, temperature, concentration, current, or another quantity whose evolution is being modeled.

1.4 Initial conditions and boundary conditions

An initial condition specifies the value of the unknown function at a chosen point, such as y(x0) = y0. This turns a differential equation into an initial value problem. Boundary conditions prescribe values at two or more points and are used more often in higher-order or spatial problems, though they can also appear in first-order settings.

2 Types of first-order differential equations

First-order differential equations occur in several standard forms, each with characteristic solution methods. Recognizing the type of equation is often the key step in solving it efficiently.

2.1 Separable equations

A separable equation can be rearranged so that all terms involving y are on one side and all terms involving x are on the other. It typically has the form

dy/dx = g(x)h(y)

which can be rewritten as

dy/h(y) = g(x) dx

and integrated directly.

2.2 Linear first-order equations

A linear first-order equation has the form

dy/dx + p(x)y = q(x)

where p and q depend only on x. These equations are solved using an integrating factor, which transforms the left side into the derivative of a product.

2.3 Homogeneous equations

In the first-order context, a homogeneous equation often means one that can be expressed using a ratio such as y/x or x/y. For example,

dy/dx = F(y/x)

is homogeneous in this sense and can usually be simplified by the substitution y = vx.

2.4 Exact equations

An exact equation can be written as

M(x, y) dx + N(x, y) dy = 0

where there exists a function φ(x, y) such that dφ = M dx + N dy. In that case, the solution is obtained from φ(x, y) = C. Exactness is closely tied to the equality of mixed partial derivatives under suitable conditions.

2.5 Bernoulli equations

A Bernoulli equation has the form

dy/dx + p(x)y = q(x)y^n

with n not equal to 0 or 1. By substituting a power of y, it can be reduced to a linear equation. This makes it a useful bridge between linear and nonlinear models.

2.6 Riccati equations

A Riccati equation is a nonlinear first-order equation of the form

dy/dx = a(x)y^2 + b(x)y + c(x)

It is generally difficult to solve in closed form, but if one particular solution is known, the equation can often be transformed into a linear equation. Riccati equations appear in control theory, physics, and mathematical modeling.

2.7 Autonomous equations

An autonomous equation does not depend explicitly on the independent variable and has the form

dy/dx = f(y)

Because the right-hand side depends only on the state variable, these equations are especially amenable to qualitative analysis through equilibrium points and phase lines.

3 Solution methods

Several standard techniques are used to solve first-order differential equations. Some methods produce explicit formulas, while others yield implicit relations or qualitative descriptions.

3.1 Separation of variables

When an equation is separable, the variables can be isolated on opposite sides of the equation. Integrating both sides gives a relationship between x and y. This is one of the most direct and widely used methods for first-order equations.

3.2 Integrating factors

For linear equations, an integrating factor is a function, usually μ(x), chosen to make the left side a product derivative. Multiplying the equation by μ(x) allows the equation to be integrated in a single step. The same idea also applies to certain exact equations after suitable modification.

3.3 Substitution techniques

Substitution changes variables to convert a difficult equation into a simpler one. Common substitutions exploit symmetry, ratios, or known solution structures. These methods are especially useful for equations that are not immediately separable or linear.

3.3.1 Reduction to separable form

Some first-order equations become separable after an appropriate substitution, such as y = vx for homogeneous equations. The new variable often simplifies the dependence between x and y, allowing the equation to be written in a product form.

3.3.2 Reduction to linear form

Nonlinear equations such as Bernoulli or certain Riccati equations can sometimes be transformed into linear equations. Once linearized, standard methods such as integrating factors become available.

3.4 Direct integration

In favorable cases, the derivative may be isolated and integrated directly without further transformation. This includes equations where dy/dx equals a known function of x alone or where straightforward antiderivatives can be used after rearrangement.

3.5 Implicit solution methods

Not all first-order equations yield an explicit formula for y. In many cases, the result is an implicit relation involving x, y, and constants of integration. Such solutions can still be meaningful and may be sufficient for analysis or numerical work.

4 Existence and uniqueness

A central question in differential equations is whether a given initial value problem has a solution and whether that solution is the only one satisfying the prescribed condition. These questions depend on the regularity of the function defining the equation.

4.1 Initial value problems

An initial value problem combines a first-order differential equation with a condition at a specified point. It asks for a function that both satisfies the equation and passes through the given initial value. Such problems are foundational in applications because they describe evolution from a known starting state.

4.2 Local existence theorems

Local existence results guarantee that a solution exists on some interval around the initial point, provided the defining function meets certain continuity requirements. These theorems do not necessarily describe the solution far from the initial value, but they establish that the problem is mathematically well posed near the starting point.

4.3 Uniqueness conditions

Uniqueness conditions ensure that only one solution passes through the specified initial point. A common sufficient condition is a Lipschitz-type bound in the unknown function. When uniqueness fails, multiple solution curves may satisfy the same initial data.

4.4 Picard–Lindelöf theorem

The Picard–Lindelöf theorem gives a standard existence-and-uniqueness result for first-order initial value problems under suitable continuity and Lipschitz conditions. It is one of the most important foundational theorems in the theory of ordinary differential equations and also underlies iterative solution procedures.

5 Qualitative analysis

When exact formulas are unavailable, first-order differential equations can still be studied by examining the behavior of their solutions. Qualitative methods reveal the structure of the solution family without requiring closed-form expressions.

5.1 Direction fields

A direction field displays short line segments indicating the slope prescribed by the differential equation at various points. By following these local directions, one can sketch approximate solution curves and visualize how solutions behave across the plane.

5.2 Slope fields

A slope field is another name for a direction field. It emphasizes the slope value assigned at each point rather than the segment orientation. These diagrams are especially useful for interpreting initial conditions and comparing nearby trajectories.

5.3 Equilibrium solutions

An equilibrium solution is a constant solution that makes the derivative zero. For autonomous equations, equilibria occur where f(y) = 0. They represent steady states in which the modeled quantity does not change over time.

5.4 Stability of equilibria

Stability describes how nearby solutions behave relative to an equilibrium. A stable equilibrium attracts nearby solutions, while an unstable one repels them. Stability analysis helps identify long-term tendencies in the modeled system.

5.5 Phase line analysis

Phase line analysis is a one-dimensional qualitative method for autonomous equations. It marks equilibrium points on a line and indicates the direction of motion in each interval. This compact representation summarizes possible behaviors such as attraction, repulsion, and monotonic flow.

6 Applications

First-order differential equations are used to model change in many scientific and technical contexts. They provide a mathematical language for systems governed by rates, accumulation, and feedback.

6.1 Motion and kinematics

In kinematics, first-order equations relate velocity to position or time. Simple models can describe uniform motion, drag, or velocity-dependent acceleration. They are often the first step in more elaborate mechanics problems.

6.2 Population growth

Population models frequently use first-order equations to represent birth, death, and resource limitation. Exponential growth and logistic growth are classic examples. These models help capture both rapid increase and eventual saturation.

6.3 Mixing problems

Mixing problems track the concentration of a substance in a tank or reservoir as fluid enters and leaves. A first-order equation expresses the balance between inflow, outflow, and accumulation. Such models are common in chemical engineering and environmental studies.

6.4 Radioactive decay

Radioactive decay is modeled by a first-order equation in which the rate of decrease is proportional to the amount present. This leads to exponential decay, a fundamental law used in nuclear physics, archaeology, and materials science.

6.5 Heat transfer

Newton’s law of cooling is a first-order model for temperature change proportional to the difference between an object and its surroundings. It provides a simple but effective description of cooling and heating processes in thermodynamics.

6.6 Electrical circuits

In circuits, first-order equations describe the behavior of components such as resistors, capacitors, and inductors in simple configurations. They capture transient responses, charging and discharging, and steady-state behavior under applied sources.

7 Numerical methods

When analytical solutions are difficult or impossible to obtain, numerical methods approximate solutions at discrete points. These techniques are essential in computation and engineering practice.

7.1 Euler's method

Euler's method uses the slope at a known point to estimate the next point on the solution curve. It is simple to implement and provides a basic introduction to numerical integration, though its accuracy is limited for large step sizes.

7.2 Improved Euler methods

Improved Euler methods refine the basic Euler approach by using additional slope information, often averaging slopes over a step. This typically increases accuracy while preserving computational simplicity.

7.3 Runge–Kutta methods

Runge–Kutta methods use multiple slope evaluations per step to produce highly accurate approximations. The classical fourth-order scheme is especially common because it balances efficiency and precision well.

7.4 Error and convergence

Numerical error measures the difference between an approximate and an exact solution. Convergence describes whether the approximation improves as the step size decreases. Stability and consistency are also important in assessing the reliability of a numerical scheme.

First-order differential equations are part of a broader family of equations used to model change. They connect naturally to more advanced topics in ordinary and partial differential equations.

8.1 Higher-order differential equations

Higher-order differential equations involve second or greater derivatives. They often arise when acceleration, curvature, or more complex dynamics must be modeled. Many can be rewritten as systems of first-order equations.

8.2 Systems of differential equations

A system of differential equations involves several unknown functions linked by multiple equations. Such systems describe interacting quantities, including coupled mechanical, biological, and chemical processes. First-order systems are central to modern dynamical analysis.

8.3 Partial differential equations

Partial differential equations involve derivatives with respect to more than one independent variable. They are used for phenomena such as diffusion, waves, and fluid flow. First-order ordinary differential equations often serve as simpler building blocks or reduction steps in studying them.