2

How can I do this question? $$\sqrt{x}-2\sqrt[4]{x}-8 = 0$$

Can I solve this?

I tried to multiply everything by $x^4$, and got $$8x^4+x^3 -2x = 0$$

I don't know how to proceed from here.

TMM
  • 9,976
user69840
  • 33
  • 2

3 Answers3

6

Let $\sqrt[4]x=u$. This gives $\sqrt x = u^2$.

Solve the quadratic equation in $u$. You get the values for $u$ as $4$ or $-2$.

Since $\sqrt[4]x$ cannot be negative, it is equal to $4$.

Hence $x = 4^4 = 256$

lsp
  • 4,745
2

When multiplying powers, we have to ADD exponents: $x^a x^b = x^{a + b}$. Instead, try letting $x = u^4$, so $$ \sqrt{x} - 2\sqrt[4]{x} - 8 = 0 $$ becomes $$ u^2 - 2u - 8 = 0, $$ which you can solve using the quadratic formula (although you might introduce extraneous solutions).

Stahl
  • 23,212
1

Hint:

$x^{\frac{1}{4}}=k$

$ \sqrt{(x)}=k^2$

Or you can just keep the equation as it is:

$\sqrt{x}-2\sqrt[4]{x}-8=0 \implies \sqrt{x}-4\sqrt[4]{x}+2\sqrt[4]{x}-8=0$. Factorize it.

MJD
  • 65,394
  • 39
  • 298
  • 580
Inceptio
  • 7,881