How do you find the arc length of y=ln(cos(x))y=ln(cos(x)) on the interval [pi/6,pi/4][π6,π4]?

1 Answer
Aug 21, 2014

You can find the Arc Length of a function by first finding its derivative and plugging into the known formula:

L = int_a^bsqrt(1 + (dy/dx)^2)dxL=ba1+(dydx)2dx

Process:

With our function of ln(cos(x))ln(cos(x)), we must first find its derivative. The shortcut for ln(u)ln(u) -type functions is to just take the derivative of the inside and place it over the original of what's inside. Since the derivative of cos(x)cos(x) is (-sinxsinx), we end up with:

dy/dx = -sinx/cosxdydx=sinxcosx,

which is equal to:

-tanxtanx.

Plugging into our Arc Length formula, we have:

L = int_a^b sqrt(1 + (-tanx)^2)dxL=ba1+(tanx)2dx.

If we square the -tanxtanx term, we get:

L = int_a^b sqrt(1 + tan^2(x))dxL=ba1+tan2(x)dx

Since 1+tan^2(x) = sec^2(x)1+tan2(x)=sec2(x) is one of our known trig identities, we can change our equation into:

L = int_a^b sqrt(sec^2(x))dxL=basec2(x)dx, which simplifies to L = int_a^b secx dxL=basecxdx

Now we must remember that int secxsecx = ln(secx + tanx) + Cln(secx+tanx)+C, so for our equation we must solve:

ln(secx + tanx)ln(secx+tanx) from pi/6π6 to pi/4π4, giving us:

L = ln(2/sqrt2 + 1) - ln(2/sqrt3 + 1/sqrt3)L=ln(22+1)ln(23+13)

2/sqrt222 can be simplified to sqrt22, and the right term has a common denominator, which lets you add them together to become 3/sqrt333, which is simplifiedsqrt33, giving us:

L = ln(sqrt2 + 1) - ln(sqrt3)L=ln(2+1)ln(3)

If you remember that ln(a) - ln(b) = ln(a/b)ln(a)ln(b)=ln(ab), we can simplify our answer to get:

L = ln((sqrt2 + 1)/sqrt3)L=ln(2+13)

We can evaluate this for a decimal answer:

L ~~ 0.332067...