Sign in to save

Bookmark this page so you can find it later.

Sign in to save

Bookmark this page so you can find it later.

Integration is one of the central operations in calculus because it lets you recover a quantity from its rate of change. If differentiation breaks a function into its instantaneous slope, integration builds a function back from those slopes. This is why an indefinite integral always represents a family of antiderivatives.

Basic integration rules give you fast ways to find these antiderivatives for common functions.

The symbol ∫ f(x) dx means to find a function whose derivative is f(x). The dx tells you the variable of integration, and the constant C accounts for all functions that differ only by a vertical shift. Many rules come directly from reversing familiar derivative rules for powers, exponentials, logarithms, and trigonometric functions.

In applications, integrals are used to find accumulated change, area under a curve, displacement from velocity, and total quantity from a rate.

Understanding Calculus: Basic Integration Rules

The power rule makes sense when you run the derivative rule backward. Differentiating a power brings its exponent down as a multiplier and lowers the exponent by one. To undo that change, raise the exponent by one first, then divide by the new exponent.

For example, an expression involving x to the fourth becomes x to the fifth divided by five, plus a constant. Students often make the error of dividing by the old exponent. A quick derivative check catches this immediately.

Differentiate your result term by term. If the original expression returns, the antiderivative is correct.

One exponent needs separate treatment. The reciprocal function has x to the negative one, so raising its exponent by one would produce zero in the denominator. This is not just a technical restriction.

The reciprocal function has a break at zero, while the natural logarithm changes differently on either side of zero. That is why absolute value appears in its antiderivative. It keeps the logarithm defined for positive inputs and negative inputs, as long as zero is excluded.

Pay attention to the interval being used. One formula can describe related behavior on separate intervals without crossing the break.

Exponential and trigonometric functions are best learned as derivative patterns. The exponential function with base e is unusual because its rate of change matches its own value. Its antiderivative therefore keeps the same form.

For sine and cosine, the main challenge is the sign. The derivative of sine is cosine, but the derivative of cosine is negative sine. This means an antiderivative of sine needs a negative sign.

When working with trig integrals, angles must be measured in radians. Degree measure changes the derivative rules by a scale factor, so standard calculus formulas no longer work without adjustment.

Most school problems combine several pieces. Split a polynomial or other sum into terms, keep any numerical multiplier attached to its term, then integrate each part. This works because rates can be added independently.

In real situations, this may represent several flows entering a tank, separate parts of a velocity model, or a changing electric current built from simple signals. The constant at the end becomes important when a starting value is known. For instance, velocity can be integrated to find position, but the answer is not complete until the initial position is used to choose one specific member of the family.

Units provide another useful check. If a rate is measured in metres per second and time is the variable, the integrated result should be measured in metres.

Key Facts

  • Reverse of differentiation: if F'(x) = f(x), then ∫ f(x) dx = F(x) + C.
  • Power rule: ∫ x^n dx = x^(n+1)/(n+1) + C, for n ≠ -1.
  • Log rule: ∫ 1/x dx = ln|x| + C.
  • Constant multiple rule: ∫ k f(x) dx = k ∫ f(x) dx.
  • Sum rule: ∫ [f(x) + g(x)] dx = ∫ f(x) dx + ∫ g(x) dx.
  • Common rules: ∫ e^x dx = e^x + C, ∫ cos x dx = sin x + C, ∫ sin x dx = -cos x + C.

Vocabulary

Integral
An integral is a mathematical operation that finds accumulated quantity or an antiderivative.
Antiderivative
An antiderivative of f(x) is any function F(x) whose derivative is f(x).
Indefinite integral
An indefinite integral gives the general family of antiderivatives and includes a constant of integration.
Constant of integration
The constant of integration C represents any vertical shift of an antiderivative because constants disappear when differentiated.
Variable of integration
The variable of integration is the variable named in the differential, such as x in dx.

Common Mistakes to Avoid

  • Forgetting + C is wrong because indefinite integrals represent a family of functions, not just one function.
  • Using the power rule on ∫ 1/x dx is wrong because the rule ∫ x^n dx = x^(n+1)/(n+1) + C does not work when n = -1.
  • Writing ∫ sin x dx = cos x + C is wrong because the derivative of cos x is -sin x, so the correct antiderivative is -cos x + C.
  • Ignoring the variable in dx is wrong because ∫ 3y dx treats y as a constant with respect to x, while ∫ 3y dy uses y as the variable.

Practice Questions

  1. 1 Find ∫ (6x^2 - 4x + 9) dx.
  2. 2 Find ∫ (2e^x + 5/x - 3cos x) dx.
  3. 3 A student says ∫ f'(x) dx = f(x) exactly. Explain what is missing and why it matters.