How do you write sqrt (x^5)x5 as an exponential form?

1 Answer
Jan 31, 2016

The square root is expressed as an exponent of 1/212, so sqrt(x^5)x5 can be expressed as x^(5/2)x52.

Explanation:

Roots are expressed as fractional exponents:

root(2)x=x^(1/2)2x=x12
root(3)x=x^(1/3)3x=x13

and so on.

This makes sense, because when we multiply we add exponents:

sqrt(x)x x sqrt(x)x = xx

x^(1/2)x12 x x^(1/2)x12 = x^((1/2+1/2))x(12+12) = x^1x1 = xx

When an exponent is raised to another exponent, the exponents are multiplied:

sqrt(x^5)=(x^5)^(1/2) = x^(5*1/2) = x^(5/2)x5=(x5)12=x512=x52