THE INDEFINITE INTEGRAL AND DIFFERENTIAL EQUATIONS

THE INDEFINITE INTEGRAL AND ANTI-DERIVATIVES

  • Definition 1.1: Antiderivative (Indefinite Integral)     * A function FF is called an antiderivative (also known as indefinite integral) of the function ff on an interval II if F(x)=f(x)F'(x) = f(x) for all xIx \in I.

  • Theorem 1.1: General Form of Antiderivatives     * If FF is a particular antiderivative of ff on an interval II, then every antiderivative of FF is of the form F(x)+CF(x) + C, where CC is an arbitrary constant.     * Any particular antiderivative can be obtained by assigning a particular value for CC.

  • Definition 1.2: Antidifferentiation (Integration)     * Antidifferentiation is an operation that finds all antiderivatives of a function and is denoted by the integral sign \int.     * Suppose F(x)=f(x)F'(x) = f(x) and d(F(x))=f(x)dxd(F(x)) = f(x)dx, then f(x)dx=F(x)+C\int f(x)dx = F(x) + C for any constant CC.     * The Constant of Integration: The constant CC is formally called the constant of integration.     * Nomenclature: The expression f(x)dx\int f(x)dx is read verbally as “integral of f(x)dxf(x)dx”.

BASIC INTEGRATION FORMULAS AND THE POWER RULE

  • Theorem 1.2: The Power Rule For Integration     * Let nn be a rational number such that n1n \neq 1.     * The integral is defined as: xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C for some constant CC.

  • Proof of Theorem 1.2:     * Let F(x)=xn+1n+1+CF(x) = \frac{x^{n+1}}{n+1} + C, for some constant CC.     * Then F(x)=ddx(xn+1n+1+C)F'(x) = \frac{d}{dx} (\frac{x^{n+1}}{n+1} + C).     * Applying linearity and derivative rules: F(x)=1n+1×ddx(xn+1)+ddx(C)F'(x) = \frac{1}{n+1} \times \frac{d}{dx} (x^{n+1}) + \frac{d}{dx} (C).     * F(x)=1n+1×(n+1)x(n+1)1=xnF'(x) = \frac{1}{n+1} \times (n+1)x^{(n+1)-1} = x^n.     * Therefore, xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C.

ADDITIONAL INTEGRATION FORMULAS

  • Basic and Algebraic Formulas:     * dx=x+C\int dx = x + C     * exdx=ex+C\int e^x dx = e^x + C     * dxx=lnx+C\int \frac{dx}{x} = \ln|x| + C, for x0x \neq 0     * axdx=axlna+C\int a^x dx = a^x \ln a + C, for a>0a > 0 and a1a \neq 1

  • Trigonometric Formulas:     * cos(x)dx=sin(x)+C\int \cos(x) dx = \sin(x) + C     * sin(x)dx=cos(x)+C\int \sin(x) dx = -\cos(x) + C     * sec2(x)dx=tan(x)+C\int \sec^2(x) dx = \tan(x) + C     * csc2(x)dx=cot(x)+C\int \csc^2(x) dx = -\cot(x) + C     * sec(x)tan(x)dx=sec(x)+C\int \sec(x) \tan(x) dx = \sec(x) + C     * csc(x)cot(x)dx=csc(x)+C\int \csc(x) \cot(x) dx = -\csc(x) + C

  • Logarithmic Trigonometric Integrals:     * tan(x)dx=lnsec(x)+C\int \tan(x) dx = \ln|\sec(x)| + C     * cot(x)dx=lnsin(x)+C\int \cot(x) dx = \ln|\sin(x)| + C     * sec(x)dx=lnsec(x)+tan(x)+C\int \sec(x) dx = \ln|\sec(x) + \tan(x)| + C     * csc(x)dx=lncsc(x)cot(x)+C\int \csc(x) dx = \ln|\csc(x) - \cot(x)| + C

PROPERTIES OF THE INDEFINITE INTEGRAL

  • Theorem 1.3: Linearity of the Integral     * Let ff and gg be functions.     * Constant Multiple Rule: cf(x)dx=cf(x)dx\int cf(x)dx = c \int f(x) dx, for any constant cc.     * Sum Rule: [f(x)+g(x)]dx=f(x)dx+g(x)dx\int [f(x) + g(x)] dx = \int f(x) dx + \int g(x) dx.

  • Proof of Theorem 1.3:     * Let FF and GG be antiderivatives of ff and gg, respectively (F(x)=f(x)F'(x) = f(x) and G(x)=g(x)G'(x) = g(x)).     * Equivalently, f(x)dx=F(x)+C1\int f(x) dx = F(x) + C_1 and g(x)dx=G(x)+C2\int g(x) dx = G(x) + C_2.     * For the constant multiple rule: ddx(cf(x)dx)=cddx(F(x)+C1)=cF(x)=cf(x)\frac{d}{dx} (c \int f(x) dx) = c \frac{d}{dx} (F(x) + C_1) = cF'(x) = cf(x). Thus, cf(x)dx=cf(x)dx\int cf(x)dx = c \int f(x) dx.     * For the sum rule: ddx(f(x)dx+g(x)dx)=ddx(F(x)+G(x)+C1+C2)=F(x)+G(x)=f(x)+g(x)\frac{d}{dx} (\int f(x) dx + \int g(x) dx) = \frac{d}{dx} (F(x) + G(x) + C_1 + C_2) = F'(x) + G'(x) = f(x) + g(x). Thus, [f(x)+g(x)]dx=f(x)dx+g(x)dx\int [f(x) + g(x)] dx = \int f(x) dx + \int g(x) dx.

  • Generalized Extension:     * If f1,f2,,fnf_1, f_2, \dots, f_n are functions on the same interval, then for any constants c1,c2,,cnc_1, c_2, \dots, c_n:     * [c1f1(x)+c2f2(x)++cnfn(x)]dx=c1f1(x)dx+c2f2(x)dx++cnfn(x)dx\int [c_1f_1(x) + c_2f_2(x) + \dots + c_nf_n(x)] dx = c_1 \int f_1(x)dx + c_2 \int f_2(x)dx + \dots + c_n \int f_n(x)dx.

THE INTEGRAL OF A COMPOSITE FUNCTION AND THE CHAIN RULE

  • Theorem 1.4: Composite Function Rule     * Let gg be a differentiable function with range as an interval II. Suppose ff is defined on II and FF is an antiderivative of ff on II.     * The rule states: f(g(x))g(x)dx=F(g(x))+C\int f(g(x))g'(x)dx = F(g(x)) + C.

  • Proof of Theorem 1.4:     * By the chain rule of differentiation: ddxF(g(x))=F(g(x))g(x)\frac{d}{dx} F(g(x)) = F'(g(x))g'(x).     * Since F(x)=f(x)F'(x) = f(x), we substitute g(x)g(x) to find ddxF(g(x))=f(g(x))g(x)\frac{d}{dx} F(g(x)) = f(g(x))g'(x).     * Therefore, f(g(x))g(x)dx=F(g(x))+C\int f(g(x))g'(x) dx = F(g(x)) + C.

STEPS FOR SOLVING INTEGRALS OF COMPOSITE FUNCTIONS

  • STEP 1: Determine the outer function f(x)f(x) and the inner function g(x)g(x).
  • STEP 2: Find an antiderivative of the outer function f(x)f(x) with the constant of integration equal to 00.
  • STEP 3: Explicitly solve for the composite expression f(g(x))f(g(x)) and the derivative of the inner function g(x)g'(x).
  • STEP 4: Rewrite the original integral so it contains the form f(g(x))g(x)dx\int f(g(x))g'(x)dx.
  • STEP 5: Apply Theorem 1.4 to find the final result.

EXAMPLES: SOLVING COMPOSITE FUNCTION INTEGRALS

  • Example 1: 20x(x2+1)9dx\int 20x(x^2 + 1)^9 dx     * STEP 1: Let f(x)=x9f(x) = x^9 and g(x)=x2+1g(x) = x^2 + 1.     * STEP 2: Antiderivative of f(x)f(x) is F(x)=x9dx=110x10F(x) = \int x^9 dx = \frac{1}{10}x^{10}.     * STEP 3: f(g(x))=f(x2+1)=(x2+1)9f(g(x)) = f(x^2 + 1) = (x^2 + 1)^9; and g(x)=ddx(x2+1)=2xg'(x) = \frac{d}{dx}(x^2 + 1) = 2x.     * STEP 4: 20x(x2+1)9dx=10(x2+1)9(2x)dx=10f(g(x))g(x)dx\int 20x(x^2 + 1)^9 dx = 10 \int (x^2 + 1)^9 (2x) dx = 10 \int f(g(x))g'(x)dx.     * STEP 5: 10[F(g(x))+C1]=10[110(x2+1)10]+C=(x2+1)10+C10 [F(g(x)) + C_1] = 10 [\frac{1}{10}(x^2 + 1)^{10}] + C = (x^2 + 1)^{10} + C.

  • Example 2: (3sin(3x2))dx\int (-3 \sin(3x - 2)) dx     * STEP 1: Let f(x)=sin(x)f(x) = \sin(x) and g(x)=3x2g(x) = 3x - 2.     * STEP 2: Antiderivative of f(x)f(x) is F(x)=sin(x)dx=cos(x)F(x) = \int \sin(x) dx = -\cos(x).     * STEP 3: f(g(x))=sin(3x2)f(g(x)) = \sin(3x - 2); and g(x)=ddx(3x2)=3g'(x) = \frac{d}{dx}(3x - 2) = 3.     * STEP 4: (3sin(3x2))dx=sin(3x2)(3)dx=f(g(x))g(x)dx\int (-3 \sin(3x - 2)) dx = -\int \sin(3x - 2)(3) dx = -\int f(g(x))g'(x)dx.     * STEP 5: $-[F(g(x)) + C_1] = -(-\cos(3x - 2)) + C = \cos(3x - 2) + C.\n\n* **Example 3: \int e^{5x} dx**\n    * **STEP 1:** Let f(x) = e^xandandg(x) = 5x.\n    * **STEP 2:** Antiderivative of f(x)isisF(x) = \int e^x dx = e^x.\n    * **STEP 3:** f(g(x)) = e^{5x};and; andg'(x) = \frac{d}{dx}(5x) = 5.\n    * **STEP 4:** \int e^{5x} dx = \frac{1}{5} \int e^{5x}(5) dx = \frac{1}{5} \int f(g(x))g'(x)dx.\n    * **STEP 5:** \frac{1}{5} [F(g(x)) + C_1] = \frac{1}{5}e^{5x} + C.\n\n# DIFFERENTIAL EQUATIONS\n\n* **Definition 1.3: Differential Equation**\n    * An equation containing a function and its derivatives, or just derivatives, is called a differential equation.\n    * **Examples:**\n        1. \frac{df}{dx} = 2x\n        2. \frac{df}{dx} = \frac{2x^2}{3f^3}\n        3. 3 \frac{d^2 f}{dx^2} + 2 \frac{df}{dx} = f\n\n* **Definition of a Solution:**\n    * A solution to a differential equation is a function f(x)thatsatisfiestheequationforallpossiblevaluesofthevariablethat satisfies the equation for all possible values of the variablex.\n\n# SOLVING DIFFERENTIAL EQUATIONS\n\n* **Problem 1: Solve 3 \frac{df}{dx} = 2x**\n    * **Step 1:** Separate terms in ffromtermsinfrom terms inx::3 df = 2x dx.\n    * **Step 2:** Integrate both sides: 3 \int df = 2 \int x dx.\n    * **Step 3:** Solve the left side: 3 \int df = 3f + C_1.\n    * **Step 4:** Solve the right side: 2 \int x dx = x^2 + C_2.\n    * **Final Solution:** 3f = x^2 + Cororf(x) = \frac{x^2 + C}{2}.\n\n* **Problem 2: Solve \frac{df}{dx} = \frac{2 + 3x^2}{f - 1}**\n    * **Step 1:** Separate terms in ffromtermsinfrom terms inx::(f - 1) df = (2 + 3x^2) dx.\n    * **Step 2:** Integrate both sides: \int (f - 1) df = \int (2 + 3x^2) dx.\n    * **Step 3:** Solve the left side: \int (f - 1) df = \int f df - \int df = \frac{1}{2}f^2 - f + C_1.\n    * **Step 4:** Solve the right side: \int (2 + 3x^2) dx = 2 \int dx + 3 \int x^2 dx = 2x + x^3 + C_2.\n    * **Final Solution:** \frac{1}{2}f^2 - f = 2x + x^3 + C$$.

REFERENCES

  • Leithold, L. (1996), The calculus 7. Singapore: Addison Wesley Longman, Inc.
  • Minton, R. & Smith, R. (2016). Basic calculus. Philippines: McGraw Hill Education.