How can you factor out x from the original term?

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 reply · 2K views
tmt1
Messages
230
Reaction score
0
In a text,

We have this:

$\sqrt{2x^2 + 1}$

is equal to

$x \sqrt{2 + \frac{1}{x}}$

I am confused as to how to factor out x from the original term.
 
Mathematics news on Phys.org
The two expressions are not equal. Actually,

$$\sqrt{2x^2 + 1} = x\sqrt{2 + \frac{1}{x^2}}\quad \text{for}\quad x > 0.$$

For if $x > 0$,

$$2x^2 + 1 = 2x^2 + \frac{x^2}{x^2} = x^2\Bigl(2 + \frac{1}{x^2}\Bigr),$$

so that

$$\sqrt{2x^2 + 1} = \sqrt{x^2\Bigl(2 + \frac{1}{x^2}\Bigr)} = \sqrt{x^2} \sqrt{2 + \frac{1}{x^2}} = x\sqrt{2 + \frac{1}{x^2}}.$$

Note the use of the identity $\sqrt{x^2} = x$, $x > 0$.

More generally,

$$\sqrt{2x^2 + 1} = |x|\sqrt{2 + \frac{1}{x^2}}\quad \text{for} \quad x \neq 0$$