Introduction to Differential Equations, part 5 (2024)

Introduction to Differential Equations

Part 5: Symbolic Solutions of Separable Differential Equations

In Part 4 we showed one way to use a numeric scheme, Euler's Method, to approximate solutions of a differential equation. In earlier parts, we described symbolic solutions of particular differential equations. Both representations -- numeric and symbolic -- are important, and both may be explored at various levels of complexity. In this section we will describe a simple method for obtaining symbolic descriptions for a general class of first-order differential equations.

Among the simplest differential equations are those of the form

dY/dt = f(t),

i.e., first-order differential equations where the right-hand side has no explicit dependence on the dependent variable Y. For such an equation, obtaining a general description of the solutions is the same as finding all antiderivatives of f, i.e., the same as calculating an indefinite integral. So, for example, the solutions of

dY/dt = cos(t)

constitute the family of functions Y of the form

Introduction to Differential Equations, part 5 (5)

where C can be any constant. More generally, finding symbolic descriptions of solutions of first-order differential equations comes down to calculating one or more integrals.

We describe here a method for calculating symbolic descriptions of solutions for a large class of differential equations -- those that can be written in the form

Introduction to Differential Equations, part 5 (6)

Such differential equations are said to be separable.For example, each of the following differential equations is separable:

    dY/dt = cos(t)

    dY/dt = Y2

    dY/dt = Y(t + 1)

On the other hand, the differential equation
    dY/dt = Y + t
is not a separable differential equation.

&nbsp

A first example

Before we describe the solution procedure in general, let's look at a simple case,

dY/dt = kY.

You probably know that this represents exponential growth or decay depending on whether k is positive or negative and that the family of solutions is

Introduction to Differential Equations, part 5 (7)

where C can be any real constant. However, let's forget that we know this and rediscover this description.

In the discussion, we will use the fact that initial value problems for this differential equation have unique solutions. In particular, since the constant function zero is a solution, any different solution is never zero. Indeed, suppose Y is a solution of the differential equation and Y(t0) is zero. Then, Y is a solution of the initial value problem

dY/dt = ky and Y(t0) = 0.

But, the constant zero function is also a solution of the initial value problem

dY/dt = kY and Y(t0) = 0.

Since there is only one solution of the initial value problem, Y must be the constant zero function.

Thus, we only need to describe solutions that are never zero. Suppose that Y is such a nonzero solution of the differential equation dY/dt = kY. Then,

Introduction to Differential Equations, part 5 (8)

for all t. Think of the left-hand side of this equation as the result of a chain rule differentiation

Introduction to Differential Equations, part 5 (9)

We may also write the right-hand side as a derivative

Introduction to Differential Equations, part 5 (10)

Using these identifications, Y must satisfy

Introduction to Differential Equations, part 5 (11)

for all t. Since two functions have the same derivative for all t exactly when they differ by a constant, we must have

Introduction to Differential Equations, part 5 (12)

for some constant c and all t. Now exponentiating both sides of this equation, we obtain

Introduction to Differential Equations, part 5 (13)

Since Y(t) is either always positive or always negative, either Y(t) = ecekt for all t or Y(t) = -ecekt for all t. If we let C be either ec or -ec as appropriate, then Y must have the form

Introduction to Differential Equations, part 5 (14)

Letting C be any nonzero constant, we describe all the nonzero solutions of the differential equation. If we allow C to be zero, we also pick up the constant zero solution in our description.

&nbsp

A mnemonic device

Now we will repeat this calculation in a mnemonic form that makes the steps easy to remember. First, rewrite the differential equation in the form

Introduction to Differential Equations, part 5 (15)

Notice that we have "separated the variables." Now formally integrate both sides. (This is the Chain Rule step in the original calculation.) We obtain

Introduction to Differential Equations, part 5 (16)

Carrying out the indicated integrations, we have

ln(|Y|) + constant = kt + constant

Combining the two constants, we have

ln(|Y|) = kt + constant

The rest of the calculation is as before.

&nbsp

The general method

In general, if the differential equation is separable, we can separate the variables

Introduction to Differential Equations, part 5 (17)

Then, if we can evaluate the integrals

Introduction to Differential Equations, part 5 (18)

we reduce the problem from one of calculus to one of algebra -- solving for Y(t).

&nbsp

A second example

Let's try this out with the differential equation dY/dt = 5Y2. Certainly one solution of this differential equation is the constant zero function.

  1. Explain why solutions of dY/dt = 5Y2 are either identically zero or never zero.
  2. Let Y be a nonzero solution of dY/dt = 5Y2. Show that for some constant c, Y must satisfy
    Introduction to Differential Equations, part 5 (19)

    for all t.

  3. Let Y be the solution of the initial value problem
    dY/dt = 5Y2 and Y(0) = 1

    show that

    Y(t) = 1/(1 - 5t).
Note that Y(t) approaches infinity as t approaches 1/5 from the left. Below is a slope field for this differential equation with this particular solution displayed.
Introduction to Differential Equations, part 5 (20)

&nbsp

A third example

As a final example of this method of determining symbolic solutions, we'll look at the differential equation

dY/dt = 2Y(2 - Y).

Note that this is our rumor-spreading differential equation from Part 1 with k and M both set equal to 2.

  1. There are two constant solutions of this equation. What are they?
  2. Show that if Y is a solution of this differential equation, then either 2Y(2 - Y) is zero for all values of t, or it is never zero.
  3. Assume that Y is a solution of the differential equation such that 2Y(2 - Y) is always positive. Separate the variables to obtain
    Introduction to Differential Equations, part 5 (21)

    Integrate both sides to show that Y must satisfy

    Introduction to Differential Equations, part 5 (22)
  4. Use your computer algebra system to find a general form of the solutions to the differential equation
    dY/dt = 2Y(2 - Y),

    and show that the description in Step 6 agrees with the computer algebra system description.

  5. Now assume Y is a solution such that Y(t) is always strictly greater than 2. Repeat your symbolic calculation. Be careful that you are only taking logs of positive quantities. Can the solution still be put in the form described in Step 6? If so, what range of Cs corresponds to these solutions?
  6. Now assume Y is a solution such that Y(t) is always strictly negative. Repeat your symbolic calculation. Again, be careful that you are only taking logs of positive quantities. Can the solution still be put in the form described in Step 6? If so, what range of Cs corresponds to these solutions?

modules at math.duke.edu Copyright CCP and the author(s), 1999
Introduction to Differential Equations, part 5 (2024)

FAQs

What is the basic introduction of a differential equation? ›

A differential equation contains derivatives which are either partial derivatives or ordinary derivatives. The derivative represents a rate of change, and the differential equation describes a relationship between the quantity that is continuously varying with respect to the change in another quantity.

What are the solutions to PDEs? ›

Numerical solutions

The three most widely used numerical methods to solve PDEs are the finite element method (FEM), finite volume methods (FVM) and finite difference methods (FDM), as well other kind of methods called meshfree methods, which were made to solve problems where the aforementioned methods are limited.

What is the general solution of the partial differential equation? ›

Since the constants may depend on the other variable y, the general solution of the PDE will be u(x, y) = f(y) cosx + g(y) sinx, where f and g are arbitrary functions. To check that this is indeed a solution, simply substitute the expression back into the equation. ux = f(x).

What does dY dt kY mean? ›

dY/dt = kY.

You probably know that this represents exponential growth or decay depending on whether k is positive or negative and that the family of solutions is. where C can be any real constant.

Is diff eq calculus? ›

Differential equations are usually discussed in a separate course not entitled Calculus. Many calculus courses do discuss a few of differential equations such as y′=ky y ′ = k y and y′′=−y, but they don't have time to do much. The concept is introduced, some applications, and the technique of separation of variables.

Are differential equations calc 4? ›

The name “Differential Equations” describes the contents of the course, where as “Calculus 4” is merely an indication that's the 4th calculus course in the school.

How to convert PDE to ODE? ›

In our proposed algorithm, the given PDE is converted to the corresponding ODE by using the transforma- tion η = kx + ωt.

What is the general method to solve PDE called? ›

A common method for solving partial differential equations (PDEs) is known as the “method of lines.” Here, finite difference approximations for spatial derivatives are used to convert a PDE model to a large set of ordinary differential equations, which are then solved using any of the ODE integration techniques ...

What does DT mean in calculus? ›

dx/dt is an expression meaning "the derivative of x with respect to t". So it's as you said: it's the derivative of the function x when using the variable t.

What is the law of growth and decay? ›

The exponential growth and decay gives the required needed calculations using the formulas f(x) = a(1 + r)t, and f(x) = a(1 - r)t. Here a is the initial quantity, r is the growth or decay constant, and t is the time period or the time factor.

What is the difference between dy dt and dx dt? ›

Symbolically, . Recall that and that dy/dt represents the rate of change of y with respect to t, dx/dt represents the rate of change of x with respect to t, and dy/dx represents the rate of change of y with respect to x.

What is the basic introduction to differentiation? ›

Differentiation is a method used to compute the rate of change of a function f(x) with respect to its input x . This rate of change is known as the derivative of f with respect to x .

What is the intro ordinary differential equation? ›

An ordinary differential equation (ode) is a differential equation for a function of a single variable, e.g., x(t), while a partial differential equation (pde) is a differential equation for a function of several variables, e.g., v(x,y,z,t). An ode contains ordinary derivatives and a pde contains partial derivatives.

What is a differential equation in layman's terms? ›

A differential equation can look pretty intimidating, with lots of fancy math symbols. But the idea behind it is actually fairly simple: A differential equation states how a rate of change (a "differential") in one variable is related to other variables.

What is the introduction of differential system? ›

A differential is a gear train with three drive shafts that has the property that the rotational speed of one shaft is the average of the speeds of the others. A common use of differentials is in motor vehicles, to allow the wheels at each end of a drive axle to rotate at different speeds while cornering.

References

Top Articles
Latest Posts
Article information

Author: Sen. Emmett Berge

Last Updated:

Views: 5908

Rating: 5 / 5 (60 voted)

Reviews: 91% of readers found this page helpful

Author information

Name: Sen. Emmett Berge

Birthday: 1993-06-17

Address: 787 Elvis Divide, Port Brice, OH 24507-6802

Phone: +9779049645255

Job: Senior Healthcare Specialist

Hobby: Cycling, Model building, Kitesurfing, Origami, Lapidary, Dance, Basketball

Introduction: My name is Sen. Emmett Berge, I am a funny, vast, charming, courageous, enthusiastic, jolly, famous person who loves writing and wants to share my knowledge and understanding with you.