Processing math: 94%

4.8 Antiderivatives; Differential Equations

Printed Page 328

We have already learned that for each differentiable function f, there is a corresponding derivative function f. We now consider the question: For a given function f, can we find a function F whose derivative is f? That is, is it possible to find a function F so that F=dFdx=f? If such a function F can be found, it is called an antiderivative of f.

329

DEFINITION Antiderivative

A function F is called an antiderivative of the function f if F(x)=f(x) for all x in the domain of f.

1 Find Antiderivatives

Printed Page 329

For example, an antiderivative of the function f(x)=2x is F(x)=x2, since F(x)=ddxx2=2x

Another function F whose derivative is 2x is F(x)=x2+3, since F(x)=ddx(x2+3)=2x

This leads us to suspect that the function f(x)=2x has many antiderivatives. Indeed, any of the functions x2 or x2+12 or x2+2 or x2+5 or x21 has the property that its derivative is 2x. Any function F(x)=x2+C, where C is a constant, is an antiderivative of f(x)=2x.

Are there other antiderivatives of 2x that are not of the form x2+C? A corollary of the Mean Value Theorem (p. 279) tells us the answer is no.

COROLLARY

If f and g are differentiable functions and if f(x)=g(x) for all numbers x in an interval (a,b), then there exists a number C for which f(x)=g(x)+C on (a,b).

This result can be stated in the following way.

Figure 64 F(x)=x66+C

THEOREM

If a function F is an antiderivative of a function f defined on an interval I, then any other antiderivative of f has the form F(x)+C, where C is an (arbitrary) constant.

All the antiderivatives of f can be obtained from the expression F(x)+C by letting C range over all real numbers. For example, all the antiderivatives of f(x)=x5 are of the form F(x)=x66+C, where C is a constant. Figure 64 shows the graphs of F(x)=x66+C for some numbers C. The antiderivatives of a function f are a family of functions, each one a vertical translation of the others.

EXAMPLE 1Finding the Antiderivatives of a Function

Find all the antiderivatives of:

  1. (a) f(x)=0
  2. (b) g(θ)=sinθ
  3. (c) h(x)=x1/2

Solution (a) Since the derivative of a constant function is 0, all the antiderivatives of f are of the form F(x)=C, where C is a constant.

(b) Since ddθcosθ=sinθ, all the antiderivatives of g(θ)=sinθ are of the form G(θ)=cosθ+C.

330

(c) The derivative of 23x3/2 is (23) (32x321)=x1/2.

So, all the antiderivatives of h(x)=x1/2 are of the form H(x)=23x3/2+C, where C is a constant.

In Example 1(c), you may wonder how we knew to choose 23x3/2. For any real number a, the Power Rule states ddxxa=axa1. That is, differentiation reduces the exponent by 1. Antidifferentiation is the inverse process, so it suggests we increase the exponent by 1. This is how we obtain the factor x3/2 of the antiderivative 23x3/2. The factor 23 is needed so that when we differentiate 23x3/2, the result is 2332x321=x1/2.

NOW WORK

Problem 17.

Let f(x)=xa, where a is a real number and a1. (The case for which a=1 requires special attention.) Then the function F(x) defined by F(x)=xa+1a+1  a1

is an antiderivative of f(x)=xa. That is, all the antiderivatives of f(x)=xa, a1, are of the form xa+1a+1+C, where C is a constant.

Now we consider the case when a=1. We know that ddxln|x|=1x=x1, for x0. So, all the antiderivatives of f(x)=x1 are of the form ln|x|+C, provided x0.

Table 6 includes these results along with the antiderivatives of some other common functions.

Table 6: TABLE 6
Function f Antiderivatives F of f Function f Antiderivatives F of f
f(x)=0 F(x)=C f(x)=secxtanx F(x)=secx+C
f(x)=1 F(x)=x+C f(x)=cscxcotx F(x)=cscx+C
f(x)=xa,a1 F(x)=xa+1a+1+C f(x)=csc2x F(x)=cotx+C
f(x)=x1=1x F(x)=ln|x|+C f(x)=11x2, |x|<1 F(x)=sin1x+C
f(x)=ex F(x)=ex+C f(x)=11+x2 F(x)=tan1x+C
f(x)=ax F(x)=axlna+C, a>0,a1 f(x)=1xx21, |x|>1 F(x)=sec1x+C
f(x)=sinx F(x)=cosx+C f(x)=sinhx F(x)=coshx+C
f(x)=cosx F(x)=sinx+C f(x)=coshx F(x)=sinhx+C
f(x)=sec2x F(x)=tanx+C

The next two theorems are consequences of the properties of derivatives and the relationship between derivatives and antiderivatives.

IN WORDS

An antiderivative of the sum of two functions equals the sum of the antiderivatives of the functions.

THEOREM Sum Rule

If the functions F1 and F2 are antiderivatives of the functions f1 and f2, respectively, then F1+F2 is an antiderivative of f1+f2.

331

The Sum Rule can be extended to any finite sum of functions. A similar result is also true for differences.

IN WORDS

An antiderivative of a number times a function equals the number times an antiderivative of the function.

THEOREM Constant Multiple Rule

If k is a real number and if F is an antiderivative of f, then kF is an antiderivative of kf.

EXAMPLE 2Finding the Antiderivatives of a Function

Find all the antiderivatives of f(x)=ex+6x2sinx.

Solution Since f is the sum of three functions, we use the Sum Rule. That is, we find the antiderivatives of each function individually and then add. f(x)=ex+6x2sinx

NOTE

Since the antiderivatives of ex are ex+C1, the antiderivatives of 6x2 are 6x+C2, and the antiderivatives of sin x are cos x+C3, the constant C in Example 2 is actually the sum of the constants C1, C2, and C3.

An antiderivative of ex is ex. An antiderivative of 6x2 is 6x2+12+1=6x11=6x

Finally, an antiderivative of sinx is cosx. Then all the antiderivatives of the function f are given by F(x)=ex6x+cosx+C

where C is a constant.

NOW WORK

Problem 27.

2 Solve a Differential Equation

Printed Page 329

In studies of physical, chemical, biological, and other phenomena, scientists attempt to find mathematical laws that describe and predict observed behavior. These laws often involve the derivatives of an unknown function F, which must be determined.

For example, suppose we seek all functions y=F(x) for which dydx=F(x)=f(x)

An equation of the form dydx=f(x) is an example of a differential equation.* Any function y=F(x), for which dydx=f(x), is a solution of the differential equation. The general solution of a differential equation dydx=f(x) consists of all the antiderivatives of f.

For example, the general solution of the differential equation dydx=5x2+2 is y=53x3+2x+C

In the differential equation dydx=5x2+2, suppose the solution must satisfy the boundary condition when x=3, then y=5. We use the general solution as follows: y=53x3+2x+C5=53(33)+2(3)+C=45+6+Cx=3,y=5C=46

332

The particular solution of the differential equation dydx=5x2+2 satisfying the boundary condition when x=3, then y=5 is y=53x3+2x46

*In Chapter 16, we give a more complete definition of a differential equation.

EXAMPLE 3Solving a Differential Equation

Solve the differential equation dydx=x2+2x+1 with the boundary condition when x=3, then y=1.

Solution We begin by finding the general solution of the differential equation, namely y=x33+x2+x+C

To determine the number C, we use the boundary condition when x=3, then y=1. 1=333+32+3+Cx=3,y=1C=22

The particular solution of the differential equation with the boundary condition when x=3, then y=1, is y=x33+x2+x22

NOW WORK

Problem 35.

Differential equations often involve higher-order derivatives. For example, the equation d2ydx2=12x2 is an example of a second-order differential equation. The order of a differential equation is the order of the highest-order derivative of y appearing in the equation.

In solving higher-order differential equations, the number of arbitrary constants in the general solution equals the order of the differential equation. For particular solutions, a first-order differential equation requires one boundary condition; a second-order differential equation requires two boundary conditions; and so on.

EXAMPLE 4Solving a Second-Order Differential Equation

Solve the differential equation d2ydx2=12x2 with the boundary conditions when x=0, then y=1 and when x=3, then y=8.

Solution All the antiderivatives of d2ydx2=12x2 are dydx=4x3+C1

All the antiderivatives of dydx=4x3+C1 are y=x4+C1x+C2

This is the general solution of the differential equation. To find C1 and C2 and the particular solution to the differential equation, we use the boundary conditions.

  • When x=0,1=04+C1(0)+C2soC2=1
  • When x=3,8=34+3C1+1soC1=743

333

The particular solution with the given boundary conditions is y=x4743x+1

NOW WORK

Problem 39.

3 Solve Applied Problems Modeled by Differential Equations

Printed Page 333

Rectilinear Motion

Suppose the functions s=s(t),v=v(t), and a=a(t) represent the distance s, velocity v, and acceleration a, respectively, of an object at time t. The three quantities s, v, and a are related by the differential equations dsdt=v(t) and dvdt=a(t)

If the acceleration a=a(t) is a known function of the time t, then the velocity can be found by solving the differential equation dvdt=a(t). Similarly, if the velocity v=v(t) is a known function of t, then the distance s from the origin at time t is the solution of the differential equation dsdt=v(t).

In physical problems, boundary conditions are often the values of the velocity v and distance s at time t=0. In such cases, v(0)=v0 and s(0)=s0 are referred to as initial conditions.

EXAMPLE 5Solving a Rectilinear Motion Problem

Find the distance s of an object from the origin at time t if its acceleration a is a(t)=8t3

and the initial conditions are v0=v(0)=4 and s0=s(0)=1.

Solution First we solve the differential equation dvdt=a(t)=8t3 and use the initial condition v0=v(0)=4. v(t)=4t23t+C1v0=v(0)=4(0)23(0)+C1=4C1=4

The velocity of the object at time t is v(t)=4t23t+4.

The distance s of the object at time t satisfies the differential equation dsdt=v(t)=4t23t+4

Then s(t)=43t332t2+4t+C2

Using the initial condition, s0=s(0)=1, we have s0=s(0)=00+0+C2=1C2=1

The distance s of the object from the origin at any time t is s=s(t)=43t332t2+4t+1

NOW WORK

Problem 41.

334

EXAMPLE 6Solving a Rectilinear Motion Problem

When the brakes of a car are applied, the car decelerates at a constant rate of 10m/s2. If the car is to stop within 20m after the brakes are applied, what is the maximum velocity the car could have been traveling? Express the answer in miles per hour.

Solution Let s(t) represent the distance s in meters the car has traveled t seconds after the brakes are applied. Let v0 be the velocity of the car at the time the brakes are applied (t=0). Since the car decelerates at the rate of 10m/s2, its acceleration a, in meters per second squared, is a(t)=dvdt=10

We solve the differential equation for v. v(t)=10t+C1

When t=0, v(0)=v0, the velocity of the car when the brakes are applied, so C1=v0. Then v(t)=dsdt=10t+v0

Now we solve the differential equation v(t)=dsdt for s. s(t)=5t2+v0t+C2

Since the distance s is measured from the point at which the brakes are applied, the second initial condition is s(0)=0. Then s(0)=50+v00+C2=0, so C2=0. The distance s, in meters, the car travels t seconds after applying the brakes is s(t)=5t2+v0t

The car stops completely when its velocity equals 0. That is, when v(t)=10t+v0=0t=v010

This is the time it takes the car to come to rest. Substituting v010 for t in s(t), the distance the car has traveled is s(v010)=5(v010)2+v0(v010)=v2020 

If the car is to stop within 20 m, then s20; that is, v202020 or equivalently v20400. The maximum possible velocity v0 for the car is v0=20 m/s.

To express this in miles per hour, we proceed as follows: v0=20m/s=(20ms)(1km1000m)(3600s1h)=72km/h(72kmh)(1mi1.6km)=45mi/h

The maximum possible velocity to stop within 20 m is 45 mi/h.

NOW WORK

Problem 53.

Freely Falling Objects

An object falling toward Earth is a common example of motion with (nearly) constant acceleration. In the absence of air resistance, all objects, regardless of size, weight, or composition, fall with the same acceleration when released from the same point above Earth’s surface, and if the distance fallen is not too great, the acceleration remains constant throughout the fall. This ideal motion, in which air resistance and the small change in acceleration with altitude are neglected, is called free fall. The constant acceleration of a freely falling object is called the acceleration due to gravity and is denoted by the symbol g. Near Earth’s surface, its magnitude is approximately 32ft/s2, or 9.8m/s2, and its direction is down toward the center of Earth.

335

EXAMPLE 7Solving a Problem Involving Free Fall

A rock is thrown straight up with an initial velocity of 19.6m/s from the roof of a building 24.5m above ground level, as shown in Figure 65.

  1. (a) How long does it take the rock to reach its maximum altitude?
  2. (b) What is the maximum altitude of the rock?
  3. (c) If the rock misses the edge of the building on the way down and eventually strikes the ground, what is the total time the rock is in the air?

Solution To answer the questions, we need to find the velocity v=v(t) and the distance s=s(t) of the rock as functions of time. We begin measuring time when the rock is released. If s is the distance, in meters, of the rock from the ground, then since the rock is released at a height of 24.5m, s0=s(0)=24.5m.

The initial velocity of the rock is given as v0=v(0)=19.6m/s. If air resistance is ignored, the only force acting on the rock is gravity. Since the acceleration due to gravity is 9.8m/s2, the acceleration a of the rock is a=dvdt=9.8

Solving the differential equation, we get v(t)=9.8t+v0

Using the initial condition, v0=v(0)=19.6m/s, the velocity of the rock at any time t is v(t)=9.8t+19.6

Now we solve the differential equation dsdt=v(t)=9.8t+19.6. Then s(t)=4.9t2+19.6t+s0

Using the initial condition, s(0)=24.5m, the distance s of the rock from the ground at any time t is s(t)=4.9t2+19.6t+24.5

Now we can answer the questions.

  1. (a) The rock reaches its maximum altitude when its velocity is 0. v(t)=9.8t+19.6=0t=2 The rock reaches its maximum altitude at t=2 seconds.
  2. (b) To obtain the maximum altitude, we evaluate s(2). The maximum altitude of the rock is s(2)=4.9(22)+19.6(2)+24.5=44.1m
  3. (c) We find the total time the rock is in the air by solving s(t)=0.  4.9t2+19.6t+24.5=0t24t5=0(t5)(t+1)=0t=5 ort=1

336

The only meaningful solution is t=5. The rock is in the air for 5 seconds.

Now we examine the general problem of freely falling objects.

If F is the weight of an object of mass m, then according to Galileo, assuming air resistance is negligible, a freely falling object obeys the equation F=mg

where g is the acceleration due to gravity. The minus sign indicates that the object is falling. Also, according to Newton’s Second Law of Motion, F=ma, so we have ma=mg or a=g

where a is the acceleration of the object. We seek formulas for the velocity v and distance s from Earth of a freely falling object at time t.

Let t=0 be the instant we begin to measure the motion of the object, and suppose at this instant the object’s vertical distance above Earth is s0 and its velocity is v0. Since the acceleration a=dvdt and a=g, we have \bbox[5px, border:1px solid black, #F9F7ED]{a=\dfrac{{d\kern-1ptv}}{{dt}}=-g} \tag{1}

Solving the differential equation (1) for v and using the initial condition v_{0}=v( 0), we obtain \bbox[5px, border:1px solid black, #F9F7ED]{v(t) =-gt+v_{0}}

Now since \dfrac{ds}{dt}=v(t), we have \dfrac{ds}{dt}=-gt+v_{0} \tag{2}

Solving the differential equation (2) for s and using the initial condition s_{0}=s( 0) , we obtain \bbox[5px, border:1px solid black, #F9F7ED]{s(t) ={-{\dfrac{1}{2}}}gt^{2}+v_{0}t+s_{0}}

NOW WORK

Problem 55.

Newton’s First Law of Motion

We close this section with a special case of the Law of Inertia, which was originally stated by Galileo.

THEOREM Newton’s First Law of Motion

If no force acts on a body, then a body at rest remains at rest and a body moving with constant velocity will continue to do so.

Proof

 The force F acting on a body of mass m is given by Newton’s Second Law of Motion F=ma, where a is the acceleration of the body. If there is no force acting on the body, then F=0. In this case, the acceleration a must be 0. But a=\dfrac{{d\kern-1ptv}}{dt}, where v is the velocity of the body. So, {\dfrac{{d\kern-1ptv}}{dt}=0}\qquad \hbox{and}\qquad {v=}\hbox{ Constant}

337

That is, the body is at rest (v=0) or else in a state of uniform motion (v is a nonzero constant).