Yaman A. answered 12/25/23
Mechanical Engineering, The University of Texas at Austin
Monomial: a product of a nonzero constant and powers of variables with a nonnegative integer exponent
Polynomial: a sum of multiple monomials, including all monomials
Coefficient: the nonzero constant multiplied to a term; includes integer, rational number, real number, and complex number
Degree of a monomial: the sum of all the exponents of the variables
Degree of a polynomial: the degree of a term with the highest degree in that polynomial
Univariate: a single variable
Multivariate: multiple variables
When A, B, C are polynomial:
- A + B = B + A, AB = BA
- (A + B) + C = A + (B + C), (AB)C = A(BC)
- A(B + C) = AB + AC, (A + B)C = AC + BC
A polynomial can be expressed using other polynomials with lesser degrees: A = BQ + R
- A: the original polynomial
- B: a nonzero polynomial
- Q: the quotient
- R: the remainder
In this case, R’s degree is lower than B’s degree.
Basic product formulas:
- (a ± b)2 = a2 ± 2ab + b2
- (a + b)(a - b)=a2 - b2
- (ax + b)(cx + d) = acx2 + (ad + bc)x + bd
- (x + a)(x + b)(x + c) = x3 + (a + b + c)x2 + (ab + bc + ca)x + abc
- (a + b + c)2 = a2 + b2 + c2 + 2ab + 2bc + 2ca
- (a ± b)3 = a3 ± 3a2b + 3ab2 ± b3
- (a ± b)(a2 ± ab + b2 ) = a3 ± b3
- (a + b + c)(a2 + b2 + c2 - ab - bc - ca) = a3 + b3 + c3 - 3abc
- (a2 + ab + b2)(a2 - ab + b2)= a4 + a2b2 + b4
Expansion of the formulas:
- a2 + b2 = (a ± b)2 ± 2ab
- a3 + b3 = (a+b)3 - 3ab(a + b) = (a + b)(a2 - ab + b2)
- ab + c(a + b) = (a + c)(b + c) - c2
- xy + ax + by = (x + b)(y + a) - ab
Greatest Common Divisor: the factor with the highest possible degree of the given polynomials
Least Common Multiple: the polynomial with the lowest possible degree that includes the given polynomials as its factors
Identity: equality relating one mathematical expression to another mathematical expression such that it produces the same value for all values of the variables within a certain range of validity.
Basic identity applications:
- ax + b = 0 for any value of x ⇔ a = 0,b = 0
- ax + b = cx + d for any value of x ⇔ a = 0, b = 0
f(x) = (ax + b)Q(x) + R
The above equality is an identity
f(-b/a) = {a(-b/a) + b}Q(x) + R = R
f(-b/a) = 0 ⇔ f(x) = (ax + b)Q(x)
How to find factors of a univariate polynomial with integer powers of a variable:
f(x) = axn+... +b
Look for all the f values of x = ± (þ/α), where α is a divisor of a and β is a divisor of b.
A = B:
- A + M = B + M
- AM = BM
ax = b:
- a ≠ 0: x = a/b
- a = 0, b ≠ 0: no solution
- a = 0, b = 0: infinite solutions
When dividing by a term, check to see if the term you are dividing by is 0.
(A, B are real numbers.)
AB = 0 ⇔ A = 0 or B = 0
A2 + B2 = 0 ⇔ A = 0, B = 0
Mark M.
Coefficient must be non-zero.12/27/23