Math 12 Ic - Final Activity
Math 12 Ic - Final Activity
CALCULUS 2
BSGE 2B
___________________________________________________________________________
CHAPTER 9. INTRODUCTION
9.1 ANTIDERIVATIVES
Antiderivative of functions is also known as integral. When the antiderivative of a
function is differentiated, the original function is obtained. Integration is the opposite process
of differentiation and hence the name "anti" derivatives.
● indefinite antiderivatives
● definite antiderivatives
INDEFINITE DERIVATIVE
When the general antiderivative of a function is determined it is known as an
indefinite antiderivative (or) indefinite integral. Such an antiderivative does not have any
limits/bounds. Integration, which is the reverse process of differentiation, is used to calculate
the indefinite antiderivative of a function.
1
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
DEFINITE DERIVATIVE
If the antiderivative of a function is evaluated between two endpoints then it is known
as a definite antiderivative (or) definite integral. The definite integral of a function is used to
compute the area under a curve. Such an antiderivative will have a definite value.
ANTIDERIVATIVES FORMULA
There are several different antiderivative formulas that help to find the antiderivative
of a given function using the process of integration. These help to increase the speed and
accuracy of performing calculations. Some antiderivative formulas are given below:
2 3 3 1 1 3
∫ 𝑥 · (𝑥 + 1) 𝑑𝑥 = ∫(𝑢) · 2
𝑑𝑢 = 2
∫ 𝑢 𝑑𝑢
4 4
1 3 1 𝑢 𝑢
2
∫ 𝑢 𝑑𝑢 = 2
· 4
= 8
4 2 4
𝑢 (𝑥 +1)
Substitute back u = x² + 1: 8
= 8
2 4
2 3 (𝑥 +1)
∫ 𝑥 · (𝑥 + 1) 𝑑𝑥 = 8
+ 𝐶
Final answer:
2 4
𝑋 +1)
8
+𝐶
2
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
9.3 ANTIDERIVATIVE RULES
There are certain important rules that need to be followed while integrating a function
to obtain its antiderivatives. These rules are listed as follows:
Sum Rule: The antiderivative of a sum is equal to the sum of the antiderivatives. If f(x) and
g(x) are two functions then ∫ [f(x) + g(x)]dx = ∫ f(x)dx + ∫ g(x)dx
Example: find the antiderivative of f(x)=3x²+4x
∫ (3x²+4x) dx = ∫ 3x² dx + ∫ 4x dx
Difference Rule: This rule states that the antiderivative of a difference is equal to the
difference of the antiderivatives. This can be expressed as ∫ [f(x) - g(x)]dx = ∫ f(x)dx - ∫
g(x)dx
Example: find the antiderivative of f(x)=5x³ − 2x²
3
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Final answer:
Constant Rule: A scalar can be taken out of an integral under the constant rule. If k is a
scalar or a constant then ∫ k f(x)dx = k∫ f(x)dx
Example: Find the antiderivative of f(x)=7
∫ 7 dx = 7x + C
Final answer: 7x + C
The reasoning behind this is that the derivative of 7x is 7, and the constant C accounts for any
other constant term that might have been present before differentiation.
Power Rule: The antiderivative power rule is also the general formula that is used to solve
simple integrals. It shows how to integrate a function of the form xn, where n ≠ -1. This rule
can also be used to integrate expressions with radicals in them. The power rule for
antiderivatives is given as follows:
If n = −1, the power rule does not apply because division by zero would occur. Instead, the
antiderivative is:
Final answer:
4
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
9.4 ANTIDERIVATIVE OF TRIGONOMETRIC FUNCTIONS
There are six basic trigonometric functions. These are sine (sin), cosine (cos), tangent
(tan), cosecant (cosec), secant (sec), and cotangent (cot). cosec, sec and cot are reciprocal
functions of sin, cos and tan respectively. The antiderivatives of trigonometric functions are
given below:
● ∫ sin x dx = -cos x + C
● ∫ cos x dx = sin x + C
● ∫ tan x dx = -In |cos x| + C = ln |sec x| + C
● ∫ cot x dx = ln |sin x| + C = -ln |cosec x| + C
● ∫ sec x dx = ln |sec x + tan x| + C
● ∫ cosec x dx = - ln |cosec x + cot x| + C
● ∫ cos (ax + b)x dx = (1/a) sin (ax + b) + C
● ∫ sin (ax + b)x dx = -(1/a) cos (ax + b) + C
Examples:
Antiderivative of cos (x): ∫ cos (x) dx = sin (x) + C
Antiderivative of sec² (x): ∫sec² (x) dx = tan (x) + C
Find ∫ sin²(x) dx:
Final answer:
5
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
The power rule cannot be used to integrate an exponential function. The antiderivative of an
exponential function is given as follows:
x
● Antiderivative of e is, ∫ ex dx = ex + C
∫ 25x dx
a=2k=5
6
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
9.6 INTEGRATION FORMULAS
The integration formulas have been broadly presented as the following sets of
formulas. The formulas include basic integration formulas, integration of trigonometric
ratios, inverse trigonometric functions, the product of functions, and some advanced set of
integration formulas. Basically, integration is a way of uniting the part to find a whole. It is
the inverse operation of differentiation. Thus the basic integration formula is ∫ f'(x) dx = f(x)
+ C. Using this, the following integration formulas are derived.
7
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Examples:
2
● Example 2: Find the antiderivative of f(x) = 2x cos (x + 1). Also, verify the
antiderivative by differentiation.
2
Solution: Using substitution t = x + 1.
dt = 2x dx
2
∫ 2x cos (x +1)dx = ∫ cos t dt = sin t + C
2
= sin (x + 1) + C
Verification:
Let us find the derivative of the above result.
2 2 2
d/dx (sin (x + 1) + C) = cos (x + 1) d/dx (x + 1) (by chain rule)
2
= 2x cos (x + 1)
= f(x)
Hence, the antiderivative is verified.
2 2
Answer: ∫ 2x cos (x +1) = sin (x + 1) + C
8
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
1+𝑐𝑜𝑠(2𝑥)
cos²(x) = 2
Example 1: ∫ 𝑠𝑖𝑛(𝑥)𝑐𝑜𝑠(𝑥)𝑑𝑥
1
∫ 𝑠𝑖𝑛(𝑥)𝑐𝑜𝑠(𝑥)𝑑𝑥 = ∫ 2
𝑠𝑖𝑛(2𝑥)𝑑𝑥
Integrate:
1 1 −𝑐𝑜𝑠(2𝑥) 𝑐𝑜𝑠(2𝑥)
∫ 2
𝑠𝑖𝑛(2𝑥)𝑑𝑥 = 2
· 2
+𝐶 = − 4
+𝑐
𝑐𝑜𝑠(2𝑥)
Final answer: − 4
+ 𝐶
9
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
3 2
Example: ∫𝑠𝑖𝑛 (𝑥)𝑐𝑜𝑠 (𝑥)𝑑𝑥
3 2
Split 𝑠𝑖𝑛 (𝑥) as 𝑠𝑖𝑛 (𝑥) · 𝑠𝑖𝑛(𝑥):
3 2 2 2
∫𝑠𝑖𝑛 (𝑥)𝑐𝑜𝑠 (𝑥)𝑑𝑥 = ∫(𝑠𝑖𝑛 (𝑥))(𝑐𝑜𝑠 (𝑥))𝑠𝑖𝑛(𝑥)𝑑𝑥
2 2
Use 𝑠𝑖𝑛 (𝑥) = 1 − 𝑐𝑜𝑠 (𝑥):
2 2
∫(1 − 𝑐𝑜𝑠 (𝑥))𝑐𝑜𝑠 (𝑥)𝑠𝑖𝑛(𝑥)𝑑𝑥
Let u = cos (x), so du = -sin(x) dx:
2 2
− ∫(1 − 𝑢 )𝑢 𝑑𝑢
3 5
2 4 𝑢 𝑢
simplify and integrate: − ∫(𝑢 − 𝑢 )𝑑𝑢 =− ( 3
− 5
) + 𝐶
3 5
𝑐𝑜𝑠 (𝑥) 𝑐𝑜𝑠 (𝑥)
Final answer: − 3
+ 5
+ 𝐶
Example:
Combine:
Final Answer:
10
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Example:
2. Powers of Tangent
Strategy:
● When n is odd, split off
● When n is even, use the identity:
Reduce the power of tan(x) step by step
11
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Example:
1. Powers of Cosecant
Strategy:
● For even powers of csc(x), use identity:
Split off
● For odd powers, use a reduction formula or integration by parts.
12
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Example:
Final answer:
13
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
2. Powers of Cotangent
Strategy:
2
● For odd powers of cot(x), split off cot(x) csc (x) and use u= csc(x), du=
-cot(x) csc(x) dx
● For even powers, use the identity:
Example:
Final answer:
14
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
15
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Example:
16
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
10.6 ADDITIONAL STANDARD FORMULAS
17
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Rational Function Integrals
18
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
19
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
20
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
5. Back-Substitute: Replace u with g(x) to express the result in terms of the original
variable.
21
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
22
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Examples:
23
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Where:
24
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
25
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
26
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
where P(x) and Q(x) are polynomials. The methods to integrate rational functions can vary
depending on the degree of the numerator P(x) and the denominator Q(x). Below are the key
techniques used in integrating rational functions:
Polynomial Long Division (for Improper Rational Functions) - If the degree of the
numerator is greater than or equal to the degree of the denominator, you should first apply
polynomial long division to rewrite the rational function into a simpler form. After dividing,
the integral is split into a polynomial term and a proper rational function (where the degree of
the numerator is less than the degree of the denominator).
Decomposition into Partial Fractions (for Proper Rational Functions) - If the degree of
the numerator is less than the degree of the denominator, the rational function is a proper
rational function. You can integrate it using partial fraction decomposition, which breaks the
function into simpler fractions that can be integrated easily.
27
ABITRIA, SOPHIA KATE L. CALCULUS 2
BSGE 2B
___________________________________________________________________________
Integration by Substitution (for Special Forms) - For some rational functions, you may
need to apply substitution to simplify the integrand. This method is often useful when the
denominator is a complicated expression that can be simplified by substitution.
28