Why learn about polynomials?
If you have ever watched a Pixar movie, you have seen computer generated images. A very common method for generating graphics with a computer is to use what is called a wire mesh. You can think of a wire mesh as a grid - like the ones we have used to graph lines - that has been bent and stretched to make a shape we want, as in the image of a dolphin below.
The dolphin in the image was created by plotting points in space to create connected triangles. This method of rendering graphics works well and is in wide use, but it takes a lot of computer memory. Recently, researchers have been investigating the use of polynomials for rendering graphics in part because it demands less memory in the process.[footnote]Loop, Charles, and Jim Blinn. Real-time GPU Rendering of Piecewise Algebraic Surfaces. ACM SIGGRAPH 2006 Papers on - SIGGRAPH '06 (2006): n. pag. Web.[/footnote]. In this process, the surfaces that are rendered are made from solutions to algebraic polynomials. The image below shows some images of smooth-surfaced objects that were rendered using polynomials by researchers Charles Loop and Jim Blinn from Microsoft.
Surfaces Rendered Using Polynomials.