Calculus I 04.01 Antiderivatives and Indefinite Integration

From University
Jump to: navigation, search
Previous Calculus I 03 Differentiation_Applications
Next Calculus I 04.02 Area

4.1 Antiderivatives and Indefinite Integration

  • Learn about antiderivatives and indefinite integration.
  • Find antiderivatives using basic integration rules.

Antiderivatives

To find a function \(F\) whose derivative is \(f(x)=3x^2\) use differentiation to conclude that

$$F(x)=x^3 \text{ because } \frac{d}{dx}[x^3]=3x^2.$$

The function \(F\) is an antiderivative for \(f\).

Definition 4.1.1 Antiderivative

A function \(F\) is an antiderivative for \(f\) on an interval \(I\) when \({F}'(x)=f(x)\) for all \(x\) in \(I\).
Note that \(F\) is called an antiderivative for \(f\), rather than the antiderivative for \(f\). Observe that

\(F_1(x)=x^3, \: F_2(x)=x^3-5, \text{ and } F_3(x)=x^3+97\)

are all antiderivatives for \(f(x)=3x^2\). For any constant \(C\), the function \(F(x)=x^3+C\) is an antiderivative is an antiderivative for \(f\).

Square Full.jpg

Theorem 4.1.1 Antiderivative Representation

If \(F\) is an antiderivative for \(f\) on an interval \(I\), then \(G\) is an antiderivative for \(f\) on the interval \(I\) if and only if \(G\) is the form \(G(x)=F(x)+C\), for all \(x\) on \(I\) where \(C\) is a constant.
Proof The proof for Theorem 4.1.1 in one direction is straightforward. If \(G(x)=F(x)+C, \: {F}'(x)=f(x)\), and \(C\) is a constant, then

$${G}'(x)=\frac{d}{dx}[F(x)+C]={F}'(x)+0=f(x).$$

To prove this theorem in the other direction, assume \(G\) is an antiderivative for \(f\). Define a function \(H\) such that

\(H(x)=G(x)-F(x).\)

For any two points \(a\) and \(b(a<b)\) in the interval, \(H\) is continuous on \([a,b]\) and differentiable on \((a,b)\). By the Mean Value Theorem,

$${H}'(c)=\frac{H(b)-H(a)}{b-a}.$$

for some \(c\) in \((a,b)\). However, \({H}'(c)=0\), so \(H(a)=H(b)\). Because \(a\) and \(b\) are arbitrary points in the interval, then \(H\) is a constant function \(C\). Therefore, \(G(x)-F(x)=C\) and it follows that \(G(x)=F(x)+C.\)

Square Full.jpg

Theorem 4.1.1 can represent all antiderivatives for a function by adding a constant to a known antiderivative. For example, knowing that

\(D_x[x^2]=2x\)

representing all antiderivatives for \(f(x)=2x\) by

\(G(x)=x^2+C\)    All antiderivatives for \(f(x)=2x\)

where \(C\) is a constant. The constant \(C\) is called the integration constant. The functions represented by \(G\) is the general antiderivative for \(f\), and

\(G(x)=x^2+C\)

is the general solution for the differential equation

\({G}'(x)=2x.\)    Differential equation

A differential equation in \(x\) and \(y\) is an equation that involves \(x,\:y,\) and derivatives for \(y\). For example,

\({y}'=3x \:\text{ and } \:{y}'=x^2+1\)

are examples for differential equations.

Example 4.1.1 Solving a Differential Equation

Functions for \(y=2x+C\)
Figure 4.1.1

Find the general solution for the differential equation

\({y}'=2.\)

Solution Find a function where the derivative is 2. One such function is

\(y=2x.\)    \(2x\) is an antiderivative for 2.

Use Theorem 4.1.1 to write the general solution for the differential equation as

\(y=2x+C.\)    General solution

The graphs for three functions in the form \(y=2x+C\) are shown in Figure 4.1.1.

Square Full.jpg

Definition 4.1.2 Indefinite Integration

When solving a differential equation with the form

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

it is easier to solve by writing in differential form

\(dy=f(x) dx.\)

Finding all solutions to this equation is called antidifferentiation, or indefinite integration, and is denoted by the sign \(\int \). The general solution is denoted by

Calculus I 04.01.02.png

The expression

$$ \int f(x) dx$$

is read as the antiderivative for \(f\) with respect to \(x\). The differential \(dx\) serves to identify \(x\) as the variable for integration. The term indefinite integral is synonymous for antiderivative. The notation

\( \int f(x) dx= F(x)+C\)

means that \(F\) is an antiderivative for \(f\) on an interval.

Basic Integration Rules

Integration and differentiation have an inverse property verified by substituting \({F}'(x)\) for \(f(x)\) in Definition 4.1.2 to obtain

$$\int {F}'(x) dx= F(x)+C.$$
    Integration is differentiation's inverse.

If \( \int f(x) dx = F(x)+C\), then

$$\frac{d}{dx} \left [ \int f(x) dx \right ] = f(x).$$
    Differentiation is integration's inverse

These two equations produce integration formulas directly from differentiation formulas, as shown in Figure 4.1.2.

Figure 4.1.2

Note that the Power Rule for Integration has the restriction that \(n \ne -1\). Evaluating

$$\int \frac{1}{x} dx$$

will be described in Chapter 5 with the natural logarithmic function.

Example 4.1.2 Describing Antiderivatives

$$\int 3x dx$$

$$=3 \int x dx$$

    Constant Multiple Rule

$$=3 \int x^1 dx$$

    Rewrite \(x\) as \(x^1\).

$$=3 \left ( \frac{x^2}{x} \right ) + C$$

    Power Rule \((n=1)\)

$$=\frac{3}{2} x^2 + C$$

    Simplify

The antiderivatives for \(3x\) have the form

$$\frac{3}{2} x^2+C,$$

where \(C\) is any constant.

Square Full.jpg

In Example 4.1.2, note the general procedure for integration is similar to differentiation.
Original integral \(\rightarrow\) Rewrite \(\rightarrow\) Integration \(\rightarrow\) Simplify.

When indefinite integrals are evaluated, a strictly applying the basic integration rules tends to produce complicated integration constants. For example, in Example 4.1.2, the solution could be written as

$$\int 3x dx = 3 \int x dx =3 \left ( \frac{x^2}{2} + C \right )= \frac{3}{2} x^2 + 3C.$$

Because \(C\) represents any constant there is no need to write \(3C\). Just \(C\) will do.

Example 4.1.3 Rewrite Before Integrating

Calculus I 04.01.04.png

Square Full.jpg

Example 4.1.4 Integrating Polynomial Functions

Calculus I 04.01.05.png

Square Full.jpg

The basic integration rules allow integration for any polynomial function.

Example 4.1.5 Rewriting a Quotient Before Integration

$$ \int \frac{x+1}{\sqrt{x}} dx$$

$$=\int \left ( \frac{x}{\sqrt{x}} + \frac{1}{\sqrt{x}} \right ) dx$$

    Rewrite as two fractions

$$=\int (x^{1/2}+x^{-1/2}) dx$$

    Rewrite with fractional exponents

$$=\frac{x^{3/2}}{3/2} + \frac{x^{1/2}}{1/2} + C$$

    Integrate

$$=\frac{2}{3} x^{3/2}+ 2x^{1/2}+C$$

    Simplify

$$=\frac{2}{3} \sqrt{x}(x+3) + C$$

Square Full.jpg

The first step in integration is always rewrite the integrand in a form that fits a basic integration rule.

When integrating quotients, do not integrate the numerator and denominator separately.

This is no more valid in integration than it is in differentiation. For example, in Example 5.1.5, understand that

$$\int \frac{x+1}{\sqrt{x}} dx = \frac{2}{3} \sqrt{x}(x+3) +C$$

is not the same as

$$\frac{\int (x+1) dx}{\int \sqrt{x} dx}=\frac{\frac{1}{2} x^2+x+C_1}{\frac{2}{3} \sqrt{x}+C_2}.$$


Example 4.1.6 Rewriting a Trigonometric Function Before Integration

$$\int \frac{ \sin x}{ \cos^2 x} dx$$

$$=\int \left ( \frac{1}{\cos x} \right ) \left ( \frac{\sin x }{\cos x} \right ) dx$$

    Rewrite as a product

$$=\int \sec x \tan x dx$$

    Rewriting using trigonometric identities

\(=\sec x + C\)

    Integrate

Example 4.1.7 Rewriting Before Integration

Calculus I 04.01.06.png

Square Full.jpg

Note that checking the answer to an antidifferentiation problem can be done by differentiating. For example, in Example 4.1.7(a), check that \(4x^{1/2}+C\) is the correct antiderivative by differentiating the answer to obtain

$$D_x[4x^{1/2}+C]=4 \left ( \frac{1}{2} \right )x^{-1/2} = \frac{2}{\sqrt{x}}$$
    Use differentiation to check antiderivative

Initial Conditions and Particular Solutions

The particular solution that satisfies the initial condition \(F(2)=4\) is \(F(x)=x^3-x-2.\)
Figure 4.1.3

The equation

\(y= \int f(x) dx\)

has many solution, each differing by a constant. This means the graphs for any two antiderivatives are separated by the difference between the constants. For example, the antiderivative graphs for

$$y=\int (3x^2-1) dx = x^3-x+C$$
    General solution

are shown in Figure 4.1.3. Each antiderivative is a solution for the differential equation

$$\frac{dy}{dx}=3x^2-1.$$

In many integration applications there is just enough information given to determine a particular solution. That is, the value for \(y=F(x)\) for a particular \(x\)-value. This is called an initial condition. For example, only one curve passes through the point \((2,4)\), as shown in Figure 4.1.3. To find this curve take the general solution and apply the initial condition

\(F(2)=4.\)    Initial condition

The result is

\(F(2)=8-2+C=4\)

which implies that \(C=-2.\) Therefore the particular solution is

\(F(x)=x^3-x-2.\)

Example 4.1.8 Finding a Particular Solution

The particular solution that satisfies the initial condition \(F(1)=0\) is \(F(x)=-(1/x)+1\:x>0.\)
Figure 4.1.4

Find the general solution for

$$ {F}'(x)=\frac{1}{x^2},\:x>0$$

and find the particular solution that satisfies the initial condition \(F(1)=0.\)
Solution Start by integration to obtain

$$F(x)$$

$$=\int \frac{1}{x^2} dx$$

    \(F(x)=\int {F}'(x) dx\)

$$=\int x^{-2} dx$$

    Rewrite as a power

$$=\frac{x^1}{-1}+C$$

    Integrate

$$=-\frac{1}{x}+C, \: x > 0$$

    General solution

Using the initial condition \(F(1)=0\), the solution for \(C\) is

$$F(\color{red}{1})= -\frac{1}{\color{red}{1}}+C =0 \: \to \: C=1$$

The particular solution is

$$F(x)=-\frac{1}{x}+1, \: x>0,$$
    Paricular solution

as shown in Figure 4.1.4.

Square Full.jpg

Example 4.1.9 Solving a Vertical Motion Problem

Height for a ball at time \(t\).
Figure 4.1.5

A ball is thrown upward with an initial velocity at 64 feet per second from an initial height at 80 feet.
a. Find the position function giving the height as \(s\) as a function for time \(t\).
b. When does the ball hit the ground?
Solution
a. Let \(t=0\) represent the initial time. The two initial conditions can be written as follows.

\(s(0)=80\)    Initial height is 80 feet
\({s}'(0)=64\)    Initial velocity is 64 feet per second

Using -32 feet per second per second as the acceleration due to gravity, the antiderivatives are

$${s}'(t)=\int {s}''(t) dt = \int (-32t+64) dt = -16t^2+64t+C_2.$$
\({s}''(t)=-32\)

Applying the initial velocity produces

\({s}'(0)=64=-32(\color{red}{0})+C_1,\)

which implies that \(C_1=64.\) Integrating produces

$$s(t)=\int {s}'(t) dt = \int (-32t+64) dt= -16t^2+64t+C_2.$$

Plugging in the initial height produces

\(s(0)=80=-16(\color{red}{0}^2)+64(\color{red}{0})+C_2\)

which implies that \(C_2=80\). The position function is

\(s(t)=-16t^2+64t+80,\)

as shown in Figure 4.1.5.

b. Using the position function found in part (a), the time when the ball hits the ground is \(s(t)=0.\)

Calculus I 04.01.10.png

Because \(t\) must be positive the ball hits the ground 5 seconds after it was thrown.

Square Full.jpg

In Example 4.1.9, note the position function has the form

$$s(t)=\frac{1}{2}gt^2+ v_0t+s_0$$

where \(g=-32\), \(v_0\) is the initial velocity, and \(s_0\) is the initial height, as presented in Section 2.2.

Example 4.1.9 shows how to use calculus to analyze vertical motion problems in which acceleration is determined by a gravitational force. Similar strategies are used to analyze other linear motion problems, vertical and horizontal, in which the acceleration, or deceleration, is acted on by another force.

Square X.jpg

Internal Links

Parent Article: Calculus I 04 Integration