The arc length formula is:
s=int_(x_0)^(x+1)sqrt(1+((df)/dx)^2)dxs=∫x+1x0√1+(dfdx)2dx
In this case, f(x)=2/x^4-1/(x^3+7)^6f(x)=2x4−1(x3+7)6, which immediately suggests that the resulting mess will be too complex to evaluate. Let's produce the mess anyhow:
(df)/dx=-8/x^5+(18x^2)/(x^3+7)^7dfdx=−8x5+18x2(x3+7)7, so
s=int_(3)^(oo)sqrt(1+64/x^10-288/(x^3(x^3+7)^7)+(324x^4)/(x^3+7)^14)dxs=∫∞3√1+64x10−288x3(x3+7)7+324x4(x3+7)14dx
Yep, that is way too messy to hope to tackle. Feeding it in to integrals.wolfram.com doesn't even produce an answer.
However, the rather strange infinite limit on the requested arc length interval tells us the answer straight away. Whatever the function f(x)f(x) does (and it exists for all values in the interval), you're measuring the length of a curve running from a finite value to an infinite one, so the length of the curve cannot be less than infinity - if that concept can be said to have meaning in this context at all. Thus, immediately from inspection: s=oos=∞.