I'm trying to solve this:
Which of the following is the closest to the value of this integral?
$$\int_{0}^{1}\sqrt {1 + \frac{1}{3x}} \ dx$$
(A) 1
(B) 1.2
(C) 1.6
(D) 2
(E) The integral doesn't converge.
I've found a lower bound by manually calculating $\int_{0}^{1} \sqrt{1+\frac{1}{3}} \ dx \approx 1.1547$. This eliminates option (A). I also see no reason why the integral shouldn't converge. However, to pick an option out of (B), (C) and (D) I need to find an upper bound too. Ideas? Please note that I'm not supposed to use a calculator to solve this.
From GRE problem sets by UChicago

Starting from
$$\int_0^1\sqrt{1+{1\over3x}}\,dx=2\int_0^1\sqrt{t^2+{1\over3}}\,dt$$
(from the subsitution $x=t^2$) as in Yves Daoust's answer, integration by parts gives
$$\int_0^1\sqrt{t^2+{1\over3}}\,dt=t\sqrt{t^2+{1\over3}}\Big|_0^1-\int_0^1{t^2\over\sqrt{t^2+{1\over3}}}\,dt={2\over\sqrt3}-\int_0^1{t^2+{1\over3}-{1\over3}\over\sqrt{t^2+{1\over3}}}\,dt$$
hence
$$2\int_0^1\sqrt{t^2+{1\over3}}\,dt={2\over\sqrt3}+{1\over3}\int_0^1{dt\over\sqrt{t^2+{1\over3}}}={2\over\sqrt3}+{1\over\sqrt3}\int_0^1{dt\over\sqrt{3t^2+1}}$$
Since $1\le\sqrt{3t^2+1}\le2$ for $0\le t\le1$, we have
$${1\over2}\le\int_0^1{dt\over\sqrt{3t^2+1}}\le1$$
Thus
$${2\over\sqrt3}+{1\over2\sqrt3}\le2\int_0^1\sqrt{t^2+{1\over3}}\,dt\le{2\over\sqrt3}+{1\over\sqrt3}$$
Now
$${2\over\sqrt3}+{1\over2\sqrt3}={5\sqrt3\over6}=\sqrt{75\over36}\gt\sqrt2\gt1.4$$
and
$${2\over\sqrt3}+{1\over\sqrt3}=\sqrt3\lt\sqrt{3.24}=1.8$$
Consquently
$$1.4\lt\int_0^1\sqrt{1+{1\over3x}}\,dx\lt1.8$$
and thus (C) is the correct answer.