Factoring Calculator
Factor expressions step by step
The calculator will try to factor any expression (polynomial, binomial, trinomial, quadratic, rational, irrational, exponential, trigonometric, or a mix of them), with steps shown. To do this, some substitutions are first applied to convert the expression into a polynomial, and then the following techniques are used: factoring monomials (common factor), factoring quadratics, grouping and regrouping, square of sum/difference, cube of sum/difference, difference of squares, sum/difference of cubes, and the rational zeros theorem.
Solution
Your input: factor x4−20x2+64.
We can treat x4−20x2+64 as a quadratic function with respect to x2.
Let Y=x2.
Temporarily rewrite x4−20x2+64 in terms of Y: x4−20x2+64 becomes Y2−20Y+64.
To factor the quadratic function Y2−20Y+64, we should solve the corresponding quadratic equation Y2−20Y+64=0.
Indeed, if Y1 and Y2 are the roots of the quadratic equation aY2+bY+c=0, then aY2+bY+c=a(Y−Y1)(Y−Y2).
Solve the quadratic equation Y2−20Y+64=0.
The roots are Y1=16, Y2=4 (use the quadratic equation calculator to see the steps).
Therefore, Y2−20Y+64=(Y−16)(Y−4).
Recall that Y=x2: x4−20x2+64=1(x2−16)(x2−4).
(x4−20x2+64)=1(x2−16)(x2−4)
Apply the difference of squares formula α2−β2=(α−β)(α+β) with α=x and β=2:
(x2−16)(x2−4)=(x2−16)(x−2)(x+2)
Apply the difference of squares formula α2−β2=(α−β)(α+β) with α=x and β=4:
(x−2)(x+2)(x2−16)=(x−2)(x+2)(x−4)(x+4)
Thus, x4−20x2+64=(x−4)(x−2)(x+2)(x+4).
Answer: x4−20x2+64=(x−4)(x−2)(x+2)(x+4).