Integration of Advanced Functions - StudyPulse
Boost Your VCE Scores Today with StudyPulse
8000+ Questions AI Tutor Help
Home Subjects Specialist Mathematics Integrate advanced functions

Integration of Advanced Functions

Specialist Mathematics
StudyPulse

Integration of Advanced Functions

Specialist Mathematics
12 May 2026

Integration of Advanced Functions

In VCE Specialist Mathematics, integration extends beyond the basic power rule to include more complex functions and techniques. This involves mastering the integration of rational, trigonometric, exponential, and logarithmic functions using advanced methods such as substitution and integration by parts.

1. Basic Antiderivatives Review

Before applying advanced techniques, you must be fluent in the standard forms derived from Mathematical Methods and extended in Specialist Mathematics.

Function $f(x)$ Antiderivative $\int f(x) \, dx$
$x^n$ $\frac{x^{n+1}}{n+1} + c, \quad n \neq -1$
$\frac{1}{ax+b}$ $\frac{1}{a} \log_e
$e^{ax+b}$ $\frac{1}{a} e^{ax+b} + c$
$\sin(ax+b)$ $-\frac{1}{a} \cos(ax+b) + c$
$\cos(ax+b)$ $\frac{1}{a} \sin(ax+b) + c$
$\sec^2(ax+b)$ $\frac{1}{a} \tan(ax+b) + c$

REMEMBER: Always include the constant of integration $+c$ for indefinite integrals. For logarithmic results, the absolute value $|ax+b|$ is technically required to ensure the argument is positive, though VCAA often defines the domain such that $ax+b > 0$.


2. Integration of Rational Functions

Rational functions are ratios of polynomials. The technique used depends on the degree of the numerator and denominator.

Linear Denominators and Logarithmic Forms

If the integrand is of the form $\frac{g’(x)}{g(x)}$, the result is a natural logarithm:
$$\int \frac{g’(x)}{g(x)} \, dx = \log_e|g(x)| + c$$

Partial Fractions

When the denominator is a product of linear factors, use partial fractions to decompose the integrand.
* Form: $\frac{P(x)}{(x-a)(x-b)} = \frac{A}{x-a} + \frac{B}{x-b}$
* Method: Equate numerators and solve for $A$ and $B$ by substituting $x=a$ and $x=b$.

Improper Fractions

If the degree of the numerator is $\ge$ the degree of the denominator, perform polynomial long division first.
$$\text{Integrand} = \text{Quotient} + \frac{\text{Remainder}}{\text{Divisor}}$$

EXAM TIP: If you see a quadratic in the denominator that cannot be factored, consider completing the square to use inverse trigonometric forms (e.g., $\arctan$ or $\arcsin$).


3. Integration of Trigonometric Functions

Advanced trigonometric integration relies heavily on identities to transform the integrand into a integrable form.

Products of Sines and Cosines: $\int \sin^m(x) \cos^n(x) \, dx$

  1. If the power of sine ($m$) is odd: Let $u = \cos(x)$. Use $\sin^2(x) = 1 - \cos^2(x)$ to convert the remaining sines.
  2. If the power of cosine ($n$) is odd: Let $u = \sin(x)$. Use $\cos^2(x) = 1 - \sin^2(x)$ to convert the remaining cosines.
  3. If both powers are even: Use the double-angle identities:
    • $\cos^2(x) = \frac{1}{2}(1 + \cos(2x))$
    • $\sin^2(x) = \frac{1}{2}(1 - \cos(2x))$

Other Trigonometric Forms

  • Tangent: $\int \tan(x) \, dx = \int \frac{\sin(x)}{\cos(x)} \, dx = -\log_e|\cos(x)| + c$
  • Secant Squared: $\int \sec^2(x) \, dx = \tan(x) + c$
  • Using Identities: Use \$1 + \tan^2(x) = \sec^2(x)$ to integrate powers of $\tan(x)$.

KEY TAKEAWAY: For even powers of $\sin(x)$ or $\cos(x)$, you must use double-angle formulas to reduce the degree of the expression before integrating.


4. Integration by Substitution

Substitution is the “reverse chain rule.” It is used when the integrand contains a function and its derivative.

The General Rule

If $u = g(x)$, then $du = g’(x) \, dx$:
$$\int f(g(x))g’(x) \, dx = \int f(u) \, du$$

Steps for Success:

  1. Identify $u$: Look for the “inner” function whose derivative is also present.
  2. Differentiate: Find $\frac{du}{dx}$ and rearrange to solve for $dx$.
  3. Substitute: Replace all $x$ terms with $u$ terms.
  4. Integrate: Evaluate the integral in terms of $u$.
  5. Back-substitute: (For indefinite integrals) Replace $u$ with $g(x)$.

Definite Integrals and Substitution

When performing substitution on a definite integral, you must change the terminals (limits of integration).
$$\int_{a}^{b} f(g(x))g’(x) \, dx = \int_{g(a)}^{g(b)} f(u) \, du$$

COMMON MISTAKE: Forgetting to change the limits of integration in a definite integral. If you change the variable to $u$, the boundaries $a$ and $b$ must also be converted using the substitution formula $u = g(x)$.


5. Integration by Parts

Integration by parts is the “reverse product rule.” It is used when the integrand is a product of two unrelated functions (e.g., $x e^x$ or $x \sin(x)$).

The Formula

$$\int u \frac{dv}{dx} \, dx = uv - \int v \frac{du}{dx} \, dx$$

Choosing $u$ and $dv$ (LIATE Rule)

To choose which part of the integrand should be $u$, follow the LIATE priority:
1. Logarithmic functions ($\log_e x$)
2. Inverse trigonometric functions ($\arcsin x$, $\arctan x$)
3. Algebraic functions ($x^n$, polynomials)
4. Trigonometric functions ($\sin x$, $\cos x$)
5. Exponential functions ($e^x$)

Pick $u$ based on which function appears higher in the list.

Example: $\int x \cos(x) \, dx$

  • Let $u = x$ (Algebraic) $\implies \frac{du}{dx} = 1$
  • Let $\frac{dv}{dx} = \cos(x)$ (Trig) $\implies v = \sin(x)$
  • Apply formula: $x \sin(x) - \int \sin(x) \cdot 1 \, dx = x \sin(x) + \cos(x) + c$

VCAA FOCUS: Integration by parts is frequently tested in Section B (Extended Response) of Exam 2, often requiring you to show the intermediate steps of the formula application.


6. Summary Table of Advanced Techniques

Integrand Type Recommended Technique
$\frac{\text{linear}}{\text{quadratic (factorable)}}$ Partial Fractions
$\sin^n(x)$ where $n$ is odd Substitution ($u = \cos x$)
$\sin^n(x)$ where $n$ is even Double-angle Identities
$f(g(x)) \cdot g’(x)$ Substitution ($u = g(x)$)
$x^n \cdot e^x$ or $x^n \cdot \sin(x)$ Integration by Parts
$\log_e(x)$ Integration by Parts (let $u = \log_e(x), dv = 1$)

STUDY HINT: Practice recognizing “patterns.” If you see a function and its derivative multiplied together, think substitution. If you see two different types of functions multiplied, think integration by parts.

Table of Contents