Maths Formulae Integration Integrals Involving Trigonometric Functions

Integrals Involving Trigonometric Functions

Master integration of trigonometric functions like sine, cosine, tangent, and secant using standard identities.
🔑

Definition

Integrals involving roots, also known as radical expressions, require specialized techniques to solve. The primary goal of these techniques is to eliminate the radical (e.g., a square root) to transform the integral into a more manageable form that can be solved with standard integration rules. This is typically achieved through algebraic substitution (u-substitution) or trigonometric substitution.

SymbolDescription
\[ \sqrt[n]{f(x)} \]The nth root of a function, which can be written as `[f(x)]^(1/n)`.
\[ \sqrt{a^2 - x^2} \]A common radical form suggesting the substitution `x = a sin(θ)`.
\[ \sqrt{a^2 + x^2} \]A common radical form suggesting the substitution `x = a tan(θ)`.
\[ \sqrt{x^2 - a^2} \]A common radical form suggesting the substitution `x = a sec(θ)`.
\[ u = \sqrt{f(x)} \]A direct substitution where a new variable `u` is set to the root expression.
Completing the SquareA technique to rewrite a quadratic `ax^2 + bx + c` under a radical into one of the standard trigonometric substitution forms.
📐

Key Formulas

\[ \int \sqrt[n]{x} \, dx = \int x^{1/n} \, dx = \frac{x^{(1/n)+1}}{(1/n)+1} + C = \frac{n}{n+1}x^{(n+1)/n} + C \]
Power Rule for Simple Roots
\[ \int \frac{1}{\sqrt{x}} \, dx = \int x^{-1/2} \, dx = \frac{x^{1/2}}{1/2} + C = 2\sqrt{x} + C \]
Integral of 1 over Square Root
\[ \int \frac{dx}{\sqrt{a^2 - x^2}} = \arcsin\frac{x}{a} + C \]
Standard Form: Arcsin
\[ \int \frac{dx}{\sqrt{a^2 + x^2}} = \ln\left(x + \sqrt{x^2 + a^2}\right) + C \]
Standard Form: Logarithmic (related to arcsinh)
\[ \int \frac{dx}{\sqrt{x^2 - a^2}} = \ln\left(x + \sqrt{x^2 - a^2}\right) + C \]
Standard Form: Logarithmic (related to arccosh)
\[ \int \sqrt{ax + b} \, dx = \frac{2}{3a}(ax + b)^{3/2} + C \]
Integral of a Linear Radical
🔺

Diagram

x f(x) = sin x F(x) = −cos x ∫sin x dx = −cos x + C ∫cos x dx = sin x + C ∫sec²x dx = tan x + C
Trig Integrals: ∫sin x = −cos x, ∫cos x = sin x. The antiderivative is the trig function shifted by 90° — shown as the dashed green curve above.

Trigonometric substitutions are visualized using right-angled triangles. Each radical form corresponds to a specific triangle setup based on the Pythagorean theorem:

  • For √(a² - x²): The hypotenuse is 'a', the opposite side is 'x', and the adjacent side is √(a² - x²). This corresponds to `sin(θ) = x/a`.
  • For √(a² + x²): The adjacent side is 'a', the opposite side is 'x', and the hypotenuse is √(a² + x²). This corresponds to `tan(θ) = x/a`.
  • For √(x² - a²): The hypotenuse is 'x', the adjacent side is 'a', and the opposite side is √(x² - a²). This corresponds to `sec(θ) = x/a`.
⚙️

Properties

Substitution-Based

The core property of these integrals is that they are solvable by transforming the variable. The choice of substitution is strictly determined by the algebraic form of the expression under the radical.

Transformation to Trigonometric Integrals

Trigonometric substitution converts an algebraic integral involving a radical into an integral of trigonometric functions, which can then be solved using identities and standard trigonometric integration techniques.

Reversibility

The process is fully reversible. After integrating the transformed function, the result must be converted back from the substitution variable (e.g., θ) to the original variable (e.g., x) using the reference triangle.

Dependence on Pythagorean Identities

The success of trigonometric substitution relies entirely on the Pythagorean identities (sin²θ + cos²θ = 1, 1 + tan²θ = sec²θ, sec²θ - 1 = tan²θ) to eliminate the square root.

🔬

Proof

To demonstrate the method, let's derive the standard integral form for an expression containing `√(a² - x²)`. We want to solve `∫ dx / √(a² - x²)`. The strategy is to use a substitution that eliminates the root.

Step 1: Choose the substitution.

Based on the identity `1 - sin²θ = cos²θ`, we choose a substitution that will produce this form.

\[ \text{Let } x = a\sin\theta \]
Substitution

Step 2: Find dx.

Differentiate the substitution with respect to θ.

\[ dx = a\cos\theta \, d\theta \]
Differential

Step 3: Simplify the radical.

Substitute `x = a sin(θ)` into the radical expression.

\[ \sqrt{a^2 - x^2} = \sqrt{a^2 - (a\sin\theta)^2} = \sqrt{a^2(1 - \sin^2\theta)} = \sqrt{a^2\cos^2\theta} = a\cos\theta \]
Radical Elimination

Step 4: Substitute into the integral and solve.

Replace `dx` and `√(a² - x²)` in the original integral.

\[ \int \frac{a\cos\theta \, d\theta}{a\cos\theta} = \int 1 \, d\theta = \theta + C \]
Integration

Step 5: Back-substitute.

Solve the original substitution for θ.

\[ x = a\sin\theta \implies \sin\theta = \frac{x}{a} \implies \theta = \arcsin\left(\frac{x}{a}\right) \]
Back-Substitution

This gives the final result.

\[ \int \frac{dx}{\sqrt{a^2 - x^2}} = \arcsin\left(\frac{x}{a}\right) + C \]
Result
🧮

Worked Example

Evaluate the integral: \[ \int \frac{1}{\sqrt{x^2 + 4x + 13}} \, dx \]
  1. The quadratic under the radical does not fit a standard form. First, complete the square: `x² + 4x + 13 = (x² + 4x + 4) + 9 = (x + 2)² + 3²`.
  2. Rewrite the integral: \[ \int \frac{1}{\sqrt{(x + 2)^2 + 3^2}} \, dx \]
  3. Perform a u-substitution to simplify the expression. Let `u = x + 2`, so `du = dx`.
  4. The integral becomes: \[ \int \frac{1}{\sqrt{u^2 + 3^2}} \, du \]
  5. This is a standard form `∫ du / √(u² + a²)` where `a=3`. The result is `ln|u + √(u² + a²)| + C`.
  6. Substitute `u` and `a` back into the result: `ln|u + √(u² + 9)| + C`.
  7. Finally, substitute `x + 2` back for `u`: `ln|(x + 2) + √((x + 2)² + 9)| + C`.
  8. Simplify the expression under the radical back to its original form: `ln|(x + 2) + √(x² + 4x + 13)| + C`.
\[ \ln|(x + 2) + \sqrt{x^2 + 4x + 13}| + C \]
🚀

Applications

Engineering & Physics

Integrals involving radicals are fundamental for calculating the arc length of curves, such as the length of a suspension bridge cable (`L = ∫√(1 + (f'(x))²) dx`). They are also used to find the surface area of revolved solids, essential in designing objects like nozzles and curved containers.

Fluid Dynamics

Torricelli's law, which describes the speed of fluid flowing out of an orifice, involves a square root of the fluid's height (`v = √2gh`). Integrating this relationship helps determine the time it takes to empty a tank, a crucial calculation in chemical engineering and reservoir management.

Electrical Engineering

Calculating the root-mean-square (RMS) value of an alternating current (AC) signal, a measure of its effective power, requires integrating the square of the signal's function and then taking the square root. This process often leads to integrals solved by these techniques.

Astrodynamics

The equations of motion for celestial bodies under gravity involve radical expressions. Calculating orbital parameters, escape velocities, and travel times for spacecraft often requires solving integrals with square roots.

🌍

Real-World Examples

A suspension bridge cable hangs in the shape of a parabola given by the equation `y = x²/200` for `x` between -100 m and 100 m. Find the length of the cable.
  1. The formula for arc length is `L = ∫[a,b] √(1 + (y')²) dx`.
  2. First, find the derivative: `y' = d/dx (x²/200) = 2x/200 = x/100`.
  3. Set up the integral for the arc length from x = -100 to x = 100: \[ L = \int_{-100}^{100} \sqrt{1 + \left(\frac{x}{100}\right)^2} \, dx \]
  4. This integral is of the form `∫√(a² + u²)`, which requires a trigonometric substitution. Let `x = 100 tan(θ)`. Then `dx = 100 sec²(θ) dθ`.
  5. After substitution and integration, the integral evaluates to: \[ \left[ 50\left( \frac{x}{100} \sqrt{1 + \left(\frac{x}{100}\right)^2} + \ln\left|\frac{x}{100} + \sqrt{1 + \left(\frac{x}{100}\right)^2}\right| \right) \right]_{-100}^{100} \]
  6. Evaluating the definite integral gives the total length of the cable.
The length of the cable is approximately `229.56` meters.
A cylindrical tank with a radius of 4 meters is filled with water. The time it takes to drain the tank through a hole in the bottom is related to the integral `∫ k√y dy`, where `y` is the height of the water. If the effective constant `k` is 0.1 and the initial height is 9 meters, find the value of the integral that represents a factor in the total drain time.
  1. We need to evaluate the definite integral `∫[0,9] 0.1√y dy`.
  2. Rewrite the radical using a fractional exponent: `∫[0,9] 0.1 * y^(1/2) dy`.
  3. Use the power rule for integration: `∫ u^n du = u^(n+1) / (n+1)`.
  4. Integrate the function: `0.1 * [y^(3/2) / (3/2)]` evaluated from 0 to 9.
  5. Simplify the expression: `0.1 * (2/3) * [y^(3/2)]` from 0 to 9.
  6. Evaluate at the limits: `(0.2/3) * [9^(3/2) - 0^(3/2)]`.
  7. Calculate the final value: `(0.2/3) * [27 - 0] = (0.2/3) * 27 = 0.2 * 9 = 1.8`.
The value of the integral is `1.8`.
🏙️

Real-World Scenarios

AC Power (RMS) ½ (avg of sin²) P_avg = (1/T)∫₀ᵀ sin²(ωt)dt = ½ Vrms = Vp/√2
Electrical Engineering — AC Power
Average AC power requires integrating sin²(ωt) over one period — a trig integral using the identity sin²θ = ½(1−cos 2θ). This gives P_avg = V²rms/R and defines the 230V mains RMS value.
Fourier Coefficients aₙ = (2/T)∫f(t)cos(nωt)dt bₙ = (2/T)∫f(t)sin(nωt)dt
Signal Processing — Fourier
Fourier series coefficients are computed as trig integrals: aₙ = (2/T)∫f(t)cos(nωt)dt. These integrals extract how much of each frequency is in a signal — the basis of MP3 audio, JPEG, and 5G modulation.
Pendulum Motion T = 4√(l/g) ∫₀^(π/2) dθ/√(1−k²sin²θ)
Pendulum & Oscillations
The exact pendulum period involves an elliptic integral with a trig integrand — ∫dθ/√(1−k²sin²θ). Clock designers and seismograph engineers use trig integration to correct for large-amplitude pendulum errors.
Architectural Design

Architects designing structures with curved surfaces, such as domes or vaulted ceilings, use surface area calculations that involve radical integrals. This ensures they can accurately estimate the amount of material needed for construction.

Road Construction

Civil engineers designing roads, especially banked curves on highways, use principles of physics that involve radical expressions to determine the optimal angle of the bank for a given speed limit. This ensures vehicles can navigate the curve safely.

Computer Graphics

In 3D modeling and animation, calculating the distance between points or the length of a curved path in virtual space uses formulas derived from the Pythagorean theorem. Rendering realistic lighting and shadows on curved surfaces often involves solving integrals with radicals.

📊

Types and Classification

Integrals involving radicals are classified primarily by the form of the expression under the radical sign. The classification dictates the specific substitution method required for the solution.

Radical FormRequired SubstitutionKey Identity Used
\[ \sqrt{a^2 - x^2} \]\[ x = a\sin\theta \]\[ 1 - \sin^2\theta = \cos^2\theta \]
\[ \sqrt{a^2 + x^2} \]\[ x = a\tan\theta \]\[ 1 + \tan^2\theta = \sec^2\theta \]
\[ \sqrt{x^2 - a^2} \]\[ x = a\sec\theta \]\[ \sec^2\theta - 1 = \tan^2\theta \]
\[ \sqrt{ax+b} \]\[ u = \sqrt{ax+b} \text{ or } u^2 = ax+b \]Algebraic (squaring to eliminate the root)
\[ \sqrt{ax^2+bx+c} \]Complete the square first, then use one of the trigonometric substitutions above.Varies after completing the square.
⚠️

Common Mistakes

⚠️ Forgetting the differential term `dx`. When substituting, for example, `x = a sin(θ)`, you must also substitute for `dx`. A common mistake is to forget that `dx = a cos(θ) dθ`. Omitting the `a cos(θ)` term leads to a completely different and incorrect integral.
⚠️ Incorrect back-substitution. After solving the integral in terms of θ, the answer must be converted back to the original variable `x`. Students often make errors here. It is essential to draw a right triangle based on the initial substitution (e.g., if `sin(θ) = x/a`, draw a triangle to find expressions for `cos(θ)`, `tan(θ)`, etc., in terms of `x`).
💡 Mixing up the trigonometric substitutions. Each of the three main radical forms (`√(a²-x²)`, `√(a²+x²)`, `√(x²-a²)`) has a specific substitution that works. Using the wrong one (e.g., `x = a tan(θ)` for `√(a²-x²)`) will not simplify the radical. Create a mnemonic or table to memorize which substitution pairs with which radical form.
🚀

Study Strategy

1 🧠 Grasp the Fundamentals
  • Review the basic derivatives of all six trigonometric functions, as integration is their inverse.
  • Understand how Pythagorean identities (e.g., sin²x + cos²x = 1) are used to simplify integrands before integrating.
  • Distinguish the strategies for odd powers versus even powers of sine and cosine.
  • Study the logic behind using u-substitution in combination with trigonometric identities, as this is a core technique.
2 🔑 Commit Formulas to Memory
  • Memorize the integrals of the six basic trig functions: ∫sin(x)dx, ∫cos(x)dx, ∫tan(x)dx, ∫cot(x)dx, ∫sec(x)dx, ∫csc(x)dx.
  • Learn the power-reducing formulas for sin²(x) and cos²(x), as they are essential for integrating even powers.
  • Commit the key derivatives to memory: d/dx(tan(x)) = sec²(x) and d/dx(sec(x)) = sec(x)tan(x), which guide substitution choices.
  • Practice recalling the three Pythagorean identities instantly to speed up simplification.
3 ✍️ Solve Diverse Problems
  • Work through the provided 'Worked Example' step-by-step, then cover it and solve it from scratch.
  • Practice problems of the form ∫sinⁿ(x)cosᵐ(x)dx, focusing on the different strategies for odd and even powers.
  • Solve integrals involving secants and tangents, paying close attention to the specific substitution patterns.
  • Review the 'Common Mistakes' section and attempt similar problems to actively avoid those specific errors.
4 🌍 Connect to Real-World Applications
  • Analyze how these integrals are used to find the arc length of a curve or the area of a surface of revolution.
  • Set up the integral for a 'Real-World Scenario' like modeling the periodic motion of a pendulum or an AC circuit.
  • Explore applications in physics, such as calculating the work done by a variable force that follows a sinusoidal pattern.
  • Read about Fourier analysis to see how complex periodic functions are broken down into sine and cosine components that can be integrated.
By systematically understanding, memorizing, practicing, and applying, you can conquer trigonometric integrals and unlock their power in advanced science and engineering.

Frequently Asked Questions

×

×