Optimal Geometry Worksheet Optimal Geometry
Lesson 1: Distance Minimization
Project Alpha
Geometry-Calculus Bridge
Engineer Name
Date
The Reflection Principle
You are at point \(A(0, 5)\). Your friend is at point \(B(10, 3)\). You must touch the x-axis (the "wall") at some point \(P(x, 0)\) and then run to your friend. Where should you touch the wall to make the total distance traveled, \(D(x) = AP + PB\), as small as possible?
1. Mathematical Modeling
Using the distance formula, write an expression for the total distance \(D(x)\) from \(A(0,5)\) to \(P(x,0)\) to \(B(10,3)\).
Define \(D(x)\) below:
2. The Derivative
Find the derivative \(D'(x)\). Show each step of the chain rule application.
3. Finding the Critical Point
Set \(D'(x) = 0\) and solve for \(x\). What geometric relationship do you notice when the derivative is zero? (Hint: Think about sines and cosines of the angles of incidence and reflection).
The Shortest Path Challenge
Task 4: The Mirror Method
Reflect point \(B(10, 3)\) across the x-axis to create point \(B'(10, -3)\). Draw a straight line from \(A\) to \(B'\). Where does this line intersect the x-axis?
Sketch your geometric proof here
Conclusion
Does the \(x\)-value found via geometry match the one found via calculus? Why is this always true for a single medium?
5. Variable Terrain Scenario
New Rule: Suppose the area above the x-axis is a road (where you run 5 m/s) and the area below the x-axis is sand (where you run 2 m/s).
If your goal is to get from A to B' as fast as possible, will the straight-line geometric path still be the optimal one? Explain your hypothesis before we start Lesson 2.
Optimal Geometry // Series 1.1
Page 2 of 2
Optimal Geometry Slides Pathfinders Optimization
Optimal
Geometry
When is a straight line not the best way to get from A to B?
LOG_01 MINIMIZING DISTANCE
The Wall Dash
You are standing at Point A. Your friend is at Point B.
"To win the game, you must touch the North Wall, then run to Point B. Where on the wall do you touch to cover the least distance?"
> Initial Hypothesis: Just aim for the midpoint?
A
B
Tactical Map 1.1
The Mirror Method
The shortest distance between two points is a line. But what if we have to hit the wall?
1
Reflect Point B across the wall to create B'.
2
Draw a straight line from A to B'.
3
The intersection point is the Optimal Touchpoint .
\( \theta_i = \theta_r \)
Angle of Incidence = Angle of Reflection
"Nature is efficient. Light follows this exact path to minimize travel time."
Defining the Function
We can solve this without "tricks" using Calculus.
// DISTANCE FUNCTION
\[ D(x) = \sqrt{x^2 + a^2} + \sqrt{(L-x)^2 + b^2} \]
We find the minimum by taking the derivative and setting it to zero.
Step 1
Apply Chain Rule to both radicals.
Step 2
Express the result in terms of \( \sin(\theta) \).
Step 3
Solve for the critical value of \( x \).
The Twist
A straight line is only the fastest path if your speed is constant.
Medium A (Road)
5 m/s
Medium B (Mud)
2 m/s
Should you stay on the road longer, or dive into the mud early?
Optimal Geometry Teacher Guide Teacher Guide: Optimal Geometry
Lesson 1 // Sequence: Pathfinders
LOG_01
Learning Objectives
Model distance between points and a boundary using the distance formula.
Apply the chain rule to differentiate radical functions.
Find critical points of a distance function to identify the global minimum.
Verify calculus results using the geometric "Reflection Principle."
Essential Question
How do we prove that light's path of reflection is the shortest path?
1. The Hook (10 mins)
Use Slide 2 to present the "Wall Dash" scenario. Ask students to vote on the best touchpoint: directly in the middle? At the 2/3 mark?
Prompt: "If you move the touchpoint toward Point B, you shorten one leg but lengthen the other. Is it a 1:1 trade-off?"
2. Calculus Modeling (20 mins)
Distribute the worksheet. Guide students through setting up \(D(x)\). Monitor for common errors in the chain rule application.
Common Misconception
Students often forget the derivative of the inside \((L-x)^2\), which is \(-2(L-x)\). This negative sign is crucial for the subtraction in the derivative.
The "Aha" Moment
Show that \(x/\sqrt{x^2+a^2} = \sin(\theta)\). This links the derivative directly to trigonometry.
3. The Mirror Proof (15 mins)
Point out that a straight line is always the shortest path. If we reflect Point B, the "bent" path \(A \to P \to B\) becomes a "straight" path \(A \to P \to B'\).
Calculation Note: For A(0,5) and B(10,3), the optimal x is 6.25.
Pre-Flight Checklist for Lesson 2
The most important takeaway: Optimization is about finding where the rate of change is zero. In uniform space, this yields a straight line. Ask students: "What if the ground changed your speed? Does the 'shortest' path remain the 'fastest'?"
Homework: Preview Snell's Law Next Lesson: The Lifeguard Problem
Speed Shift Worksheet The Lifeguard Problem
Lesson 2: Time vs. Distance
Mission: Rescue
Rate-Time Modeling
Lifeguard Name
Date
Emergency Response Scenario
A lifeguard at point \(L(0, 30)\) on the beach spots a swimmer in distress at \(S(100, -40)\) in the ocean. The shoreline is the x-axis (\(y=0\)).
Running Speed (Sand): 6 m/s
Swimming Speed (Water): 2 m/s
1. Setting the Entry Point
The lifeguard enters the water at point \(P(x, 0)\). Express the distances traveled as functions of \(x\):
Distance on Sand (\(D_1\))
Distance in Water (\(D_2\))
2. The Time Function \(T(x)\)
Recall: \(Time = Distance / Speed\). Write the total time function \(T(x)\) that we want to minimize.
3. Calculating the Rate of Change
Find \(T'(x)\). Show the chain rule for both terms.
Optimal Entry Strategy
4. Solving for Minimum Time
Set \(T'(x) = 0\). You will get an equation that looks like this: \(\frac{x}{v_1 \sqrt{x^2+a^2}} = \frac{L-x}{v_2 \sqrt{(L-x)^2+b^2}}\).
Use a calculator or numerical solver to find the optimal entry point \(x\). Show your setup below.
5. The Geometric Meaning
Notice that the fractions in Step 4 represent \( \frac{\sin(\theta_1)}{v_1} = \frac{\sin(\theta_2)}{v_2} \). This is Snell's Law .
Interpretation: If you run faster than you swim, should you spend more time on the sand or in the water? Does your calculated \(x\) reflect this strategy?
Visual Check: Sketch the "Direct Path" vs. the "Optimal Path" on a coordinate plane. Label the angles \(\theta_1\) and \(\theta_2\).
Sketch Grid
Executive Summary
Write a 2-sentence explanation to the Head Lifeguard explaining why running in a straight line at the swimmer is actually a slower rescue method.
Speed Shift // Series 1.2
Page 2 of 2
Speed Shift Slides Pathfinders Optimization
Speed
Shift
"The fastest path is rarely the shortest path when the medium changes."
LOG_02 THE LIFEGUARD PROBLEM
The Problem
"A swimmer is drowning 40 meters out in the ocean. You are on the beach, 30 meters from the water, 100 meters down the shore."
Run Speed
6.0 m/s
Swim Speed
2.0 m/s
The Beach
The Ocean
L
S
Why not a straight line?
Strategy A
Run straight to the point on the shore closest to the swimmer, then swim 90 degrees.
Too much swimming!
Strategy B
Run in a direct diagonal line from L to S.
Shortest distance, but you spend too much time in the slow medium.
The Optimal
Stay on the sand longer than the direct path to minimize total time.
CALCULUS FINDER
Translating to Math
Step 1: Distance
\( \sqrt{x^2 + 30^2} + \sqrt{(100-x)^2 + 40^2} \)
Step 2: Time
\( T(x) = \frac{D_1}{v_1} + \frac{D_2}{v_2} \)
"We divide distance by speed to turn physical space into temporal cost."
Snell's Law
\( \frac{\sin \theta_1}{v_1} = \frac{\sin \theta_2}{v_2} \)
This isn't just for lifeguards. This is how Light moves through water, glass, and air.
The Physical Truth
Nature always seeks the path of least time, not least distance.
The Economic Truth
Infrastructure works the same way. Cables, roads, and pipes must balance "speed" and "cost."
Speed Shift Teacher Guide Teacher Guide: Speed Shift
Lesson 2 // Sequence: Pathfinders
LOG_02
Learning Objectives
Construct a total time function \(T(x)\) based on differing rates of travel.
Apply calculus to solve "transcendental" optimization equations using technology.
Discover Snell’s Law through the lens of Fermat’s Principle of Least Time.
Articulate why the path of least distance is rarely the path of least time in heterogeneous mediums.
Essential Question
If a drowning person's life is on the line, why would you run AWAY from the straight-line path?
1. The Simulation (10 mins)
If possible, use a digital simulation (like a Desmos activity) or Slide 2 to visualize the "Direct Path" vs the "Shore-Parallel Path". Ask: "Which strategy prioritizes the fast medium (sand)?"
Tip: Emphasize that the "Shore-Parallel Path" (running straight to the closest point) is only good if you are a terrible swimmer.
2. Modeling the Function (20 mins)
Guide students to divide distances by velocities. This is the hardest conceptual step for many 10th graders—turning meters into seconds.
Differentiation Strategy
Ensure students differentiate \(T(x) = \frac{1}{v_1}D_1(x) + \frac{1}{v_2}D_2(x)\). Encourage them to leave the constants (\(1/v\)) outside the radical derivative to keep it clean.
3. Finding the Root (15 mins)
Unlike Lesson 1, the algebra for \(T'(x) = 0\) becomes messy (a quartic equation). This is a perfect time to introduce numerical methods or graphing calculator "Zero" functions.
Correct Entry Point for Scenario: \(x \approx 87.5 \text{ meters}\)
Conceptual Bridge: Snell's Law
Show the final equation: \(\frac{x/D_1}{v_1} = \frac{(L-x)/D_2}{v_2}\). Help them see that \(\frac{\sin \theta_1}{v_1} = \frac{\sin \theta_2}{v_2}\). Point out that "Light is a Lifeguard"—it always follows the fastest path through lenses and water.
Keywords: Fermat's Principle, Refraction Next Lesson: Cost Optimization
Budget Engineering Worksheet Budget Engineering
Lesson 3: Optimizing Infrastructure Costs
Project: Delta-River
Economic Optimization
Lead Engineer
Job Code
Power Grid Expansion
A power plant is located on the bank of a 800-meter wide river. You need to run a high-voltage cable to a factory located 3,000 meters downstream on the opposite bank.
Cost over Land: $100 per meter
Cost under Water: $250 per meter
1. Defining the Path
You decide to run the cable under the river to a point \(x\) meters downstream on the opposite bank, and then run the rest of the cable along the land. Sketch this setup and define your variables.
Drafting Space: Sketch your river crossing model
2. The Cost Function \(C(x)\)
Write an equation for the total cost \(C(x)\). Remember: \(Total Cost = (Cost_{Land} \times Dist_{Land}) + (Cost_{Water} \times Dist_{Water})\).
3. Minimizing the Budget
Differentiate \(C(x)\), set the derivative to zero, and solve for \(x\). Show your calculus work clearly.
Final Engineering Report
Cost Comparisons
Calculate the total cost for these three options:
Option A: Direct Path (All Underwater)
$ _________________
Option B: Minimum Underwater (90° Crossing)
$ _________________
Option C: Your Calculus Minimum
$ _________________
Analysis
How much money did you save the company by using calculus compared to the simple "Direct Path"?
The Variable Cost Factor: If the price of underwater cable dropped to $150 per meter, would your optimal point move further upstream or further downstream? Why?
Final Recommendation
Based on your analysis, summarize why the "optimal" angle of entry into the water remains the same regardless of how far downstream the factory is (provided it's far enough away).
Budget Engineering // Series 1.3
Page 2 of 2
Budget Engineering Slides Pathfinders Optimization
Budget
Engineering
Saving millions through the power of the Critical Point.
The Power Problem
Cross an 800m wide river to a factory 3km downstream.
Cost/m Land
$100
Cost/m Water
$250
Tactical Map Delta-River
The Principle of Substitution
In the Lifeguard problem, we minimized TIME.
In Civil Engineering, we minimize DOLLARS.
"The mathematics is identical. Only the units and the stakes have changed."
The Constraint
Every extra meter of water crossing costs $150 more than land.
The Goal
Find the entry angle where the marginal cost increase of water is balanced by the distance saved.
The Savings
Direct Path
$776,200
Too expensive.
90 Degree
$500,000
Play safe?
Optimal Crossing
$483,300
The Engineer's Path
Total Savings: $292,900
The Surprise
What if the factory was 10km downstream? 50km?
"The optimal point \(x\) (downstream distance) depends ONLY on the River Width and the Cost Ratio."
Distance to the destination doesn't change the best angle to enter the water. It only changes how long you walk along the bank once you've crossed.
Budget Engineering Teacher Guide Teacher Guide: Budget Engineering
Lesson 3 // Sequence: Pathfinders
LOG_03
Learning Objectives
Adapt rate-based optimization models into economic cost models.
Analyze how changing cost ratios affect the optimal solution (sensitivity analysis).
Calculate potential savings to justify engineering decisions to "stakeholders."
Recognize that optimal entry points/angles are independent of total distance.
Essential Question
How do companies use derivatives to prevent millions of dollars in waste?
1. The Translation (10 mins)
Begin by reviewing the Lifeguard Problem. Ask: "If speed is 'distance per time', what is cost? It's 'dollars per distance'." Show that \(C(x) = c_1 D_1 + c_2 D_2\) mirrors \(T(x) = \frac{1}{v_1} D_1 + \frac{1}{v_2} D_2\).
2. Economic Modeling (25 mins)
Students work on the worksheet. The key realization should be that the "land path" is \( (3000 - x) \). Differentiating this yields a \(-1\) coefficient, which is essential for solving the equation.
The Solution:
\(C'(x) = 250(1/2)(x^2 + 800^2)^{-1/2}(2x) - 100 = 0\)
\(x \approx 349 \text{ meters downstream}\)
3. Sensitivity Analysis (10 mins)
Discuss the "Surprise" from Slide 5. If the factory moves from 3km to 10km, does the value of \(x\) change? No! Students should realize that as long as the destination is further than the optimal crossing point, the crossing point stays fixed.
Next Phase: Business Optimization
We have optimized physical paths. In Lesson 4, we optimize abstract values: Revenue, Cost, and Profit. We move from "How do we get there?" to "How many should we make?"
Keywords: Cost-Benefit, Marginal Analysis
Profit Points Worksheet Profit Points
Lesson 4: Applying Marginal Analysis
Sector: Economics
Business Calculus
Analyst Name
Quarter
The Golden Rule of Business
Profit (\(P\)) is defined as Total Revenue (\(R\)) minus Total Cost (\(C\)). To find the production level \(q\) that maximizes profit, we find where the derivative is zero.
\[ \frac{dP}{dq} = \frac{dR}{dq} - \frac{dC}{dq} = 0 \implies MR = MC \]
Marginal Revenue = Marginal Cost
1. Analyzing the Factory
A factory produces specialized microchips. Their revenue and cost functions (in thousands of dollars) for \(q\) units are:
REVENUE FUNCTION
\( R(q) = -0.05q^2 + 20q \)
COST FUNCTION
\( C(q) = 2q + 500 \)
A) Find the Marginal Revenue function \(MR(q)\) and the Marginal Cost function \(MC(q)\).
B) Set \(MR = MC\) to find the production level \(q\) that maximizes profit.
Business Dynamics
2. The Profit Curve
Write the full profit function \(P(q) = R(q) - C(q)\). Then, calculate the total maximum profit at the level of production you found in Step 1B.
3. The Economic Dilemma
The Hook Question: If the factory can technically produce more items, and they are still making a profit on each item compared to its specific production cost (\(MR > 0\)), why should they stop?
Executive Summary
Explain to a board of directors, using the concept of rates of change , why "more production" eventually leads to "less profit." Refer to your derivatives in your answer.
Profit Points // Series 1.4
Page 2 of 2
Profit Points Slides Pathfinders Optimization
Profit
Points
Maximizing value through Marginal Analysis.
The Efficiency Trap
"We are making money on every unit! Why should we stop production?"
Because eventually, the COST of making the next unit increases faster than the REVENUE it brings in.
Production
Quantity (q)
Revenue
R(q)
The Calculus of Profit
Marginal Revenue
The rate at which revenue increases as production increases.
MR = R'(q)
Marginal Cost
The rate at which costs increase as production increases.
MC = C'(q)
Maximum Profit happens when MR = MC
Why do costs rise?
Overtime
Paying workers extra for late hours.
Wear & Tear
Running machines 24/7 leads to breakdowns.
Diminishing Returns
Too many cooks in the kitchen slows things down.
"Just because you can produce more doesn't mean you should . Optimization is the art of finding where to stop."
Economic Equilibrium
Profit is not just about making money. It's about Efficiency.
IF MR > MC
Increase Production!
IF MR < MC
Decrease Production!
Profit Points Teacher Guide Teacher Guide: Profit Points
Lesson 4 // Sequence: Pathfinders
LOG_04
Learning Objectives
Define Profit as the difference between Revenue and Cost functions.
Apply the power rule to calculate Marginal Revenue and Marginal Cost.
Explain the economic principle that profit is maximized when \(MR = MC\).
Justify production limits using the concept of diminishing returns.
Essential Question
Why would a factory manager ever decide to make LESS than their total capacity?
1. The Philosophical Hook (10 mins)
Ask students: "If you are selling lemonade for $1 and it costs you $0.20 to make, you're making $0.80. Should you sell a million cups?" Lead them to realize that eventually, you'd need to hire 100 people and buy 50 stands, which might cost more than that $0.80 per cup.
2. Marginal Analysis (25 mins)
Distribute the worksheet. Ensure students understand that "Marginal" in economics always means "Derivative."
Solution Check (Worksheet Case 1):
\(MR(q) = -0.1q + 20\)
\(MC(q) = 2\)
Set \(-0.1q + 20 = 2 \implies 18 = 0.1q \implies q = 180 \text{ units}\)
3. The Second Derivative (Optional Extension)
If the class is advanced, discuss how the Second Derivative (\(P''(q)\)) tells us if we've found a maximum or a minimum. For the microchip factory, \(P''(q) = -0.1\), which is always negative—confirming a maximum (concave down).
Final Mission: Complexity
Students have mastered travel paths, budgets, and business profit. In Lesson 5, they will face "Multi-Variable Scenarios"—problems with unusual geometric constraints like the "Viewing Angle Problem" in a cinema.
Synthesis Phase Goal: Mastery
Master Mechanics Slides Pathfinders Optimization
Master
Mechanics
"Synthesis of constraints. Precision in execution."
Culminating Problems
Scenario Alpha
The Viewing Angle: Where should you sit in a movie theater to maximize the vertical angle subtended by a screen that is 10m tall and 2m off the floor?
Scenario Beta
Projectile Efficiency: At what angle must a satellite be launched to reach maximum altitude with a fixed horizontal distance constraint?
The Expert Protocol
01
Identify the "Hidden" variables using Trigonometry or Geometry.
02
Express the target value as a single-variable function \(f(x)\).
03
Check endpoints! Does the physical reality match the math?
Beyond the Classroom
The skills you've built are the foundation of:
Aerospace Engineering
Algorithm Trading
Neural Network Training
Logistics & Supply Chain
Optimization
Is Everything
GO FORTH
"You now have the tools to look at any system and ask:
How do we make this better?"
SYSTEM STATUS: OPTIMIZED
Master Mechanics Challenge Set Master Mechanics Challenge
Lesson 5: Multi-Variable Efficiency
Capstone Protocol
Synthesis Workshop
Engineer Team
Sector
Final Synthesis Rules
You are to apply all optimization techniques learned this week—from distance minimization to marginal analysis—to solve the "Cinema Problem." Show all geometric derivations and calculus steps.
Problem A: The Cinematic Sweet Spot
A movie screen is 10 meters tall. The bottom edge of the screen is 3 meters above your eye level. At what distance \(x\) from the wall should you sit to maximize the vertical viewing angle \( \theta \)?
Step 1: Trigonometric Setup. Define \( \theta \) as the difference between two angles (\(\alpha - \beta\)). Use the \(\arctan\) function to define \( \theta(x) \).
Step 2: Differentiation. Differentiate \( \theta(x) \) using the derivative of \(\arctan(u)\), which is \( \frac{u'}{1+u^2} \).
Technical Analysis
Step 3: Finding the Critical Value
Set \( \theta'(x) = 0 \) and solve for \(x\). Provide your answer in meters, rounded to two decimal places.
Problem B: Generalizing Efficiency
Look back at all five days. What is the one mathematical "signature" that appeared in every single optimization solution?
Engineer's Certification
Choose one optimization problem from this week that you found most challenging. Describe how your understanding of "rates" helped you overcome the initial difficulty.
Master Mechanics // Series 1.5
Page 2 of 2
Master Mechanics Teacher Guide Teacher Guide: Master Mechanics
Lesson 5 // Sequence: Pathfinders
LOG_05
Learning Objectives
Synthesize multiple geometric and algebraic constraints into a single-variable function.
Apply advanced differentiation rules (Trig/Inverse Trig) to complex optimization scenarios.
Interpret the physical meaning of critical points in non-linear spatial models.
Reflect on the universal application of optimization in engineering and business.
Essential Question
How do we optimize experience (like vision) rather than just physical metrics (like cost)?
1. The Synthesis Protocol (10 mins)
Remind students that every problem they've solved this week follows the same four steps: Model -> Differentiate -> Critical Value -> Interpret. Today, the "Modeling" part is the hardest step.
2. Solving the Cinema Problem (30 mins)
The "Viewing Angle" problem (\(\theta = \arctan(13/x) - \arctan(3/x)\)) is a classic challenge. Students may struggle with the \(\arctan\) derivative. Provide the formula: \(\frac{d}{dx}\arctan(u) = \frac{1}{1+u^2} \cdot \frac{du}{dx}\).
Solution Check:
\(x = \sqrt{3 \times 13} = \sqrt{39} \approx 6.24 \text{ meters}\)
Note: The optimal distance is the geometric mean of the heights to the top and bottom of the screen.
3. The Final Debrief (10 mins)
Use the "Executive Summary" on the worksheet to have students share their reflections. Focus on the idea that calculus allows us to find the "perfect" point without trial and error.
End of Sequence
Students have moved from a simple "Straight Line" to "Complex Systems." They should leave this sequence realizing that Optimization is not just a math topic, but a way of looking at the world's limited resources.
Final Assessment: Review Challenge Set