Problem
1. Develop an algorithm for calculating the normal vector to a Bezier surface at the point P(u,
2. Write a program to display any specified quadratic curve using forward differences to calculate points along the curve path.
3. Write a program to display any specified cubic curve using forward differences to calculate points along the curve path.
4. Derive expressions for calculating the forward differences for any specified quadratic curve.