How to Solve a Tricky Exponential Equation

  • Thread starter Thread starter ProBasket
  • Start date Start date
AI Thread Summary
The equation (8x^2)/(sqrt(x)) simplifies to 8x^(3/2) by applying the laws of exponents, specifically by subtracting exponents when dividing like bases. The calculation shows that x^2 divided by x^(1/2) results in x^(2 - 1/2), which simplifies to x^(3/2). The discussion emphasizes that these exponent rules apply to positive integer exponents and extend to real and complex exponents, though caution is advised with negative or complex bases. Understanding these principles is crucial for solving exponential equations effectively. The laws of exponents provide a systematic approach to simplifying expressions involving powers.
ProBasket
Messages
140
Reaction score
0
how is (8x^2)/(sqrt(x)) the same as 8x^(3/2)?

let's see, i can convert that to (8x^2)/(x^(1/2))

but i don't see how it is the same as 8x^(3/2)... can someone lend me a hand?
 
Physics news on Phys.org
It's simply the laws of exponents: when you divide two powers with the same base, you simply subtract the exponents:

x2 / x1/2

= x 2 - 1/2 = x 4/2 - 1/2 = x3/2

In general, when you multiply, add the exponents. When you divide, subract the exponents, When you raise the power to another power, multiply the exponents. Notice that for positive integer exponents, these laws are very easy to understand: x cubed times x squared is three x's multiplied together times two x's multiplied together. How many x's are there multiplied together in total at the end? Five. And if you had added the exponents: 3+2 =5.

Even in this example, it's pretty easy to understand: consider this:

(\sqrt{x})^2 = x

Therefore: x^2 = (\sqrt{x})^2 \cdot (\sqrt{x})^2 = (\sqrt{x})(\sqrt{x})(\sqrt{x})(\sqrt{x})

Therefore: x^2 / x^{1/2} = \frac{(\sqrt{x})(\sqrt{x})(\sqrt{x})(\sqrt{x})}{\sqrt{x}} = (\sqrt{x})(\sqrt{x})(\sqrt{x}) = (x^{1/2})^3 = x^{3/2}



As far as I know, the laws hold for any real exponents, positive or negative.
 
Last edited:
it doesn't hold just for any real exponent but any complex one also. i think complex exponentiation is defined as c^z = exp(clogz) for complex c, z.
 
This property of exponents work when the base is positive and the exponents are real.


For negative or complex bases, or complex exponents, this property fails fairly often -- you should generally try not to apply it to them.
 
Thread 'Variable mass system : water sprayed into a moving container'
Starting with the mass considerations #m(t)# is mass of water #M_{c}# mass of container and #M(t)# mass of total system $$M(t) = M_{C} + m(t)$$ $$\Rightarrow \frac{dM(t)}{dt} = \frac{dm(t)}{dt}$$ $$P_i = Mv + u \, dm$$ $$P_f = (M + dm)(v + dv)$$ $$\Delta P = M \, dv + (v - u) \, dm$$ $$F = \frac{dP}{dt} = M \frac{dv}{dt} + (v - u) \frac{dm}{dt}$$ $$F = u \frac{dm}{dt} = \rho A u^2$$ from conservation of momentum , the cannon recoils with the same force which it applies. $$\quad \frac{dm}{dt}...
Back
Top