Real and Imaginary Blueprints Slides REAL AND IMAGINARY BLUEPRINTS
Lesson 1: Addition & Subtraction
A Navigational Problem
Imagine you are a surveyor walking a site:
Walk 3 miles East, 2 miles North
Then 1 mile West, 4 miles North
Where are you relative to the start?
Complex numbers allow us to track these "two-dimensional" values with one equation.
The Complex Blueprint
\(a + bi\)
Standard Form
a
Real Part
The "East/West" movement on our map.
bi
Imaginary Part
The "North/South" movement on our map.
Adding the Parts
Adding complex numbers is exactly like combining like terms in algebra.
The Formula:
\((a+bi) + (c+di) = (a+c) + (b+d)i\)
"Real stays with Real. Imaginary stays with Imaginary."
Workflow:
1 Identify the Real components.
2 Identify the Imaginary components.
3 Add them separately.
Blueprint in Action: Addition
Problem: Simplify \((5 + 3i) + (2 - 7i)\)
Step 1: Group
\((5 + 2) + (3i - 7i)\)
Step 2: Add
\(7 + (-4i)\)
Result
\(7 - 4i\)
The Subtraction Trap
When subtracting, you MUST distribute the negative sign to BOTH terms in the second number.
\((a+bi) - (c+di) = a + bi - c - di\)
Think of it as adding a negative one:
\((a+bi) + (-1)(c+di)\)
Blueprint in Action: Subtraction
Problem: Simplify \((10 - 4i) - (6 + 2i)\)
Distribute
\(10 - 4i - 6 - 2i\)
Group
\((10 - 6) + (-4i - 2i)\)
Result
\(4 - 6i\)
Geometric Verification
Adding complex numbers is like connecting "head-to-tail" vectors.
Draw the first number from (0,0).
Draw the second starting from the tip of the first.
The total displacement is the sum.
Complex Plane Visualization
Quick Check
"Explain why subtraction is often more difficult for students than addition. What is the one thing they must remember?"
Partner Discussion
2 Minutes
Real and Imaginary Blueprints Worksheet DWG NO. 01
Real and Imaginary Blueprints
Complex Number Operations: Addition & Subtraction
Student Name
Date
Drafting Protocol:
To add or subtract, combine Real Parts with Real Parts and Imaginary Parts with Imaginary Parts. Always simplify into the standard form: a + bi.
Phase I: Structural Addition
01.1 Basic Load
\((4 + 2i) + (3 + 5i)\)
01.2 Negative Variance
\((-6 + 7i) + (2 - 4i)\)
01.3 Monomial Mix
\((12 - i) + (-8 + 3i)\)
01.4 Pure Imaginary
\(15 + (4 - 9i)\)
Phase II: Structural Subtraction
Caution: Distribute the negative sign across both components of the subtrahend.
02.1 Standard Removal
\((8 + 10i) - (3 + 2i)\)
02.2 Negative Distribution
\((5 - 6i) - (1 + 4i)\)
02.3 Double Negative
\((-2 + 3i) - (-7 - 2i)\)
02.4 Zero Balance
\((11 + 0i) - (11 - 5i)\)
Phase III: Geometric Inspection
Inspector's Challenge:
Graph the following operation as a vector addition. Start the first vector at the origin \((0,0)\). Start the second vector at the tip of the first. Draw the resultant vector.
\((2 + 3i) + (4 - 5i)\)
Algebraic Solution:
Real Imaginary
Field Notes: Reflection
Based on your work above, complete the following observation:
1. Why do we treat the imaginary part \(bi\) and the real part \(a\) separately when adding?
2. If the resultant vector of an addition problem lands on the x-axis (Real axis), what do you know about the imaginary parts of the original numbers?
ARCHITECTURAL MATH SERIES // UNIT 02 // LESSON 01
Lead Architect Approval
Real and Imaginary Blueprints Answer Key ANSWER KEY // 01
Real and Imaginary Blueprints
Lesson 1: Addition & Subtraction (Teacher Reference)
Phase I: Addition Solutions
01.1
\((4 + 2i) + (3 + 5i)\)
\(7 + 7i\)
01.2
\((-6 + 7i) + (2 - 4i)\)
\(-4 + 3i\)
01.3
\((12 - i) + (-8 + 3i)\)
\(4 + 2i\)
01.4
\(15 + (4 - 9i)\)
\(19 - 9i\)
Phase II: Subtraction Solutions
02.1
\((8 + 10i) - (3 + 2i)\)
\(5 + 8i\)
02.2
\((5 - 6i) - (1 + 4i)\)
\(4 - 10i\)
02.3
\((-2 + 3i) - (-7 - 2i)\)
\(5 + 5i\)
02.4
\((11 + 0i) - (11 - 5i)\)
\(5i\)
Phase III: Geometric Inspection
Operation: \((2 + 3i) + (4 - 5i)\)
Algebraic Solution: 6 - 2i
Vector 1: From (0,0) to (2,3).
Vector 2: From (2,3) to (2+4, 3-5) = (6,-2).
Resultant: Straight line from (0,0) to (6,-2).
Field Notes (Exemplars)
Q1: Why separate parts?
Real and imaginary parts are "orthogonal" or independent dimensions (like x and y on a coordinate plane). You cannot combine miles East with miles North into a single number without losing the structural definition of the vector.
Q2: Result on x-axis?
If the resultant is on the x-axis, the final imaginary part is 0. This means the imaginary parts of the original numbers were additive inverses (e.g., \(+3i\) and \(-3i\)).
Spin Cycle Slides SPIN CYCLE
Lesson 2: Monomial Multiplication
The 90° Turn
Multiplying by i isn't just a calculation—it's a rotation.
x i Rotates a number 90° counter-clockwise on the complex plane.
x i² Rotates it 180°.
If you start at 1 (East) and rotate 180°, where are you?
1
i
-1
The Master Identity
\(i^2 = -1\)
This is the only special rule for multiplication.
Treat i like a variable (like x), but swap it for -1 whenever it's squared.
Case 1: Stretching the Vector
Multiplying an imaginary number by a real number (scalar) only changes its magnitude.
\(3 \cdot (4i) = 12i\)
Just multiply the coefficients.
Try these:
\(5 \cdot (-2i) = \text{?}\)
\(-8 \cdot (3i) = \text{?}\)
\(0.5 \cdot (10i) = \text{?}\)
Case 2: The Sign Flip
When two imaginary numbers multiply, they become real.
Step 1
Multiply coefficients & i's
\((3i) \cdot (2i)\)
\(6i^2\)
Step 2
Apply Identity
\(6(-1)\)
\(-6\)
The Sign Switch Checklist
Simplify: \((-4i) \cdot (-5i)\)
1
Multiply coefficients: \((-4) \cdot (-5) = 20\)
2
Multiply variables: \(i \cdot i = i^2\)
3
FLIP THE SIGN: \(20(-1) = -20\)
Predict the Rotation
If you multiply a number by i four times...
\(i^4 = ?\)
How many degrees did it rotate? Where is it now?
1. i¹ = 90° (imaginary)
2. i² = 180° (real / -1)
3. i³ = 270° (imaginary / -i)
4. i⁴ = 360° (real / 1)
Insight:
The "Spin Cycle" repeats every 4 multiplications!
Mastery Challenge
\((2i) \cdot (-3i) \cdot (4i)\)
60 Seconds
Check with neighbor
Spin Cycle Worksheet DRIVE SYSTEM 02
Spin Cycle
Complex Number Operations: Monomial Multiplication
Technician
Date
Primary Identity
\(i^2 = -1\)
When multiplying complex terms, multiply the coefficients normally. If an i² appears, replace it with -1 and simplify.
Phase I: Magnitude Scaling
02.1.1 Positive Scale
\(3 \cdot (5i)\)
02.1.2 Negative Scale
\(-4 \cdot (2i)\)
02.1.3 Fractional Scale
\(\frac{1}{2} \cdot (10i)\)
02.1.4 Zero Variance
\(0 \cdot (7i)\)
Phase II: Rotational Mechanics (180°)
02.2.1 Standard Rotation
\((2i) \cdot (3i)\)
Show intermediate \(i^2\) step:
02.2.2 Inverting Spin
\((-4i) \cdot (5i)\)
02.2.3 Negative Mirror
\((-6i) \cdot (-2i)\)
02.2.4 Identity Check
\(i \cdot i\)
Phase III: The i-Cycle
Rotational Table
Calculate each power and state if the result is Real or Imaginary.
Power Simplified Type \(i^1\) i Imaginary \(i^2\) \(i^3\) \(i^4\) \(i^5\)
Observation:
What pattern do you notice every 4 powers?
System Maintenance
Simplify the following multi-monomial expression. Remember the order of operations!
\((2i) \cdot (-3i) \cdot (4i)\)
True or False?
Multiplying by i always changes the sign of a real number.
Multiplying two imaginary numbers results in a real number.
\(i^2\) and \(i^4\) both result in negative values.
UNIT 02: COMPLEX MECHANICS // LESSON 02: SPIN CYCLE
RPM
PSI
Spin Cycle Answer Key ANSWER KEY // 02
Spin Cycle
Lesson 2: Monomial Multiplication (Teacher Reference)
Phase I: Magnitude Scaling
02.1.1
\(3 \cdot (5i)\)
\(15i\)
02.1.2
\(-4 \cdot (2i)\)
\(-8i\)
02.1.3
\(\frac{1}{2} \cdot (10i)\)
\(5i\)
02.1.4
\(0 \cdot (7i)\)
\(0\)
Phase II: Rotational Mechanics
02.2.1
\((2i) \cdot (3i)\)
\(6i^2 = -6\)
02.2.2
\((-4i) \cdot (5i)\)
\(-20i^2 = 20\)
02.2.3
\((-6i) \cdot (-2i)\)
\(12i^2 = -12\)
02.2.4
\(i \cdot i\)
\(i^2 = -1\)
Phase III: The i-Cycle
Power Simplified Type \(i^2\) -1 Real \(i^3\) -i Imaginary \(i^4\) 1 Real \(i^5\) i Imaginary
Observation: The values repeat in a cycle of 4: \(\{i, -1, -i, 1\}\).
System Maintenance
\((2i) \cdot (-3i) \cdot (4i)\)
\(24i\)
Step: \((-6i^2)(4i) = (6)(4i) = 24i\)
Checklist
1. FALSE (Changes real to imaginary)
2. TRUE
3. FALSE (\(i^4\) is positive 1)
Expansion Joint Slides THE EXPANSION JOINT
Lesson 3: Binomial Multiplication
You've built this before...
Remember multiplying polynomials like \((x + 2)(x + 3)\)?
\(x^2 + 5x + 6\)
Result: A quadratic with 3 terms.
The Complex "Twist":
When we use complex numbers, the "quadratic" term (\(i^2\)) turns back into a real number.
End Result:
Always simplifies back to just a + bi (2 terms)!
The Assembly Methods
1. FOIL
First terms
Outer terms
Inner terms
Last terms
2. BOX (Grid)
Preferred for keeping terms organized!
The Build Process
Example
\((3 + 2i) \cdot (1 + 4i)\)
F \(3 \cdot 1 = 3\)
O \(3 \cdot 4i = 12i\)
I \(2i \cdot 1 = 2i\)
L \(2i \cdot 4i = 8i^2\)
\(3 + 14i + 8(-1)\)
\(-5 + 14i\)
Focus on the "L"
The LAST term is where the real work happens.
It always involves i², which means it will always change the sign of its coefficient and join the Real parts.
\(+5i \cdot +3i = -15\)
\(-2i \cdot +4i = +8\)
Project Inspection
Solve with a partner:
\((2 - 3i)(5 + 2i)\)
Distribute \(\rightarrow\) Simplify \(i^2\) \(\rightarrow\) Standard Form
Partner Check
3 Minutes
Blueprint Complete
We now have the tools to multiply any two complex numbers. Tomorrow, we look for shortcuts—Special Products that happen during squaring!
Expansion Joint Worksheet DRIVE SYSTEM 03
The Expansion Joint
Complex Number Operations: Binomial Multiplication
Foreman
Project Date
Assembly Protocol
Step 1: Distribute
Use FOIL or the Grid Method to find all 4 partial products. Keep your i and i² terms organized.
Step 2: Simplify & Join
Replace i² with -1. Combine the new real term with the existing real term. Combine imaginary terms.
03.1
\((2 + 3i)(4 + 5i)\)
Calculation Space
03.2
\((6 - i)(2 + 4i)\)
03.3
\((-3 + 2i)(1 - 7i)\)
03.4
\((5 - 4i)(-2 - 3i)\)
03.5
\((10 + 2i)(10 - 2i)\)
Note the pattern emerging here.
03.6
\((i + 4)(2i - 3)\)
Order matters! Rewrite in standard form first?
Phase IV: Quality Control
Error Investigation
A junior architect attempted to solve \((3 + 2i)(2 - 4i)\) and got the result \(6 - 8i\). Explain the two errors they made in their calculation.
Structural Properties
When multiplying polynomials, we often end up with an \(x^2\) term. Why do complex number products never result in a "squared" term in the final answer?
Geometric Prediction
Recall Lesson 2: Multiplying by \(i\) rotates a point 90°. What do you think happens to the angle and magnitude of a point when you multiply it by a complex number like \((1 + i)\)?
Only the magnitude changes.
Only the angle changes.
Both magnitude and angle change.
Sketch your reasoning here
DRIVE SYSTEM 03 // ARCHITECTURAL MATH // BINOMIALS
Certification Grade: ______
Expansion Joint Answer Key ANSWER KEY // 03
The Expansion Joint
Lesson 3: Binomial Multiplication (Teacher Reference)
Phase III Solutions
03.1
\((2 + 3i)(4 + 5i)\)
\(8 + 10i + 12i + 15i^2\)
\(-7 + 22i\)
03.2
\((6 - i)(2 + 4i)\)
\(12 + 24i - 2i - 4i^2\)
\(16 + 22i\)
03.3
\((-3 + 2i)(1 - 7i)\)
\(-3 + 21i + 2i - 14i^2\)
\(11 + 23i\)
03.4
\((5 - 4i)(-2 - 3i)\)
\(-10 - 15i + 8i + 12i^2\)
\(-22 - 7i\)
03.5
\((10 + 2i)(10 - 2i)\)
\(100 - 20i + 20i - 4i^2\)
\(104\)
Conjugate pattern: Result is purely real.
03.6
\((i + 4)(2i - 3)\)
\(2i^2 - 3i + 8i - 12\)
\(-14 + 5i\)
Phase IV: Error Investigation
Junior Architect Errors (\((3+2i)(2-4i)\)):
The student only multiplied the First terms and the Outer/Inner terms incorrectly (or forgot them entirely). They only kept 2 terms when there should have been 4 partial products before simplification.
They failed to multiply the Last terms (\(2i \cdot -4i\)) and simplify the resulting \(i^2\).
Correct Solution: \(6 - 12i + 4i - 8i^2 = 6 - 8i + 8 = \) \(14 - 8i\)
Structural Properties (Exemplars)
Q: Why no squared term in final answer?
Because in the complex number system, the identity \(i^2 = -1\) allows us to convert the quadratic term back into a constant (a real number). This "collapses" the 3-term polynomial structure back into a 2-term standard form complex number.
Perfect Precision Slides PERFECT PRECISION
Lesson 4: Special Products & Squares
The Fatal Error
The most common error in all of algebra:
\((a + b)^2 \neq a^2 + b^2\)
"You cannot simply distribute a square over addition."
In complex numbers, this mistake is even "deadlier." Why?
Visual Proof
\(a^2\)
\(ab\)
\(ab\)
\(b^2\)
Squaring a sum creates two middle terms.
The Perfect Square Formula
\((a + bi)^2 = a^2 + 2abi - b^2\)
Identity 04.1
\(a^2\)
Square First
\(2abi\)
Double Product
\(-b^2\)
Square Last
"Wait, why is it \(-b^2\)? Because \((bi)^2 = b^2i^2 = b^2(-1) = -b^2\)"
Pattern Application: Sum
Calculate: \((5 + 2i)^2\)
1
First term squared: \(5^2 = 25\)
2
Double product: \(2(5)(2i) = 20i\)
3
Last term squared: \((2i)^2 = -4\)
Final Standard Form:
\(21 + 20i\)
Pattern Application: Difference
Calculate: \((3 - 4i)^2\)
Square First: \(3^2 = 9\)
Double Product: \(2(3)(-4i) = -24i\)
Square Last: \((-4i)^2 = -16\)
Result: \(-7 - 24i\)
Predictive Analysis
"In the final standard form \(a + bi\) of a squared complex number, under what conditions will the Real part (a) be zero?"
Investigate
Master the Shortcut
Perfect precision comes from recognizing patterns. Squaring is just a specific case of binomial multiplication where the outer and inner terms are identical.
Rule 1
Don't distribute the square.
Rule 2
Double the middle product.
Rule 3
Flip the sign of the i² term.
Perfect Precision Worksheet DRIVE SYSTEM 04
Perfect Precision
Complex Number Operations: Special Products & Squaring
Inspector
Shift Date
Identity Reference
\((a + bi)^2\)
=
\(a^2 + 2abi - b^2\)
Phase I: Positive Symmetry
04.1.1 Standard Sum
\((3 + 2i)^2\)
Work Area
04.1.2 Equal Parts
\((4 + 4i)^2\)
04.1.3 Small Scale
\((1 + 5i)^2\)
04.1.4 Large Scale
\((10 + i)^2\)
Phase II: Inverted Symmetry
04.2.1 Standard Difference
\((6 - 3i)^2\)
04.2.2 Negative Real
\((-2 - 5i)^2\)
Phase III: Quality Control
Inspection Alert: The Missing Middle
A trainee simplified \((7 + 3i)^2\) as \(49 - 9 = 40\). They claimed that because \(i^2 = -1\), the answer should just be a real number.
1. What specific term did they forget to calculate?
2. Provide the correct simplified answer in standard form (\(a+bi\)):
Structural Challenge: Purely Imaginary Results
Is it possible to square a complex number and get a purely imaginary result? (Meaning the real part is zero). Test your hypothesis with \((1 + i)^2\).
Calculation:
\((1 + i)^2 =\)
Discovery:
Under what conditions for a and b will \((a + bi)^2\) have a real part of zero?
Comparison A
\((4 + 3i)^2\)
Comparison B
\((4 - 3i)^2\)
UNIT 02: COMPLEX MECHANICS // LESSON 04: PERFECT PRECISION
PASSED INSPECTION
Perfect Precision Answer Key ANSWER KEY // 04
Perfect Precision
Lesson 4: Special Products & Squaring (Teacher Reference)
Squaring Solutions
04.1.1
\((3 + 2i)^2\)
\(9 + 2(3)(2i) + 4i^2\)
\(5 + 12i\)
04.1.2
\((4 + 4i)^2\)
\(16 + 32i + 16i^2\)
\(32i\)
04.1.3
\((1 + 5i)^2\)
\(1 + 10i + 25i^2\)
\(-24 + 10i\)
04.1.4
\((10 + i)^2\)
\(100 + 20i + i^2\)
\(99 + 20i\)
04.2.1
\((6 - 3i)^2\)
\(36 - 36i + 9i^2\)
\(27 - 36i\)
04.2.2
\((-2 - 5i)^2\)
\(4 + 20i + 25i^2\)
\(-21 + 20i\)
Phase III: Quality Control
Inspection Alert (\((7 + 3i)^2\)):
1. The student forgot the middle term (\(2 \cdot 7 \cdot 3i = 42i\)). They only squared the real part and the imaginary part separately, which is mathematically incorrect for binomial squaring.
2. Correct Solution: \(49 + 42i - 9 = \) \(40 + 42i\)
Discovery: Purely Imaginary
\((1 + i)^2 = 1 + 2i - 1 = 2i\)
The result is purely imaginary. This happens whenever \(a^2 = b^2\) (or \(|a| = |b|\)). When the absolute values of the real and imaginary coefficients are equal, the squared terms cancel out, leaving only the middle imaginary term.
Comparison Check
A: \(16 + 24i - 9 = \) \(7 + 24i\)
B: \(16 - 24i - 9 = \) \(7 - 24i\)
Notice the real parts are identical; only the imaginary signs differ.
Mastery Maze Slides Final Protocol
MASTERY MAZE
Lesson 5: Synthesis of Operations
The System Override
You have mastered addition, subtraction, and multiplication in isolation.
But can you maintain accuracy when they are all mixed together?
"Real-world problems rarely come in single steps. We need to navigate complex expressions without losing our way."
// FINAL_MASTERY_INIT
Problem: \((4 + 3i)^2 - (10 - 5i)\)
Status: Unsimplified
Target: Standard Form (a+bi)
Order of Operations
P / E
Step 1
Handle inner groupings and Squares first.
M
Step 2
Perform any remaining multiplication / distribution.
A / S
Step 3
Combine Real and Imaginary parts last.
i² \(\rightarrow\) -1
Continuous Check
Apply the identity as soon as it appears.
The Path to Mastery
\(3(4 - i) + (2 + i)(5 - 3i)\)
Left Side (Distribution)
\(12 - 3i\)
Right Side (Binomial)
\(10 - 6i + 5i - 3i^2\)
\(10 - i + 3 = 13 - i\)
Final Addition:
\((12 - 3i) + (13 - i) = 25 - 4i\)
Perilous Pitfalls
1. Subtraction Distribution
When a subtraction sign is in front of a product, multiply the complex numbers first inside parentheses, then flip the signs.
2. The Squared Variable
Never leave \(i^2\) in your final answer. If it's there, your "maze" isn't finished yet. Standard form is always just a + bi.
Maze Inspection #1
Simplify completely:
\((6 + i)^2 - (2i)(-3i)\)
2 Minutes
Verify with Partner
Master Architect Level
You have successfully navigated the arithmetic of the complex plane. You are now ready for the final frontier: Division and Rationalization.
Mastery Maze Worksheet FINAL CLEARANCE 05
Mastery Maze
Sequence Synthesis: Multi-Step Operations
Architect
Date
Navigation Protocol:
Follow the order of operations (PEMDAS). Simplify all binomial products and squares before performing addition or subtraction. Always convert i² to -1 immediately.
01
Monomial Bridge
\(4i(3 - 2i) + (5 + 6i)\)
Show Steps Here
02
The Expansion Corridor
\((2 + i)(3 - 4i) + (1 + 2i)\)
03
The Subtraction Pit
\(15 - (2 + 3i)^2\)
04
The Multi-Level Chamber
\(2(5 - i) - 3(1 + 4i)\)
MASTERY MAZE // SYNTHESIS // LVL 05
The Inner Sanctum: Final Puzzles
Boss Encounter
Simplify the following expression into standard form:
\((3 + 2i)(1 - i) + (4 + i)^2\)
Detailed Schematic Work Area
Error Log
A student simplified \((2+i)^2 - (2+i)\) and got \(5+4i - 2 - i = 3+3i\). Where is the error in their logic?
Synthesis Reflection
Which operation (addition, subtraction, or multiplication) do you find most difficult when they are all combined? Why?
Maze Cleared
Certification complete for Complex Arithmetic Operations.
ARCHITECTURAL MATH SERIES // END OF UNIT 02
Security Clearance:
Mastery Maze Answer Key ANSWER KEY // 05
Mastery Maze
Lesson 5: Synthesis of Operations (Teacher Reference)
Final Clearance Solutions
01
\(4i(3 - 2i) + (5 + 6i)\)
\(12i - 8i^2 + 5 + 6i = 12i + 8 + 5 + 6i\)
\(13 + 18i\)
02
\((2 + i)(3 - 4i) + (1 + 2i)\)
\((6 - 8i + 3i - 4i^2) + (1 + 2i) = (10 - 5i) + (1 + 2i)\)
\(11 - 3i\)
03
\(15 - (2 + 3i)^2\)
\(15 - (4 + 12i - 9) = 15 - (-5 + 12i) = 15 + 5 - 12i\)
\(20 - 12i\)
04
\(2(5 - i) - 3(1 + 4i)\)
\(10 - 2i - 3 - 12i\)
\(7 - 14i\)
Page 2: Boss Encounter Solution
\((3 + 2i)(1 - i) + (4 + i)^2\)
Part A: Product
\(3 - 3i + 2i - 2i^2 = 3 - i + 2 = 5 - i\)
Part B: Square
\(16 + 8i + i^2 = 16 + 8i - 1 = 15 + 8i\)
Final Sum:
\((5 - i) + (15 + 8i) = 20 + 7i\)
Error Log Analysis
\((2+i)^2 - (2+i)\)
The error is in the squaring step. \((2+i)^2 = 4 + 4i - 1 = 3+4i\). The student calculated \(5+4i\) (likely doing \(4+1+4i\) instead of \(4-1+4i\)).
Correct Result: \(3 + 4i - 2 - i = 1 + 3i\).
Teaching Tip
Students often struggle with negative signs in front of parentheses (Problem 03). Remind them that the squaring operator happens before the subtraction operator in the order of operations.