math-1109 MATH-1109 Differential and Integral Calculus

Comprehensive Note on Integration


I. Indefinite Integration Techniques (Standard Forms and Substitutions)

A. Integrals Involving Linear and Quadratic Terms Under a Radical

FormSuggested SubstitutionSource Examples/Type
Let Type where factors are and .
Let Type .
Let Type .

B. Integrals Involving Rational Functions of Trigonometry

  1. Tangent Half-Angle Substitution (Universal Substitution): For integrals of the form or similar forms involving or in the denominator, the substitution involves expressing trigonometric functions in terms of .

    • Example: .
    • Substitution: Let . This implies and .
  2. Derivative-Based Decomposition (Linear/Linear Trigonometric Form): For integrals of the form , the numerator is expressed as a linear combination of the denominator and its derivative:

    • Example: .
    • By equating coefficients, one finds and . This allows the integral to be split into two parts: a simple integration of and an integral of the form , resulting in .

C. Other Suggested Substitutions

  • Type : Suggested substitution: Let .
  • Type : Suggested substitution: Let .

II. Definite Integration

A. General Properties of Definite Integral

  1. The value of a definite integral is independent of the variable of integration:
  2. Reversing the limits of integration changes the sign of the integral:
  3. The integral can be split over an intermediate point ():
  4. The property can be transformed using the difference between the limit and the variable:
  5. If (periodicity), then:

B. Wallis’s Theorem

Wallis’s Theorem provides a shortcut for evaluating definite integrals of powers of or from to :

  • When is even: The result involves factors of , , .
  • When is odd: The result involves factors of , , .

III. Reduction Formulas

Reduction formulas allow an integral of power () to be expressed in terms of an integral of a lower power ().

  1. For (): (The source also states ).

  2. For ():

  3. For (): The reduction formula is derived by integration by parts multiple times, resulting in being defined recursively in terms of : $$ 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)$) ---