โ ๏ธ Common Mistakes: Introduction to Antiderivatives
Avoid these 4 frequent errors
๐ Real-World Applications: Introduction to Antiderivatives
See how this math is used in the real world
๐ Worked Example: Related Rates โ Expanding Circle
Problem:
A stone is dropped into a still pond, creating a circular ripple. The radius of the ripple is increasing at a rate of 2 cm/s. How fast is the area of the circle increasing when the radius is 10 cm?
Understanding the reverse process of differentiation
How can I study Introduction to Antiderivatives effectively?โพ
Start by reading the study notes and working through the examples on this page. Then use the flashcards to test your recall. Practice with the 5 problems provided, checking solutions as you go. Regular review and active practice are key to retention.
Is this Introduction to Antiderivatives study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Introduction to Antiderivatives on Study Mondo are 100% free. No account is needed to access the content.
What course covers Introduction to Antiderivatives?โพ
Introduction to Antiderivatives is part of the AP Calculus AB course on Study Mondo, specifically in the Integration section. You can explore the full course for more related topics and practice resources.
Are there practice problems for Introduction to Antiderivatives?
๐ก Key Idea
Fโฒ(x)=f(x)
F(x)
f(x)
Antidifferentiation is the reverse of differentiation!
The Basic Question
Differentiation asks: Given F(x), what is Fโฒ(x)?
Antidifferentiation asks: Given f(x), what is F(x) such that Fโฒ(x)=f(x)?
Example
Differentiation: If F(x)=x2, then Fโฒ(x)=2x
Antidifferentiation: If f(x)=2x, then F(x)=x2 is an antiderivative
Notation
If Fโฒ(x)=f(x), we write:
"F(x) is an antiderivative of f(x)"
Or: "F(x) is the integral of f(x)"
We'll learn the integral notation โซ soon!
Simple Examples
Example 1: Power Function
Question: Find an antiderivative of f(x)=x3
Think: What function has derivative x3?
Try F(x)=x4:
Fโฒ(x)=4x3๎ =x3 โ
Try F(x)=41โx4:
Fโฒ(x)=41โ(4x3)=x โ
Answer: F(x)=41โx4 is an antiderivative of f(x)=x3
Example 2: Trigonometric Function
Question: Find an antiderivative of f(x)=cosx
Think: What function has derivative cosx?
We know: dxdโ[sinx]=cosx โ
Answer: F(x)=sinx is an antiderivative of f(x)=cosx
Example 3: Exponential Function
Question: Find an antiderivative of f(x)=ex
Think: What function has derivative ex?
We know: dxdโ[ex]=ex โ
Answer: F(x)=ex is an antiderivative of f(x)=ex
The "+C" Problem
Here's something important: antiderivatives are not unique!
Why Not?
If F(x)=x2, then Fโฒ(x)=2x
But also:
If G(x)=x2+5, then Gโฒ(x)=2x
If H(x)=x2โ7, then Hโฒ(x)
If K(x)=x2+100, then Kโฒ(x)
All of these are antiderivatives of f(x)=2x!
The General Solution
The most general antiderivative of f(x)=2x is:
F(x)=x2+C
where C is any constant (called the constant of integration).
Why Does +C Work?
Theorem: If F(x) is an antiderivative of f(x), then the most general antiderivative is:
F(x)+C
where C is any constant.
Reason: The derivative of any constant is zero!
dxdโ[F(x)+C]=Fโฒ(x)+0=f(x)
Different Functions, Same Derivative
Two functions with the same derivative differ by a constant.
Theorem: If Fโฒ(x)=Gโฒ(x) for all x, then F(x)=G(x)+C for some constant C.
This is why we need the +C!
Finding Antiderivatives: The Reverse Rules
To find antiderivatives, we reverse our derivative rules!
Power Rule (Reversed)
Derivative: dxdโ[xn]=nxnโ1
Antiderivative: If f(x)=xn (where n๎ =โ1), then:
F(x)=n+1xn+1โ+C
Remember:
Add 1 to the exponent
Divide by the new exponent
Don't forget +C!
Examples Using Power Rule
Example 1: Find an antiderivative of f(x)=x5
F(x)=5+1x5+1โ+C=6x6โ+C
Check: Fโฒ(x)=66x5โ=x5 โ
Example 2: Find an antiderivative of f(x)=x
F(x)=1+1x1+1โ+C=2x2โ+C
Check: Fโฒ(x)=22xโ=x โ
Example 3: Find an antiderivative of f(x)=1=x0
F(x)=0+1x0+1โ+C=1x1โ+C=x+C
Check: Fโฒ(x)=1 โ
Example 4: Find an antiderivative of f(x)=x21โ=xโ2
F(x)=โ2+1xโ2+1โ+C=โ1xโ1โ+C=โx1โ+C
Check: Fโฒ(x)=โ(โ1)xโ2=x21โ โ
Common Antiderivatives to Know
Basic Functions
f(x)
F(x) (antiderivative)
Check
k (constant)
kx+C
(kx)โฒ=k
xn (n๎ =โ1)
x1โ
$\ln
x
ex
ex+C
Trigonometric Functions
f(x)
F(x)
Check
sinx
โcosx+C
(โcosx)โฒ=sinx
cosx
sinx+C
(sinx)
sec2x
tanx+C
secxtanx
secx+C
(secx
Note: These will be covered in more detail in later lessons!
Linearity Properties
Antiderivatives follow the same linearity rules as derivatives:
Constant Multiple Rule
If F(x) is an antiderivative of f(x), then:
kโ F(x)ย isย anย antiderivativeย ofย kโ f(x)
Example: Antiderivative of 5x2:
F(x)=5โ 3x3โ+C=35x3โ+C
Sum/Difference Rule
If F(x) is an antiderivative of f(x) and G(x) is an antiderivative of g(x), then:
F(x)ยฑG(x)ย isย anย antiderivativeย ofย f(x)ยฑg(x)
Example: Antiderivative of x2+x:
F(x)=3x3โ+2x2โ+C
Complete Example: Polynomial
Find the most general antiderivative of f(x)=3x4โ2x3+5xโ7.
Step 1: Break it down
Use sum rule and constant multiple rule:
Antiderivative of 3x4 is 3โ 5x5โ=53x5โ
Antiderivative of โ2x3 is โ2โ 4x
Antiderivative of 5x is 5โ 2x2โ=
Antiderivative of โ7 is โ7x
Step 2: Combine
F(x)=53x5โโ2x4โ+25x2โโ7x+C
Step 3: Check (optional but recommended!)
Fโฒ(x)=53โ 5x4โโ24x3โ+25โ 2xโโ7
=3x4โ2x3+5xโ7 โ
The Special Case: x1โ
Why can't we use the power rule?
For f(x)=x1โ=xโ1, the power rule would give:
F(x)=โ1+1xโ1+1โ=0
Division by zero! โ
The answer:
โซx1โdx=lnโฃxโฃ+C
This is a special case you must memorize!
โ ๏ธ Common Mistakes
Mistake 1: Forgetting +C
WRONG: The antiderivative of x2 is 3x3โ
RIGHT: The antiderivative of x2 is 3x3โ+C
Always include the constant of integration!
Mistake 2: Wrong Power Rule
WRONG: Antiderivative of x3 is 3x3โ (forgot to add 1 to exponent!)
RIGHT: Antiderivative of x3 is 4x4โ+C
Mistake 3: Treating Product Like Sum
WRONG: Antiderivative of xโ x2=x3 is... (treating separately)
RIGHT: Simplify first! xโ x2=x3, so antiderivative is 4x4โ+C
Mistake 4: Sine and Cosine Signs
Remember:
Antiderivative of sinx is โcosx+C (negative!)
Antiderivative of cosx is sinx+C (positive!)
Checking Your Work
Always check by differentiating your answer!
If you found F(x) as an antiderivative of f(x), verify:
Fโฒ(x)=f(x)
This is a foolproof way to catch errors!
Initial Value Problems
Sometimes we can find the specific value of C using an initial condition.
Example
Find F(x) such that Fโฒ(x)=2x and F(1)=5.
Step 1: Find general antiderivative
F(x)=x2+C
Step 2: Use initial condition F(1)=5F(1)=12+C=51+C=5C=4
Step 3: Write specific solution
F(x)=x2+4
Physical Interpretations
Position, Velocity, Acceleration
If a(t) is acceleration:
v(t) is velocity (antiderivative of a)
s(t) is position (antiderivative of v)
Example: If a(t)=โ32 ft/sยฒ (gravity), then:
v(t)=โ32t+C1โs(t)=โ16t2+C1โt+C
The constants are determined by initial conditions!
Use linearity to break complex problems into simpler parts
Check your work by differentiating
For power rule: Add 1 to exponent, divide by new exponent
Watch for special cases like x1โ
For initial value problems: Find general solution first, then solve for C
4x+
3
๐ก Show Solution
Step 1: Apply power rule to each term
For 6x2:
Antiderivative=6โ 2+1x2+1โ=6โ 3x3โ=2x3
For โ4x=โ4x1:
Antiderivative=โ4
For 3=3x0:
Antiderivative=3x
Step 2: Combine and add +C
F(x)=2x3โ2x2+3x+C
Step 3: Check by differentiating
Fโฒ(x)=2(3x2)โ2(2x โ
Answer: F(x)=2x3โ2x2+3x+
2Problem 2medium
โ Question:
Find f(x) if fโฒ(x)=4x3โ6x and f(2)=10.
๐ก Show Solution
Step 1: Find the general antiderivative
f(x)=โซ(4x3โ6x)dx
For :
3Problem 3hard
โ Question:
A particle moves along a line with acceleration a(t)=12tโ6 m/sยฒ. At t=0, the velocity is v(0)=2 m/s and position is s(0)=5 m. Find the position function s(t).
๐ก Show Solution
Step 1: Find velocity from acceleration
v(t)=โซa(t)dt=โซ(12tโ
4Problem 4medium
โ Question:
Find the most general antiderivative of f(x) = 6xยฒ - 4x + 3.
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.