This document discusses synthetic curves used in mechanical CAD. Synthetic curves are needed to model complex curved shapes and allow manipulation by changing control point positions. There are three main types of synthetic curves: Hermite cubic splines, Bezier curves, and B-spline curves. Bezier curves use control points to influence the curve path without requiring the curve to pass through the points. The curve is defined by a polynomial equation involving blending functions. Bezier curves have tangent lines at the start and end points and maintain tangency when control points are moved.