4. Exact Equations and Substitutions

Existence And Uniqueness Overview

Existence and Uniqueness Overview

Imagine students is steering a car with a map in the rain ๐Ÿš—๐ŸŒง๏ธ. If the road conditions are clear, there should be one best route from your current location to your destination. In differential equations, existence and uniqueness asks a similar question: for a given initial condition, does a solution actually exist, and if it exists, is it the only one?

What this lesson is about

In this lesson, students will learn:

  • what it means for a solution to exist and to be unique,
  • how to read the conditions that guarantee a single solution,
  • why these ideas matter when studying exact equations and substitutions,
  • how to use the existence and uniqueness idea to check whether a differential equation should have one solution, many solutions, or possibly none.

This topic is not mainly about finding solutions with a new algebraic trick. Instead, it gives the logic behind differential equations. It tells us when a method should lead to one reliable answer and when something unusual might happen.

What existence and uniqueness mean

A differential equation often comes with an initial condition such as $y(x_0)=y_0$. That specific starting point is called an initial value problem.

For example, consider

$$

$\frac{dy}{dx}=f(x,y), \quad y(x_0)=y_0.$

$$

There are two important questions:

  1. Existence: Is there at least one function $y(x)$ that satisfies both the differential equation and the initial condition?
  2. Uniqueness: If a solution exists, is it the only one passing through the point $(x_0,y_0)$?

A real-world picture helps ๐Ÿ“˜. If students gives a slope rule for a path, existence means there is at least one path that fits the rule and starts at the chosen point. Uniqueness means there is only one such path, not two or more different paths through the same point.

Why this matters in differential equations

When solving an equation, students often focus on the algebra. But existence and uniqueness tells us something deeper: whether the problem is well-behaved.

If a solution is unique, then the initial condition fully determines the outcome. This is important in science and engineering because the same starting state should not produce two different future behaviors under the same law.

For example, in a cooling model, a temperature value at a certain time should lead to one predicted temperature curve, not many. In a population model, one initial population should usually determine one future population curve. If uniqueness fails, the model may be missing information or may contain a point where the rule becomes too weak or too irregular.

A simple visual idea: slope fields

A slope field shows little line segments with slope $f(x,y)$ at points in the plane. If students starts at one point, a solution curve should move so that its tangent matches those slopes.

If two different solution curves crossed at the same point, they would have the same slope there because the differential equation gives only one slope at each point $(x,y)$. That would mean the curves share a tangent, and if the equation is well behaved, they should actually be the same curve. This is the basic geometric idea behind uniqueness.

So the slope field suggests:

  • if the slope rule is smooth enough, one initial point should determine one curve;
  • if the slope rule has a problem, strange things like multiple solutions may appear.

The standard theorem idea

A major result in differential equations is the Existence and Uniqueness Theorem. In a common form, it says that if $f(x,y)$ and its partial derivative with respect to $y$, written $\frac{\partial f}{\partial y}$, are continuous near the initial point $(x_0,y_0)$, then the initial value problem

$$

$\frac{dy}{dx}=f(x,y), \quad y(x_0)=y_0$

$$

has a unique solution on some interval around $x_0$.

There are two important words here:

  • continuous means there are no jumps, holes, or breaks in the function near the point,
  • near the point means the theorem is local; it guarantees something in a neighborhood, not necessarily for all $x$ forever.

This theorem is often used as a checkpoint. If the conditions are satisfied, students can be confident that the initial value problem behaves nicely.

Example 1: a well-behaved differential equation

Consider

$$

$\frac{dy}{dx}=x+y, \quad y(0)=1.$

$$

Here, $f(x,y)=x+y$. This function is continuous for all real $x$ and $y$. Also,

$$

$\frac{\partial f}{\partial y}=1,$

$$

which is also continuous everywhere.

So the theorem guarantees that a unique solution exists near $x=0$. In fact, this problem is extremely well behaved. Even before solving it, students knows there is exactly one curve going through $(0,1)$ that fits the differential equation.

This is a useful idea when working with exact equations or substitutions. Before investing time in a method, students can check whether the problem should have a single solution through the initial point.

Example 2: when uniqueness can fail

Now consider

$$

$\frac{dy}{dx}=\sqrt{|y|}, \quad y(0)=0.$

$$

Here, $f(x,y)=\sqrt{|y|}$. This function is continuous, so existence is not the problem. But

$$

$\frac{\partial f}{\partial y}$

$$

is not continuous at $y=0$.

In this case, uniqueness can fail. In fact, there is more than one solution passing through the initial point $(0,0)$. One solution is

$$

$y(x)=0.$

$$

Another solution stays at $0$ for a while and then later begins to increase. This kind of behavior shows that a slope rule may allow multiple valid paths from the same starting point.

This example teaches an important lesson: continuity of $f$ alone can suggest existence, but uniqueness usually needs a stronger condition, such as continuity of $\frac{\partial f}{\partial y}$.

Existence versus uniqueness in plain language

students can think of existence and uniqueness this way:

  • Existence answers, โ€œIs there at least one solution?โ€
  • Uniqueness answers, โ€œIs there exactly one solution?โ€

A problem may have:

  • one solution,
  • many solutions,
  • or no solution.

For many standard differential equations studied in school, the goal is to find one formula. But the theorem tells us whether that formula should be the only one that fits the initial data.

This matters because methods like separating variables, exact equations, or substitutions can produce candidate solutions. The existence and uniqueness theory helps confirm that the answer found is not just an answer, but the answer.

Connection to exact equations and substitutions

This lesson belongs to the broader topic of Exact Equations and Substitutions because those methods are ways of solving differential equations, and existence and uniqueness tells students whether the resulting solution should be expected to be unique.

For an exact equation, the idea is often that the differential equation comes from a potential function $F(x,y)$ such that

$$

\frac{\partial F}{\partial x}=M(x,y), \quad \frac{\partial F}{\partial y}=N(x,y).

$$

Then solutions are found from

$$

$F(x,y)=C.$

$$

If the equation is exact and the functions are continuous in a region, the solutions behave in an organized way. If an initial condition is given, existence and uniqueness helps explain why there should be one curve through the point that satisfies the equation.

For homogeneous substitutions, a change like

$$

$ y=vx$

$$

can simplify an equation into one that is easier to solve. After solving, existence and uniqueness helps students know that the transformed equation is still describing a single trajectory from the initial condition, assuming the coefficient functions satisfy the theoremโ€™s conditions.

So existence and uniqueness is not a separate random topic. It is the foundation that supports the solving methods.

How to use the idea in practice

When students sees an initial value problem, a good habit is:

  1. Identify $f(x,y)$ in

$$

$ \frac{dy}{dx}=f(x,y).$

$$

  1. Check whether $f(x,y)$ is continuous near the starting point $(x_0,y_0)$.
  2. Check whether $\frac{\partial f}{\partial y}$ is continuous near that point.
  3. If both are continuous, conclude that a unique local solution exists.
  4. Then use an appropriate solving method, such as exact equations or substitution.

This process does not necessarily produce the solution by itself, but it tells students whether the problem is well posed.

Conclusion

Existence and uniqueness is one of the most important guiding ideas in differential equations โœจ. It answers whether an initial value problem has at least one solution and whether that solution is the only one through the initial point. The main theorem says that if $f(x,y)$ and $\frac{\partial f}{\partial y}$ are continuous near $(x_0,y_0)$, then there is a unique local solution to

$$

$\frac{dy}{dx}=f(x,y), \quad y(x_0)=y_0.$

$$

This idea fits directly into Exact Equations and Substitutions because it tells students what kind of answer to expect after solving. It gives confidence that the solution found is meaningful, reliable, and determined by the initial condition.

Study Notes

  • An initial value problem includes both a differential equation and a starting value such as $y(x_0)=y_0$.
  • Existence means at least one solution satisfies the problem.
  • Uniqueness means exactly one solution satisfies the problem.
  • The theorem often used says that if $f(x,y)$ and $\frac{\partial f}{\partial y}$ are continuous near $(x_0,y_0)$, then the solution exists and is unique locally.
  • Continuity of $f$ supports existence, while continuity of $\frac{\partial f}{\partial y}$ helps guarantee uniqueness.
  • A slope field gives a geometric picture of why one starting point should lead to one solution curve when the equation is well behaved.
  • Exact equations and substitution methods are solving tools, and existence and uniqueness explains why their answers should be trusted.
  • If uniqueness fails, more than one solution may pass through the same initial point.
  • If existence fails, there may be no solution matching the initial condition.
  • The theorem is local, meaning it guarantees a solution near the initial point, not necessarily for all time.

Practice Quiz

5 questions to test your understanding

Existence And Uniqueness Overview โ€” Differential Equations | A-Warded