Family Finder Worksheet Family Finder
Topic: Antiderivatives & The Constant of Integration
MATH // CALCULUS // UNIT 4.1
NAME:
DATE:
The Car Problem
Imagine a car is traveling at exactly 60 mph on a straight highway. If you only know this speed, can you mark the car's exact location on a map at any given time?
Your Reasoning:
What information is missing?
Visualizing the "Family of Curves"
The derivative tells us the slope . Multiple functions can have the same slope at every point if they are just vertical shifts of each other.
Graphing Task:
If \( f'(x) = 2x \), sketch three possible graphs of \( f(x) \) on the grid. Label each with its specific equation (e.g., \( y = x^2 \), \( y = x^2 + 3 \)).
The Definition
An antiderivative of \( f(x) \) is a function \( F(x) \) such that \( F'(x) = f(x) \).
General Solution:
\( \int f(x) dx = F(x) + C \)
Why the \(+C\)?
Explain in your own words why every indefinite integral must include a constant of integration.
Basic Reverse-Engineering
Find the general antiderivative for each function by working backwards from your knowledge of derivatives.
1. \( f(x) = 5 \) #001
\( F(x) = \)
2. \( f(x) = 3x^2 \) #002
\( F(x) = \)
3. \( f(x) = \cos(x) \) #003
\( F(x) = \)
4. \( f(x) = e^x \) #004
\( F(x) = \)
Mystery of C Slides The Mystery of +C
Lesson 1.1: Antiderivatives & Constant of Integration
Reverse Engineering
Families of Curves
Where is the car?
"I am driving exactly 60 mph North."
Question:
Can you tell me where I am on the map after 2 hours?
No.
Because we don't know the Initial Position.
Integration Connection
The derivative (speed) tells us the change, but not the starting point.
The Antiderivative
A function \( F \) is an antiderivative of \( f \) on an interval \( I \) if
\( F'(x) = f(x) \)
for all \( x \) in \( I \).
Example
If \( f(x) = 2x \), then
\( F(x) = x^2 \) is an antiderivative.
Wait...
Isn't \( x^2 + 10 \) ALSO an antiderivative?
The Indefinite Integral
Representing ALL possible antiderivatives
\[ \int \]
\( f(x) dx = F(x) + C \)
Integral Sign
The instruction to "undo" the derivative.
Integrand
The function we are integrating (\( f(x) \)).
Constant of Integration
The arbitrary constant \( C \).
Mystery of C Teacher Guide Teacher Guide
Lesson 1: Antiderivatives & Constant of Integration
MATH 11 // UNIT 4
Duration
50 Minutes
Key Skill
Visualizing "Families"
Objective
Students will explain the role of \(C\) and identify antiderivatives.
Instructional Flow
00-10 MIN
The Car Hook (Inquiry)
Present the car speed problem. Use a map visual on the board. Crucial Insight: Differentiation destroys information (the constant). Integration must account for this lost information.
Question: If \( v(t) = 60 \), what could the position \( s(t) \) be? List multiple options: \( 60t, 60t+5, 60t-2 \).
10-25 MIN
Formalizing Notation
Use the Mystery of C Slides . Define the indefinite integral. Stress that \( dx \) is not just decorative—it indicates the variable of integration.
25-45 MIN
Family Finder Practice
Students work through the Family Finder Worksheet . Circulate to check the graphing section—ensure they are drawing parallel vertical shifts.
Worksheet Answer Key (Quick Reference)
#001 \( F(x) = 5x + C \)
#002 \( F(x) = x^3 + C \)
#003 \( F(x) = \sin(x) + C \)
#004 \( F(x) = e^x + C \)
*Graphing Section: Students should draw 3 parabolas: \( y = x^2 \) centered at origin, and two others shifted vertically (e.g., \( y = x^2 + 2 \) and \( y = x^2 - 3 \)).
Common Misconceptions
Forgetting +C: Students often view integration as a purely procedural calculation and forget that the result is a family, not a single function. Remind them: No \(C\), no credit.
Reverse Gear Worksheet Reverse Gear
Mastering the Power Rule for Integration
Module 4.2 // Polynomial Blueprint
Student ID:
The Master Formula
\( \int x^n dx = \frac{x^{n+1}}{n+1} + C \)
Condition: \( n \neq -1 \)
Standard Polynomials
#P1
\( \int x^4 dx \)
#P2
\( \int 7x^6 dx \)
#P3
\( \int 12x^{11} dx \)
#P4
\( \int (x+3) dx \)
Radicals & Reciprocals
Hint: Rewrite the expression as \( x^n \) before integrating.
#P5
\( \int \sqrt{x} dx \)
Rewrite: \( \int x^{1/2} dx \)
#P6
\( \int \frac{1}{x^3} dx \)
Show all steps →
#P7
\( \int \sqrt[3]{x^2} dx \)
#P8
\( \int \frac{5}{x^2} dx \)
The Exception Check
Try to apply the Power Rule to \( \int x^{-1} dx \). What happens to the denominator? Why does this mean we need a different rule for \( 1/x \)?
Reverse Power Rule Slides The Power Rule
In Reverse
To differentiate, we multiplied by the power and subtracted one.
To integrate, we do the exact opposite.
1
Step One: Add
Increase the exponent by 1.
\( n \rightarrow n + 1 \)
2
Step Two: Divide
Divide by that new exponent.
\( \frac{x^{n+1}}{n+1} \)
Simplification Strategy
Don't leave complex fractions!
Coefficient First
\( \int 10x^4 dx \)
Keep the 10 outside, then multiply back in.
Radical Rewrite
\( \int \sqrt{x} dx \)
Convert to \( x^{1/2} \) before you start.
Reciprocal Rule
\( \int \frac{1}{x^2} dx \)
Convert to \( x^{-2} \) before integrating.
Rule of Thumb:
Always check by taking the derivative of your answer.
Reverse Gear Answer Key Teacher Reference
Power Rule Master Key
MATH 11 // MODULE 4.2
ID Problem Correct Solution #P1 \( \int x^4 dx \) \( \frac{1}{5}x^5 + C \) #P2 \( \int 7x^6 dx \) \( x^7 + C \) #P3 \( \int 12x^{11} dx \) \( x^{12} + C \) #P4 \( \int (x+3) dx \) \( \frac{1}{2}x^2 + 3x + C \) #P5 \( \int \sqrt{x} dx \) \( \frac{2}{3}x^{3/2} + C \) #P6 \( \int \frac{1}{x^3} dx \) \( -\frac{1}{2}x^{-2} + C \) or \( -\frac{1}{2x^2} + C \) #P7 \( \int \sqrt[3]{x^2} dx \) \( \frac{3}{5}x^{5/3} + C \) #P8 \( \int \frac{5}{x^2} dx \) \( -5x^{-1} + C \) or \( -\frac{5}{x} + C \)
Simplification Warning
Students often struggle with Problem #P5 (fractional exponents). Divide by \( 3/2 \) is the same as multiplying by \( 2/3 \). Encourage them to multiply by the reciprocal of the new exponent to avoid "stacking" fractions.
The Challenge Question
When \( n = -1 \), the power rule gives \( \frac{x^0}{0} \), which is undefined.
\( \int \frac{1}{x} dx = \ln|x| + C \)
Keep this in your pocket for early finishers!
Trig Trail Activity Trig Trail
Topic: Integrating Trigonometric Functions
Pattern Recognition // 4.3
SURNAME:
The Derivative Match-Up
Integration is just the inverse of differentiation. If you know your trig derivatives, you already know the integrals! Match the derivative result on the left to its original function on the right.
1. \( \cos(x) \)
?
A. \( \tan(x) + C \)
2. \( -\sin(x) \)
?
B. \( \sin(x) + C \)
3. \( \sec^2(x) \)
?
C. \( \cos(x) + C \)
The Trig Integration Toolbox
\( \int \sin(x) dx = \) \( -\cos(x) + C \)
\( \int \cos(x) dx = \) \( \sin(x) + C \)
\( \int \sec^2(x) dx = \) \( \tan(x) + C \)
\( \int \sec(x)\tan(x) dx = \) \( \sec(x) + C \)
⚠️ The Negative Sign Trap
The integral of sine is negative cosine. Don't flip them!
Application Practice
\( \int [2\cos(x)] dx \)
\( \int [-\sin(x) + 4x^3] dx \)
\( \int [3\sec^2(x)] dx \)
Challenge: \( \int [\frac{\sin(x)}{\cos^2(x)}] dx \)
Trig Transfers Slides Trig
Transfers
Integrating the cycles: sine, cosine, and the secrets of the tangent's derivative.
The Big Two
A story of shifting signs
sin
The integral of sine is
negative cosine.
\( \int \sin(x) dx = -\cos(x) + C \)
cos
The integral of cosine is
positive sine.
\( \int \cos(x) dx = \sin(x) + C \)
Square Patterns
Where did \( \sec^2(x) \) come from?
\( \int \sec^2(x) dx = \tan(x) + C \)
Where did \( \sec(x)\tan(x) \) come from?
\( \int \sec(x)\tan(x) dx = \sec(x) + C \)
Pro Tip: If the result starts with "Co", it probably has a negative derivative.
Trig Match Facilitation Guide Trig Match-Up: Facilitation Guide
Lesson 3 Teacher Resource
Patterns & Signs
Opening Hook: The Memory Duel
Before showing rules, challenge students to find the integrals using only their "Derivative Memory."
Instructions:
Project a function (e.g., \( \cos(x) \)).
Ask: "Whose derivative is this?"
Award points for the fastest student to provide the original function + C.
Worksheet Key: Match-Up
1. \( \cos(x) \) B (\(\sin x + C\))
2. \( -\sin(x) \) C (\(\cos x + C\))
3. \( \sec^2(x) \) A (\(\tan x + C\))
Application Solutions
1: \( 2\sin(x) + C \)
2: \( \cos(x) + x^4 + C \)
3: \( 3\tan(x) + C \)
4 (Challenge):
\( \int \tan(x)\sec(x) dx = \sec(x) + C \)
Mnemonic for Signs
Students get the signs for sine/cosine integration mixed up with their derivative signs. Help them build this mental model:
Differentiation
\( \sin \rightarrow \cos \)
\( \cos \rightarrow -\sin \)
Integration
\( \sin \rightarrow -\cos \)
\( \cos \rightarrow \sin \)
Notice: In integration, the result for sine is the one that's negative.
Property Pro Worksheet Property Pro
Navigating the Linearity of Integrals
Rules of Distribution // 4.4
NAME:
Property 1: Sum & Difference
\( \int [f(x) \pm g(x)] dx = \)
\( \int f(x) dx \pm \int g(x) dx \)
You can integrate term-by-term.
Property 2: Constant Multiple
\( \int [k \cdot f(x)] dx = \)
\( k \cdot \int f(x) dx \)
You can pull constants outside the integral.
Error Detective: Broken Logic
In each problem below, the student made a "Lineatity Violation." Identify the mistake and explain why it's illegal.
Student Work:
\( \int (x \cdot \sin x) dx = (\frac{1}{2}x^2) \cdot (-\cos x) + C \)
The Mistake:
Student Work:
\( \int \frac{x^2+1}{x} dx = \frac{\frac{1}{3}x^3+x}{\frac{1}{2}x^2} + C \)
The Mistake:
Mastery Exercises
Show your steps. Use the properties to break down each expression.
\( \int (4x^3 - 3\cos x) dx \)
\( \int \frac{6x^5 + 4x^2}{2} dx \)
\( \int [x^2(3-x)] dx \)
\( \int \frac{5x^4 - 2\sqrt{x}}{x} dx \)
Linear Integral Slides The Linear
Integral
Mastering the algebraic rules that let us take apart complex expressions one term at a time.
Divide & Conquer
The Sum Rule
\( \int [f(x) \pm g(x)] dx = \int f(x) dx \pm \int g(x) dx \)
Translation
The integral of a sum is equal to the sum of the integrals.
Example
\( \int (x^2 + \sin x) dx = \)
\( \int x^2 dx + \int \sin x dx \)
The Passenger Rule
\( \int k \cdot f(x) dx = k \int f(x) dx \)
Constants that are multiplied to the function are just "passengers." Pull them out front to simplify the integration!
YES
\( \int 5x^2 dx \)
BETTER
\( 5 \int x^2 dx \)
The Forbidden Zone
Properties that DO NOT exist.
Products
\( \int f(x)g(x) dx \neq \int f(x)dx \int g(x)dx \)
Illegal!
Quotients
\( \int \frac{f(x)}{g(x)} dx \neq \frac{\int f(x)dx}{\int g(x)dx} \)
Illegal!
If you see multiplication or division, you must simplify algebraically first!
Property Pro Teacher Guide Error Detective Guide
Lesson 4 Teacher Key
PROPERTIES & LINEARITY
Error Detective Solutions
\( \int (x \cdot \sin x) dx \)
Violation: Student attempted to distribute integration across multiplication.
Why: There is no "Product Rule" for basic integrals. This requires Integration by Parts (Calc BC).
Advice: Tell students to watch out for variables multiplied together.
\( \int \frac{x^2+1}{x} dx \)
Violation: Attempted to integrate numerator and denominator separately (Quotient distribution).
Fix: Algebraically divide first: \( \int (x + \frac{1}{x}) dx \).
Mastery Exercise Solutions
Prob 1
\( x^4 - 3\sin(x) + C \)
Prob 2
\( \frac{1}{2}x^6 + x^3 + C \)
(Simplified \( \frac{1}{2} \cdot [x^6 + 2x^3] \))
Prob 3
\( x^3 - \frac{1}{4}x^4 + C \)
(Expand to \( 3x^2 - x^3 \) first)
Prob 4
\( \frac{5}{4}x^4 - 4\sqrt{x} + C \)
(Divide to \( 5x^3 - 2x^{-1/2} \))
Teaching the "Algebra First" Mindset
90% of mistakes in this unit are algebraic, not calculus-based.
Train students to ask: "Can I simplify this before I touch the Integral?" If there is a radical in the denominator or a product of terms, they MUST rewrite it as a standard polynomial first.
Point of Origin Worksheet Point of Origin
Solving Initial Value Problems
Solving for C // 4.5
STUDENT NAME:
The "Particular" Solution
An Initial Value Problem gives us a derivative AND a specific point through which the original function must pass. This allows us to solve for the exact value of \( C \).
Example Procedure:
1. Integrate to find the general solution \( F(x) + C \).
2. Plug in the given point \( (x, y) \).
3. Solve for \( C \) and rewrite the final equation.
The Hook
If a ball is thrown with velocity \( v(t) = -32t + 10 \), and we know it starts at 5 ft high, where is it exactly at time \( t \)?
Case Studies
CASE #01
Find \( f(x) \) if \( f'(x) = 6x - 2 \) and \( f(1) = 5 \).
1. General Solution
2. Solve for C
Final Particular Solution:
CASE #02
Find \( g(x) \) if \( g'(x) = 4\cos(x) \) and \( g(0) = 3 \).
1. General Solution
2. Solve for C
Final Particular Solution:
Final Mission: Projectile Path
An object's velocity is given by \( v(t) = 10t + 4 \). If its position at time \( t=0 \) is 20 meters, find the exact position function \( s(t) \).
Targeting the Curve Slides Targeting
The Curve
How do we move from a "Family of Curves" to one specific function?
The Missing Piece
Initial Condition
A piece of information that tells us a specific point \( (x_0, y_0) \) that the function must pass through.
Why we need it:
Without a point, we have a vertical stack of parabolas.
WITH a point, we can "pin down" the exact parabola in the stack.
The Calculation Protocol
01
Integrate
Find the general solution first.
\( F(x) + C \)
02
Substitute
Plug in your given \( x \) and \( y \) values.
\( y_0 = F(x_0) + C \)
03
Identify
Solve for \( C \) and rewrite the function.
\( f(x) = ... \)
The Projectile Mission
The Data
\( a(t) = -9.8 \) m/s²
\( v(0) = 20 \) m/s
\( s(0) = 5 \) m
Goal:
Find the exact position function \( s(t) \) for any time.
Differential equations are the language of physics. Initial values make the language specific.
Point of Origin Answer Key Case Study Key
Lesson 5: Initial Value Problems
FINAL MASTERY KEY
Case #01: Linear to Quadratic
Steps:
\( \int (6x-2) dx = 3x^2 - 2x + C \)
Plug in \( (1, 5) \):
\( 5 = 3(1)^2 - 2(1) + C \)
\( 5 = 1 + C \Rightarrow C = 4 \)
Final Solution:
\( f(x) = 3x^2 - 2x + 4 \)
Case #02: Trig Particular Solution
Steps:
\( \int 4\cos(x) dx = 4\sin(x) + C \)
Plug in \( (0, 3) \):
\( 3 = 4\sin(0) + C \)
\( 3 = 0 + C \Rightarrow C = 3 \)
Final Solution:
\( g(x) = 4\sin(x) + 3 \)
Final Mission Key: Projectile Path
Step 1: Integrate Velocity to get Position
\( s(t) = \int (10t + 4) dt = 5t^2 + 4t + C \)
Step 2: Apply Initial Condition \( s(0) = 20 \)
\( 20 = 5(0)^2 + 4(0) + C \Rightarrow C = 20 \)
Final Equation:
\( s(t) = 5t^2 + 4t + 20 \)
Mastery Checklist for Students
Can integrate polynomials & trig correctly.
Remembers \(+C\) in the general solution.
Correctly plugs in \(x\) and \(y\).
Writes the final particular equation clearly.