Icon for AP® Calculus AB-BC

AP® Calculus AB-BC

Antiderivative Rules (Basic Rules and Notation): A Review

antiderivative rules

Antiderivatives are a central topic in calculus. They help describe functions whose derivatives are known. This feature makes them essential for solving many problems in physics, engineering, and other fields. However, it is helpful to connect antiderivatives to differentiation through antiderivative rules. According to the relationship known as FUN-6.C.1, the derivative of an antiderivative returns the original function.

Overview of Antiderivatives

An antiderivative of a function f(x) is another function F(x) such that F'(x) = f(x). Because any constant disappears when differentiated, there is an infinite family of antiderivatives. Therefore, it is important to include a constant of integration C.

Notation

The most common notation is the indefinite integral symbol: \int f(x)dx. This expression represents all possible antiderivatives of f(x), indicated by the constant C. Including +C preserves the family of solutions.

Building Blocks of Antiderivative Rules

Understanding antiderivative rules goes hand in hand with differentiation. When rules like the power rule, product rule, or chain rule are used in differentiation, they guide the reverse process in integration.

Relationship to Differentiation Rules

  • The power rule in differentiation says: \frac{d}{dx}(x^n)=nx^{n-1}.
  • The product rule and chain rule help in more complex cases.

When going in reverse, it is helpful to think backward about these rules. Every known differentiation formula has an antiderivative counterpart, although some can be tricky to find.

Fundamental Properties

  • Linearity: \int(a,f(x)+b,g(x))dx = a\int f(x)dx + b\int g(x)dx.
  • Constants can be taken outside the integral: \int cf(x)dx = c\int f(x)dx.

These properties simplify expressions and make integration more straightforward.

Essential Antiderivative Formulas

This section covers common antiderivative rules. These basic forms provide a foundation for finding integrals of more complicated functions.

Power Rule for Antiderivatives

For n\neq -1, \int x^ndx = \frac{x^{n+1}}{n+1} + C.

Applying this to find the antiderivative of 3x is a direct use of the rule.

Example: \int 3xdx

Step-by-Step Solution:

  1. Factor out constants: 3\int xdx.
  2. Apply the power rule with n=1: \int xdx = \frac{x^2}{2}+C.
  3. Multiply by 3: 3 \left(\frac{x^2}{2}\right) = \frac{3x^2}{2} + C.

Hence, the antiderivative of 3x is \frac{3x^2}{2} + C.

Basic Exponential and Logarithmic Forms

One of the most common integrals is \int \frac{1}{x}dx, which is closely related to the natural logarithm. Its result is: \ln\lvert x\rvert + C.

When finding the antiderivative of \ln(x), integration by parts becomes handy. This is an advanced method, but it helps reveal the formula.

Example: \int \ln(x)dx

Step-by-Step Solution (Outline):

  1. Let u=\ln(x) and dv=dx.
  2. Then du=\frac{1}{x}dx and v=x.
  3. Integration by parts formula: \int udv = uv - \int vdu.
  4. Plug in values: x\ln(x) - \int x\left(\frac{1}{x}\right)dx = x\ln(x) - \int 1dx.
  5. Simplify: x\ln(x) - x + C.

As a result, the antiderivative of \ln(x) is x\ln(x) - x + C.

Trigonometric Antiderivatives

Trigonometric, or trig antiderivatives, are essential for integration tasks. Some key antiderivatives include:

  • \int \sin(x)dx = -\cos(x) + C
  • \int \cos(x)dx = \sin(x) + C
  • \int \tan(x)dx = -\ln\lvert \cos(x)\rvert + C
  • \int \cot(x)dx = \ln\lvert \sin(x)\rvert + C
  • \int \sec(x)dx = \ln\lvert \sec(x) + \tan(x)\rvert + C
  • \int \csc(x)dx = -\ln\lvert \csc(x) + \cot(x)\rvert + C

Example: \int \tan(x) dx

Step-by-Step Solution:

  1. Recall that \tan(x)=\frac{\sin(x)}{\cos(x)}.
  2. Use the identity \int \frac{\sin(x)}{\cos(x)}dx = -\ln\lvert \cos(x)\rvert + C.
  3. Therefore, the antiderivative of \tan(x) is -\ln\lvert \cos(x)\rvert + C.

Radicals

The antiderivative of \sqrt{x} is a direct application of the power rule. Since \sqrt{x} = x^{1/2}, one can use n=\frac{1}{2}.

Example: \int \sqrt{x}dx

Step-by-Step Solution:

  1. Rewrite: \int x^{\frac{1}{2}}dx.
  2. Apply the power rule: \frac{x^{\frac{1}{2}+1}}{\frac{1}{2}+1} + C = \frac{x^{\frac{3}{2}}}{\frac{3}{2}} + C.
  3. Simplify: \frac{2}{3}x^{\frac{3}{2}} + C.

Hence, the antiderivative of \sqrt{x} is \frac{2}{3}x^{3/2} + C.

Special Considerations

Some functions do not have antiderivatives that can be written in terms of elementary functions. For example, e^{x^2} lacks a closed-form antiderivative.

Functions Without Closed-Form Antiderivatives

The function \int e^{x^2}dx cannot be expressed using typical combinations of polynomials, exponentials, logarithms, and trigonometric functions. Sometimes, these integrals are represented by special functions in higher-level calculus.

Integration by Parts and u-Substitution (Brief Preview)

Integration by parts and u-substitution extend the range of integrable functions. They are crucial for finding the antiderivative of \ln(x) or the antiderivative of 1/x in more advanced scenarios.

Example Problems with Solutions

Example 1: Find \int 3x dx

Solution Steps:

  1. Factor out the 3: 3\int xdx.
  2. Integrate \int xdx=\frac{x^2}{2}+C.
  3. Multiply by 3: \frac{3x^2}{2}+C.

Example 2: Find \int \frac{1}{x}dx

Solution Steps:

  1. Recognize the integrand as x^{-1}.
  2. The formula is \ln\lvert x\rvert + C.
  3. Therefore, the antiderivative of 1/x is \ln\lvert x\rvert + C.

Example 3: Find \int \sec(x)dx

Solution Steps:

  1. Recall the known result: \int \sec(x)dx = \ln\lvert \sec(x) + \tan(x)\rvert + C.
  2. This comes from a special trigonometric identity.
  3. Hence, the antiderivative of \sec(x) is \ln\lvert \sec(x) + \tan(x)\rvert + C.

Example 4: Find \int \ln(x)dx

Solution Steps:

  1. Let u=\ln(x) and dv=dx.
  2. Then du=\frac{1}{x}dx and v=x.
  3. Apply integration by parts: x\ln(x) - x + C.
  4. Thus, the antiderivative of \ln(x) is x\ln(x) - x + C.

Quick Reference Chart: Vocabulary and Definitions

TermDefinition
Antiderivative / Indefinite IntegralA function F(x) whose derivative F'(x) equals f(x). Includes C.
Constant of Integration, CAn arbitrary constant added to an antiderivative, representing infinitely many solutions.
Power Rule (Integration)\int x^ndx = \frac{x^{n+1}}{n+1}+C,\text{ for } n \neq -1.
\ln(x) Antiderivative \int \ln(x)dx = x\ln(x) - x + C (requires integration by parts).
Trig AntiderivativesIncludes \int \sin(x)dx = -\cos(x)+C, \int \cos(x)dx = \sin(x)+C, \int \tan(x)dx = -\ln\lvert \cos(x)\rvert +C, and similar.

Conclusion

Antiderivative rules serve as a powerful foundation in AP® Calculus AB-BC and beyond. Inverse relations between differentiation and integration ensure these rules are vital for solving a wide array of problems. Moreover, mastery of the antiderivative of \ln(x), the antiderivative of \tan(x), the antiderivative of \sec(x), the antiderivative of \cos(x), and many other forms is crucial for academic success. Although some functions do not follow neat formulas, methods like integration by parts and u -substitution extend problem-solving versatility. Therefore, continuing to practice, explore more antiderivative rules, and learn advanced techniques will further develop essential calculus skills.

Sharpen Your Skills for AP® Calculus AB-BC

Are you preparing for the AP® Calculus exam? We’ve got you covered! Try our review articles designed to help you confidently tackle real-world math problems. You’ll find everything you need to succeed, from quick tips to detailed strategies. Start exploring now!

Need help preparing for your AP® Calculus AB-BC exam?

Albert has hundreds of AP® Calculus AB-BC practice questions, free responses, and an AP® Calculus AB-BC practice test to try out.

Interested in a school license?​

Bring Albert to your school and empower all teachers with the world's best question bank for:

➜ SAT® & ACT®
➜ AP®
➜ ELA, Math, Science, & Social Studies
➜ State assessments

Options for teachers, schools, and districts.