Computational Powerhouse Worksheet Computational Powerhouse
AP Calculus & Statistics // Tech Integration
Student:
Date:
Part 1: The Manual Grind (5 min)
Calculate the mean (\(\bar{x}\)) of the following dataset by hand. Show your arithmetic.
12, 15, 18, 22, 28, 31, 35, 39
Final Answer:
Part 2: Tech Tutorial Notes
Definite Integrals
How to trigger the integral symbol:
Mean / Lists
How to define a dataset (list):
Standard Deviation
The command for SD:
Part 3: Computational Powerhouse (20 min)
Data Challenge
Enter these 20 values into a Desmos list called \(L\):
42.1, 38.5, 45.2, 51.0, 47.3, 39.8, 44.4, 48.9, 52.1, 40.5, 46.7, 43.2, 49.8, 41.6, 45.0, 47.9, 50.3, 42.8, 44.1, 46.5
Mean (\(\bar{x}\)):
Standard Deviation (\(\sigma\)):
Integral Challenge
Find the area under the curve for the following function from \(x = 0\) to \(x = 2\):
\[ f(x) = e^{-x^2} \sqrt{1 + \cos^2(x)} \]
Area Result:
The Comparison
Estimate how long it would have taken you to calculate both of the above tasks (the stats list and the integral) by hand to 4 decimal places of accuracy.
Estimated Manual Time
Actual Desmos Time
Closure
Identify one command or shortcut you learned today that will be the biggest "powerhouse" for your future problem-solving:
Computational Powerhouse Cards Discussion Cards
Topic: Computational Efficiency vs. Conceptual Mastery
Card 01
When is it dangerous to rely solely on Desmos for an integral without knowing how to solve it by hand?
Discussion Prompt • AP Math
Card 02
If a tool can calculate the standard deviation in 0.5 seconds, why do we still learn the long-form formula in Statistics?
Discussion Prompt • AP Math
Card 03
How do you verify that the calculator answer is correct? What "sanity checks" can you perform?
Discussion Prompt • AP Math
Card 04
In a real-world career (e.g., Engineering, Data Science), which is more valuable: showing your work or getting the result efficiently?
Discussion Prompt • AP Math
Cut along the thick black lines. Use in small groups of 3-4 to facilitate the 10-minute discussion.
Computational Powerhouse Slides \[ \int_a^b f(x) dx \]
\[ \sigma = \sqrt{\frac{\sum (x-\bar{x})^2}{n}} \]
Computational Powerhouse
AP Calculus & Statistics
Warm-up
5 Minutes
Calculate the mean (\(\bar{x}\)) of the following dataset by hand:
12, 15, 18, 22, 28, 31, 35, 39
No calculators allowed... yet.
Mastering the Tool
Embedded media
Watch: 10:25 – 11:40
Focus: Integrals & Statistics
The Challenge
20 Minutes
Statistics List
Create list L with the 20 values on your sheet.
mean(L) & stdev(L)
Complex Integral
Calculate the area under the curve for:
\[ f(x) = e^{-x^2} \sqrt{1 + \cos^2(x)} \]
Bounds: \(x=0\) to \(x=2\)
When does "The Tool"
become a "Crutch"?
Open your Discussion Cards. In your groups, tackle the prompts. Be ready to defend your stance on manual vs. digital work.
Exit Ticket
Write down one command you learned today:
int mean stdev
Computational Powerhouse Teacher Guide Teacher Facilitation Guide
Computational Powerhouse: Calculus & Statistics
Grade: AP / College Prep
Objective
Students will bridge the gap between conceptual manual math and high-speed digital computation. By the end of this lesson, students will be proficient in using Desmos to calculate complex definite integrals, large-set means, and standard deviations.
Pacing
Warm-up: Manual Calculation 5 min
Video Segment (10:25–11:40) 10 min
Activity: Computational Powerhouse 20 min
Discussion: Tool vs. Mastery 10 min
Closure: Exit Ticket 5 min
Key Syntax
int
Definite integral
L = [x, y, z]
Define a list
mean(L) / stdev(L)
Statistical measures
Facilitation Notes
1
The "Aha" Moment
During the warm-up, don't allow calculators. Ensure students feel the friction of adding and dividing decimals. This friction is essential for them to appreciate the efficiency of the tech in Part 3.
2
Handling Errors
Common student mistake: forgetting to name the list (e.g., typing mean(42, 38...) instead of L = [...] then mean(L)). If they get a "too many arguments" error, guide them to list syntax.
Answer Key
Part 1: Warm-up
Sum = 200
Count = 8
Mean (\(\bar{x}\)) = 25.0
Part 3: Stats
Mean: 45.465
StDev (\(\sigma\)): 3.8687
Part 3: The Integral
\[ \int_0^2 e^{-x^2} \sqrt{1 + \cos^2(x)} dx \]
Result: \(\approx 1.1343\)
Discussion Guiding Points
On Verifying: Ask students "What happens if you type a minus instead of a plus?" They should suggest checking the graph's visual area or estimating with Riemann sums to ensure the calculator isn't lying.
On Professionalism: In engineering, we use software (MATLAB, Mathematica) but we are paid to model the problem correctly. If the model is wrong, the fast answer is useless.