Square root inside a square root

$\begingroup$

Hi guys I just want to ask how to solve this.

The given is: $$f(x)=\sqrt{x}$$

then solve for the $$(f \circ f)(x)$$

then it becomes. $$(f \circ f)(x)=f(f(x))$$ $$f(x)=\sqrt{\sqrt{x}}$$ Can the expression be simplified?

$\endgroup$ 4

3 Answers

$\begingroup$

$\sqrt{x} = x^{1/2}$ so $\sqrt{\sqrt{x}} = (x^{1/2})^{1/2} = x^{1/4} = \sqrt[4]{x}$.

$\endgroup$ 2 $\begingroup$

As we have the unwritten index $2$ for the sqare root, we multiply it by the index of the root inside the first root. $$\sqrt{\sqrt{x}} = \sqrt[2\times2]{x}= \sqrt[4]{x}$$

Another example is: $$\sqrt[3]{\sqrt[4]{x}} = \sqrt[3\times4]{x}= \sqrt[12]{x}$$

$\endgroup$ $\begingroup$

The nth root of a number $a$: $\;\sqrt[\large n] a = a^{1/n}$.

The square root of the square root of x is therefore $$\sqrt{\sqrt x} = (\sqrt x)^{1/2} = (x^{1/2})^{1/2} = x^{1/4} = \sqrt[\large 4] x$$

Since the domain of $\sqrt x$ is $[0, + \infty)$, this is also the domain of $\sqrt{\sqrt x} = x^{1/4}$.

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like