Math II · N-CN.8

Extending Polynomial Identities to Complex Numbers

Complex numbers let familiar polynomial identities keep working in a larger system, including identities that cannot fully factor over the real numbers.

Concept Number and Quantity
Domain The Complex Number System
Read time 8 minutes

What this learning objective is really asking you to learn

This objective asks students to take polynomial identities they already know and understand how they behave in the complex number system. A polynomial identity is an equation that is true for all allowed values of the variable. For example,

\[a^2 - b^2 = (a - b)(a + b)\]

is the difference of squares identity. Students use it constantly to factor expressions such as \(x^2 - 9 = (x - 3)(x + 3)\).

Over the real numbers, \(x^2 + 9\) does not factor into linear factors because there is no real number whose square is -9. But over the complex numbers, \(9 = (3)^2\) and \(-9 = (3i)^2\) because \((3i)^2 = 9i^2 = -9\). So we can rewrite

\[x^2 + 9 = x^2 - (3i)^2\]

and then use the difference of squares identity:

\[x^2 + 9 = (x - 3i)(x + 3i)\].

That is the heart of the objective. The identity did not change. The number system changed. Once complex numbers are allowed, a sum of squares can be treated as a difference of squares because \(i^2 = -1\).

This is a subtle but important idea. Some expressions are “unfactorable” only relative to a chosen number system. Over the integers, \(x^2 - 2\) does not factor into linear factors with integer coefficients. Over the real numbers, it factors as \((x - \sqrt{2})(x + \sqrt{2})\). Over the real numbers, \(x^2 + 1\) does not factor into linear factors. Over the complex numbers, it factors as \((x - i)(x + i)\). The phrase “can be factored” depends on what kinds of numbers you are allowed to use.

The objective is also about identities continuing to work. Complex numbers do not break algebra. They extend it. The same distributive property, difference of squares identity, and conjugate pattern still apply. Students are learning that complex numbers preserve algebraic structure while making more expressions factorable.

Why students should learn this math

Students should learn this because factoring is not just a classroom procedure; it is a way of revealing hidden structure. When a polynomial is factored, its zeros become visible, its behavior becomes easier to understand, and its relationship to other expressions becomes clearer. Complex numbers expand what factoring can reveal.

In earlier algebra, students may have heard that \(x^2 + 4\) is “prime” or “not factorable.” That statement is incomplete. It is not factorable over the real numbers into real linear factors, but it is factorable over the complex numbers:

\[x^2 + 4 = (x - 2i)(x + 2i)\].

This teaches students to be precise. Mathematics often depends on the domain or system in which a statement is made. “No solution” may mean “no real solution.” “Not factorable” may mean “not factorable over the integers” or “not factorable over the reals.” Precision matters.

This objective also helps students see why conjugates are powerful. The complex numbers \(a + bi\) and \(a - bi\) are conjugates. When multiplied, their imaginary parts cancel:

\[(a + bi)(a - bi) = a^2 + b^2\].

That result is real. This pattern appears throughout complex arithmetic and later mathematics. It is used in division of complex numbers, simplifying expressions, polynomial factoring, and advanced analysis. The conjugate idea is one of the main bridges between complex and real quantities.

There is also a deeper reason: students are learning that algebraic identities are structural. The difference of squares identity does not care whether \(b\) is a real number, a complex number, or an expression. If the operations are defined consistently, the identity works. This is a first glimpse of abstraction. An identity is a machine that works across many settings.

The practical applications are not immediate in the same way as right-triangle measurement, but they are real. Engineering, signal processing, physics, and applied mathematics rely on complex factorization and roots. Systems that oscillate or rotate often have polynomial equations with complex roots. Factoring over complex numbers helps reveal the behavior of those systems. At the school level, this objective prepares students to understand why complex roots are natural, paired, and structurally meaningful.

The “why” is that complex numbers make algebra more complete. They allow identities and factoring methods to operate in a larger arena, revealing roots and structure that the real-number system hides.

The historical machinery: factoring depends on the number system

The history of algebra includes a long search for roots and factors. Factoring is closely tied to solving equations: if a polynomial can be written as a product of simpler factors, the zeros of those factors reveal solutions. For quadratics, factoring real expressions like \(x^2 - 9\) is straightforward because the roots are real. But expressions like \(x^2 + 1\) resisted real factorization.

When complex numbers became accepted, these formerly resistant expressions became factorable. The sum of squares, impossible to split into real linear factors, split naturally over the complex numbers. This was part of the broader realization that the complex number system completes polynomial root behavior.

The phrase “over the complex numbers” is important. Mathematicians often specify the field or number system over which they are factoring. An expression may be irreducible over one system and reducible over another. For example, \(x^2 - 2\) is irreducible over the rational numbers but reducible over the real numbers. \(x^2 + 1\) is irreducible over the real numbers but reducible over the complex numbers.

This historical development helped shape modern algebra. Mathematicians learned to study not just expressions but the systems in which expressions live. The same polynomial can have different factorization behavior depending on the allowed coefficients and roots. This idea eventually leads to abstract algebra, fields, rings, and Galois theory. Students do not need those advanced topics here, but they are touching the beginning of that worldview.

The historical message is valuable: complex numbers did not merely add strange new answers; they changed the factorization landscape. They made algebra more unified and complete.

Where this fits in the big map of mathematics

This objective follows complex arithmetic and complex quadratic solutions. Students already know how to multiply complex numbers and solve quadratics with complex roots. Now they see polynomial identities extend into the complex system.

It connects backward to seeing structure in expressions. Earlier, students learned to recognize difference of squares, factor quadratics, and use expression structure to reveal zeros. Here, the same skill is applied in a larger number system. A sum of squares becomes factorable by recognizing it as a difference of squares with an imaginary term.

It connects to conjugates. The factors \((x - 3i)\) and \((x + 3i)\) are conjugates. Their product is real. This pattern explains why real-coefficient polynomials often have complex roots in conjugate pairs. Later, students will see that if a real-coefficient polynomial has a nonreal root \(a + bi\), then \(a - bi\) is also a root.

It connects forward to the Fundamental Theorem of Algebra. Factoring sums of squares is one example of a larger truth: complex numbers allow polynomials to break into linear factors when counted completely.

It connects to rational expressions and advanced algebra because factoring controls simplification, zeros, domains, and identities. The ability to change number systems and see new factors is a sophisticated algebraic skill.

The big-map role is structural extension. Students learn that identities are not confined to real-number examples; they operate across the complex system.

How to execute the skill technically

The main technical move is to use \(i^2 = -1\) to rewrite a sum of squares as a difference of squares.

Example:

\[x^2 + 16\]

Since \(16 = 4^2\) and \((4i)^2 = -16\), we can write

\[x^2 + 16 = x^2 - (4i)^2\].

Now use difference of squares:

\[x^2 - (4i)^2 = (x - 4i)(x + 4i)\].

So

\[x^2 + 16 = (x - 4i)(x + 4i)\].

Check by multiplying:

\[(x - 4i)(x + 4i) = x^2 + 4xi - 4xi - 16i^2 = x^2 - 16(-1) = x^2 + 16\].

Another example:

\[9x^2 + 25\].

This is \((3x)^2 + 5^2\). Over the complex numbers, write it as

\[(3x)^2 - (5i)^2\].

Then factor:

\[(3x - 5i)(3x + 5i)\].

Students can also use this to find roots. If \(x^2 + 16 = 0\), then the factored form gives

\[(x - 4i)(x + 4i) = 0\].

So \(x = 4i\) or \(x = -4i\).

A useful pattern is:

\[a^2 + b^2 = (a + bi)(a - bi)\]

or equivalently

\[a^2 + b^2 = (a - bi)(a + bi)\].

Students should be careful that over the real numbers, this is not a real factorization. It requires complex factors.

Another worked example: using complex factoring to explain a missing real factorization

Take the expression

\[4x^2 + 25\].

Over the real numbers, this is a sum of squares and cannot be factored into real linear factors. But over the complex numbers, it can be rewritten as

\[(2x)^2 + 5^2\].

Since \((5i)^2 = -25\), this is

\[(2x)^2 - (5i)^2\].

Now apply the difference of squares identity:

\[4x^2 + 25 = (2x - 5i)(2x + 5i)\].

Multiply to verify:

\[(2x - 5i)(2x + 5i) = 4x^2 + 10xi - 10xi - 25i^2\].

The middle terms cancel, and since \(i^2 = -1\), the last term becomes \(+25\). So the product is \(4x^2 + 25\).

This example is useful because it shows that complex factoring is not a different kind of algebra. It is the same identity with a complex quantity substituted into it.

Why conjugates are the hidden machine

The factors in these examples come in conjugate pairs: \(x - 3i\) and \(x + 3i\), or \(2x - 5i\) and \(2x + 5i\). Conjugates are powerful because their imaginary terms cancel when multiplied. This cancellation produces a real polynomial.

That is a major pattern in algebra. Real-coefficient polynomials can have nonreal roots, but those roots appear in conjugate pairs. The pair works together to create real coefficients. The imaginary parts cancel, but their presence still shapes the factorization. This is why complex roots do not destroy real algebra; they complete it.

For a website or app, this is worth showing dynamically. Let students multiply \((x - ai)(x + ai)\) and drag the value of \(a\). The product becomes \(x^2 + a^2\). The student sees a family of real sums of squares emerging from complex conjugate factors.

Common misconceptions and how to avoid them

One common misconception is saying “sum of squares cannot be factored” without specifying the number system. Over the real numbers, \(x^2 + 9\) has no real linear factorization. Over the complex numbers, it factors as \((x - 3i)(x + 3i)\).

Another mistake is writing \(x^2 + 9 = (x + 3)(x + 3)\) or \((x + 3)(x - 3)\). Those products give \(x^2 + 6x + 9\) and \(x^2 - 9\), not \(x^2 + 9\).

A third mistake is mishandling \(i^2\). The reason the product becomes a sum is that \(-9i^2 = +9\).

A fourth mistake is forgetting conjugate pairs. If one factor is \((x - 3i)\), the paired factor is \((x + 3i)\). The imaginary terms cancel.

A fifth mistake is treating complex factoring as disconnected from roots. Factors still reveal zeros. If \((x - 3i)\) is a factor, then \(x = 3i\) is a root.

The big takeaway

This objective teaches that polynomial identities continue to work in the complex number system. Complex numbers allow sums of squares to factor into conjugate complex factors. The larger lesson is precision: whether an expression factors depends on the number system. Over the complex numbers, algebra becomes more complete and more structurally revealing.

Problem Library

Problems in the App From This Objective

144 problems across 12 archetypes in the app.

use `a^2+b^2=(a+bi)(a-bi)`.
12 problems Warmup Practice Mixed Review Assessment
Problem 1

Factor sum of squares expression x^2+9 over complex numbers.

Problem 2

Factor sum of squares expression a^2+16 over complex numbers.

Problem 3

Factor sum of squares expression 4x^2+25 over complex numbers.

Problem 4

Factor sum of squares expression y^2+7 over complex numbers.

Problem 5

Factor sum of squares expression z^2+1 over complex numbers.

Problem 6

Factor sum of squares expression m^2+49 over complex numbers.

Problem 7

Factor sum of squares expression 9k^2+100 over complex numbers.

Open in simulator
Problem 8

Factor sum of squares expression 16p^2+3 over complex numbers.

Problem 9

Factor sum of squares expression b^2+11 over complex numbers.

Problem 10

Factor sum of squares expression 25x^2+36 over complex numbers.

Problem 11

Factor sum of squares expression 3x^2+4 over complex numbers.

Problem 12

Factor sum of squares expression t^2+64 over complex numbers.

multiply conjugate factors.
12 problems Warmup Practice Mixed Review Assessment
Problem 13

Verify complex factorization (x+3i)(x-3i) of expression x^2+9.

Problem 14

Verify complex factorization (2x+5i)(2x-5i) of expression 4x^2+25.

Problem 15

Verify complex factorization (y+i sqrt(2))(y-i sqrt(2)) of expression y^2+2.

Problem 16

Verify complex factorization (a+4i)(a-4i) of expression a^2+16.

Problem 17

Verify complex factorization (3b+7i)(3b-7i) of expression 9b^2+49.

Problem 18

Verify complex factorization (z+i)(z-i) of expression z^2+1.

Problem 19

Verify complex factorization (4m+9i)(4m-9i) of expression 16m^2+81.

Problem 20

Verify complex factorization (n+i sqrt(5))(n-i sqrt(5)) of expression n^2+5.

Problem 21

Verify complex factorization (5p+i sqrt(3))(5p-i sqrt(3)) of expression 25p^2+3.

Open in simulator
Problem 22

Verify complex factorization (x+10i)(x-10i) of expression x^2+100.

Problem 23

Verify complex factorization (6y+11i)(6y-11i) of expression 36y^2+121.

Problem 24

Verify complex factorization (w+i sqrt(7))(w-i sqrt(7)) of expression w^2+7.

write roots `+/- i sqrt(c)`.
12 problems Warmup Practice Mixed Review Assessment
Problem 25

Factor x^2 + 4 over complex numbers.

Problem 26

Factor x^2 + 12 over complex numbers.

Problem 27

Factor x^2 + 1 over complex numbers.

Problem 28

Factor x^2 + 10 over complex numbers.

Problem 29

Factor x^2 + 9 over complex numbers.

Problem 30

Factor x^2 + 25 over complex numbers.

Problem 31

Factor x^2 + 2 over complex numbers.

Problem 32

Factor x^2 + 3 over complex numbers.

Problem 33

Factor x^2 + 5 over complex numbers.

Problem 34

Factor x^2 + 8 over complex numbers.

Open in simulator
Problem 35

Factor x^2 + 18 over complex numbers.

Problem 36

Factor x^2 + 7 over complex numbers.

treat binomial expression as a unit.
12 problems Warmup Practice Mixed Review Assessment
Problem 37

Factor shifted sum of squares (x-3)^2+16 over complex numbers.

Problem 38

Factor shifted sum of squares (y+2)^2+9 over complex numbers.

Problem 39

Factor shifted sum of squares (2x-1)^2+25 over complex numbers.

Problem 40

Factor shifted sum of squares (x+5)^2+7 over complex numbers.

Problem 41

Factor shifted sum of squares (z-1)^2+4 over complex numbers.

Problem 42

Factor shifted sum of squares (x-4)^2+11 over complex numbers.

Problem 43

Factor shifted sum of squares (x+1)^2+36 over complex numbers.

Open in simulator
Problem 44

Factor shifted sum of squares (y+3)^2+2 over complex numbers.

Problem 45

Factor shifted sum of squares (3x+2)^2+49 over complex numbers.

Problem 46

Factor shifted sum of squares (4y-3)^2+5 over complex numbers.

Problem 47

Factor shifted sum of squares (x-6)^2+100 over complex numbers.

Problem 48

Factor shifted sum of squares (5z+1)^2+13 over complex numbers.

recognize `b^2=(bi)^2` for negative term.
12 problems Warmup Practice Mixed Review Assessment
Problem 49

Explain complex difference-of-squares reasoning for x^2+9.

Problem 50

Explain complex difference-of-squares reasoning for a^2+25.

Problem 51

Explain complex difference-of-squares reasoning for 4x^2+1.

Problem 52

Explain complex difference-of-squares reasoning for y^2+4.

Problem 53

Explain complex difference-of-squares reasoning for m^2+16.

Problem 54

Explain complex difference-of-squares reasoning for 9y^2+4.

Open in simulator
Problem 55

Explain complex difference-of-squares reasoning for x^2+36.

Problem 56

Explain complex difference-of-squares reasoning for 16a^2+9.

Problem 57

Explain complex difference-of-squares reasoning for b^2+49.

Problem 58

Explain complex difference-of-squares reasoning for 25z^2+1.

Problem 59

Explain complex difference-of-squares reasoning for p^2+64.

Problem 60

Explain complex difference-of-squares reasoning for 49k^2+100.

set complex factors equal to zero.
12 problems Warmup Practice Mixed Review Assessment
Problem 61

Use complex factorization to solve x^2+9=0.

Open in simulator
Problem 62

Use complex factorization to solve (x-2)^2+16=0.

Problem 63

Use complex factorization to solve 4x^2+25=0.

Problem 64

Use complex factorization to solve x^2+7=0.

Problem 65

Use complex factorization to solve x^2+16=0.

Problem 66

Use complex factorization to solve (x+1)^2+25=0.

Problem 67

Use complex factorization to solve 9x^2+49=0.

Problem 68

Use complex factorization to solve x^2+11=0.

Problem 69

Use complex factorization to solve (x-5)^2+3=0.

Problem 70

Use complex factorization to solve 25x^2+2=0.

Problem 71

Use complex factorization to solve 16x^2+1=0.

Problem 72

Use complex factorization to solve (x+3)^2+10=0.

substitute complex values or use algebraic proof.
12 problems Warmup Practice Mixed Review Assessment
Problem 73

Determine whether polynomial identity (z+w)^2=z^2+2zw+w^2 remains true for complex numbers.

Open in simulator
Problem 74

Determine whether polynomial identity z^2+9=(z+3)(z-3) remains true for complex numbers.

Problem 75

Determine whether polynomial identity (z+i)(z-i)=z^2+1 remains true for complex numbers.

Problem 76

Determine whether polynomial identity (a+bi)+(c+di)=(a+c)+(b+d)i remains true for complex numbers.

Problem 77

Determine whether polynomial identity z^2-w^2=(z-w)(z+w) remains true for complex numbers.

Problem 78

Determine whether polynomial identity z^2+w^2=(z+iw)(z-iw) remains true for complex numbers.

Problem 79

Determine whether polynomial identity (z+w)^3=z^3+3z^2w+3zw^2+w^3 remains true for complex numbers.

Problem 80

Determine whether polynomial identity z(w+v)=zw+zv remains true for complex numbers.

Problem 81

Determine whether polynomial identity z * conj(z) = a^2+b^2 remains true for complex numbers.

Problem 82

Determine whether polynomial identity (z-w)^2=z^2-w^2 remains true for complex numbers.

Problem 83

Determine whether polynomial identity z^2+4=(z+2)(z-2) remains true for complex numbers.

Problem 84

Determine whether polynomial identity (a+bi)(c+di)=(ac-bd)+(ad+bc)i remains true for complex numbers.

identify and pair conjugates.
12 problems Warmup Practice Mixed Review Assessment
Problem 85

Factor polynomial expression (x^2+4)(x-1) using complex conjugate factors.

Problem 86

Factor polynomial expression x^4+5x^2+4 using complex conjugate factors.

Problem 87

Factor polynomial expression (x^2+9)(x^2+1) using complex conjugate factors.

Problem 88

Factor polynomial expression x^2-2x+5 using complex conjugate factors.

Problem 89

Factor polynomial expression x^2+16 using complex conjugate factors.

Problem 90

Factor polynomial expression (x^2+1)(x+2) using complex conjugate factors.

Problem 91

Factor polynomial expression x^4+13x^2+36 using complex conjugate factors.

Open in simulator
Problem 92

Factor polynomial expression x^2+4x+5 using complex conjugate factors.

Problem 93

Factor polynomial expression (x-2)(x^2+49) using complex conjugate factors.

Problem 94

Factor polynomial expression x^3+x using complex conjugate factors.

Problem 95

Factor polynomial expression x^4-81 using complex conjugate factors.

Problem 96

Factor polynomial expression x^2-6x+13 using complex conjugate factors.

explain why expression irreducible over reals factors over complexes.
12 problems Warmup Practice Mixed Review Assessment
Problem 97

Compare real and complex factorizations of x^2+9.

Problem 98

Compare real and complex factorizations of x^2-4x+8.

Problem 99

Compare real and complex factorizations of x^2-16.

Problem 100

Compare real and complex factorizations of 4x^2+25.

Problem 101

Compare real and complex factorizations of x^2+2x+5.

Problem 102

Compare real and complex factorizations of x^2+6x+9.

Problem 103

Compare real and complex factorizations of x^4-1.

Problem 104

Compare real and complex factorizations of x^3+x.

Problem 105

Compare real and complex factorizations of x^3-1.

Problem 106

Compare real and complex factorizations of x^4+4.

Open in simulator
Problem 107

Compare real and complex factorizations of x^4+13x^2+36.

Problem 108

Compare real and complex factorizations of 2x^3+8x.

multiply conjugates and simplify `i^2`.
12 problems Warmup Practice Mixed Review Assessment
Problem 109

Use complex identities to simplify product (3+4i)(3-4i).

Open in simulator
Problem 110

Use complex identities to simplify product (x+2i)(x-2i).

Problem 111

Use complex identities to simplify product (1+i)^2.

Problem 112

Use complex identities to simplify product (2-3i)(2+3i).

Problem 113

Use complex identities to simplify product (5+i)(5-i).

Problem 114

Use complex identities to simplify product (2+i)^2.

Problem 115

Use complex identities to simplify product (a-5i)(a+5i).

Problem 116

Use complex identities to simplify product (3-i)^2.

Problem 117

Use complex identities to simplify product (7-2i)(7+2i).

Problem 118

Use complex identities to simplify product (4+3i)^2.

Problem 119

Use complex identities to simplify product (1+6i)(1-6i).

Problem 120

Use complex identities to simplify product (5-2i)^2.

connect negative square roots to linear factors.
12 problems Warmup Practice Mixed Review Assessment
Problem 121

Explain why complex numbers complete factorization of x^2+1.

Problem 122

Explain why complex numbers complete factorization of x^2+6x+13.

Problem 123

Explain why complex numbers complete factorization of x^2+c for c>0.

Problem 124

Explain why complex numbers complete factorization of x^2+9.

Problem 125

Explain why complex numbers complete factorization of x^2-4x+8.

Problem 126

Explain why complex numbers complete factorization of x^2+10x+26.

Open in simulator
Problem 127

Explain why complex numbers complete factorization of 2x^2+2x+1.

Problem 128

Explain why complex numbers complete factorization of x^4+13x^2+36.

Problem 129

Explain why complex numbers complete factorization of x^4+2x^2+1.

Problem 130

Explain why complex numbers complete factorization of x^4+16.

Problem 131

Explain why complex numbers complete factorization of x^2+x+1.

Problem 132

Explain why complex numbers complete factorization of x^2+25.

catch invalid real factoring, wrong conjugate, and `i^2` sign mistakes.
12 problems Warmup Practice Mixed Review Assessment
Problem 133

Correct the complex polynomial identity error in x^2+16=(x+4)(x-4).

Problem 134

Correct the complex polynomial identity error in (x+3i)(x-3i)=x^2-9.

Problem 135

Correct the complex polynomial identity error in x^2+4 factors as (x+2i)(x+2i).

Problem 136

Correct the complex polynomial identity error in (a+bi)(a-bi)=a^2-b^2.

Problem 137

Correct the complex polynomial identity error in x^2+25=(x+5)(x-5).

Problem 138

Correct the complex polynomial identity error in (x+6i)(x-6i)=x^2-36.

Problem 139

Correct the complex polynomial identity error in x^2+9 factors as (x+3i)(x+3i).

Problem 140

Correct the complex polynomial identity error in (u+vi)(u-vi)=u^2-v^2.

Problem 141

Correct the complex polynomial identity error in 4x^2+9=(2x+3)(2x-3).

Problem 142

Correct the complex polynomial identity error in (2+3i)(2-3i)=4-9= -5.

Open in simulator
Problem 143

Correct the complex polynomial identity error in x^2+7=(x+sqrt(7))(x-sqrt(7)).

Problem 144

Correct the complex polynomial identity error in (x+1+i)(x+1-i)=(x+1)^2-1.