Final answer:
To find the length of the curve between two points, we can use the arc length formula for a parametric curve and integrate.
Step-by-step explanation:
To find the length of the curve between the points (10,5,0) and (30,45,5ln(3)), we can use the arc length formula for a parametric curve:
L = ∫ab √((dx/dt)2 + (dy/dt)2 + (dz/dt)2) dt
For the given curve r(t) = (10t,5t^2,5ln(t)), we can find the derivatives of x, y, and z with respect to t:
dx/dt = 10, dy/dt = 10t, dz/dt = 5/t
Substituting these derivatives into the arc length formula, we get:
L = ∫ab √(10^2 + (10t)^2 + (5/t)^2) dt
Integrating this expression from t = 1 to t = 3, we can find the length of the curve.