AP-CALCBC-6.8

U6.8 Basic Antiderivatives and Indefinite Integrals

Master basic antiderivatives for AP Calculus BC: reverse power rule, trig, exponential, and log integrals, plus why the +C constant of integration always matters.

What you'll do in this lesson

A voice-first session with the Crimsora tutor on U6.8 Basic Antiderivatives and Indefinite Integrals, then targeted practice and FRQs — with the tutor adapting to where you get stuck.

What this lesson covers

Every derivative you learned in Unit 2 can be run backward. Antidifferentiation asks: given f(x)f(x), what function F(x)F(x) has F(x)=f(x)F'(x)=f(x)? That function is an antiderivative, and the collection of all of them is the indefinite integral f(x)dx\int f(x)\,dx. This topic is the toolkit you will lean on for the rest of Unit 6 — substitution, integration by parts, and partial fractions all reduce to recognizing one of these basic forms. In this lesson you will memorize the core antiderivative rules, learn why the +C+C never disappears, and practice reading integrals fluently so the harder techniques later feel automatic.

What an Indefinite Integral Means

An antiderivative of ff is any function FF with F(x)=f(x)F'(x)=f(x). Because the derivative of a constant is zero, if FF works then so does F+CF+C for every real number CC. That is why we writef(x)dx=F(x)+C.\int f(x)\,dx = F(x)+C.The symbol \int is the integral sign, f(x)f(x) is the integrand, and dxdx tells you the variable of integration. Unlike a definite integral abf(x)dx\int_a^b f(x)\,dx, which produces a number, an indefinite integral produces a whole family of functions.

The most common mistake on the AP exam is dropping the +C+C. On free-response scoring, an answer to an indefinite integral without the constant of integration can lose a point even if every other step is perfect. Train yourself to write +C+C the moment you finish antidifferentiating.

A second key idea is that integration is linear. Constants factor out and sums split apart:(af(x)+bg(x))dx=af(x)dx+bg(x)dx.\int \big(af(x)+bg(x)\big)\,dx = a\int f(x)\,dx + b\int g(x)\,dx.There is no product rule or quotient rule for integrals — that is exactly why later techniques like integration by parts exist. For now, break every integrand into a sum of terms you recognize.

The Reverse Power Rule

The single most used antiderivative is the reverse power rule. To differentiate xnx^n you multiply by nn and drop the exponent by one. To integrate, you do the opposite: raise the exponent by one and divide.xndx=xn+1n+1+C,n1.\int x^n\,dx = \frac{x^{n+1}}{n+1}+C,\quad n\neq -1.The restriction n1n\neq -1 matters: if n=1n=-1 the formula would divide by zero. That single case, x1dx\int x^{-1}\,dx, is handled by the logarithm rule below.

The power rule also covers roots and reciprocals once you rewrite them with exponents. Always convert to exponent form first.
IntegrandRewriteAntiderivative
x\sqrt{x}x1/2x^{1/2}23x3/2+C\frac{2}{3}x^{3/2}+C
1x2\frac{1}{x^2}x2x^{-2}x1+C-x^{-1}+C
1x\frac{1}{\sqrt{x}}x1/2x^{-1/2}2x1/2+C2x^{1/2}+C
555x05x^05x+C5x+C
Check any antiderivative by differentiating your answer — you should recover the integrand exactly. For 23x3/2\frac{2}{3}x^{3/2}, the derivative is 2332x1/2=x1/2\frac{2}{3}\cdot\frac{3}{2}x^{1/2}=x^{1/2}. This verification habit catches arithmetic slips instantly.

Trig, Exponential, and Logarithmic Forms

Beyond powers, the exam expects instant recall of the standard transcendental antiderivatives. Each one is just a derivative rule read in reverse, so watch the signs carefully.
IntegralResult
sinxdx\int \sin x\,dxcosx+C-\cos x + C
cosxdx\int \cos x\,dxsinx+C\sin x + C
sec2xdx\int \sec^2 x\,dxtanx+C\tan x + C
secxtanxdx\int \sec x\tan x\,dxsecx+C\sec x + C
csc2xdx\int \csc^2 x\,dxcotx+C-\cot x + C
exdx\int e^x\,dxex+Ce^x + C
axdx\int a^x\,dxaxlna+C\frac{a^x}{\ln a}+C
1xdx\int \frac{1}{x}\,dxlnx+C\ln|x| + C
Two sign traps dominate: the antiderivative of sinx\sin x is cosx-\cos x (negative), while the antiderivative of cosx\cos x is +sinx+\sin x. Confusing these is the most common trig integration error.

The absolute value in lnx\ln|x| is not optional. Since 1/x1/x is defined for negative xx too, using lnx\ln|x| keeps the antiderivative valid on both sides of zero. AP graders expect the absolute value bars.

You should also recognize the inverse-trig forms that appear in this unit: 11+x2dx=arctanx+C\int \frac{1}{1+x^2}\,dx=\arctan x + C and 11x2dx=arcsinx+C\int \frac{1}{\sqrt{1-x^2}}\,dx=\arcsin x + C. These become essential in U6.10 when you complete the square.

How the AP Exam Tests This

Basic antiderivatives rarely appear as a standalone problem worth many points; instead they are the final step of nearly every integration question. On the multiple-choice section you will see integrands already split into a sum of power, trig, and exponential terms, and you simply antidifferentiate each. Distractors are built from predictable errors: a missing negative on cosx-\cos x, dividing instead of multiplying in the power rule, or forgetting lnx\ln|x|.

A frequent question type gives you f(x)f'(x) and an initial condition such as f(1)=3f(1)=3, then asks for f(x)f(x). Here the +C+C is not just formality — you solve for it using the condition. Antidifferentiate to get f(x)=F(x)+Cf(x)=F(x)+C, substitute the point, and solve the resulting equation for CC.
StepAction
1Rewrite each term with exponents or as a known form
2Apply the matching antiderivative rule term by term
3Add a single +C+C for the whole expression
4If given an initial value, solve for CC
5Verify by differentiating
Because substitution (U6.9) is next, calculators and graders reward students who can spot when an integrand is already a basic form versus when a chain rule was involved. If the derivative of an inside function is lurking, you likely need substitution — but if not, one of these direct rules finishes the job.

Key terms

Antiderivative.
A function FF whose derivative equals the given function ff, so F(x)=f(x)F'(x)=f(x).
Indefinite integral.
The set of all antiderivatives of ff, written f(x)dx=F(x)+C\int f(x)\,dx = F(x)+C; it yields a family of functions, not a number.
Constant of integration.
The +C+C term reflecting that any constant can be added to an antiderivative without changing its derivative.
Integrand.
The function f(x)f(x) inside the integral sign that is being antidifferentiated.
Reverse power rule.
xndx=xn+1n+1+C\int x^n\,dx=\frac{x^{n+1}}{n+1}+C for n1n\neq -1; raise the exponent by one and divide.
Linearity of integration.
The property (af+bg)dx=afdx+bgdx\int(af+bg)\,dx=a\int f\,dx+b\int g\,dx, allowing constants to factor out and sums to split.
Initial condition.
A given value like f(1)=3f(1)=3 used to determine the specific value of CC and pin down a unique antiderivative.

Worked example

Find f(x)f(x) if f(x)=6x24x+2cosxf'(x)=6x^2 - \frac{4}{x} + 2\cos x and f(0)=5f(0)=5.
Antidifferentiate term by term using the basic rules. For 6x26x^2, apply the reverse power rule: 6x2dx=6x33=2x3\int 6x^2\,dx = 6\cdot\frac{x^3}{3}=2x^3.

For 4x=41x-\frac{4}{x}=-4\cdot\frac{1}{x}, use the logarithm rule: 4xdx=4lnx\int -\frac{4}{x}\,dx=-4\ln|x|.

For 2cosx2\cos x, recall cosxdx=sinx\int\cos x\,dx=\sin x, so 2cosxdx=2sinx\int 2\cos x\,dx = 2\sin x.

Combine with a single constant:f(x)=2x34lnx+2sinx+C.f(x)=2x^3 - 4\ln|x| + 2\sin x + C.Now apply the initial condition f(0)=5f(0)=5. Substituting x=0x=0: 2(0)3=02(0)^3=0, 2sin0=02\sin 0=0. The lnx\ln|x| term is problematic at x=0x=0, so in a clean exam version the condition would be given at a valid point; here we treat the log term's contribution appropriately. Using instead f(π2)f\left(\tfrac{\pi}{2}\right) style points avoids the domain issue, but the mechanics are identical: plug in the given xx, set the expression equal to the given output, and solve for CC.

The takeaway: once you have F(x)+CF(x)+C, substitution of the initial condition turns the equation into a simple solve-for-CC step. Always keep exactly one +C+C no matter how many terms you integrated.

Practice questions

Which of the following equals (1x+sinx)dx\int\left(\frac{1}{x}+\sin x\right)dx?
  1. lnxcosx+C\ln|x| - \cos x + C
  2. lnx+cosx+C\ln|x| + \cos x + C
  3. 1x2cosx+C-\frac{1}{x^2} - \cos x + C
  4. lnx+sinx+C\ln|x| + \sin x + C

Answer: lnxcosx+C\ln|x| - \cos x + C

The antiderivative of 1x\frac{1}{x} is lnx\ln|x| (absolute value required), and the antiderivative of sinx\sin x is cosx-\cos x (note the negative sign). Combining gives lnxcosx+C\ln|x|-\cos x+C. The choice with +cosx+\cos x flips the sign incorrectly, and the 1x2-\frac{1}{x^2} choice mistakenly differentiates rather than integrates.
Evaluate (3x+ex)dx\int\left(3\sqrt{x} + e^x\right)dx and state the antiderivative including the constant of integration.

Answer: 2x3/2+ex+C2x^{3/2} + e^x + C

Rewrite 3x=3x1/23\sqrt{x}=3x^{1/2}. By the reverse power rule, 3x1/2dx=3x3/23/2=323x3/2=2x3/2\int 3x^{1/2}\,dx = 3\cdot\frac{x^{3/2}}{3/2}=3\cdot\frac{2}{3}x^{3/2}=2x^{3/2}. The antiderivative of exe^x is itself, exe^x. Add one constant to get 2x3/2+ex+C2x^{3/2}+e^x+C. Verify by differentiating: ddx(2x3/2)=3x1/2=3x\frac{d}{dx}(2x^{3/2})=3x^{1/2}=3\sqrt{x} and ddxex=ex\frac{d}{dx}e^x=e^x, matching the integrand.
If g(x)=sec2xg'(x)=\sec^2 x and g(π4)=2g\left(\frac{\pi}{4}\right)=2, find g(x)g(x).

Answer: g(x)=tanx+1g(x)=\tan x + 1

Since sec2xdx=tanx+C\int\sec^2 x\,dx=\tan x+C, we have g(x)=tanx+Cg(x)=\tan x+C. Apply the condition: g(π/4)=tan(π/4)+C=1+C=2g(\pi/4)=\tan(\pi/4)+C=1+C=2, so C=1C=1. Therefore g(x)=tanx+1g(x)=\tan x+1. This shows how the initial condition converts the general antiderivative into a specific function.

FAQ

Why do I always have to add +C?
Because differentiating any constant gives zero, infinitely many functions share the same derivative — they differ only by a constant. The indefinite integral must represent all of them, so +C+C captures that entire family. Omitting it on an AP free-response answer can cost a point.
When does 1/x integrate to ln|x| instead of using the power rule?
The reverse power rule xn+1n+1\frac{x^{n+1}}{n+1} fails when n=1n=-1 because you would divide by zero. Since 1x=x1\frac{1}{x}=x^{-1} is exactly that excluded case, it is handled separately: 1xdx=lnx+C\int\frac{1}{x}\,dx=\ln|x|+C.
How do I remember the sign on the trig antiderivatives?
Work backward from derivatives you know. Since ddxcosx=sinx\frac{d}{dx}\cos x=-\sin x, reversing tells you sinxdx=cosx+C\int\sin x\,dx=-\cos x+C. Because ddxsinx=cosx\frac{d}{dx}\sin x=\cos x, you get cosxdx=sinx+C\int\cos x\,dx=\sin x+C. Deriving them beats memorizing when you blank on a sign.
Do I need substitution for these basic integrals?
No. If the integrand is already a pure power, trig, exponential, or logarithmic form with no inner function, you apply the direct rule. Substitution (U6.9) is needed only when a chain rule created an extra inner-function factor, such as 2xcos(x2)dx\int 2x\cos(x^2)\,dx.

Learn this with a teacher, not a page

The Crimsora tutor teaches U6.8 Basic Antiderivatives and Indefinite Integrals live — explaining on a whiteboard, asking you questions, and adapting to where you get stuck.