How would one go about evaluating the following integral? $$\int_0^{15\pi}\sqrt{\left(R+\frac{h\theta}{2\pi}\right)^2+\frac{h^2}{4\pi^2}}\,\,\,\mathrm d\theta$$
I tried expanding the $\left(R+\frac{h\theta}{2\pi}\right)^2$ to get $$\int_0^{15\pi}\sqrt{R^2+\frac{Rh\theta}{\pi}+\frac{h^2\theta^2}{4\pi^2}+\frac{h^2}{4\pi^2}}\,\,\,\mathrm d\theta$$ then factoring the $\frac{h^2}{4\pi^2}$ out $$\int_0^{15\pi}\frac{h}{2\pi}\sqrt{\frac{4\pi^2R^2}{h^2}+\frac{4\pi R\theta}{\pi}+\theta^2+1}\,\,\,\mathrm d\theta$$ and factorising by the difference of two squares $$\frac{h}{2\pi}\int_0^{15\pi}\sqrt{\left(\theta+\frac{2\pi R}{h}\right)^2+1}\,\,\,\mathrm d\theta$$ then using the substitution $\tan(u) = \theta + \frac{2\pi R}{h}$ to get $$\frac{h}{2\pi}\int_{\theta=0}^{\theta=15\pi}\sqrt{\tan^2(u)+1}\,\,\,\mathrm d\theta\\ = \frac{h}{2\pi}\int_{\theta=0}^{\theta=15\pi}\sec(u)\,\,\,\mathrm d u= \frac{h}{2\pi}\bigg[\ln\mid\sec(u)+\tan(u)\mid\bigg]_\frac{2\pi R}{h}^{\frac{2\pi R}{h}+15\pi}$$However, this result is very different to that given by Wolfram|Alpha, not just symbolically (one could have used $\cosh^{-1}(\sec(u))$ instead of the $\ln$ I used, for example), but the result I get by substituting in values for $R$ and $h$ is also wrong. Could somebody kindly point me in the right direction?
The mistake is: You didn't substitute $d\theta = \sec^2u \ du$.
To integrate $\int \sec^3 u du = \int\frac{\cos u}{(1-\sin^2u)^2} du$
Put $z = \sin u$ and then use partial fraction method.
$$\int\frac{dz}{(1-z^2)^2} = \frac{1}{4}\int \frac{1}{1-x} + \frac{1}{(1-x)^2} + \frac{1}{1+x} + \frac{1}{(1+x)^2} dx$$
Now, take it from here.