If you have $$x^3(x^2 + 1)^{-\frac{1}{2}},$$ os the power or the product calculated first? I'm assuming the power comes first but I don't like to just assume.
Tell me more
×
Mathematics Stack Exchange is a question and answer site for
people studying math at any level and professionals in related fields. It's 100% free, no registration required.
|
|
Powers have precedence over multiplication. (Powers are applied first.) It's just like how the only thing squared in $x y^2$ is the $y$. |
|||
|
|
|
Exponentiation is done before multiplication, so it should not be "an assumption". Of course, the + is done before the exponentiation, unless you are planning to turn it into a series or something. |
|||
|
|
|
Indices before multiplication. $$x^3(x^2 + 1)^{-\frac{1}{2}} \Longleftrightarrow x^3((x^2 + 1)^{-\frac{1}{2}})$$ You can remember the order of precedence by the acronym 'BIDMAS': Brackets, Indices, Division, Multiplication, Addition, Subtraction. |
|||
|
|