![]() |
VOOZH | about |
Polynomials are algebraic expressions made using numbers and variables, combined through addition, subtraction, and multiplication, where the variables have only non-negative whole number powers.
The above image shows the parts of a polynomial (3x² + 5), including the coefficient, variable, exponent (power), constant, and terms.
P(x) = anxn + anā1 xnā1 + ⯠+ a1 x + a0ā
Each term consists of a variable raised to a non-negative whole number power, multiplied by a number.
The degree of a polynomial is the highest power of the variable in it. For polynomials with more than one variable, the degree is the highest sum of powers in any term.
Example: In 3xā“ + 7, the highest power of x is 4, so the degree is 4.
Polynomials can be categorised into several types based on the number of terms they contain or their degree.
Polynomials follow some important rules and theorems that make them easier to understand and solve:
- deg(A ± B) ⤠max(deg A, deg B)
- deg(A Ć B) = deg A + deg B
A = BQ + R, where the degree of R is less than the degree of B.
Question 1: Find the value of x in the polynomial equation 2x2 - 5x + 3 = 0.
Solution:
We can solve this quadratic equation using the quadratic formula:
x = (-b ± ā(b2 - 4ac)) / 2awhere a = 2, b = -5, and c = 3.
Substituting the values:
x = (5 ± ā(25 - 423)) / 2*2
x = (5 ± ā(25 - 24)) / 4
x = (5 ± ā1) / 4So, the solutions are:
x = (5 + 1) / 4 = 6 / 4 = 3/2 and x = (5 - 1) / 4 = 4 / 4 = 1.
Question 2: Factorize the polynomial x2 - 4x + 4.
Solution:
We observe that the given polynomial is a perfect square trinomial.
It can be written as (x - 2)2.So, the factored form is (x - 2)(x - 2) or (x - 2)2.
Question 3: Given the polynomial 3x4 - 7x3 + 2x2 - 5x + 1, find its degree and leading coefficient.
Solution:
The degree of a polynomial is the highest power of the variable present. In this case, the degree is 4. The leading coefficient is the coefficient of the term with the highest power of the variable. Here, the leading coefficient is 3.
Question 4: Simplify the expression (2x2 - 3x + 1)(x2 + 4x - 2).
Solution:
We use the distributive property to expand the expression:
(2x2 - 3x + 1)(x2 + 4x - 2) = 2x2(x2 + 4x ā 2) ā 3x(x2 + 4x ā 2) + 1(x2 + 4x ā 2)
= 2x4 + 8x3 ā 4x2 ā 3x3 ā 12x2 + 6x + x2 + 4x ā 2
= 2x4 + 5x3 - 15x2 + 10x - 2