lesson

Updated 6 days ago ยท 2 views
Every smooth curve you see in a 3D video game โ from the arc of a thrown basketball to the slope of a race track โ is built out of algebraic building blocks called polynomials.
Before a computer can render those curves, it needs to break the math down into individual parts.
Anatomy of a Term
A term is a single mathematical unit made of a constant number, one or more variables multiplied together, or both. In any term, the multiplying number in front is the coefficient, and the power on the variable is the exponent.
๐Interactive diagram
What happens when we string several of these terms together using addition and subtraction?
What Makes a Polynomial?
A polynomial is a finite sum or difference of terms of the form axn, where a is a real number and the exponent n is a non-negative integer (nโ{0,1,2,3,โฆ}).
Expressions with negative exponents (such as xโ1=x1โ) or rational non-integer exponents (such as x1/2=xโ) are not polynomials.
Expressions containing negative exponents (such as xโ1=x1โ) or rational non-integer exponents (such as x1/2=xโ) are not polynomials.
๐Interactive diagram
To easily read and compare polynomials, mathematicians arrange them in a strict order.