• Nakafa

    Nakafa

    Learn free and with quality.
Subject
    • Grade 10
    • Grade 11
    • Grade 12
Exercises
Holy
  • Quran
Articles
  • Politics
  • Community
  • About

Command Palette

Search for a command to run...

Integrals

Properties of Indefinite Integral

Power Rule

This is one of the most basic and important rules in integration. If you encounter an integral in power form, use this formula:

∫xn dx=1n+1xn+1+C,where n≠−1\int x^n \, dx = \frac{1}{n+1}x^{n+1} + C, \quad \text{where } n \neq -1∫xndx=n+11​xn+1+C,where n=−1

Simply put, add one to the exponent, then divide by that new exponent.

For example, let's solve ∫x5 dx\int x^5 \, dx∫x5dx.

Here, n=5n=5n=5, so:

∫x5 dx=15+1x5+1+C\int x^5 \, dx = \frac{1}{5+1}x^{5+1} + C∫x5dx=5+11​x5+1+C
=16x6+C= \frac{1}{6}x^6 + C=61​x6+C

Constant Multiple Rule

If the function to be integrated has a coefficient or constant, you can "pull" that constant out of the integral to simplify the calculation.

∫a⋅f(x) dx=a∫f(x) dx\int a \cdot f(x) \, dx = a \int f(x) \, dx∫a⋅f(x)dx=a∫f(x)dx

Remember, a is a constant number. This property is very useful for simplifying an integral before solving it.

Sum and Difference Rule

What if we have to integrate two functions that are added or subtracted? Easy, we can separate them into two different integrals.

∫[f(x)±g(x)] dx=∫f(x) dx±∫g(x) dx\int [f(x) \pm g(x)] \, dx = \int f(x) \, dx \pm \int g(x) \, dx∫[f(x)±g(x)]dx=∫f(x)dx±∫g(x)dx

For example, to solve ∫(x4−x3) dx\int (x^4 - x^3) \, dx∫(x4−x3)dx, we first separate them:

∫(x4−x3) dx=∫x4 dx−∫x3 dx\int (x^4 - x^3) \, dx = \int x^4 \, dx - \int x^3 \, dx∫(x4−x3)dx=∫x4dx−∫x3dx
=(14+1x5)−(13+1x4)+C= \left( \frac{1}{4+1}x^5 \right) - \left( \frac{1}{3+1}x^4 \right) + C=(4+11​x5)−(3+11​x4)+C
=15x5−14x4+C= \frac{1}{5}x^5 - \frac{1}{4}x^4 + C=51​x5−41​x4+C

Don't forget to add only one constant C at the end. Technically, each integral would produce its own constant (e.g., C1C_1C1​ and C2C_2C2​). However, since all these constants are of an indeterminate value, their sum or difference will also result in a new indeterminate constant. Therefore, we just write it as a single C at the end.

Substitution Rule

For integrals that look complicated, like the product of two functions where one is the derivative of the other (or a multiple of it), we can use the substitution rule. The basic idea is to simplify the integral by replacing part of the function with a new variable, usually u.

∫f(g(x))⋅g′(x) dx=∫f(u) du\int f(g(x)) \cdot g'(x) \, dx = \int f(u) \, du∫f(g(x))⋅g′(x)dx=∫f(u)du

This is often called u-substitution. This method is very powerful for solving complex integrals.

Exercises

  1. Find the result of ∫6x2 dx\int 6x^2 \, dx∫6x2dx!
  2. Find the result of ∫(3x2+2x−5) dx\int (3x^2 + 2x - 5) \, dx∫(3x2+2x−5)dx!
  3. Solve the integral ∫2x(x2+3)4 dx\int 2x(x^2 + 3)^4 \, dx∫2x(x2+3)4dx using the substitution rule!

Answer Key

  1. To solve ∫6x2 dx\int 6x^2 \, dx∫6x2dx, we can use the Constant Multiple Rule and the Power Rule.

    Step 1: Pull the constant 6 out of the integral.

    ∫6x2 dx=6∫x2 dx\int 6x^2 \, dx = 6 \int x^2 \, dx∫6x2dx=6∫x2dx

    Step 2: Use the power rule on ∫x2 dx\int x^2 \, dx∫x2dx, where n=2n=2n=2.

    6(12+1x2+1)+C6 \left( \frac{1}{2+1}x^{2+1} \right) + C6(2+11​x2+1)+C
    =6(13x3)+C= 6 \left( \frac{1}{3}x^3 \right) + C=6(31​x3)+C

    Step 3: Multiply the constants to get the final result.

    =2x3+C= 2x^3 + C=2x3+C
  2. For the integral ∫(3x2+2x−5) dx\int (3x^2 + 2x - 5) \, dx∫(3x2+2x−5)dx, we use the Sum and Difference Rule to break it down into three separate integrals.

    Step 1: Separate each term into its own integral.

    ∫3x2 dx+∫2x dx−∫5 dx\int 3x^2 \, dx + \int 2x \, dx - \int 5 \, dx∫3x2dx+∫2xdx−∫5dx

    Step 2: Solve each integral one by one using the power and constant rules.

    =3(13x3)+2(12x2)−5x+C= 3\left(\frac{1}{3}x^3\right) + 2\left(\frac{1}{2}x^2\right) - 5x + C=3(31​x3)+2(21​x2)−5x+C
    =x3+x2−5x+C= x^3 + x^2 - 5x + C=x3+x2−5x+C

    So, the answer is x3+x2−5x+Cx^3 + x^2 - 5x + Cx3+x2−5x+C.

  3. The integral ∫2x(x2+3)4 dx\int 2x(x^2 + 3)^4 \, dx∫2x(x2+3)4dx is a classic example for the Substitution Rule.

    Step 1: Choose a part of the function to be uuu. A good choice is the part inside the parentheses.

    Let: u=x2+3u = x^2 + 3u=x2+3.

    Step 2: Find the derivative of uuu with respect to xxx, which is du/dxdu/dxdu/dx.

    dudx=2x\frac{du}{dx} = 2xdxdu​=2x

    From this, we can write du=2x dxdu = 2x \, dxdu=2xdx.

    Step 3: Perform the substitution. Replace x2+3x^2+3x2+3 with uuu and 2x dx2x \, dx2xdx with dududu.

    ∫(x2+3)4(2x dx)=∫u4 du\int (x^2 + 3)^4 (2x \, dx) = \int u^4 \, du∫(x2+3)4(2xdx)=∫u4du

    Step 4: Solve the simplified integral using the power rule.

    ∫u4 du=15u5+C\int u^4 \, du = \frac{1}{5}u^5 + C∫u4du=51​u5+C

    Step 5: Substitute uuu back to its original form.

    =15(x2+3)5+C= \frac{1}{5}(x^2 + 3)^5 + C=51​(x2+3)5+C

    This is the final result.

Previous

Definition of Indefinite Integral

Next

Riemann Sum

  • Properties of Indefinite IntegralMaster indefinite integral rules: power rule, constant multiples, sum/difference rules, and u-substitution techniques with step-by-step examples.
On this page
  • Power Rule
  • Constant Multiple Rule
  • Sum and Difference Rule
  • Substitution Rule
  • Exercises
    • Answer Key
  • Comments
  • Report
  • Source code