7. Differential Equations

Finding Particular Solutions Using Initial Conditions And Separation Of Variables

Finding Particular Solutions Using Initial Conditions and Separation of Variables

students, when a differential equation models a real situation, the first big question is often: which solution actually matches the given condition? 🌱 In AP Calculus BC, that question leads to particular solutions. A differential equation usually gives a family of possible solutions, but an initial condition picks out the one curve that fits the situation exactly. In this lesson, you will learn how to separate variables, integrate both sides, and use an initial condition to find the constant that makes the solution specific.

What You Will Learn

By the end of this lesson, students, you should be able to:

  • solve separable differential equations by separating variables and integrating,
  • find a general solution with an arbitrary constant,
  • use an initial condition such as $y(0)=3$ to find a particular solution,
  • connect the algebra of integration to the meaning of a real-world model,
  • recognize how this topic fits into the larger AP Calculus BC study of differential equations.

A key idea is that a differential equation tells you how a quantity changes, while an initial condition tells you where the solution starts. Together, they describe one exact function instead of many possible ones. πŸš€

Separation of Variables: The Main Strategy

A separable differential equation is one that can be rewritten so that all the $y$-terms are on one side and all the $x$-terms are on the other. The goal is to get an equation in the form

$$\frac{dy}{dx}=g(x)h(y)$$

Then you separate the variables by dividing by $h(y)$ and multiplying by $dx$:

$$\frac{1}{h(y)}\,dy=g(x)\,dx$$

Now each side can be integrated. This method works because integration is reversible differentiation. If you solve the differential equation, you are finding all functions whose derivatives satisfy the rule given by the equation.

Example 1: Basic separation

Suppose

$$\frac{dy}{dx}=2xy$$

This is separable because the right side is a product of a function of $x$ and a function of $y$. Separate variables:

$$\frac{1}{y}\,dy=2x\,dx$$

Integrate both sides:

$$\int \frac{1}{y}\,dy=\int 2x\,dx$$

This gives

$$\ln|y|=x^2+C$$

To solve for $y$, exponentiate both sides:

$$|y|=e^{x^2+C}=e^C e^{x^2}$$

Since $e^C$ is just a positive constant, we can write

$$y=Ce^{x^2}$$

This is the general solution. It contains the constant $C$, which represents many possible solution curves.

From General Solution to Particular Solution

A particular solution is one specific member of the family of general solutions. It is found by using an initial condition, which gives a point the solution must pass through.

An initial condition often looks like

$$y(x_0)=y_0$$

This means that when $x=x_0$, the solution must equal $y_0$.

Example 2: Use an initial condition

Start with the differential equation

$$\frac{dy}{dx}=2xy$$

We already found the general solution

$$y=Ce^{x^2}$$

Now suppose the initial condition is

$$y(0)=5$$

Substitute $x=0$ and $y=5$:

$$5=Ce^{0^2}$$

Since $e^0=1$, this becomes

$$5=C$$

So the particular solution is

$$y=5e^{x^2}$$

This is the exact function that satisfies both the differential equation and the initial condition. πŸ“Œ

Why Initial Conditions Matter

Initial conditions are important because differential equations often have infinitely many solutions. Without extra information, the equation tells you the shape of the family, but not the exact member you need.

Think of a thermostat controlling the temperature in a room. A differential equation may describe how temperature changes over time, but the starting temperature tells you which specific heating curve is relevant. Similarly, in biology, an equation may describe population growth, but the initial population size determines the actual population model.

Example 3: A growth model

Suppose a population $P$ satisfies

$$\frac{dP}{dt}=0.4P$$

This is an exponential growth model. Separate variables:

$$\frac{1}{P}\,dP=0.4\,dt$$

Integrate:

$$\int \frac{1}{P}\,dP=\int 0.4\,dt$$

So

$$\ln|P|=0.4t+C$$

Exponentiate:

$$P=Ce^{0.4t}$$

If the initial condition is

$$P(0)=200$$

then

$$200=Ce^0$$

so

$$C=200$$

The particular solution is

$$P=200e^{0.4t}$$

This model says the population starts at $200$ and grows continuously at a rate proportional to its current size.

A Common AP Calculus BC Pattern

On AP Calculus BC, a problem may ask you to solve a differential equation and then use an initial condition. The steps are usually the same:

  1. Write the differential equation.
  2. Separate the variables.
  3. Integrate both sides.
  4. Solve for the general solution.
  5. Use the initial condition to find the constant.
  6. Write the particular solution clearly.

Let’s work through a slightly more realistic example.

Example 4: Decay with an initial condition

Suppose a quantity $y$ satisfies

$$\frac{dy}{dx}=-3y$$

Separate variables:

$$\frac{1}{y}\,dy=-3\,dx$$

Integrate:

$$\int \frac{1}{y}\,dy=\int -3\,dx$$

So

$$\ln|y|=-3x+C$$

Exponentiate:

$$y=Ce^{-3x}$$

If the initial condition is

$$y(2)=10$$

then

$$10=Ce^{-6}$$

Multiply both sides by $e^6$:

$$C=10e^6$$

Therefore the particular solution is

$$y=10e^6e^{-3x}$$

You may also write this as

$$y=10e^{6-3x}$$

Both forms are equivalent. The second one makes it easier to see the effect of the starting value.

Solving with Initial Conditions More Carefully

Sometimes the initial condition is not given at $x=0$. That is okay. You still substitute the provided point into the general solution and solve for the constant.

For example, if the general solution is

$$y=Ce^{x^2}$$

and the initial condition is

$$y(1)=8$$

then substitute $x=1$:

$$8=Ce^{1^2}$$

so

$$8=Ce$$

and therefore

$$C=\frac{8}{e}$$

The particular solution is

$$y=\frac{8}{e}e^{x^2}$$

which can also be written as

$$y=8e^{x^2-1}$$

This is a good reminder that different algebraic forms can represent the same solution. βœ…

Real-World Meaning of the Constant

The constant in the general solution is not just a symbol. It represents the information missing from the differential equation alone. In a real context, it often comes from a starting amount, starting concentration, initial temperature, or initial velocity.

For example:

  • In population growth, the constant may be the initial population.
  • In cooling problems, it may be related to the initial temperature difference.
  • In motion, it may represent a starting position.

When students uses the initial condition, you are using the real-world starting point to anchor the model. This is why particular solutions are more useful than general solutions in applications. They describe one actual situation instead of all possible ones.

Common Mistakes to Avoid

Here are some errors students often make:

  • forgetting to separate the variables fully before integrating,
  • missing the constant of integration on one or both sides,
  • solving for $y$ too early without first combining constants correctly,
  • substituting the initial condition into the wrong equation,
  • forgetting that $\ln|y|$ means the absolute value of $y$ matters during integration.

A helpful habit is to keep your work organized. Write each step clearly, especially when moving from the logarithm form to the exponential form. That makes it easier to check your solution.

Conclusion

Finding particular solutions using initial conditions and separation of variables is one of the most important skills in differential equations. First, you rewrite the equation so the variables are separated. Then you integrate to get a general solution. Finally, you use the initial condition to determine the constant and identify the exact solution that fits the situation.

students, this process is central to AP Calculus BC because it connects algebra, derivatives, integrals, and real-world modeling. A differential equation describes change, and an initial condition turns that description into one specific story. Whether the model is growth, decay, cooling, or motion, the same reasoning applies: solve, substitute, and identify the particular solution.

Study Notes

  • A separable differential equation can be rewritten so all $y$-terms are with $dy$ and all $x$-terms are with $dx$.
  • The standard strategy is to separate variables, integrate both sides, and solve for the general solution.
  • A general solution includes an arbitrary constant such as $C$.
  • A particular solution is found by using an initial condition like $y(0)=5$ or $P(2)=100$.
  • Initial conditions tell you which solution curve matches the real situation.
  • For exponential growth or decay, separating variables often leads to a solution of the form $y=Ce^{kx}$.
  • When using an initial condition, substitute the given point into the general solution and solve for $C$.
  • On AP Calculus BC, always show the separation, integration, and constant-finding steps clearly.
  • Particular solutions are essential in modeling because they describe one exact starting case, not just a family of possibilities.
  • The big connection in differential equations is this: the differential equation gives the rule for change, and the initial condition gives the starting value.

Practice Quiz

5 questions to test your understanding

Finding Particular Solutions Using Initial Conditions And Separation Of Variables β€” AP Calculus BC | A-Warded