
Integration Rules Formula List with Step by Step Solved Examples
The concept of Integration Rules plays a key role in mathematics and is widely applicable to both real-life situations and exam scenarios. If you’re preparing for board exams or competitive tests like JEE, knowing the main rules of integration will help you solve problems faster and avoid mistakes. Let’s learn how these rules work, their formulas, and see them in action.
What Is Integration Rules?
Integration Rules are key formulas and shortcuts used to find the integrals of different mathematical functions. You’ll find this concept applied in areas such as calculus, physics (finding area and volume), and engineering calculations. These rules make integration much easier by providing templates you can apply to various types of functions instead of working from scratch each time.
Key Formula for Integration Rules
Here’s the standard formula:
\( \int x^n\, dx = \frac{x^{n+1}}{n+1} + C \), where \( n \neq -1 \)
Other important rules include:
1. Sum Rule: \( \int [f(x) + g(x)]\, dx = \int f(x)\, dx + \int g(x)\, dx \)
2. Constant Multiple Rule: \( \int a\cdot f(x)\, dx = a\int f(x)\, dx \)
3. Difference Rule: \( \int [f(x) - g(x)]\, dx = \int f(x)\, dx - \int g(x)\, dx \)
Common Integration Rules at a Glance
| Rule | Formula |
|---|---|
| Constant Rule | \( \int a\, dx = a x + C \) |
| Power Rule | \( \int x^n\, dx = \frac{x^{n+1}}{n+1} + C \) (n ≠ -1) |
| Sum Rule | \( \int [f(x)+g(x)]\, dx = \int f(x)\, dx + \int g(x)\, dx \) |
| Difference Rule | \( \int [f(x)-g(x)]\, dx = \int f(x)\, dx - \int g(x)\, dx \) |
| Constant Multiple Rule | \( \int a \cdot f(x)\, dx = a\int f(x)\, dx \) |
| Exponential Rule | \( \int e^x\, dx = e^x + C \) |
| Trigonometric (e.g. sine, cosine) | \( \int \sin x\, dx = -\cos x + C \), \( \int \cos x\, dx = \sin x + C \) |
Why Do We Need Integration Rules?
Integration rules are shortcuts that allow you to find the antiderivative quickly instead of working out every problem from the start. In exams, time is short, so knowing these rules well helps you avoid basic mistakes. They work hand in hand with differentiation rules and are the foundation for solving definite and indefinite integral problems.
Step-by-Step Illustration
- Start with the problem: \( \int (3x^2 + 4)\, dx \)
Use the Sum Rule: \( \int 3x^2\, dx + \int 4\, dx \)
- Apply the Constant Multiple and Power Rule to \( 3x^2 \)
\( 3 \int x^2\, dx = 3 \times \frac{x^{3}}{3} = x^3 \)
- Apply the Constant Rule to \( 4 \)
\( 4\int dx = 4x \)
- Combine results:
Final answer: \( x^3 + 4x + C \)
Speed Trick or Vedic Shortcut
Here’s a quick trick: For \( \int ax^n dx \), simply add 1 to the power and divide by the new power. Multiply by the constant at the start. This trick is invaluable with indefinite integrals under time pressure.
Example Trick: Integrate \( 7x^4 \):
- Add 1 to the power: 4 + 1 = 5
- Divide by the new power: \( 7/5 \)
- Write \( x^5 \) with it: \( \frac{7x^5}{5} \)
- Don’t forget +C!
Such rules are featured in Vedantu study resources and used by toppers to save crucial time in the JEE and NEET exams.
Try These Yourself
- Integrate \( \int (2x^3 - 5x) dx \)
- Find the indefinite integral of \( 6 \cos x \)
- What is \( \int \frac{1}{x} dx \)?
- Use the Sum Rule for \( \int(x^2 + x + 1)dx \)
Frequent Errors and Misunderstandings
- Forgetting to add +C (the constant of integration)
- Applying rules for differentiation instead of integration
- Using the power rule incorrectly for \( n = -1 \)—remember, \( \int \frac{1}{x}dx = \ln|x| + C \) (not the power rule!)
- Not splitting the sum/difference before integrating
Relation to Other Concepts
The idea of integration rules connects closely with topics such as integration by parts and definite integrals. If you know these well, you’ll also do better with substitution and partial fraction decomposition, which are important for higher-level calculus and problems in board exams.
Classroom Tip
A quick way to remember integration rules: “Sum and difference, treat them apart—Constants out front, and powers depart!” Visual tables and color-coded formula sheets (as on Vedantu) keep these rules fresh in students’ minds for exams.
We explored Integration Rules—from definition, formula, examples, mistakes, and how they relate to other subjects. Practice these steps, and use Vedantu’s worksheets and live classes to become speedy and accurate in integration. You can also check the Integration overview or review Indefinite Integrals for more detailed examples and resources.
FAQs on Integration Rules in Calculus with Clear Formulas and Applications
1. What are the basic integration rules in calculus?
The basic integration rules include the power rule, constant rule, sum/difference rule, and constant multiple rule. These rules help you find antiderivatives efficiently.
- Power Rule: ∫xn dx = xn+1/(n+1) + C, n ≠ −1
- Constant Rule: ∫k dx = kx + C
- Constant Multiple Rule: ∫k f(x) dx = k ∫f(x) dx
- Sum/Difference Rule: ∫[f(x) ± g(x)] dx = ∫f(x) dx ± ∫g(x) dx
2. What is the power rule for integration?
The power rule for integration states that ∫xn dx = xn+1/(n+1) + C for any real number n ≠ −1.
- Add 1 to the exponent: n → n + 1
- Divide by the new exponent
- Add the constant of integration C
- Example: ∫x3 dx = x4/4 + C
3. Why do we add a constant C in integration?
We add + C because the derivative of any constant is zero, so indefinite integrals represent a family of functions.
- If F′(x) = f(x), then ∫f(x) dx = F(x) + C
- Example: Since d/dx (x2 + 5) = 2x,
- ∫2x dx = x2 + C
4. What is the integral of 1/x?
The integral of 1/x is ln|x| + C, not obtained using the power rule.
- ∫(1/x) dx = ln|x| + C
- This is a special case because the power rule does not apply when n = −1
- The absolute value ensures the result is defined for x < 0 and x > 0
5. How do you integrate exponential functions?
To integrate exponential functions, use standard formulas for e and ax.
- ∫ex dx = ex + C
- ∫ax dx = ax/ln(a) + C, where a > 0, a ≠ 1
- Example: ∫2x dx = 2x/ln(2) + C
6. What are the basic trigonometric integration rules?
The basic trigonometric integration rules give standard antiderivatives of sine, cosine, and related functions.
- ∫sin x dx = −cos x + C
- ∫cos x dx = sin x + C
- ∫sec2x dx = tan x + C
- ∫1/(1 + x2) dx = tan−1x + C
7. What is the difference between definite and indefinite integrals?
An indefinite integral gives a general antiderivative with +C, while a definite integral gives a numerical value representing area.
- Indefinite: ∫f(x) dx = F(x) + C
- Definite: ∫ab f(x) dx = F(b) − F(a)
- Definite integrals use limits of integration and do not include +C
8. How do you integrate a sum of functions?
To integrate a sum, apply the sum rule of integration and integrate each term separately.
- ∫[f(x) + g(x)] dx = ∫f(x) dx + ∫g(x) dx
- Example: ∫(x2 + 3x) dx
- = x3/3 + 3x2/2 + C
- = x3/3 + 3x2/2 + C
9. What is the constant multiple rule in integration?
The constant multiple rule states that a constant can be factored outside the integral.
- ∫k f(x) dx = k ∫f(x) dx
- Example: ∫5x2 dx = 5 ∫x2 dx
- = 5(x3/3) + C
- = 5x3/3 + C
10. What are common mistakes to avoid when using integration rules?
Common mistakes in applying integration rules include forgetting +C, misusing the power rule, and sign errors.
- Forgetting the constant of integration + C
- Applying the power rule when n = −1
- Incorrect signs in trigonometric integrals (e.g., ∫sin x dx)
- Not dividing by the new exponent in the power rule





















