Solving 5^x = 100x – 175 Using Lambert W Function

Solving 5x = 100x − 175 Using the Lambert W Function

Objective: Solve the equation systematically using the Lambert W method, without guessing solutions.

1Rewrite the Equation

We start with:

5x = 100x − 175

Using the exponential form 5x = ex ln 5:

ex ln 5 = 100x − 175

2Eliminate the Constant Term in the Linear Part

We want the right-hand side to be of the form α(xβ). Factor 100:

100x − 175 = 100(x 175 100 ) = 100(x 7 4 )

So the equation becomes:

ex ln 5 = 100(x 7 4 )

3Shift the Variable

Let t = x 7 4 , so x = t + 7 4 .

Substitute into the equation:

e(t + 7 4 ) ln 5 = 100t
et ln 5 · e 7 4 ln 5 = 100t
5 7 4 · et ln 5 = 100t
et ln 5 = 100 57/4 t

Let k = 100 57/4 , so:

et ln 5 = k t

4Rearrange into Lambert W Form

Divide both sides by k t and rearrange:

1 = k t et ln 5
1 k = t et ln 5

Multiply both sides by −ln 5:

ln 5 k = (−t ln 5) et ln 5

Let u = −t ln 5, then:

ln 5 k = u eu

5Apply Lambert W Function

The Lambert W function is defined as the inverse of f(w) = w ew. Therefore:

u = W(− ln 5 k )
t = − 1 ln 5 · W(− ln 5 k )

Since x = t + 74:

x = 7 4 1 ln 5 · W(− ln 5 k )

6Simplify the Constant Inside W

Recall k = 10057/4. We need to simplify:

ln 5 k = − ln 5 · 57/4 100

Note that 57/4 = 52−1/4 = 25 · 5−1/4. Therefore:

ln 5 · 57/4 100 = ln 5 · 25 · 5−1/4 100 = ln 5 4 · 51/4

Let A = ln 5 4 · 51/4 . Then:

x = 7 4 1 ln 5 · W(−A)

7Find W(−A) for Both Real Branches

Numerically:

A 1.609438 4 × 1.495349 1.609438 5.981396 ≈ 0.269

So −A ≈ −0.269, which is greater than −1e ≈ −0.3679.

Important: Since −A > −1e, there are two real branches of the Lambert W function: W0 (principal branch) and W−1 (secondary branch).

8Solve for W(−A) Exactly

We need W(−A) such that:

W(−A) · eW(−A) = −A = − ln 5 4 · 51/4

First Branch (W0):

Try W0(−A) = − ln 5 4

Check:

(− ln 5 4 ) · exp(− ln 5 4 ) = − ln 5 4 · 5−1/4
= − ln 5 4 · 51/4 = −A

Therefore: W0(−A) = − ln 5 4

x1 = 7 4 1 ln 5 · (− ln 5 4 ) = 7 4 + 1 4 = 2

Second Branch (W−1):

Try W−1(−A) = − 5 ln 5 4

Check:

(− 5 ln 5 4 ) · exp(− 5 ln 5 4 ) = − 5 ln 5 4 · 5−5/4
= − ln 5 4 · 5 · 5−5/4 = − ln 5 4 · 5−1/4
= − ln 5 4 · 51/4 = −A

Therefore: W−1(−A) = − 5 ln 5 4

x2 = 7 4 1 ln 5 · (− 5 ln 5 4 ) = 7 4 + 5 4 = 3

9Final Solutions

x = 2   and   x = 3

Verification

For x = 2:

Left side: 52 = 25
Right side: 100(2) − 175 = 200 − 175 = 25
25 = 25 ✓

For x = 3:

Left side: 53 = 125
Right side: 100(3) − 175 = 300 − 175 = 125
125 = 125 ✓

This solution demonstrates the power of the Lambert W function in solving transcendental equations that combine exponential and linear terms.