Ryan C. answered 08/01/22
Hi Jessie!
Thanks for your question.
Unfortunately, the exact solution of
ln (11.9k) – 9k + 1 = 0
cannot be written in terms of elementary functions like e^() or ln(), but we can express an exact solution if we use a nonelementary function called the Lambert W function. The Lambert W function w = W(x) is defined implicitly as the solution of
wew = x, provided x >= -1/e.
Let's see how we can write the exact solution of your original equation using the Lambert W function. First, I'll start with a series of algebraic manipulations:
ln(11.9k) - 9k + 1 = 0
ln(11.9k) = 9k - 1
eln(11.9k) = e9k - 1
11.9k = e9ke-1
11.9ke-9k = 1/e
ke-9k = 1/(11.9e)
-9ke-9k = -9/(11.9e).
Let's let w = -9k. Then we have
wew = -9/(11.9e).
Since -9/(11.9e) >= -1/e, we can write w in terms of the Lambert W function:
w = W(-9/(11.9e)).
Using w = -9k, we find
k = -W(-9/(11.9e))/9.
This is the exact solution. We can use a good quality scientific calculator to evaluate the Lambert W function, giving us
k = 0.0473335073...
There are other methods that can approximate the solution of this equation without knowing the exact solution derived above. See, for example, Newton's method or fixed point iteration. Both of these numerical methods will work well for this problem.