Polynomials

Overview

Given nonnegative integer d, a polynomial in n of degree d is a function p(n) of the form $$p(n) = \sum_{i=0}^d a_i n^i$$
The coefficients of p(n) are a0,a1,,ad. Furthermore, ad0.

Completing the Square

Completing the square is a technique for converting a quadratic polynomial of the form ax2+bx+c to the form a(xh)2+k for some values of h and k.

completing-square.png

Algebraic Numbers

The set of polynomials with coefficients in Z, Q, R, and C are denoted by Z[x], Q[x], R[x], and C[x] respectively.

A number xR is called an algebraic number if it satisfies p(x)=0, where p is a non-zero polynomial in Z[x]. Otherwise it is called a transcendental number.

Radicals

A radical refers to an nth root of x denoted as xn. The positive integer n is called the index or degree. The number x of which the root is taken is the radicand.

Rationalization is a process by which radicals are eliminated from an expression. An expression of form a±b is rationalized by multiplying by its conjugate ab.

Bibliography

Powered by Forestry.md