I would like to remove exponentiation in this equation $y=x^t$ and use only multiplication or division. I have x, t and ln(x). Is it possible?
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.
|
This gives you: $\ln(y) = \ln(x^t) = t \ln(x)\quad\implies \quad \ln(y) = t \ln(x)$ Here we use the rule of logarithms (which applies to "$\ln$" as well):
|
|||||||
|
|
When $a>0$ then we are always allowed to have $$\ln(a^b)=b\ln(a)$$ So take a Neperian logarithm from both sides of your identity. |
|||

