I need help with solving this difficult fluid dynamic expression. I have tried using rules of logs, symbolab algebra calculator and Wolfram Alpha calculator, and I have got no solution.
How would you solve the following expression USING the NEWTON-RAPHSON method for $x$? $$e^{\frac{x^2}{4vt}} = 1+\frac{x^2}{2vt}$$
When solving this USING the NEWTON-RAPHSON method, the solution is: $x=2.2418\sqrt{vt}$
I want to know how you could solve the first expression using the NEWTON-RAPHSON method to get the solution. So could someone please provide a step-by-step solution, by using this method please?
Note: This question was answered, however it was NOT answered using NEWTON-RAPHSON method. It was answered using the Lambert W function, which is a very long and complicated process as compared to the Newton-Raphson method.

Let $u = \frac{x^2}{4 v t}$ so that $$ e^u - 1 - 2u = 0. $$
Defining $g(u) = e^u - 1 - 2u, $ we iterate $$ u \mapsto u - \frac{g(u)}{g'(u)} ,$$ $$ u \mapsto \frac{1 +(u-1)e^u}{e^u - 2} $$
We find that $$ \frac{x^2}{4vt} = 1.256431208626169676982737617 $$ so $$ x^2 = 5.025724834504678707930950466 \; vt $$ $$ x = 2.241812845557068063953533471 \; \sqrt {vt} $$