zuai-logo

Integration & Antiderivatives

Emily Davis

Emily Davis

7 min read

Study Guide Overview

This study guide covers derivatives and antiderivatives (indefinite integrals). It explores the indefinite integrals of common functions including powers of x, exponentials, logarithmic functions, trigonometric functions, reciprocal trigonometric functions, and inverse trigonometric functions. A table of common indefinite integrals is provided for easy reference, along with practice questions and a glossary of key terms.

Derivatives & Antiderivatives

Table of Contents

  1. Introduction
  2. Indefinite Integrals of Common Functions
  3. Table of Common Indefinite Integrals
  4. Practice Questions
  5. Glossary
  6. Summary and Key Takeaways

Introduction

Understanding derivatives and antiderivatives (indefinite integrals) is crucial in calculus. Differentiation and integration are inverse operations, meaning you can often reverse the process of differentiation to find the indefinite integrals of functions.

Exam Tip

Link to IB Curriculum: This section covers the fundamental concepts of calculus, focusing on differentiation and integration, which are essential for understanding the rate of change and the area under curves.

Indefinite Integrals of Common Functions

Indefinite Integrals of Powers of xx

If you know the derivative of a function, you can find its indefinite integral. For any function f(x)f(x):

f(x)=g(x)    g(x),dx=f(x)+Cf'(x) = g(x) \implies \int g(x) , dx = f(x) + C

Key Concept

Key Concept: If ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}, then xn,dx=1n+1xn+1+C\int x^n , dx = \frac{1}{n+1} x^{n+1} + C for n1n \neq -1.

Special Cases:

  • k,dx=kx+C\int k , dx = kx + C, where kk is a constant
  • 0,dx=C\int 0 , dx = C
**Worked Example:**

Find the indefinite integral x10,dx\int x^{10} , dx.

Solution:

Using xn,dx=1n+1xn+1+C\int x^n , dx = \frac{1}{n+1} x^{n+1} + C,

x10,dx=110+1x10+1+C=111x11+C\int x^{10} , dx = \frac{1}{10+1} x^{10+1} + C = \frac{1}{11} x^{11} + C

Indefinite Integrals of Exponentials and 1x\frac{1}{x}

For exponential functions:

ddx(ex)=ex    ex,dx=ex+C\frac{d}{dx}(e^x) = e^x \implies \int e^x , dx = e^x + C

ddx(ekx)=kekx    ekx,dx=1kekx+C\frac{d}{dx}(e^{kx}) = ke^{kx} \implies \int e^{kx} , dx = \frac{1}{k} e^{kx} + C

For logarithmic functions:

ddx(lnx)=1x    1x,dx=lnx+C\frac{d}{dx}(\ln x) = \frac{1}{x} \implies \int \frac{1}{x} , dx = \ln |x| + C

Note: The absolute value in lnx\ln |x| allows the integral to be valid for both positive and negative values of xx.

**Worked Example:**

Find the indefinite integral e7x,dx\int e^{7x} , dx.

Solution:

Using ekx,dx=1kekx+C\int e^{kx} , dx = \frac{1}{k} e^{kx} + C,

e7x,dx=17e7x+C\int e^{7x} , dx = \frac{1}{7} e^{7x} + C

Indefinite Integrals of Trigonometric Functions

For trigonometric functions:

ddx(sinx)=cosx    cosx,dx=sinx+C\frac{d}{dx}(\sin x) = \cos x \implies \int \cos x , dx = \sin x + C

ddx(cosx)=sinx    sinx,dx=cosx+C\frac{d}{dx}(\cos x) = -\sin x \implies \int \sin x , dx = -\cos x + C

ddx(tanx)=sec2x    sec2x,dx=tanx+C\frac{d}{dx}(\tan x) = \sec^2 x \implies \int \sec^2 x , dx = \tan x + C

**Worked Example:**

Find the following indefinite integrals:

(a) sin4x,dx\int \sin 4x , dx

Solution:

Using sinkx,dx=1kcoskx+C\int \sin kx , dx = -\frac{1}{k} \cos kx + C,

sin4x,dx=14cos4x+C\int \sin 4x , dx = -\frac{1}{4} \cos 4x + C

(b) (1cos3x)2,dx\int \left(\frac{1}{\cos 3x}\right)^2 , dx

Solution:

Remember secx=1cosx\sec x = \frac{1}{\cos x},

(1cos3x)2=(sec3x)2=sec23x\left(\frac{1}{\cos 3x}\right)^2 = (\sec 3x)^2 = \sec^2 3x

Using sec2kx,dx=1ktankx+C\int \sec^2 kx , dx = \frac{1}{k} \tan kx + C,

(1cos3x)2,dx=sec23x,dx=13tan3x+C\int \left(\frac{1}{\cos 3x}\right)^2 , dx = \int \sec^2 3x , dx = \frac{1}{3} \tan 3x + C

Indefinite Integrals of Reciprocal Trigonometric Functions

For reciprocal trigonometric functions:

ddx(secx)=tanxsecx    tanxsecx,dx=secx+C\frac{d}{dx}(\sec x) = \tan x \sec x \implies \int \tan x \sec x , dx = \sec x + C

ddx(cscx)=cotxcscx    cotxcscx,dx=cscx+C\frac{d}{dx}(\csc x) = -\cot x \csc x \implies \int \cot x \csc x , dx = -\csc x + C

ddx(cotx)=csc2x    csc2x,dx=cotx+C\frac{d}{dx}(\cot x) = -\csc^2 x \implies \int \csc^2 x , dx = -\cot x + C

**Worked Example:**

Find the indefinite integral cot5xcsc5x,dx\int \cot 5x \csc 5x , dx.

Solution:

Using cotkxcsckx,dx=1kcsckx+C\int \cot kx \csc kx , dx = -\frac{1}{k} \csc kx + C,

cot5xcsc5x,dx=15csc5x+C\int \cot 5x \csc 5x , dx = -\frac{1}{5} \csc 5x + C

Indefinite Integrals Using Inverse Trigonometric Functions

For inverse trigonometric functions:

ddx(arcsinx)=11x2,,1<x<1    11x2,dx=arcsinx+C\frac{d}{dx}(\arcsin x) = \frac{1}{\sqrt{1-x^2}}, , -1 < x < 1 \implies \int \frac{1}{\sqrt{1-x^2}} , dx = \arcsin x + C

ddx(arccosx)=11x2,,1<x<1    11x2,dx=arccosx+C\frac{d}{dx}(\arccos x) = -\frac{1}{\sqrt{1-x^2}}, , -1 < x < 1 \implies \int \frac{1}{\sqrt{1-x^2}} , dx = -\arccos x + C

Note: Usually, arcsin\arcsin is used when finding indefinite integrals of this form.

ddx(arctanx)=11+x2    11+x2,dx=arctanx+C\frac{d}{dx}(\arctan x) = \frac{1}{1+x^2} \implies \int \frac{1}{1+x^2} , dx = \arctan x + C

Table of Common Indefinite Integrals

In the table below, kk is a real number constant and aa is a positive real number constant:

Standard DerivativeCorresponding Indefinite Integral
ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}xn,dx=1n+1xn+1+C,,n1\int x^n , dx = \frac{1}{n+1} x^{n+1} + C, , n \neq -1
ddx(kx)=k\frac{d}{dx}(kx) = kk,dx=kx+C\int k , dx = kx + C
Derivative of a constant is zero0,dx=C\int 0 , dx = C
ddx(ekx)=kekx\frac{d}{dx}(e^{kx}) = ke^{kx}ekx,dx=1kekx+C\int e^{kx} , dx = \frac{1}{k} e^{kx} + C
ddx(akx)=akxklna\frac{d}{dx}(a^{kx}) = a^{kx} k \ln aakx,dx=1klnaakx+C\int a^{kx} , dx = \frac{1}{k \ln a} a^{kx} + C
ddx(lnx)=1x\frac{d}{dx}(\ln x) = \frac{1}{x}1x,dx=ln\int \frac{1}{x} , dx = \ln
ddx(sinkx)=kcoskx\frac{d}{dx}(\sin kx) = k \cos kxcoskx,dx=1ksinkx+C\int \cos kx , dx = \frac{1}{k} \sin kx + C
ddx(coskx)=ksinkx\frac{d}{dx}(\cos kx) = -k \sin kxsinkx,dx=1kcoskx+C\int \sin kx , dx = -\frac{1}{k} \cos kx + C
ddx(tankx)=ksec2kx\frac{d}{dx}(\tan kx) = k \sec^2 kxsec2kx,dx=1ktankx+C\int \sec^2 kx , dx = \frac{1}{k} \tan kx + C
ddx(seckx)=ktankxseckx\frac{d}{dx}(\sec kx) = k \tan kx \sec kxtankxseckx,dx=1kseckx+C\int \tan kx \sec kx , dx = \frac{1}{k} \sec kx + C
ddx(csckx)=kcotkxcsckx\frac{d}{dx}(\csc kx) = -k \cot kx \csc kxcotkxcsckx,dx=1kcsckx+C\int \cot kx \csc kx , dx = -\frac{1}{k} \csc kx + C
ddx(cotkx)=kcsc2kx\frac{d}{dx}(\cot kx) = -k \csc^2 kxcsc2kx,dx=1kcotkx+C\int \csc^2 kx , dx = -\frac{1}{k} \cot kx + C
ddx(arcsinx)=11x2,,1<x<1\frac{d}{dx}(\arcsin x) = \frac{1}{\sqrt{1-x^2}}, , -1 < x < 111x2,dx=arcsinx+C,,1<x<1\int \frac{1}{\sqrt{1-x^2}} , dx = \arcsin x + C, , -1 < x < 1
ddx(arctanx)=11+x2\frac{d}{dx}(\arctan x) = \frac{1}{1+x^2}11+x2,dx=arctanx+C\int \frac{1}{1+x^2} , dx = \arctan x + C

Practice Questions

Practice Question

Question 1:

Evaluate the indefinite integral 5x4,dx\int 5x^4 , dx.

Answer:

Using xn,dx=1n+1xn+1+C\int x^n , dx = \frac{1}{n+1} x^{n+1} + C,

5x4,dx=514+1x4+1+C=x5+C\int 5x^4 , dx = 5 \cdot \frac{1}{4+1} x^{4+1} + C = x^5 + C

Practice Question

Question 2:

Evaluate the indefinite integral 12x,dx\int \frac{1}{2x} , dx.

Answer:

Using 1x,dx=lnx+C\int \frac{1}{x} , dx = \ln |x| + C,

12x,dx=121x,dx=12lnx+C\int \frac{1}{2x} , dx = \frac{1}{2} \int \frac{1}{x} , dx = \frac{1}{2} \ln |x| + C

Practice Question

Question 3:

Evaluate the indefinite integral cos5x,dx\int \cos 5x , dx.

Answer:

Using coskx,dx=1ksinkx+C\int \cos kx , dx = \frac{1}{k} \sin kx + C,

cos5x,dx=15sin5x+C\int \cos 5x , dx = \frac{1}{5} \sin 5x + C

Practice Question

Question 4:

Evaluate the indefinite integral e3x,dx\int e^{-3x} , dx.

Answer:

Using ekx,dx=1kekx+C\int e^{kx} , dx = \frac{1}{k} e^{kx} + C,

e3x,dx=13e3x+C=13e3x+C\int e^{-3x} , dx = \frac{1}{-3} e^{-3x} + C = -\frac{1}{3} e^{-3x} + C

Glossary

  • Indefinite Integral: An integral without specific limits, representing a family of functions.
  • Constant of Integration (CC): An arbitrary constant added to the result of an indefinite integral.
  • Inverse Operations: Operations that reverse the effect of each other, like differentiation and integration.
  • Logarithm (lnx\ln x): The natural logarithm, the inverse function of the exponential function exe^x.
  • Absolute Value (x|x|): The non-negative value of xx, regardless of its sign.

Summary and Key Takeaways

  • Differentiation and integration are inverse operations.
  • To find the indefinite integral, you reverse the differentiation process.
  • Common integrals include powers of xx, exponential functions, trigonometric functions, and their reciprocals.
  • Always include the constant of integration (CC) in your indefinite integrals.
  • Use the provided table of common indefinite integrals as a quick reference.
Exam Tip

Exam Tip: Remember to check the conditions for the variables when integrating, especially for logarithmic and inverse trigonometric functions.

Key Takeaways

  • Differentiation and integration are closely related.
  • Memorize the basic indefinite integrals for quick reference.
  • Practice problems to strengthen your understanding and application of integration rules.