How to factor this rational expression?

136 Views Asked by At

$$x^2 + {16\over x^2} -12$$

This is what I've done so far... $$x^4 -12x^2 +16$$

$$= (x^2 - 4)(x^2 + 4) -12x^2$$

What shall I do next?

EDIT: Thanks for the answer, however the answer given here is this: $$\left({x^2+2x-4 \over x}\right)\left({x^2-2x-4 \over x}\right) $$ I'd like to know how the above is achieved from the question.

3

There are 3 best solutions below

2
On BEST ANSWER

Given expression, $$x^{2}+\left(\frac{4}{x}\right)^{2}-2\cdot\frac{4}{x}\cdot x-4$$

$$=\left(x-\frac{4}{x}\right)^{2}-2^{2}$$

$$=\left(x-\frac{4}{x}-2\right)\left(x-\frac{4}{x}+2\right)$$

$$=\left({x^2+2x-4 \over x}\right)\left({x^2-2x-4 \over x}\right) $$

0
On

When you have $x^4-12x^2+16$ you can directly solve it and get a factorization.

If you want to get it without solving, you can form a difference of two squares : $x^4 - 12x^2 + 16 = (x^2-6)^2 - (2 \sqrt{5})^2 = (x^2 - 6 - 2\sqrt{5})(x^2 - 6 + 2 \sqrt{5})$ then you only need to find the square roots of $6 \pm 2\sqrt{5}$.

2
On

Step-by-step: "How'd you get that?" $$ \begin{align} x^2 + \dfrac{16}{x^2} - 12 & \iff (x)^2 + \left(\frac{4}{x}\right)^2 - \color{green}{\bf 8}- 4 \\ \\ & \iff (x)^2 - \color{green}{\bf 8 \cdot\dfrac xx} + \left(\frac 4x\right)^2 - 4 \\ \\ & \iff (x)^2 - \color{green}{\bf 2\cdot\dfrac{4x}{x}} + \left(\frac 4x\right)^2 - 4 \\ \\ & \iff (\color{red}{\bf x})^2 - 2\cdot \left(\frac{\color{blue}{\bf 4}\color{red}{\bf x}}{\color{blue}{\bf x}}\right) + \left(\color{blue}{\bf \frac{4}{x}}\right)^2 - 4 \\ \\ & \iff \left(x - \dfrac{4}{x}\right)^2 - 4 \qquad\qquad\qquad\qquad\qquad \tag{$\color{red}{\bf a}^2 - 2\color{red}{\bf a}\color{blue}{\bf b} + \color{blue}{\bf b}^2 = (\color{red}{\bf a} - \color{blue}{\bf b})^2$} \\ \\ & \iff \left(x-\frac{4}{x}\right)^2 - 2^2 \tag{difference of squares}\\ \\ & \iff \left(\left(x - \frac{4}{x}\right) + 2\right)\left(\left(x - \dfrac{4}{x}\right) - 2 \right)\\ \\ & \iff \left(x -\frac{4}{x}+ 2\right)\left(x - \frac 4x - 2\right)\tag{factored} \\ \\ & \iff \left(\frac{x^2 - 4 + 2x}{x}\right)\left(\frac{x^2 - 4 - 2x}{x}\right) \qquad\qquad\qquad\tag{common denominator} \end{align} $$