Ryan C. answered 08/01/22
PhD in Applied Mathematics with 6+ Years of Mathematica Experience
Hi Jessie!
Thanks for your question.
The exact solution of the equation
ln(11.9k) - 9k + 1 = 0
cannot be written in terms of elementary functions like e^() or ln(). Instead, we have to introduce a nonelementary function called the Lambert W function. The Lambert W function W(x) is defined implicitly as the solution of
WeW = x, provided x >= -1/e.
Let's see how the solution of your problem can be written using the Lambert W function. First, I'm going to make 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
ke-9k = 1/(11.9e)
-9ke-9k = -9/(11.9e).
Now let's change our variables. Let w = -9k. Then, we have
wew = -9/(11.9e).
Since -9/(11.9e) >= -1/e, we can conclude that w = W(-9/(11.9e), i.e., the Lambert W function evaluated at -9/(11.9e). Since w = -9k, we have
-9k = W(-9/(11.9e)),
giving us k = -W(-9/(11.9e))/9. We can use a scientific calculator to evaluate the W function, giving us k ≈ 0.0473335073.
Jessie T.
https://holooly.com/solutions/an-electric-cable-of-12-mm-diameter-isinsulated-to-increase-the-current-capacity-due-to-insulation-the-current-carrying-capacity-is-increased-by-15-without-increasing-cable-surface-temperature-above/08/01/22
Ryan C.
In fact, they are both equally valid solutions! It turns out that the Lambert W function w = W(x) is multi-valued when -1/e < x <= 0, similar to how the square root is multi-valued (for example, sqrt(4) = + or - 2). In particular, for -1/e < x <= 0, there are two branches of the Lambert W function, W(x;0) and W(x;-1). (Nevermind the meaning behind the integers 0 and -1. These just indicate the branches of the W function.) The solution that I've obtained above is -W(-9/(11.9e);0)/9 and the solution you obtained is -W(-9/(11.9e);-1)/9. You can evaluate both expressions in Mathematica.08/02/22
Jessie T.
I got it, thanks a lot08/02/22
Jessie T.
Hi Ryan, but the solution is 0.2158 W/m.K, this solution k ≈ 0.0473335073. Would this solution be just as correct?08/01/22