Approximation with Bézier curves

553 Views Asked by At

I have just completed basic research on Bézier curves, mainly focused on the characteristics of Bernstein polynomials and the de Casteljau algorithm. Now I am supposed to approximate $\sin(x)$ and $\frac{\sin(x)}{x}$ using Bézier curves. How is approximation made using Bézier curves? Thank you.