krit.club logo

Polynomials - Polynomials in One Variable

Grade 9CBSE

Review the key concepts, formulae, and examples before starting your quiz.

🔑Concepts

A polynomial in one variable xx is an algebraic expression of the form p(x)=anxn+an1xn1++a1x+a0p(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0, where nn is a whole number and an,an1,,a0a_n, a_{n-1}, \dots, a_0 are constants. Visually, imagine a chain of terms where each link consists of a numerical coefficient and the variable xx raised to a non-negative integer power.

Each part of a polynomial separated by '+' or '-' signs is called a 'term'. For every term, the numerical factor is called the 'coefficient'. For example, in 3x25x+73x^2 - 5x + 7, the terms are 3x23x^2, 5x-5x, and 77, while the coefficient of x2x^2 is 33. Visually, coefficients represent the 'magnitude' or 'scale' of each power of xx in the expression.

Polynomials are categorized by the number of terms they contain: a 'Monomial' has exactly one term (e.g., 5x35x^3), a 'Binomial' has two terms (e.g., 2x+12x + 1), and a 'Trinomial' has three terms (e.g., x2+3x+2x^2 + 3x + 2). Visually, these can be thought of as a single block, a pair of blocks, or a triplet of algebraic components joined together.

The 'Degree' of a polynomial is the highest power of the variable in that polynomial. For a non-zero constant polynomial like 77, the degree is 00 because it can be written as 7x07x^0. The degree of the 'zero polynomial' (00) is not defined. Visually, the degree indicates the complexity of the polynomial's behavior; the higher the degree, the more potential 'curves' or 'turns' the graph can have.

Based on the degree, polynomials are classified as: 'Linear' (degree 11, e.g., ax+bax + b), 'Quadratic' (degree 22, e.g., ax2+bx+cax^2 + bx + c), and 'Cubic' (degree 33, e.g., ax3+bx2+cx+dax^3 + bx^2 + cx + d). Visually, a linear polynomial represents a straight line, while a quadratic polynomial represents a U-shaped curve known as a parabola.

A 'Zero of a Polynomial' p(x)p(x) is a number cc such that p(c)=0p(c) = 0. Visually, if you plot the polynomial y=p(x)y = p(x) on a graph, the zeroes are the xx-coordinates of the specific points where the graph crosses or touches the horizontal xx-axis.

📐Formulae

Standard form: p(x)=anxn+an1xn1++a1x+a0p(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0

Zero of a linear polynomial ax+bax + b: x=bax = -\frac{b}{a}

Value of a polynomial p(x)p(x) at x=kx = k is p(k)p(k)

Condition for an expression to be a polynomial: Power of variable n{0,1,2,3,}n \in \{0, 1, 2, 3, \dots \} (Whole Numbers)

💡Examples

Problem 1:

Identify the degree and the coefficients of each term in the polynomial p(x)=4x432x2+5x9p(x) = 4x^4 - \frac{3}{2}x^2 + 5x - 9.

Solution:

  1. Find the highest power of xx: In 4x432x2+5x94x^4 - \frac{3}{2}x^2 + 5x - 9, the highest power is 44. Therefore, the degree is 44.
  2. Identify the coefficients:
  • The coefficient of x4x^4 is 44.
  • The coefficient of x3x^3 is 00 (since the term is missing).
  • The coefficient of x2x^2 is 32-\frac{3}{2}.
  • The coefficient of xx is 55.
  • The constant term is 9-9.

Explanation:

To find the degree, we look for the maximum exponent. To find coefficients, we look at the numbers multiplying each power of xx, including the sign.

Problem 2:

Find the zero of the linear polynomial p(x)=5x10p(x) = 5x - 10.

Solution:

  1. To find the zero, set p(x)=0p(x) = 0.
  2. 5x10=05x - 10 = 0
  3. Add 1010 to both sides: 5x=105x = 10
  4. Divide by 55: x=105x = \frac{10}{5}
  5. x=2x = 2 Verification: p(2)=5(2)10=1010=0p(2) = 5(2) - 10 = 10 - 10 = 0.

Explanation:

A zero of a polynomial is the value of the variable that makes the entire expression equal to zero. For linear equations, we isolate the variable xx.