If your function is
... x = f(y) = y - 2^y
then its derivative is
... f'(y) = 1 - ln(2)·2^y
and the integral is
[tex]\displaystyle\int_1^4{\sqrt{1+f'(t)^{2}}}\,dt\approx 11.6900[/tex]
_____
If numerical integration is being done, it is convenient to let the calculator use the numerical derivative (f'(t)). The same result is obtained as with the explicit derivative function (1-ln(2)2^t).