Other Way to Express an Exponential Function

395 Views Asked by At

When you have an exponential function of the form

$$f(x)=e^{x}$$

you can write it

$$f(x)=\exp(x)$$

which is really convenient when the power is a complex expression.

If you have a function that has a base other than $e$ is there a way to write it in a similar manner?

1

There are 1 best solutions below

0
On BEST ANSWER

You can rewrite $$a^x = {\rm e}^{x\ln(a)}=\exp(x\ln(a))$$