Class 9 Exam  >  Class 9 Notes  >  Mathematics (Maths) Class 9  >  Important Formulas: Polynomials

Important Formulas: Polynomials | Mathematics (Maths) Class 9 PDF Download

Polynomial

A polynomial is an algebraic expression in which the variables have non-integral exponents only.

Example- 3x2­­+ 4y + 2, 5x3+ 3x2 + 4x +2

Degree of a Polynomial

For a polynomial in one variable - The highest exponent on the variable in a polynomial is the degree of the polynomial.
Example: The degree of the polynomial x2+3x+4 is 3, as the highest power of x in the given expression is x2.

Types of Polynomials

  • Number of terms
  • Degree of the polynomial

Types of PolynomialsTypes of Polynomials

Types of Polynomials are based on the Number of terms:

  • Monomial Polynomial – A polynomial with one term. Example: 3x, 8x2, 11xy
  • Binomial – A polynomial that has two terms. Example: 6x2+x, 3x+4
  • Trinomial – A polynomial that has three terms. Example: x2+4x+4

Types of Polynomials are based on the Degree of the Polynomial:

  1. Linear Polynomial - It is a polynomial of degree 1. It is of the form ax+ b where a & b are real numbers and a is not equal to 0.
  2. Quadratic Polynomial - It is a polynomial of degree 2. It is one of the form ax2+ bx + c where a, b & c are real numbers and a is not equal to 0.
  3. Cubic Polynomial - It is a polynomial of degree 3. It is one of the form ax3+ bx2 + cx+ d where a, b & c are real numbers and a is not equal to 0.

Zeroes or roots of a polynomial

It is that value of a variable at which polynomial P(x) becomes zero.

Example:  if polynomial P(x) = x3-6x2+11x-6, Putting x = 1 one get P(1) = 0 then 1 is a zero of polynomial P(x).

  • 0 may be a zero of a polynomial
  • Linear polynomial can have at most one zero
  • Quadratic polynomial can have at most two zeroes
  • Cubic polynomial can have at most three zeroes

Geometrical Meaning of the Zeroes of a Polynomial

  • The zeroes of a polynomial p(x) are the x-coordinates of the points, where the graph of y = p(x) intersects the x-axis.
  • Number of zeroes of a polynomial is the number of times the graph intersects the x-axis.

Relationship between Zeroes and Coefficients of a Polynomial

  1. if α and β are the zeroes of the quadratic polynomial ax2 + bx+ c, then
    Important Formulas: Polynomials | Mathematics (Maths) Class 9
  2. If are the zeroes of the cubic polynomial ax3 + bx2 + cx+ d = 0,
    Important Formulas: Polynomials | Mathematics (Maths) Class 9 Important Formulas: Polynomials | Mathematics (Maths) Class 9

Division Algorithm

The division algorithm states that for any given polynomial p(x) and any non-zero polynomial g(x) there are polynomial q(x) are r(x) such that
p(x) = g(x) × q(x) + r(x)
Dividend = Divisor × Quotient + Remainder
Where r(x) = 0 or degree r(x) < degree g(x)

Number of Zeroes

A polynomial of degree n has at most n zeros.

  • A linear polynomial has one zero,
  • A quadratic polynomial has two zeros.
  • A cubic polynomial has three zeros.

Question for Important Formulas: Polynomials
Try yourself:
What is the degree of the polynomial 2x^3 + 5x^2 - 3x + 1?
View Solution

Factorisation of Polynomials

Quadratic polynomials can be factorized by splitting the middle term.
For example, consider the polynomial 2x2−5x+3
Splitting the middle term
The middle term in the polynomial is -5x
Sum = -5
Product = 6
Now, -5 can be expressed as (-2) + (-3) and -2 x -3 = 6
Putting the above value in the gven expression
2x2−5x+3 = 2x2−2x−3x+3
Identify the common factor
2x2−2x−3x+3 = 2x(x−1)−3(x−1)
Taking (x−1) as the common factor, this can be expressed as:
2x(x−1)−3(x−1)=(x−1)(2x−3)

Identities of Algebra

Identities of AlgebraIdentities of Algebra

The document Important Formulas: Polynomials | Mathematics (Maths) Class 9 is a part of the Class 9 Course Mathematics (Maths) Class 9.
All you need of Class 9 at this link: Class 9
44 videos|412 docs|55 tests

Top Courses for Class 9

FAQs on Important Formulas: Polynomials - Mathematics (Maths) Class 9

1. What are the zeroes or roots of a polynomial?
Ans. The zeroes or roots of a polynomial are the values of the variable (often denoted as \( x \)) that make the polynomial equal to zero. In other words, if \( p(x) \) is a polynomial, then the roots are the solutions to the equation \( p(x) = 0 \). For example, for the polynomial \( p(x) = x^2 - 4 \), the roots are \( x = 2 \) and \( x = -2 \).
2. How does the relationship between zeroes and coefficients of a polynomial work?
Ans. The relationship between zeroes and coefficients of a polynomial is described by Vieta's formulas. For a polynomial of the form \( p(x) = a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0 \), if the roots are \( r_1, r_2, ..., r_n \), then the sum of the roots taken one at a time is given by \( -\frac{a_{n-1}}{a_n} \) and the product of the roots (for even \( n \)) is \( (-1)^n \frac{a_0}{a_n} \). This establishes a clear connection between the roots and the coefficients of the polynomial.
3. What is the Division Algorithm for polynomials?
Ans. The Division Algorithm for polynomials states that for any polynomial \( f(x) \) and a non-zero polynomial \( g(x) \), there exist unique polynomials \( q(x) \) (the quotient) and \( r(x) \) (the remainder) such that \( f(x) = g(x) \cdot q(x) + r(x) \), where the degree of \( r(x) \) is less than the degree of \( g(x) \). This algorithm is useful for polynomial long division and helps in finding the roots of polynomials.
4. What are some important identities of algebra related to polynomials?
Ans. Important identities of algebra related to polynomials include the difference of squares \( a^2 - b^2 = (a-b)(a+b) \), the square of a binomial \( (a+b)^2 = a^2 + 2ab + b^2 \), and the cube of a binomial \( (a+b)^3 = a^3 + 3a^2b + 3ab^2 + b^3 \). These identities are essential for simplifying polynomial expressions and solving polynomial equations.
5. What are some key formulas related to polynomials that students should remember?
Ans. Key formulas related to polynomials include the general polynomial form \( p(x) = a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0 \), Vieta's relations for roots, and the Factor Theorem which states that \( x - r \) is a factor of \( p(x) \) if \( p(r) = 0 \). Additionally, knowing how to apply the Remainder Theorem, which states that the remainder of the division of \( p(x) \) by \( x - a \) is \( p(a) \), is crucial for polynomial evaluations.
44 videos|412 docs|55 tests
Download as PDF
Explore Courses for Class 9 exam

Top Courses for Class 9

Signup for Free!
Signup to see your scores go up within 7 days! Learn & Practice with 1000+ FREE Notes, Videos & Tests.
10M+ students study on EduRev
Related Searches

shortcuts and tricks

,

video lectures

,

Summary

,

mock tests for examination

,

Objective type Questions

,

past year papers

,

Important questions

,

Important Formulas: Polynomials | Mathematics (Maths) Class 9

,

Extra Questions

,

study material

,

Semester Notes

,

pdf

,

MCQs

,

Exam

,

Previous Year Questions with Solutions

,

Viva Questions

,

Free

,

practice quizzes

,

Sample Paper

,

Important Formulas: Polynomials | Mathematics (Maths) Class 9

,

Important Formulas: Polynomials | Mathematics (Maths) Class 9

,

ppt

;