Finding the arc length of the parabola $y=x^2 \; from \; (0,0)\;to\;(1,1)$

7.5k Views Asked by At

As the title says, I need to find the arc length of that. This is what I have so far (I'm mostly stuck on the integration part): $${dy\over dx}=2x \Rightarrow L=\int_0^1 \sqrt{1+(2x)^2}dx$$ Substitute $$x=\tan\theta, \qquad dx=\sec^2\theta\,d\theta ,$$ giving $$\int_0^1 \sqrt{1+(2\tan\theta)^2}\sec^2\theta\,d\theta=\int_0^1 \sqrt{1+4\tan^2\theta}\sec^2\theta\,d\theta$$ That is where I'm stuck. Any help is appreciated, thank you.

3

There are 3 best solutions below

7
On BEST ANSWER

Let $2x = \tan\theta$ instead. Then, the integral becomes $\displaystyle \int_0^{\arctan 2} \sqrt{1+\tan^2 \theta} \cdot \dfrac14\sec^2\theta \ \mathrm d\theta$ which is equal to $\displaystyle \frac14 \int_0^{\arctan2} \sec^3\theta \ \mathrm d\theta$.

0
On

You can make the substitution $2x=sh(t)$ it is simple ot obtain the result.

0
On

You give:

$L=\int_0^1 \sqrt{1+(2x)^2}dx$

Rearranging:

$L=2\int_0^1 \sqrt{{1\over4}+x^2}dx$

From an integral table (29):

$\int \sqrt{a^2+x^2}dx ={1\over2}x\sqrt{x^2+a^2}+{1\over2}a^2\ln(x+\sqrt{x^2+a^2})+C$

...where $a$ in this case is ${1\over2}$.

So

$L =x\sqrt{x^2+{1\over4}}+{1\over4}\ln(x+\sqrt{x^2+{1\over4}})+C$

Since we're measuring from the vertex we want $L=0$ at $x=0$, so:

${1\over4}\ln\sqrt{{1\over4}}+C=0$

$C={1\over4}\ln2$

$L =x\sqrt{x^2+{1\over4}}+{1\over4}\ln(x+\sqrt{x^2+{1\over4}})+{1\over4}\ln2$

$L =x\sqrt{x^2+{1\over4}}+{1\over4}\ln(2x+\sqrt{4x^2+1})$

At $x=1$:

$L =\sqrt{{5\over4}}+{1\over4}\ln(2+\sqrt{5})$

$L ={1\over2}\sqrt{5}+{1\over4}\ln(2+\sqrt{5})$

$L\approx1.4789428575445...$