Arc Length of Curve: Find Solution (-2,2) to (2,4)

sepah50
Messages
5
Reaction score
0

Homework Statement



Find the arclength of the section y=x2 between points (-2,2) and (2,4)

Homework Equations



L = \int\sqrt{(\frac{dx}{dt})^2+(\frac{dy}{dt})^2}

The Attempt at a Solution



So what I did first is find the derivative of y=x2 which is y'=2x

So I put that into the formula and get \int\sqrt{1+4x^2} from limit point 1 to 4

From this point on I attempted to do u-substitution but it didn;t seem to work.. Anyone have any suggestions o how I can get it done?
 
Last edited:
Physics news on Phys.org
Trig substitution works well here.
 
Char. Limit said:
Trig substitution works well here.

Yes, some people have told me to use Trigonometric substitution but the thing is that my teacher hasn't taught us that yet!
 
Represent it as:

<br /> \sqrt{1 + 4 x^{2}} = \frac{1 + 4 x^{2}}{\sqrt{1 + 4 x^{2}}} = \frac{1}{\sqrt{1 + 4 x^{2}}} + \frac{4 x^{2}}{\sqrt{1 + 4 x^{2}}}<br />

The integral:

<br /> \int{\frac{dt}{\sqrt{1 + t^{2}}}} = \sinh^{-1}{(t)} = \ln{(t + \sqrt{1 + t^{2}})}<br />

is sometimes quoted as a table integral. To my knowledge, there is no other way to prove except by those substitutions mentioned earlier, or hyperbolic ones.

The other intergral:

<br /> 4 \, \int{\frac{x^{2} \, dx}{\sqrt{1 + 4 x^{2}}}}<br />

can be integrated out by parts (and using some elementary substitutions). Good luck!
 
Well, basically here's how it works. Let's say that...

2x=tan(\theta)

Then this is also true.

2 dx = sec^2(\theta) d\theta

Just plug those values in for dx and 4x^2=(2x)^2 and then you have a new integral in theta.

But don't forget to change your bounds too.
 
Char. Limit said:
Well, basically here's how it works. Let's say that...

2x=tan(\theta)

Then this is also true.

2 dx = sec^2(\theta) d\theta

Just plug those values in for dx and 4x^2=(2x)^2 and then you have a new integral in theta.

But don't forget to change your bounds too.

Thanks for the advice, it is much appreciated! What I found out is that I can use the integral table and use this formula: http://www.sosmath.com/tables/integral/integ11/integ11.html" It is #8 of this list. Would that work?
 
Last edited by a moderator:
Back
Top