I. Indefinite Integration Techniques (Standard Forms and Substitutions)
A. Integrals Involving Linear and Quadratic Terms Under a Radical
Form
Suggested Substitution
Source Examples/Type
β«(xβΞ±)(Ξ²βx)βdxβ
Let xβΞ±=z2
Type (linear)(linear)βdxβ where factors are (xβΞ±) and (Ξ²βx).
β«(ax+b)cx+dβdxβ
Let cx+d=z2
Type (linear)linearβdxβ.
β«ax2+bx+cΞ²x+Ξ±βdxβ
Let Ξ²x+Ξ±=z2
Type (quadratic)linearβdxβ.
B. Integrals Involving Rational Functions of Trigonometry
Tangent Half-Angle Substitution (Universal Substitution): For integrals of the form β«a+bsinxdxβ or similar forms involving sinx or cosx in the denominator, the substitution involves expressing trigonometric functions in terms of t=tan(x/2).
Example:β«5β13sinxdxβ.
Substitution: Let tan2xβ=z. This implies dx=1+z22dzβ and sinx=1+z22zβ.
Derivative-Based Decomposition (Linear/Linear Trigonometric Form): For integrals of the form β«Csinx+DcosxAsinx+Bcosxβdx, the numerator is expressed as a linear combination of the denominator and its derivative: Numerator=m(Denominator)+n(DerivativeΒ ofΒ Denominator)
Example:β«3sinx+4cosx2sinx+3cosxβdx.
By equating coefficients, one finds m=2518β and n=251β. This allows the integral to be split into two parts: a simple integration of mβ«dx and an integral of the form nβ«f(x)fβ²(x)βdx, resulting in nlnβ£f(x)β£.
C. Other Suggested Substitutions
Type β«Px+qax2+bx+cβdxβ: Suggested substitution: Let Px+q=z1β.
Type β«(Px2+q)ax2+bβdxβ: Suggested substitution: Let x=z1β.
II. Definite Integration
A. General Properties of Definite Integral
The value of a definite integral is independent of the variable of integration: β«abβf(x)dx=β«abβf(z)dz
Reversing the limits of integration changes the sign of the integral: β«abβf(x)dx=ββ«baβf(x)dx
The integral can be split over an intermediate point c (aβ€cβ€b): β«abβf(x)dx=β«acβf(x)dx+β«cbβf(x)dx
The property β«0aβf(x)dx can be transformed using the difference between the limit and the variable: β«0aβf(x)dx=β«0aβf(aβx)dx
If f(T+x)=f(x) (periodicity), then: β«0naβf(x)dx=nβ«0aβf(x)dx
B. Wallisβs Theorem
Wallisβs Theorem provides a shortcut for evaluating definite integrals of powers of sinx or cosx from 0 to Ο/2: β«0Ο/2βsinnxdx=β«0Ο/2βcosnxdx
When n is even: The result involves factors of nnβ1β, nβ2nβ3β, nβ4nβ5β,β¦,43β,21β,2Οβ.
When n is odd: The result involves factors of nnβ1β, nβ2nβ3β, nβ4nβ5β,β¦,54β,32β,1.
III. Reduction Formulas
Reduction formulas allow an integral of power n (Inβ) to be expressed in terms of an integral of a lower power (Inβ2β).
For β«sinnxdx (Inβ):Inβ=nβsinnβ1xcosxβ+nnβ1βInβ2β (The source also states β«0Ο/2βsinnxdx=nnβ1βInβ2β).
For β«tannxdx (Inβ):Inβ=nβ1tannβ1xββInβ2β
For β«eaxcosnxdx (Inβ): The reduction formula is derived by integration by parts multiple times, resulting in Inβ being defined recursively in terms of Inβ2β: $$
I_n = \frac{a^2}{a^2 + n^2} \left{ (\cdots) + \frac{n(n-1)}{a^2} I_{n-2} \right}
(Note: The first part of the expression, denoted as $(\cdots)$ or $(1)$ in the source, is the terms derived from the integration by parts boundary terms).
4. **For $\int \sin^m x \cos^n x dx$ ($I_{m, n}$):** The source provides a relationship reducing $n$ to $n-2$: $$I_{m, n} = \frac{n-1}{m+n} I_{m, n-2} + \frac{\cos^{n-1} x \sin^{m+1} x}{m+n}$$
---
### IV. Beta and Gamma Functions
<sup>These are defined as Eulerian integrals and are crucial for solving specific definite integrals. Both functions are defined only for positive values of their parameters ($m>0, n>0$).</sup>
#### A. Beta Function ($\text{B}(m, n)$)
The Beta function is known as the **First Eulerian integral**. **Definition:** $$\text{B}(m, n) = \int_{0}^{1} x^{m-1} (1-x)^{n-1} dx$$
**Alternative Forms:**
1. $\text{B}(m, n) = \int_{0}^{\infty} \frac{y^{m-1}}{(1+y)^{m+n}} dy$
2. $\text{B}(m, n) = \int_{0}^{\infty} \frac{y^{n-1}}{(1+y)^{m+n}} dy$
3. $\text{B}(m, n) = 2 \int_{0}^{\pi/2} \sin^{2m-1} \theta \cos^{2n-1} \theta d\theta$
#### B. Gamma Function ($\Gamma(n)$)
The Gamma function is known as the **Second Eulerian integral**. **Definition:** $$\Gamma(n) = \int_{0}^{\infty} e^{-x} x^{n-1} dx$$
**Properties of Gamma Function:**
1. $\Gamma(n+1) = n!$ (If $n$ is a positive integer)
2. $\Gamma(n+1) = n \Gamma(n)$
3. $\Gamma(1) = 1$
4. $\Gamma(n) \Gamma(1-n) = \frac{\pi}{\sin(n\pi)}$ (Note: The term for $\pi$ is partially obscured in the source but is implied by the structure $\frac{\pi}{\sin(\cdots)}$).
#### C. Relation between Beta and Gamma Functions
$$\text{B}(m, n) = \frac{\Gamma(m) \Gamma(n)}{\Gamma(m+n)}$$
**Key Formula Derived:** $$\int_{0}^{\pi/2} \sin^p \theta \cos^q \theta d\theta = \frac{\Gamma\left(\frac{p+1}{2}\right) \Gamma\left(\frac{q+1}{2}\right)}{2 \Gamma\left(\frac{p+q+2}{2}\right)}$$
---
### V. Applications of Integration
Integration is used to calculate geometric properties of curves, including Area, Length, and Volume/Surface Area of Revolution.
#### A. Area (Rectangular Coordinates)
- **Area bounded by $y=f(x)$ and the $x$-axis** between ordinates $x=a$ and $x=b$: $$\text{Area} = \int_{a}^{b} f(x) dx \quad \text{or} \quad \int_{a}^{b} y dx$$
- **Area bounded by $x=f(y)$ and the $y$-axis** between $y=a$ and $y=b$: $$\text{Area} = \int_{a}^{b} f(y) dy$$
- **Symmetry Tip:** A curve is symmetric along the $x$-axis if the function of $y$ has an even power (i.e., $y$ occurs as $y^2, y^4$, etc.).
#### B. Length (Arc Length of Curves)
The formula for arc length depends on the form of the curve definition:
|Curve Form|Arc Length Formula ($L$) (from $a$ to $b$)|
|:--|:--|
|**Explicit ($y=f(x)$)**|$$L = \int_{a}^{b} \sqrt{1 + \left(\frac{dy}{dx}\right)^2} dx$$|
|**Explicit ($x=f(y)$)**|$$L = \int_{a}^{b} \sqrt{1 + \left(\frac{dx}{dy}\right)^2} dy$$|
|**Parametric ($x=f(t), y=\Phi(t)$)**|$$L = \int_{a}^{b} \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} dt$$|
|**Polar ($r=f(\theta)$)**|$$L = \int_{\alpha}^{\beta} \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2} d\theta$$|
#### C. Volume of Revolution
This table summarizes the formulas used to calculate the volume of a solid generated by revolving a curve defined by $r=f(\theta)$, $y=f(x)$, or $x=f(y)$ around a specific axis. The integral must be evaluated between the defined limits, $x=a$ to $x=b$, $y=a$ to $y=b$, or $\theta=\alpha$ to $\theta=\beta$.
| Axis of Revolution | Curve Form | Volume Formula ($V$) |
| :------------------------------------ | :--------------------- | :------------------------------------------------------------------- |
| **$x$-axis** | $y=f(x)$ (Rectangular) | $$V = \int_{a}^{b} \pi y^2 dx$$ |
| **$y$-axis** | $x=f(y)$ (Rectangular) | $V = \int_{a}^{b} \pi x^2 dy$ |
| **Initial line ($OX$ or $\theta=0$)** | $r=f(\theta)$ (Polar) | $$V = \int_{\alpha}^{\beta} \frac{2\pi}{3} r^3 \sin \theta d\theta$$ |
| **Axis $OY$ or $\theta=\pi/2$** | $r=f(\theta)$ (Polar) | $V = \int_{\alpha}^{\beta} \frac{2\pi}{3} r^3 \cos \theta d\theta$ |
#### D. Surface Area of Revolution
| Axis of Revolution | Curve Form | Surface Area Formula ($S$) | Relevant Arc Length Definitions ($ds$) |
| :---------------------------- | :--------------------- | :------------------------------------------------------------ | :------------------------------------------------------------------------------------------------------------------------------------------------ |
| **$x$-axis** | $y=f(x)$ or Parametric | $S = \int_{a}^{b} 2\pi y ds$ | $\frac{ds}{dx} = \sqrt{1 + \left(\frac{dy}{dx}\right)^2}$ or $\frac{ds}{dt} = \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2}$ |
| **$y$-axis** | $x=f(y)$ | $S = \int_{a}^{b} 2\pi x ds$ | $ds = \sqrt{1 + \left(\frac{dx}{dy}\right)^2} dy$ (implied by context) |
| **Initial line ($\theta=0$)** | $r=f(\theta)$ (Polar) | $S = \int_{\alpha}^{\beta} 2\pi y \frac{ds}{d\theta} d\theta$ | $y = r \sin \theta$ and $\frac{ds}{d\theta} = \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2}$ |
**Definition of $ds$:**
- $ds = \sqrt{1 + \left(\frac{dy}{dx}\right)^2} dx$
- $ds = \sqrt{\left(\frac{dx}{dt}\right)^2 + \left(\frac{dy}{dt}\right)^2} dt$ (for parametric $x=f(t), y=\Phi(t)$)
- $\frac{ds}{d\theta} = \sqrt{r^2 + \left(\frac{dr}{d\theta}\right)^2}$ (for polar $r=f(\theta)$)
---