Linearizing Logarithmic Function

$\begingroup$

I have a given set of data points (y,x) with uncertainties.

When I plot those points on a graph, the trendline appears to follow the equation y = c + a*ln(x).

I want to be able to find the uncertainty in "a".

So just like linearizing an exponential function $y=e^{ax}$ as $\text{ln}(y) = ax$, and we can get the uncertainty in "a" by graphing the minimum and maximum slopes and averaging it out,

Is there a way to linearize a logarithmic function $y=a \text{ln}(x)$ ?

Thank you.

EDIT: Link to duplicate answer in comments.

$\endgroup$ 7

1 Answer

$\begingroup$

$$y = a \ln x \implies e^{y/a} = x $$

$\endgroup$ 1

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