How can I remake function from y= log(x) to x=smth y ?
I've got function y = 134.94ln(x) + 991.04 and I need to make the other form (x=something)
How can I remake function from y= log(x) to x=smth y ?
I've got function y = 134.94ln(x) + 991.04 and I need to make the other form (x=something)
\(x = e^{\ln(x)}\\ \\ e \text{ is the base of the natural logarithms. }e \approx 2.718\)
\(y=a \ln(x) + b \\ \ln(x) = \dfrac{y-b}{a}\\ \\ x = e^{ \frac{y-b}{a}}\)
and in your case
\(\Large x = e^{\frac{y - 991.04}{134.94}}\)