How to get rid of this exponentiation

$\begingroup$

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?

$\endgroup$ 1

2 Answers

$\begingroup$

$y=x^t$

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):

$$\log(a^b) = b \log (a)$$

$\endgroup$ 3 $\begingroup$

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.

$\endgroup$ 2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like