Understanding Exponents: Solving the Power Question

  • Context: High School 
  • Thread starter Thread starter eddysd
  • Start date Start date
  • Tags Tags
    Power
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
4 replies · 2K views
eddysd
Messages
39
Reaction score
0
I know this is really simple, but it's been a while since I studied maths, but when you have something to the power 3/2, say x for example, would it be sqrt(x^3) or (sqrt(x))^3?
 
Mathematics news on Phys.org
Either one- they are equal. If x= 25, say, then [itex]x^3= 25^3= 15625[/itex] so [itex]\sqrt{x^3}= \sqrt{15625}= 125[/itex] while [itex]\sqrt{x}= \sqrt{25}= 5[/itex] and so [itex]\left(\sqrt{x}\right)^3= 5^3= 125[/itex].

Generally,
[tex]\sqrt{x^3}= \left(x^3\right)^{1/2}= x^{3(1/2)}= x^{3/2}= \left(x^{1/2}\right)^2= \left(\sqrt{x}\right)^3[/tex]

Even more generally,
[tex]\sqrt<b>{(x^a)}= \left(x^a\right)^{1/b}= x^{a/b}= \left(x^{1/b}\right)^a= \left(\sqrt<b>{x}\right)^a</b></b>[/tex]
 
Thanks HallsofIvy, couldn't have hoped for a better answer!
 
An important addition to Hall's post:

For certain values of x and some a and b the rule

[tex] \sqrt<b>{(x^a)}= \left(x^a\right)^{1/b}= x^{a/b}= \left(x^{1/b}\right)^a= \left(\sqrt<b>{x}\right)^a<br /> </b></b>[/tex]

breaks down, and isn't true. For example, if x is negative and a = 2, b = 1/2. The rule implies
[tex]\sqrt{x^2} = (\sqrt{x})^2,[/tex]
but this isn't true: [itex]\sqrt{x}[/itex] is not defined for x < 0 (on the set of reals, at least), and [itex]\sqrt{(x^2)} = |x|[/itex]. So, you have to check that the expression is well defined before you can set them equal.

(There are other cases where the rule can break down, such as if you are using complex numbers, but you probably don't have to worry about that for now)
 
HallsofIvy said:
Either one- they are equal. If x= 25, say, then [itex]x^3= 25^3= 15625[/itex] so [itex]\sqrt{x^3}= \sqrt{15625}= 125[/itex] while [itex]\sqrt{x}= \sqrt{25}= 5[/itex] and so [itex]\left(\sqrt{x}\right)^3= 5^3= 125[/itex].

Generally,
[tex]\sqrt{x^3}= \left(x^3\right)^{1/2}= x^{3(1/2)}= x^{3/2}= \left(x^{1/2}\right)^2= \left(\sqrt{x}\right)^3[/tex]

Even more generally,
[tex]\sqrt<b>{(x^a)}= \left(x^a\right)^{1/b}= x^{a/b}= \left(x^{1/b}\right)^a= \left(\sqrt<b>{x}\right)^a</b></b>[/tex]


You mistyped the 2nd bracket from the right of the line:

[tex]\sqrt{x^3}= \left(x^3\right)^{1/2}= x^{3(1/2)}= x^{3/2}= \left(x^{1/2}\right)^2= \left(\sqrt{x}\right)^3[/tex]

It should be:

[tex]\left(x^{1/2}\right)^3[/tex]

No doubt just a simple typing mistake.