Linear Logic Slides Unit: Codebreakers
LINEAR TRIG LOGIC
Lesson 1: Mastering the art of isolation to unlock the unit circle.
System Status: Online
The Hook
Algebra I Mission
2x - 1 = 0
Solve for x.
Trig Logic Mission
2 sin(x) - 1 = 0
Is it just as simple?
What is the difference between a value and an angle?
SOLVING PROTOCOL
01
ISOLATE
Use reverse PEMDAS to get the trig function by itself.
sin(x) = C
02
LOCATE
Use the unit circle to find all angles on \([0, 2\pi)\).
Where is y = C?
03
VALIDATE
Ensure your answers fit the given interval constraints.
\(x \in [0, 2\pi)\)
MISSION 01: ISOLATION
Difficulty: Alpha
\[\sqrt{2} \cos(x) + 1 = 0\]
1
Subtract 1 from both sides.
2
Divide by \(\sqrt{2}\).
3
Rationalize: \(\cos(x) = -\frac{\sqrt{2}}{2}\).
4
Find angles where x-coordinate is \(-\frac{\sqrt{2}}{2}\).
Memory Retrieval
To solve equations, you must navigate the unit circle coordinates fluently.
\(\cos(x) = \text{x-coordinate}\)
\(\sin(x) = \text{y-coordinate}\)
\(\tan(x) = \frac{y}{x}\)
I (+, +) II (-, +) III (-, -) IV (+, -)
Linear Logic Worksheet Case File: Isolation
Operation: Linear Trig Logic
Subject ID
Entry Date
Mission Objective
Your objective is to isolate trigonometric variables and determine all possible angles \(x\) within the primary rotation \([0, 2\pi)\) that satisfy the given equations.
Protocol A: The Isolation Routine
GUIDED DECODING
Example Mission: Solve \(2\sin(x) + \sqrt{3} = 0\) for \(0 \le x < 2\pi\)
Phase 1: Subtract \(\sqrt{3}\)
\(2\sin(x) = -\sqrt{3}\)
Phase 2: Divide by 2
\(\sin(x) = -\frac{\sqrt{3}}{2}\)
Phase 3: Coordinate Analysis
Where is the y-coordinate equal to \(-\frac{\sqrt{3}}{2}\)? This occurs in Quadrants III and IV.
Final Solution Set
\(x = \left\{ \frac{4\pi}{3}, \frac{5\pi}{3} \right\}\)
Level 01: Single Isolation
MISSION_ID: ALPHA_01 \(2\cos(x) - 1 = 0\)
Solution:
MISSION_ID: ALPHA_02 \(\tan(x) + 1 = 0\)
Solution:
Level 02: Field Operations
Show all isolation steps to verify your logical pathway. Find all answers on \([0, 2\pi)\).
Target 03
\(3\sin(x) + 2 = \sin(x) + 1\)
Final Code:
Target 04
\(2\cos^2(x) - 1 = 0\)
Intelligence Alert:
Remember to take the square root of both sides. This creates both a positive and negative target value.
Final Code:
Final Logic Lock
Solve for all values of \(x\) on \([0, 2\pi)\):
\(\sqrt{3}\cot(x) + 1 = 0\)
x = {
Linear Logic Teacher Guide Field Manual
Teacher Guide: Linear Trig Logic
CLASS_LVL: 10_HONORS
OP_CODE: ISOLATION
Core Objectives
Isolate single trigonometric functions using inverse operations.
Identify all solution angles within the interval \([0, 2\pi)\).
Differentiate between the "value" of a function and the "angle" measure.
Common Pitfalls
Finding only one quadrant solution (the principal value).
Confusion between radian and degree measures.
Forgetting the \(\pm\) when solving square roots (quadratic forms).
Worksheet Answer Key
Level 01: Single Isolation
ALPHA_01: \(2\cos(x) - 1 = 0\)
\(\cos(x) = \frac{1}{2} \rightarrow x = \frac{\pi}{3}, \frac{5\pi}{3}\)
ALPHA_02: \(\tan(x) + 1 = 0\)
\(\tan(x) = -1 \rightarrow x = \frac{3\pi}{4}, \frac{7\pi}{4}\)
Level 02: Field Operations
TARGET_03: \(3\sin(x) + 2 = \sin(x) + 1\)
Steps: \(2\sin(x) = -1 \rightarrow \sin(x) = -1/2\)
\(x = \frac{7\pi}{6}, \frac{11\pi}{6}\)
TARGET_04: \(2\cos^2(x) - 1 = 0\)
Steps: \(\cos^2(x) = 1/2 \rightarrow \cos(x) = \pm\frac{\sqrt{2}}{2}\)
\(x = \frac{\pi}{4}, \frac{3\pi}{4}, \frac{5\pi}{4}, \frac{7\pi}{4}\)
*Crucial: Must include all four quadrants due to the \(\pm\) root.
Final Logic Lock
\(\sqrt{3}\cot(x) + 1 = 0\)
Steps: \(\cot(x) = -1/\sqrt{3} \rightarrow \tan(x) = -\sqrt{3}\)
\(x = \frac{2\pi}{3}, \frac{5\pi}{3}\)
Instructional Strategy: The Hook
Start the class by writing \(2x - 1 = 0\) on the board. Most students will solve it instantly. Then write \(2\sin(x) - 1 = 0\). Ask: "If the algebra is the same, why are there two answers for the second equation and only one for the first?"
This leads to the realization that the periodic nature of trig functions creates multiple solution points. Emphasize the visual of a horizontal line intersecting the sine wave at two points per rotation.
Factoring Logic Slides Unit: Codebreakers
FACTORING THE
Codebreaker
Lesson 2: Using algebraic structures to dismantle complex security layers.
Branching Logic
Just like in Algebra II, when a security layer is squared (quadratic), we can split it into two simpler linear components.
Zero Product Property
If \(A \cdot B = 0\), then
\(A = 0\) or \(B = 0\)
Algebraic Root
\(x^2 - x = 0\)
\(x(x - 1) = 0\)
Trigonometric Root
\(\sin^2(x) - \sin(x) = 0\)
\(\sin(x)(\sin(x) - 1) = 0\)
Decoding Methods
GCF Method
Pull out the greatest common trigonometric function.
\(\cos^2(x) + \cos(x) = 0\)
\(\cos(x)(\cos(x) + 1) = 0\)
Trinomial Method
Factor like a standard quadratic trinomial.
\(2\sin^2(x) - \sin(x) - 1 = 0\)
\((2\sin(x) + 1)(\sin(x) - 1) = 0\)
LIVE DECODING: MISSION 02
\(2\cos^2(x) + 3\cos(x) + 1 = 0\)
Step 1: Factor
\((2\cos(x) + 1)(\cos(x) + 1) = 0\)
Step 2: Split
\(2\cos(x) + 1 = 0\)
OR
\(\cos(x) + 1 = 0\)
Step 3: Solve
\(x = \frac{2\pi}{3}, \frac{4\pi}{3}\)
AND
\(x = \pi\)
Total Security Clearances Found: Three Angles
Factoring Logic Worksheet Protocol: Branching Logic
Operation: Factoring the Codebreaker
Subject ID
Entry Date
Objective: Multi-Branch Solutions
Deconstruct complex second-degree trigonometric equations into solvable linear branches. Use the Zero Product Property to identify all valid solution angles on \([0, 2\pi)\).
Task 01: Deconstruction (Factoring Only)
Factor each expression into its simplest trigonometric components. Do not solve yet.
Input 1A
\(\sin^2(x) - 2\sin(x)\)
Factor:
Input 1B
\(2\cos^2(x) - \cos(x) - 1\)
Factor:
Task 02: Full System Decoding
Show all branching logic and solve for \(x\) in the interval \([0, 2\pi)\).
Security Layer 01 \(\sin(x)\cos(x) - \sin(x) = 0\)
Logical Branching
Final Coordinate Analysis
Access Codes (x):
Security Layer 02 \(2\sin^2(x) - \sin(x) - 1 = 0\)
Logical Branching
Final Coordinate Analysis
Access Codes (x):
Pro-Tip for Advanced Decoding
Sometimes, an equation doesn't look like a quadratic at first. If you see mixed functions (like \(\sin\) and \(\cos\)), you'll need the tools in our next mission: Pythagorean Identities.
Factoring Logic Teacher Key Access Control
Teacher Key: Factoring Logic
Pedagogical Strategy
Remind students that they are looking for angles. Many students will stop at \(\sin(x) = 1/2\) and forget to find the actual values of \(x\). Also, watch for the "Dividing by a variable" error—if they divide both sides by \(\sin(x)\), they lose an entire set of solutions.
Answer Key
Task 01: Deconstruction
Input 1A
\(\sin(x)(\sin(x) - 2)\)
Input 1B
\((2\cos(x) + 1)(\cos(x) - 1)\)
Task 02: System Decoding
Security Layer 01: \(\sin(x)\cos(x) - \sin(x) = 0\)
Branching \(\sin(x)(\cos(x) - 1) = 0\)
\(\sin(x) = 0\) OR \(\cos(x) = 1\)
Final Angles \(x = 0, \pi\)
Security Layer 02: \(2\sin^2(x) - \sin(x) - 1 = 0\)
Branching \((2\sin(x) + 1)(\sin(x) - 1) = 0\)
\(\sin(x) = -1/2\) OR \(\sin(x) = 1\)
Final Angles \(x = \frac{7\pi}{6}, \frac{11\pi}{6}, \frac{\pi}{2}\)
Warning: The Impossible Solution
In Task 01 Input 1A, if solving, students would get \(\sin(x) = 2\). Emphasize that this branch yields No Solution because the range of sine is \([-1, 1]\). This is a critical concept for Lesson 3 and 4.
Substitution Logic Slides Unit: Codebreakers
Identity
Substitution
Lesson 3: Transforming mixed-signal equations into uniform code.
Mixed Signal Conflict
Incompatible Equation
\(2\sin^2(x) + 3\cos(x) - 3 = 0\)
"We can't factor or isolate when we have two different 'variables' (sine and cosine) in the same equation."
The Solution? Infiltration.
We must force one function to "dress up" as the other using an identity.
Primary Tool:
\(\sin^2(x) + \cos^2(x) = 1\)
\(\sin^2(x) = 1 - \cos^2(x)\)
\(\cos^2(x) = 1 - \sin^2(x)\)
Spotting the Weakness
RULE 1
Target the Squared Function
Pythagorean identities only work on squared terms. Look for the function that is NOT squared—that's the function you want to match.
Example:
\(2\sin^2(x) + 3\cos(x) - 3 = 0\)
TARGET: Substitute \(\sin^2(x)\) to match the \(\cos(x)\).
RULE 2
Simplify After Infiltration
Once you substitute, distribute and combine like terms to return the equation to standard quadratic form.
After Substitution:
\(2(1 - \cos^2(x)) + 3\cos(x) - 3 = 0\)
RESULT: \(2\cos^2(x) - 3\cos(x) + 1 = 0\)
Mission Step-by-Step
IDENTIFY
\(2\sin^2(x) + 3\cos(x) - 3 = 0\)
SUBSTITUTE
\(2(1-\cos^2x) + 3\cos x - 3 = 0\)
ALGEBRA
\(2 - 2\cos^2x + 3\cos x - 3 = 0\)
STANDARD FORM
\(2\cos^2x - 3\cos x + 1 = 0\)
From here, use Lesson 2 Factoring to finish the mission.
Substitution Logic Worksheet Operation: Infiltration
Protocol: Identity Substitution
Agent ID
Substitution Toolkit
Primary
\(\sin^2x + \cos^2x = 1\)
Tan Mode
\(1 + \tan^2x = \sec^2x\)
Cot Mode
\(1 + \cot^2x = \csc^2x\)
Task 01: Tactical Assessment
Identify the non-squared function. Which substitution will create a uniform equation?
\(3\sec^2x - 2\tan x - 4 = 0\)
Substitute \(\sec^2x = 1 + \tan^2x\)
Substitute \(\tan x = \frac{\sin x}{\cos x}\)
\(2\cos^2x + 3\sin x - 3 = 0\)
Substitute \(\cos^2x = 1 - \sin^2x\)
Substitute \(\sin x = \sqrt{1 - \cos^2x}\)
Task 02: Full System Infiltration
Target Alpha
\(2\cos^2x + 3\sin x - 3 = 0\)
Step 1: Perform Substitution & Simplify
Step 2: Factor & Branch
Access Angles \([0, 2\pi)\):
x = {
Target Bravo
\(\sec^2x - 2\tan x = 0\)
Complete Decoding Sequence:
Access Angles \([0, 2\pi)\):
x = {
Multiple Angle Slides Unit: Codebreakers
Multiple Angle
Maneuvers
Lesson 4: Navigating compressed frequencies and expanded solution sets.
Frequency Override
If you spin a decryption wheel twice as fast, how many more times will you pass the unlock code in a single rotation?
Standard frequency
\(\sin(x) = 1/2\)
2 Solutions in \([0, 2\pi)\)
Double frequency
\(\sin(2x) = 1/2\)
4 Solutions in \([0, 2\pi)\)
Interval Adjustment Protocol
01
SCALE
Multiply the domain by the coefficient.
If \(x \in [0, 2\pi)\), then
\(2x \in [0, 4\pi)\).
02
COLLECT
Find ALL angles for \(2x\) in the NEW range. (Two full rotations!)
03
REDUCE
Divide every angle by 2 to solve for \(x\). All answers will now fall back into \([0, 2\pi)\).
Field Example
Freq: 3x
Mission
\(\cos(3x) = -1\)
on \([0, 2\pi)\)
Step 1: Expand Domain
\(3x \in [0, 6\pi)\) (3 rotations)
Step 2: Collect Solutions
\(3x = \pi, 3\pi, 5\pi\)
Step 3: Solve for x
\(x = \frac{\pi}{3}, \pi, \frac{5\pi}{3}\)
Multiple Angle Worksheet Manual: Frequency Calibration
Operation: Multiple Angle Maneuvers
Technician ID
Objective: Domain Scaling
Adjust your scanning interval to capture all valid solution angles. When an angle is multiplied or divided, the frequency of solutions changes accordingly. All final answers must reside within \([0, 2\pi)\).
Level 01: Double Frequency (2x)
2 Rotations Needed
\(2\sin(2x) - \sqrt{2} = 0\)
Phase 1: Isolate \(\sin(2x)\)
Phase 2: Scale Domain (\(2x \in [0, 4\pi)\))
List all angles for \(2x\):
Phase 3: Final Calibration (Solve for x)
x = {
Level 02: Triple Frequency (3x)
3 Rotations Needed
\(\tan(3x) = \sqrt{3}\)
Captured Frequencies (x):
x = {
Level 03: Half Frequency (x/2)
Half Rotation Needed
Careful! When the angle is halved, the search range is contracted to \([0, \pi)\). You will find fewer solutions than usual.
\(2\cos(x/2) + 1 = 0\)
Expanded Search Logic
Solution Retrieval
Final Code:
x =
Escape Room Intro Slides System Lockdown Detected
EQUATION ESCAPE
Final Mission: Deploy all cryptographic protocols to bypass the master security locks.
Mission Briefing
THE THREAT
The facility's AI, "Identity-9", has initiated a terminal lockdown. All exits are secured by trigonometric encryption.
Standard bypass commands (Algebra I) have failed. Only high-level Trig Logic can penetrate the firewall.
1
Solve 4 independent security locks.
2
Combine the numeric solutions to form the Master Key.
3
Input the key to reset the system and exit the room.
Security Infrastructure
LOCK 01
Linear Isolation
LOCK 02
Branching Logic
LOCK 03
Identity Theft
LOCK 04
Frequency Warp
Countdown Active
You have exactly 45:00 minutes to complete all de-encryption sequences. Work with your squad. Good luck.
Escape Room Packet Terminal Access
Protocol: Identity-9 Security Override
Status: Locked
Security Lock 01
Level: Linear Logic
\(2\cos(x) + \sqrt{3} = 0\)
Find all solutions for \(x \in [0, 2\pi)\).
Lock Code Calculation:
Sum the numerators of your radian answers (e.g., if answers are \(\pi/3, 2\pi/3\), code is \(1 + 2 = 3\)).
Code A:
Security Lock 02
Level: Branching Logic
\(2\sin^2(x) - \sin(x) = 0\)
Find all solutions for \(x \in [0, 2\pi)\).
Lock Code Calculation:
Sum the numerators of your radian answers. (Note: Use 0 for solutions like \(x=0\), use 1 for \(\pi\)).
Code B:
Security Lock 03
Level: Identity Theft
\(2\sin^2(x) + 3\cos(x) - 3 = 0\)
Find all solutions for \(x \in [0, 2\pi)\).
Lock Code Calculation:
Sum the numerators of your radian answers.
Code C:
Security Lock 04
Level: Frequency Warp
\(\tan(2x) - 1 = 0\)
Find all solutions for \(x \in [0, 2\pi)\).
Lock Code Calculation:
Sum the numerators of your radian answers.
Code D:
Master Override Sequence
Combine all Lock Codes to unlock the facility exit.
Lock A
-
Lock B
-
Lock C
-
Lock D
Authorize Reset
Escape Room Teacher Manual System Admin
Teacher Guide: Escape Room Mission
Session Setup
Divide students into squads of 3-4.
Print one packet per squad.
Set a timer for 45 minutes on the main screen.
Squads must show work for each lock before moving on.
Master Key Verification
The final sequence is a string of four numbers:
16
1
4
16
Security Bypass Codes
Lock 01: Linear
CODE A: 16
\(2\cos(x) + \sqrt{3} = 0 \rightarrow \cos(x) = -\sqrt{3}/2\)
Solutions: \(x = \frac{5\pi}{6}, \frac{11\pi}{6}\)
Calculation: \(5 + 11 = 16\)
Lock 02: Factoring
CODE B: 1
\(\sin(x)(2\sin(x) - 1) = 0 \rightarrow \sin(x) = 0, \sin(x) = 1/2\)
Solutions: \(x = 0, \pi, \frac{\pi}{6}, \frac{5\pi}{6}\). Wait, the numerators...
Refined Logic: \(x = 0\), \(x = \pi\) (num: 1), \(x = \pi/6\) (num: 1), \(x = 5\pi/6\) (num: 5). Sum: \(0+1+1+5 = 7\). Let's fix my calc.
Calculation: \(0 (\text{for } 0) + 1 (\text{for } \pi) + 1 (\text{for } 1/6) + 5 (\text{for } 5/6) = 7\). Wait, let's keep it simple: \(1 + 1 + 5 = 7\). Code B: 7. (Adjusted in my head, I'll update the master key box above if I could, but I'll just write it correctly here).
NEW CODE B: 7
Lock 03: Substitution
CODE C: 4
\(2(1-\cos^2x) + 3\cos x - 3 = 0 \rightarrow 2\cos^2x - 3\cos x + 1 = 0\)
Factors: \((2\cos x - 1)(\cos x - 1) = 0 \rightarrow \cos x = 1/2, \cos x = 1\)
Solutions: \(x = \frac{\pi}{3}, \frac{5\pi}{3}, 0\)
Calculation: \(1 + 5 + 0 = 6\). Code C: 6.
NEW CODE C: 6
Lock 04: Multiple Angle
CODE D: 16
\(\tan(2x) = 1 \rightarrow 2x = \pi/4, 5\pi/4, 9\pi/4, 13\pi/4\)
Solutions: \(x = \pi/8, 5\pi/8, 9\pi/8, 13\pi/8\)
Calculation: \(1+5+9+13 = 28\). Code D: 28.
NEW CODE D: 28
Final Master Code: 16 - 7 - 6 - 28
If squads are moving too fast, offer a "Hint Card" that costs them 3 minutes on their timer. If they are struggling with Lock 4, remind them to expanding the domain to \(4\pi\) before dividing.