5 Integration

Copyright © Cengage Learning. All rights reserved.

5.1 Antiderivatives and Indefinite Integration

Copyright Cengage Learning. All rights reserved.

Objectives
  • Write the general solution of a differential equation and use indefinite integral notation for antiderivatives.
  • Use basic integration rules to find antiderivatives.
  • Find a particular solution of a differential equation.

Antiderivatives

Definition and Explanation
  • To find a function FF whose derivative is f(x)=3x2f(x) = 3x^2, one can conclude that the function FF is an antiderivative of ff.
  • Antiderivative: A function FF is called an antiderivative of the function ff if F=fF' = f.
Explanation of the Term
  • The function FF is referred to as an antiderivative of ff rather than the antiderivative of ff because multiple functions can have the same derivative.
  • For any constant CC, the function F(x)=x3+CF(x) = x^3 + C is an antiderivative of f(x)=3x2f(x) = 3x^2.
Theorem 5.1 (Family of Antiderivatives)
  • According to Theorem 5.1, all antiderivatives of a function can be represented by adding a constant to a known antiderivative.
  • Example: Since D[x2]=2xD[x^2] = 2x, you can represent the entire family of all antiderivatives of f(x)=2xf(x) = 2x by:
    G(x)=x2+CG(x) = x^2 + C
      where CC is a constant, known as the constant of integration.
General Antiderivative
  • The family of functions represented by GG is referred to as the general antiderivative of ff.
  • Therefore, the expression G(x)=x2+CG(x) = x^2 + C is the general solution of the differential equation G(x)=2xG'(x) = 2x.
Differential Equations
  • A differential equation is an equation that involves the variable xx, a function yy, and derivatives of yy.
  • Example: y=3xy' = 3x and y=x2+1y' = x^2 + 1 are both instances of differential equations.

Example 1 – Solving a Differential Equation

Problem Statement
  • Find the general solution of the differential equation y=2y' = 2.
Solution
  • To solve, determine a function whose derivative is 2: one such function is y=2xy = 2x, which is an antiderivative of 2.
  • Therefore, employing Theorem 5.1 indicates that the general solution to this differential equation is:
    y=2x+Cy = 2x + C

Understanding the Operation of Antidifferentiation

Definition
  • The operation of finding all solutions to a differential equation is termed antidifferentiation or indefinite integration.
  • This is denoted by an integral sign  ext{∫}.
Notation
  • The general solution is denoted by the expression:
    extf(x)extdxext{∫} f(x) ext{d}x
  • This is read as the antiderivative of ff with respect to xx.
  • The differential extdxext{dx} identifies xx as the variable of integration.
  • The term indefinite integral is a synonym for antiderivative.

Basic Integration Rules

Introduction
  • The inverse nature of integration and differentiation can be established by substituting F(x)F'(x) for f(x)f(x) in the definition of indefinite integration.
Integration Formulas from Differentiation
  • From the relationship extf(x)extdx=F(x)+Cext{∫} f(x) ext{d}x = F(x) + C, one obtains integration formulas directly derived from differentiation formulas, as shown below:
Summary of Basic Integration Rules
Differentiation FormulaIntegration Formula
ddx[extsinx]=extcosx\frac{d}{dx}[ ext{sin }x] = ext{cos }xextextcosxextdx=extsinx+Cext{∫} ext{cos }x ext{d}x = ext{sin }x + C
ddx[extcosx]=extsinx\frac{d}{dx}[ ext{cos }x] = - ext{sin }xextextsinxextdx=extcosx+Cext{∫} ext{sin }x ext{d}x = - ext{cos }x + C
ddx[anx]=extsec2x\frac{d}{dx}[ an x] = ext{sec}^2 xextextsec2xextdx=anx+Cext{∫} ext{sec}^2 x ext{d}x = an x + C
ddx[extsecx]=extsecxanx\frac{d}{dx}[ ext{sec }x] = ext{sec }x an xextextsecxanxextdx=extsecx+Cext{∫} ext{sec }x an x ext{d}x = ext{sec }x + C
ddx[extcotx]=extcsc2x\frac{d}{dx}[ ext{cot }x] = - ext{csc}^2 xextextcsc2xextdx=extcotx+Cext{∫} ext{csc}^2 x ext{d}x = - ext{cot }x + C
ddx[extcscx]=extcscxextcotx\frac{d}{dx}[ ext{csc }x] = - ext{csc }x ext{cot}xextextcscxextcotxextdx=extcscx+Cext{∫} ext{csc }x ext{cot }x ext{d}x = - ext{csc }x + C
Example 2 – Describing Antiderivatives
  • The antiderivatives of 3x3x are of the form:
    extAntiderivative(3x)=3x22+C.ext{Antiderivative}(3x) = \frac{3x^2}{2} + C.
  • General integration patterns are similar to those of differentiation.

Initial Conditions and Particular Solutions

Explanation
  • The equation y=extf(x)extdxy = ext{∫}f(x) ext{d}x has numerous solutions differing by a constant value.
  • Consequently, the graphs of any two antiderivatives of ff result in vertical translations of one another.
Example with Graphs
  • For instance, graphs reflecting varying integer values of CC reveal the different functions.
Determining Particular Solutions
  • In many applications, sufficient information is provided to ascertain a particular solution by knowing the value of y=F(x)y = F(x) for specific xx values, referred to as an initial condition.
Example of Initial Condition
  • If the general solution is F(x)=x3x+CF(x) = x^3 - x + C and given the initial condition F(2)=4F(2) = 4, one can derive that:
    F(2)=232+C=4F(2) = 2^3 - 2 + C = 4, leading to:
      8 - 2 + C = 4
    ightarrow C = -2.
  • Thus, the specific solution becomes:
    F(x)=x3x2.F(x) = x^3 - x - 2.
Example 8 – Finding a Particular Solution
  • To find the general solution of F(x)=exF'(x) = e^x and the particular solution satisfying the initial condition F(0)=3F(0) = 3:
  1. Integrate to obtain the general solution.
  2. Use the initial condition F(0)=3F(0) = 3 to solve for CC.
Steps to Solve
  • Integrate: F(x)=ex+CF(x) = e^x + C.
  • Solving for C:
      F(0) = e^0 + C
    ightarrow 3 = 1 + C
    ightarrow C = 2.
  • Hence, the particular solution is:
    F(x)=ex+2.F(x) = e^x + 2.
  • Note: The solution curves corresponding to values of C=3,2,1,0,1,2,3C = -3, -2, -1, 0, 1, 2, 3 are illustrated in the associated figures.