IB Mathematics AA AHL Derivatives of secx , cscx , cotx Study Notes - New Syllabus
IB Mathematics AA AHL Derivatives of secx , cscx , cotx Study Notes
LEARNING OBJECTIVE
- Derivatives
Key Concepts:
- Derivatives of Functions
- Partial fractions
- IBDP Maths AA SL- IB Style Practice Questions with Answer-Topic Wise-Paper 1
- IBDP Maths AA SL- IB Style Practice Questions with Answer-Topic Wise-Paper 2
- IB DP Maths AA HL- IB Style Practice Questions with Answer-Topic Wise-Paper 1
- IB DP Maths AA HL- IB Style Practice Questions with Answer-Topic Wise-Paper 2
- IB DP Maths AA HL- IB Style Practice Questions with Answer-Topic Wise-Paper 3
Derivatives of Special Functions
Trigonometric Functions
Function | Derivative |
---|---|
\( \tan x \) | \( \sec^2 x \) |
\( \sec x \) | \( \sec x \tan x \) |
\( \csc x \) | \( -\csc x \cot x \) |
\( \cot x \) | \( -\csc^2 x \) |
Exponential and Logarithmic Functions
Function | Derivative |
---|---|
\( a^x \) | \( a^x \ln a \) |
\( \log_a x \) | \( \dfrac{1}{x \ln a} \) |
Inverse Trigonometric Functions
Function | Derivative |
---|---|
\( \arcsin x \) | \( \dfrac{1}{\sqrt{1 – x^2}} \) |
\( \arccos x \) | \( \dfrac{-1}{\sqrt{1 – x^2}} \) |
\( \arctan x \) | \( \dfrac{1}{1 + x^2} \) |
Indefinite Integrals of Derivatives
Concept:
When we integrate the derivative of a function, we obtain the original function up to a constant of integration. That is, the indefinite integral represents a family of curves that differ by a vertical shift.
General form:
If \( \dfrac{d}{dx}f(x) = f'(x) \), then:
$\boxed{\int f'(x) \, dx = f(x) + C \quad \text{(C is an arbitrary constant)}}$
Linear Composite Function Integration:
For a linear function inside another function, if \( u = ax + b \), then:
$\boxed{ \int f'(ax + b) \, dx = \frac{1}{a} f(ax + b) + C}$
Integration of a composite function with a linear inner function requires dividing by the coefficient of \(x\) to reverse the chain rule effect.
Common Indefinite Integrals:
- \(\boxed{ \int \sec^2 x \, dx = \tan x + C }\)
- \(\boxed{ \int \sec x \tan x \, dx = \sec x + C }\)
- \(\boxed{ \int -\csc x \cot x \, dx = \csc x + C }\)
- \(\boxed{ \int -\csc^2 x \, dx = \cot x + C }\)
- \(\boxed{ \int a^x \ln a \, dx = a^x + C }\)
- \(\boxed{ \int \dfrac{1}{x \ln a} \, dx = \log_a x + C }\)
- \(\boxed{ \int \dfrac{1}{\sqrt{1 – x^2}} \, dx = \arcsin x + C }\)
- \(\boxed{ \int \dfrac{-1}{\sqrt{1 – x^2}} \, dx = \arccos x + C }\)
- \(\boxed{ \int \dfrac{1}{1 + x^2} \, dx = \arctan x + C }\)
Interpretation:
Each indefinite integral gives a family of antiderivatives, meaning all functions that differ from the original by a constant. These graphs are vertical translations of each other.
Example
Evaluate: \( \int e^x \sin x \, dx \)
▶️ Answer/Explanation
Use integration by parts:
- First, let \( u = \sin x \), \( dv = e^x dx \)
- Then \( du = \cos x dx \), \( v = e^x \)
$ I = e^x \sin x – \int e^x \cos x \, dx $ Now let \( J = \int e^x \cos x \, dx \) — apply integration by parts again:
- Let \( u = \cos x \), \( dv = e^x dx \)
- Then \( du = -\sin x dx \), \( v = e^x \)
$ J = e^x \cos x + \int e^x \sin x \, dx $
Example
Evaluate: \( \int \frac{1}{x^2 + 2x + 5} \, dx \)
▶️ Answer/Explanation
Example
Evaluate: \( \int \sec^2(2x + 5) \, dx \)
▶️ Answer/Explanation
Partial Fractions for Integration
Partial Fractions for Integration
When the integrand is a rational function (a ratio of polynomials), and the degree of the numerator is less than the degree of the denominator, we can often simplify the expression using partial fractions. This is especially useful when the denominator can be factored into linear or irreducible quadratic terms.
General form of partial fractions decomposition:
Suppose we have a rational function
\(\displaystyle\boxed{ \frac{P(x)}{Q(x)}}\)
where \(Q(x)\) factors into linear factors like \((ax + b)\) and/or irreducible quadratic factors like \((cx^2 + dx + e)\). Then the partial fractions take the form:
For each distinct linear factor \((ax + b)^m\), include terms of the form:
\(\displaystyle\boxed{ \frac{A_1}{ax + b} + \frac{A_2}{(ax + b)^2} + \cdots + \frac{A_m}{(ax + b)^m}}\)
For each distinct irreducible quadratic factor \((cx^2 + dx + e)^n\), include terms of the form:
\(\displaystyle\boxed{ \frac{B_1 x + C_1}{cx^2 + dx + e} + \frac{B_2 x + C_2}{(cx^2 + dx + e)^2} + \cdots + \frac{B_n x + C_n}{(cx^2 + dx + e)^n}}\)
Key Steps:
- Factor the denominator completely.
- Set up the decomposition into partial fractions.
- Solve for unknown constants.
- Integrate each term separately.
Example
Evaluate: \( \int \frac{1}{x^2 + 3x + 2} \, dx \)
▶️ Answer/Explanation
\( x^2 + 3x + 2 = (x + 1)(x + 2) \)
$ \frac{1}{(x + 1)(x + 2)} = \frac{A}{x + 1} + \frac{B}{x + 2} $