โ ๏ธ Common Mistakes: Indefinite Integrals and Notation
Avoid these 4 frequent errors
๐ Real-World Applications: Indefinite Integrals and Notation
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 integral notation and basic integration rules
How can I study Indefinite Integrals and Notation 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 Indefinite Integrals and Notation study guide free?โพ
Yes โ all study notes, flashcards, and practice problems for Indefinite Integrals and Notation on Study Mondo are 100% free. No account is needed to access the content.
What course covers Indefinite Integrals and Notation?โพ
Indefinite Integrals and Notation 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 Indefinite Integrals and Notation?
x
Notation Breakdown
โซf(x)dx=F(x)+C
Components:
โซ - integral symbol (looks like an elongated S for "sum")
f(x) - the integrand (function being integrated)
dx - tells us we're integrating with respect to x
F(x)+C - the antiderivative (general solution)
Indefinite vs. Definite Integrals
Indefinite Integral
โซf(x)dx=F(x)+C
Represents the family of all antiderivatives
Includes the constant +C
Result is a function
Definite Integral (coming later!)
โซabโf(x)dx=F(b)โF(a)
Has limits of integration (a to b)
Represents a specific number (area)
No +C needed
For now, we focus on indefinite integrals!
Basic Integration Formulas
Power Rule
โซxndx=n+1xn+1โ+C(n๎ =โ1)
Examples:
โซx5dx=6x6โ+C
โซxdx=2x2โ+C
โซ1dx=x+C
Special Case: n=โ1
โซx1โdx=lnโฃxโฃ+C
Why absolute value?
lnx only defined for x>0
lnโฃxโฃ works for all x๎ =0
Constant Rule
โซkdx=kx+C
where k is any constant.
Example: โซ5dx=5x+C
Exponential Function
โซexdx=ex+C
The exponential function is its own integral!
Trigonometric Functions
โซsinxdx=โcosx+C
โซcosxdx=sinx+C
โซsec2xdx=tanx+C
โซsecxtanxdx=secx+C
โซcsc2xdx=โcotx+C
โซcscxcotxdx=โcscx+C
Remember: Sine โ negative cosine, Cosine โ positive sine
Properties of Integrals
Constant Multiple Rule
โซkโ f(x)dx=kโซf(x)dx
You can "pull out" constants!
Example:
โซ3x2dx=3โซx2dx=3โ 3x3โ+C=x3+C
Sum/Difference Rule
โซ[f(x)ยฑg(x)]dx=โซf(x)dxยฑโซg(x)dx
Integrate term by term!
Example:
โซ(x2+3x)dx=โซx2dx+โซ3xdx=3x3โ+2
Important: The dx
The "dx" is not optional - it tells us the variable of integration!
Example: โซt2dt vs โซx2dx
Same form, different variables!
Why it matters:
Clarifies which variable we're integrating
Essential for u-substitution (later topic)
Part of the mathematical notation
Working with Integrals
Example 1: Polynomial
Evaluate โซ(4x3โ2x2+5)dx
Solution:
Apply sum rule and constant multiple rule:
=โซ4x3dxโโซ2x2dx+โซ5dx
=4โซx3dxโ2โซx2dx+โซ5dx
=4โ 4x4โโ2โ 3x3โ+5x+C
=x4โ32x3โ+5x+C
Example 2: Rewriting Before Integrating
Evaluate โซx43โdx
Step 1: Rewrite using exponents
โซx43โdx=โซ3xโ4dx
Step 2: Apply power rule
=3โ โ4+1xโ4+1โ+C=3โ โ3xโ3โ+C
=โ3x33โ+C=โx31โ+C
Example 3: Expanding First
Evaluate โซ(x+1)2dx
WRONG approach: Try to integrate directly โ
RIGHT approach: Expand first!
โซ(x+1)2dx=โซ(x2+2x+1)dx
=3x3โ+22x2โ+x+C
=3x3โ+x2+x+C
Example 4: Trigonometric
Evaluate โซ(3sinxโ2cosx)dx
Solution:
=3โซsinxdxโ2โซcosxdx
=3(โcosx)โ2(sinx)+C
=โ3cosxโ2sinx+C
Fractional and Negative Exponents
Square Roots
โซxโdx=โซx1/2dx=3/2x3/2โ+C=32x3/2โ+C
Remember: xโ=x1/2
Cube Roots
โซ3x2โdx=โซx2/3dx=5/3x5/3โ+C=53x5/3โ+C
Reciprocals
โซx21โdx=โซxโ2dx=โ1xโ1โ+C=โx1โ+C
Combining Multiple Techniques
Example: Mixed Terms
Evaluate โซ(x2+x22โ+xโ)dx
Step 1: Rewrite everything as powers
=โซ(x2+2xโ2+x1/2)dx
Step 2: Integrate term by term
=3x3โ+2โ โ1xโ1โ+3/2x3/2โ+C
=3x3โโx2โ+32x3/2โ+C
The "+C" Convention
When combining multiple constants, we can consolidate:
โซ(x2+1)dx=3x3โ+C1โ+x+C2โ
We typically write this as:
=3x3โ+x+C
where C=C1โ+C2โ (arbitrary constant).
One +C is enough at the end!
โ ๏ธ Common Mistakes
Mistake 1: Forgetting +C
WRONG: โซx2dx=3x3โ
RIGHT: โซx2dx=3x3โ+C
Always include the constant of integration!
Mistake 2: Wrong Power Rule
WRONG: โซx3dx=3x3โ+C (forgot to add 1 to exponent)
Rewrite the integrand if needed (expand, use exponents)
Apply linearity (split sums, pull out constants)
Use basic formulas (power rule, trig, exponential)
Always include +C
Check your answer by differentiating
Include dx in your notation
Simplify before integrating when possible
x
2
+
7xโ
2)dx
๐ก Show Solution
Step 1: Apply sum/difference and constant multiple rules
โซ(5x4โ3x2+7xโ2)dx
=5โซx4dxโ3โซx2
Step 2: Apply power rule to each term
=5โ 5x5โโ
Step 3: Simplify
=x5โx3+2
Check by differentiating:
dxdโ[x5โx
=5x4โ3x2+7xโ2 โ
Answer: x5โx3+2
2Problem 2easy
โ Question:
Find the following indefinite integrals:
a) โซ6x5dx
b) โซ(3x2โ4x+5)dx
c) โซx31โdx
๐ก Show Solution
Solution:
Part (a): Power rule for integration: โซxndx=n+
3Problem 3medium
โ Question:
Evaluate โซ(x34โ+2xโโx3โ)dx.
๐ก Show Solution
Step 1: Rewrite using exponents
โซ(x34โ
4Problem 4medium
โ Question:
Find โซ(sinx+ex)dx.
๐ก Show Solution
Solution:
Use basic integration formulas:
โซsinxdx=โcosx+C1โ
5Problem 5medium
โ Question:
Evaluate โซ(2sinx+3cosxโex)dx.
๐ก Show Solution
Step 1: Apply sum/difference rule
โซ(2sinx+3cosxโex)
Area Between Curves
โพ
Yes, this page includes 5 practice problems with detailed solutions. Each problem includes a step-by-step explanation to help you understand the approach.
3x2
โ
+
C
x
+
C
d
x
+
7โซxdxโ
โซ2dx
3โ
3x3โ+
7โ
2x2โโ
2x+
C
7x2
โ
โ
2x+
C
3
+
27x2โ
โ
2
x
+
C
]
7x2
โ
โ
2x+
C
1
xn+1
โ
+
C
โซ6x5dx=6โ 6x6โ+C=x6+C
Part (b): Integrate term by term:
โซ(3x2โ4x+5)dx=3โ 3x3โโ4โ 2x2โ+5x+C
=x3โ2x2+5x+C
Part (c): Rewrite with negative exponent: โซxโ3dx
=โ2xโ2โ+C=โ2x21โ+C
+
2
xโ
โ
x3โ
)
d
x
=โซ(4xโ3+2x1/2โ3xโ1)dx
Step 2: Integrate term by term
For 4xโ3:
4โ โ3+1xโ3+1โ=4โ โ2xโ2โ=โ2x24โ=โx22โ
For 2x1/2:
2โ 1/2+1x1/2+1โ=2โ 3/2x3/2โ=2โ 32x3/2โ=34x3/2โ
For โ3xโ1=โx3โ:
โ3lnโฃxโฃ
Step 3: Combine
=โx22โ+34x3/2โโ3lnโฃxโฃ+C
Or equivalently:
=โ2xโ2+34xxโโโ3lnโฃxโฃ+C