lesson

Updated 6 days ago Β· 3 views
At first glance, an expression like x4β81 looks like an intimidating degree-4 polynomial. But behind that high power, it is secretly just a basic quadratic expression in disguise.
Once you learn to spot this hidden structure, you can crack expressions with 4th, 6th, or even 8th powers using the exact same factoring tools you already know.
The Power Disguise
The power of a power rule states that (am)n=amβ
n. This means we can rewrite any even exponent as something squared: x4=(x2)2, x6=(x3)2, and x8=(x4)2.
When an expression matches the pattern A2βB2, it is a difference of squares, which always factors into (AβB)(A+B).
πA clean visual diagram showing how an expression like x^4 - y^4 translates into a difference of squares. On the left, display x^4 - y^4 inside a rounded box. An arrow labeled 'rewrite as squares' points to ((x^2)^2 - (y^2)^2) with colored brackets highlighting A = x^2 and B = y^2. A second arrow labeled 'difference of squares' points to the factored form (x^2 - y^2)(x^2 + y^2). Use crisp modern sans-serif fonts, #1e2945 text, #e2e8f0 borders, with coral (#ff6b6b) and cyan (#00b4d8) accents highlighting A and B.
What happens if one of the resulting factors is itself another difference of squares? Let's trace it step by step.
Factoring Completely
Let's factor x4βy4. First, identify the base terms: A=x2 and B=y2, giving (x2βy2)(x2+y2).
Look closely at the first factor, (x2βy2). It is another difference of squares, so it splits again into (xβy)(x+y).
πA two-level tree breakdown of factoring x^4 - y^4 completely. Top root card: 'x^4 - y^4'. Two branching arrows lead down to Step 1 cards: '(x^2 - y^2)' [highlighted in orange border, labeled 'Factors again!'] and '(x^2 + y^2)' [highlighted in gray border, labeled 'Prime over reals - keep as is']. From '(x^2 - y^2)', two more arrows branch down to '(x - y)' and '(x + y)'. At the very bottom, a summary bar shows the complete factorization: '(x - y)(x + y)(x^2 + y^2)'. Crisp, modern, responsive layout.
The Sum of Squares Trap
A common mistake is trying to factor the (x2+y2) part into (x+y)(x+y) or (x+y)(xβy). But multiplying (x+y)2 gives x2+2xy+y2, not x2+y2.