Skip to main content

Polynomials.

Basics Revisited

Algebraic Expressions

An algebraic expression is an expression made up of variables and constants along with mathematical operators. 
An algebraic expression is a sum of terms, which are considered to be building blocks for expressions.
term is a product of variables and constants. A term can be an algebraic expression in itself.
Examples of a term - 3 which is just a constant.
                        - 2x, which is the product of constant '2' and the variable 'x'
                        - 4xy, which is the product of the constant '4' and the variables 'x' and 'y'.
                        - 5x2y, which is the product of 5, xx and y.
The constant in each term is referred to as the coefficient .
Example of an algebraic expression - 3x2y+4xy+5x+6 - which is the sum of four terms - 3x2y, 4xy, 5x and 6
An algebraic expression can have any number of terms. The coefficient in each term can be any real number. There can be any number of variables in an algebraic expression. The exponent on the variables, however, must be rational numbers.

 

Polynomial

An algebraic expression can have exponents that are rational numbers. However, a polynomial is an algebraic expression in which the exponent on any variable is a whole number.

5x3+3x+1 is an example of a polynomial. It is an algebraic expression as well
2x+3x is an algebraic expression, but not a polynomial. - since the exponent on x is 12 which is not a whole number.
 

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+2x+3 is 2, as the highest power of x in the given expression is x2.
TYPES OF POLYNOMIALS
Polynomials can be classified based on
a) Number of terms
b) Degree of the polynomial.
 

Types of polynomials based on the number of terms

a) Monomial - A polynomial with just one term. Example - 2x6x29xy
b) Binomial - A polynomial with two terms. Example - 4x2+x5x+4 
a) Trinomial - A polynomial with three terms. Example - x2+3x+4 

Types of polynomials based on degree:


Linear Polynomial

A polynomial whose degree is one is called a linear polynomial.
For example, 2x+1 is a linear polynomial.


Quadratic Polynomial

A polynomial of degree two is called a quadratic polynomial.
For example, 3x2+8x+5 is a quadratic polynomial.


Cubic Polynomial

A polynomial of degree three is called a cubic polynomial.
For example, 2x3+5x2+9x+15 is a cubic polynomial.  

Graphical Representations

Representing Equations on a Graph

Any equation can be represented as a graph on the Cartesian plane, where each point on the graph represents the x and y coordinates of the point that satisfies the equation. An equation can be seen as a constraint placed on the x and y coordinates of a point, and any point that satisfies that constraint will lie on the curve
For example, the equation y = x, on a graph, will be a straight line that joins all the points which have their x coordinate equal to their y coordinate. Example - (1,1), (2,2) and so on.

 

Visualization of a Polynomial

Geometrical Representation of a Linear Polynomial

The graph of a linear polynomial is a straight line. It cuts the X-axis at exactly one point.
Linear graph

Geometrical Representation of a Quadratic Polynomial

  • The graph of a quadratic polynomial is a parabola.
  • It looks like a U which either opens upwards or opens downwards depending on the value of a in ax2+bx+c
  • If a is positive then parabola opens upwards and if a is negative then it opens downwards.
  • It can cut the x-axis at 0, 1 or two points.
Graph of a polynomial which cuts the x-axis in two distinct points (a>0)
Graph of a Quadratic polynomial which touches the x-axis at one point (a>0)

Graph of a Quadratic polynomial that doesn't touch the x-axis (a<0)

Graph of the polynomial xn

For a polynomial of the form y=xn where n is a whole number:
  • as n increases, the graph becomes steeper or draws closer to the Y-axis.
  • If n is odd, the graph lies in the first and third quadrants
  • If n is even, the graph lies in the first and second quadrants.
  • The graph of y=xn is the reflection of the graph of  y=xn on the x-axis
  • Graph of polynomials with different degrees.

 

Zeroes of a Polynomial

Zeros of a Polynomial

A zero of a polynomial p(x) is the value of x for which the value of p(x) is 0. If k is a zero of p(x), then p(k)=0.

For example, consider a polynomial p(x)=x23x+2.
When x=1, the value of p(x) will be equal to
p(1)=123×1+2
=13+2
=0

Since p(x)=0 at x=1, we say that 1 is a zero of the polynomial x23x+2 

Geometrical Meaning of Zeros of a Polynomial

Geometrically, zeros of a polynomial are the points where its graph cuts the x-axis.
 
(i) One zero     (ii) Two zeros    (iii) Three zeros

Here A, B and C correspond to the zeros of the polynomial represented by the graphs.

Number of Zeros

In general a polynomial of degree n has at most n zeros.
  1. A linear polynomial has one zero,
  2. A quadratic polynomial has at most two zeros.
  3. A cubic polynomial has at most 3 zeros.

Factorization of Polynomials

Factorisation of Quadratic Polynomials

Quadratic polynomials can be factorized by splitting the middle term.

For example, consider the polynomial 2x25x+3

Splitting the middle term.
The middle term in the polynomial 2x25x+3 is -5. This must be expressed as a sum of two terms such that the product of their coefficients is equal to the product of 2 and 3 (coefficient of x2 and the constant term)
5 can be expressed as (2)+(3), as 2×3=6=2×3
Thus, 2x25x+3=2x22x3x+3
Now, identify the common factors in individual groups
2x22x3x+3=2x(x1)3(x1)
Taking (x1) as the common factor, this can be expressed as
2x(x1)3(x1)=(x1)(2x3)

Relationship between Zeroes and Coefficients

Relationship between Zeroes and Coefficients of a Polynomial

If α and β are the roots of  a quadratic polynomial ax2+bx+c, then,
α+β=baαβ=ca
Sum of zeroes = coefficient of xcoefficient of x2

Product of zeroes = constant termcoefficient of x2

If α ,β and γ  are the roots of a cubic polynomial ax3+bx2+cx+d, then,
α+β+γ=baαβ+βγ+γα=caαβγ=da

Division Algorithm

Division Algorithm for a Polynomial

To divide one polynomial by another, follow the steps given below.
Step 1: arrange the terms of the dividend and the divisor in the decreasing order of their degrees.
Step 2: To obtain the first term of the quotient, divide the highest degree term of the dividend by the highest degree term of the divisor  Then carry out the division process.
Step 3: The remainder from the previous division becomes the dividend for the next step. Repeat this process until the degree of the remainder is less than the degree of the divisor.

 

Algebraic Identities

Algebraic Identities

1. (a+b)2=a2+2ab+b2
2. (ab)2=a22ab+b2
3. (x+a)(x+b)=x2+(a+b)x+ab
4. a2b2=(a+b)(ab)
5. a3b3=(ab)(a2+ab+b2)
6. a3+b3=(a+b)(a2ab+b2)
7. (a+b)3=a3+3a2b+3ab2+b3
8. (ab)3=a33a2b+3ab2b

Comments

Popular posts from this blog

13

Access Answers of Maths NCERT Class 10 Chapter 13 – Surface Areas and Volumes Class 10 Maths Chapter 13 Exercise: 13.1 (Page No: 244) 1. 2 cubes each of volume 64 cm 3  are joined end to end. Find the surface area of the resulting cuboid. Answer : The diagram is given as: Given, The Volume (V) of each cube is = 64 cm 3 This implies that a 3  = 64 cm 3 ∴ a = 4 cm Now, the side of the cube = a = 4 cm Also, the length and breadth of the resulting cuboid will be 4 cm each. While its height will be 8 cm. So, the surface area of the cuboid = 2(lb + bh + lh) = 2(8×4 + 4×4 + 4×8) cm 2 = 2(32 + 16 + 32) cm 2 = (2 × 80) cm 2  = 160 cm 2 2. A vessel is in the form of a hollow hemisphere mounted by a hollow cylinder. The diameter of the hemisphere is 14 cm and the total height of the vessel is 13 cm. Find the inner surface area of the vessel. Answer: The diagram is as follows: Now, the given parameters are: The diameter of the hemisphere...

12

Access Answers of Maths NCERT Class 10 Chapter 12 – Areas Related to Circles Class 10 Maths Chapter 12 Exercise: 12.1 (Page No: 230) 1. The radii of two circles are 19 cm and 9 cm respectively. Find the radius of the circle which has a circumference equal to the sum of the circumferences of the two circles. Solution: The radius of the 1st circle = 19 cm (given) ∴ Circumference of the 1st circle = 2π × 19 = 38π cm The radius of the 2nd circle = 9 cm (given) ∴ Circumference of the circle = 2π × 9 = 18π cm So, The sum of the circumference of two circles = 38π + 18π = 56π cm Now, let the radius of the 3rd circle = R ∴ The circumference of the 3rd circle = 2πR It is given that sum of the circumference of two circles = circumference of the 3rd circle Hence, 56π = 2πR Or, R = 28 cm. 2. The radii of two circles are 8 cm and 6 cm respectively. Find the radius of the circle having area equal to the sum of the areas of the two circles. Solution: Radius of 1s...

Arithmatic progreassion.

Introduction to AP Sequences, Series and Progressions A  sequence  is a finite or infinite list of numbers following a certain pattern. For example - 1,2,3,4,5… is the sequence is infinite.sequence of natural numbers. A  series  is the sum of the elements in the corresponding sequence. For example - 1+2+3+4+5….is the series of natural numbers. Each number in a sequence or a series is called a term. A  progression  is a sequence in which the general term can be can be expressed using a mathematical formula. Arithmetic Progression An arithmetic progression (A.P) is a progression in which the  difference  between two  consecutive  terms is constant. Example: 2,5,8,11,14.... is an arithmetic progression. Common Difference The difference between two consecutive terms in an AP, ( which is constant ) is the " common difference " (d)  of an A.P. ...