What is the arclength of (t-e^(2t),lnt) on t in [1,12]?

1 Answer
Apr 8, 2018

The arclength is around 2.64891×10^10.

Explanation:

First, let's get a sense of how long the arclength might actually be. It will go from

(1-e^(2*1),ln1)quad~~quad(-6.389,0)

to

(12-e^(2*12),ln12)quad~~quad(-2.649×10^10,2.485)

We can tell that this distance will be very big, so that means the arclength is also very big.

To calculate the actual arclength, we'll need to get an integral in the form of intsqrt((dx)^2+(dy)^2), based on the Pythagorean theorem:

![https://www.khanacademy.org/math/multivariable-calculus/integrating-multivariable-functions/line-integrals-for-scalar-functions-articles/a/arc-length-part-2-parametric-curve](useruploads.socratic.org)

(This link does a great job of explaining arc lengths of parametric curves.)

First, split the parametric function into a function of t for x and y:

x(t)=t−e^(2t)

y(t)=lnt

Now, differentiate each one and get dx and dy in terms of dt:

dx=(1-2e^2t)dt

dy=1/tdt

Now, plug these into the aforementioned integral with the appropriate bounds. You'll see that the dt can be factored out of the radical:

color(white)=int_1^12 sqrt( (dx)^2 + (dy)^2 )

=int_1^12 sqrt( ((1-2e^2t)dt)^2 + (1/tdt)^2 )

=int_1^12 sqrt( (1-2e^2t)^2dt^2 + 1/t^2dt^2 )

=int_1^12 sqrt( dt^2((1-2e^2t)^2 + 1/t^2) )

=int_1^12 sqrt( (1-2e^2t)^2 + 1/t^2 ) dt

At this point, you should probably plug this integral into a calculator because the function probably doesn't have an antiderivative, and even if it does it would be a pain to calculate.

A calculator should spit out something around 2.64891×10^10, and that's your answer. Hope this helped!