[Math] Tangent of Cubic Bezier curve at end point

bezier-curvederivatives

If I have a cubic bezier curve $B(t)$, I know that to get the tangent of the curve $B(t)$, just take the derivative of it. However, what if I'm looking for the tangent at one of the endpoints, how do I go about getting it?

Thanks.

Best Answer

The line through the first two control points is tangent to the curve, as is the line through the last two control points, i.e., the curve is tangent to the first and last segments of the Bézier polygon. This is true for any order Bézier curve.