2.6.9.2 Maple. Time used: 0.011 (sec). Leaf size: 17
ode:=(1+diff(v(u),u))^(1/2) = 1/2*exp(u); 
dsolve(ode,v(u), singsol=all);
 
\begin{align*} v = \frac {{\mathrm e}^{2 u}}{8}-\ln \left ({\mathrm e}^{u}\right )+c_1 \end{align*}

Maple trace

Methods for first order ODEs: 
-> Solving 1st order ODE of high degree, 1st attempt 
trying 1st order WeierstrassP solution for high degree ODE 
trying 1st order WeierstrassPPrime solution for high degree ODE 
trying 1st order JacobiSN solution for high degree ODE 
trying 1st order ODE linearizable_by_differentiation 
trying differential order: 1; missing variables 
<- differential order: 1; missing  y(x)  successful
 

Maple step by step

\[ \begin {array}{lll} & {} & \textrm {Let's solve}\hspace {3pt} \\ {} & {} & \sqrt {1+\frac {d}{d u}v \left (u \right )}=\frac {{\mathrm e}^{u}}{2} \\ \bullet & {} & \textrm {Highest derivative means the order of the ODE is}\hspace {3pt} 1 \\ {} & {} & \frac {d}{d u}v \left (u \right ) \\ \bullet & {} & \textrm {Solve for the highest derivative}\hspace {3pt} \\ {} & {} & \frac {d}{d u}v \left (u \right )=\frac {\left ({\mathrm e}^{u}\right )^{2}}{4}-1 \\ \bullet & {} & \textrm {Integrate both sides with respect to}\hspace {3pt} u \\ {} & {} & \int \left (\frac {d}{d u}v \left (u \right )\right )d u =\int \left (\frac {\left ({\mathrm e}^{u}\right )^{2}}{4}-1\right )d u +\mathit {C1} \\ \bullet & {} & \textrm {Evaluate integral}\hspace {3pt} \\ {} & {} & v \left (u \right )=-u +\frac {\left ({\mathrm e}^{u}\right )^{2}}{8}+\mathit {C1} \\ \bullet & {} & \textrm {Simplify}\hspace {3pt} \\ {} & {} & v \left (u \right )=-u +\frac {{\mathrm e}^{2 u}}{8}+\mathit {C1} \end {array} \]