Final answer:
The exact length of the curve, described by the parametric equations, is calculated using the arc length formula for parametric curves, which involves integrating the square root of the sum of the squares of the derivatives of x and y with respect to t, from t=0 to t=5.
Step-by-step explanation:
To find the exact length of the curve given by the parametric equations x = 2t3 and y = t2 - 2 for 0 ≤ t ≤ 5, we will use the formula for the arc length of a curve in parametric form:
L = ∫ √((dx/dt)2 + (dy/dt)2) dt
First, we calculate the derivatives of x and y with respect to t:
dx/dt = 6t2
dy/dt = 2t
Then we evaluate the integral:
L = ∫ √((6t2)2 + (2t)2) dt from t = 0 to t = 5
Once the integral is evaluated, we will have the length of the curve over the given interval.