Open In App

HCF and LCM of Polynomials

Last Updated : 18 Mar, 2024
Improve
Improve
Like Article
Like
Save
Share
Report

HCF (Highest Common Factor) and LCM (Least Common Multiple) of polynomials are concepts similar to those for integers. The HCF of two polynomials is the largest polynomial that divides both polynomials without leaving a remainder, while the LCM is the smallest polynomial that is a multiple of both polynomials.

To find the HCF of polynomials, we take the common factors among all the factors of two polynomials, and for LCM, we take the product of all their unique factors. In this article, we will discuss how to find HCF and LCM for polynomials, with some solved examples as well.

HCF-and-LCM-of-Polynomials

What are Polynomials?

Polynomials are referred to as expressions with multiple terms, including variables, constants, coefficients and exponents. These terms are combined with the addition, subtraction, multiplication or division symbols to give the polynomials. Some examples of polynomial include (x + 2), (p3 + 3p + 9) etc.

What is HCF?

HCF (Highest Common Factor) is the largest number among all the common factors of two or more numbers. Suppose the largest number that divides both x and y is the HCF (Highest Common Factor) of two natural integers, x and y.

Example of HCF

Let’s take two numbers 24 and 36.

  • Factors of 24 are 1, 2, 3, 4, 6, 8, 12, and 24.
  • Factors of 36 are 1, 2, 3, 4, 6, 9, 12, 18, and 36.

Therefore, the largest number in both lists of factors of 24 and 36 is 12.

How to Find HCF of Polynomials?

Below are the steps to find the HCF of polynomials.

  • First, do factorization of the polynomials (using prime factorization).
  • Then, find the common factors or variables.
  • The resultant common term gives the HCF of the given polynomials.

Example: Given three polynomials x2 – y2 and (x + y)2. Find the HCF of these polynomials.

Solution:

First, we do factorization of the given polynomials.

x2 – y2 = (x + y) (x – y)

(x + y)2 = (x + y) (x + y)

Common factor = (x + y)

HCF of the given polynomials = (x + y)

What is LCM?

The smallest number that can be divided by all of the numbers is known as the LCM of two or various numbers. Suppose the smallest that multiply by both 4 and 6 is the LCM (Least common multiple) of two natural integers, 4 and 6.

Example of LCM

Let’s take two numbers again 24 and 36 for finding out the LCM.

  • Multiples of 24 are 24, 48, 72, 96
  • Multiples of 36 are 36, 72, 108, 144

Therefore, the smallest number in both lists of multiples of 24 and 36 is 72.

How to Find LCM of Polynomials?

Below are the steps to find the LCM of polynomials.

  • First, do factorization of the polynomials (using prime factorization).
  • Then, find the product of all factors or variables.
  • The resultant common term gives the LCM of the given polynomials.

Example: Given three polynomials x2 – y2 and (x + y)2. Find the HCF of these polynomials.

Solution:

First, we do factorization of the given polynomials.

x2 – y2 = (x + y) (x – y)

(x + y)2 = (x + y) (x + y)

Product of all factors = (x + y)3(x – y)

HCF of the given polynomials = (x + y)3(x – y)

How to Find HCF and LCM of Polynomials

Prime factorization is the most common method to determine the HCF and LCM of algebraic expressions. The following are the steps to take in order to determine the HCF and LCM of an algebraic expression are given below.

  • Firstly, Write down the given algebraic expressions.
  • Then, determine which terms belong in each algebraic expression.
  • After that, Find the prime factors of each term.
  • At last, Take the common of all the prime factors of two polynomials to get the HCF of an algebraic expression and take the product of all of the algebraic expression’s prime components to find the LCM.

Example: Find the HCF and LCM of the algebraic expressions 6x3y2, 10x4y4 and 30x4y3.

Solution:

  • 6x3 y2 = 6 × x3 × y2
  • 10x4y4 = 10 × x4 × y4
  • 30x4y3 = 30 × x4 × y3

HCF = 2 × x3 × y2 = 2x3 y2

LCM = 30x4 y4

Relationship Between LCM and HCF of Two Polynomials

The product of polynomials equals the product of its H.C.F. and L.C.M., which is the common relationship between L.C.M. and H.C.F. of polynomials. The following is one way to express this relationship.

If p(x) and q(x) are two polynomials, then

p(x) ∙ q(x) = {H.C.F. of p(x) and q(x)} x {L.C.M. of p(x) and q(x)}

Example: Find the HCF of p(x) = 3xy and q(x) = 2x2 if LCM of p(x) and q(x) is 6x2y.

Solution:

As we know, HCF (a, b) × LCM (a, b) = a × b

⇒ HCF × 6x2y = 3xy × 2x2

⇒ HCF = 3xy × 2x2 / 6x2y

⇒ HCF = x

Thus, HCF of p(x) and q(x) is x.

HCF and LCM Tricks

The HCF and LCM tips can make it simple for students to determine the HCF and LCM of algebraic expressions:

  • The values of the highest integer in the equation are the HCF and LCM if the expression is a perfect square.
  • The LCM is the value of the greatest number less the value of the lowest number in an equation that is not a perfect square.
  • The HCF is equal to the sum of the values of the highest and lowest numbers in the expression if it is not a perfect square.

Conclusion: HCF and LCM of Two Polynomials

In conclusion, the highest common factor (HCF) and lowest common multiple (LCM) of any polynomial can be easily calculated by factorizing each polynomial, which enables us to identify the common factors and multiples, providing insights into the fundamental properties and relationships within the polynomials.

Read More,

Solved Examples of HCF and LCM of Two Polynomials

Example 1: Find the H.C.F. and L.C.M. of the expressions x2 – 5x + 6 and x2 – 7x + 10 by factorization.

Solution:

x2 – 5x + 6 = x2 – 2x – 3x +6
⇒ x2 – 5x + 6 = 2(x-2) -3(x-2)
⇒ x2 – 5x + 6 = (x – 2) (x – 3)

x2 – 7x + 10 = x2 – 2x -5x + 10
⇒ x2 – 7x + 10 = x(x-2) -5(x-2)
⇒ x2 – 7x + 10 = (x-2) (x-5)

LCM = (x-2) × (x-3) × (x-5)

HCF = (x-2)

Example 2: Find LCM and HCF of polynomials (x+3) (6x2 + 5x -4) and (2x2 + 7x + 3) (x + 3).

Solution:

(x+3) (6x2 + 5x -4) = (x+3) (6x2 + 8x -3x -4)
⇒ (x+3) (6x2 + 5x -4) = (x+3) [2x(3x+4) -1 (3x+4)]
⇒ (x+3) (6x2 + 5x -4) = (x+3) (2x -1) (3x+4)

(2x2 + 7x +3) (x+3) = (2x2 + 6x + x+3) (x+3)
⇒ (2x2 + 7x +3) (x+3) = [2x(x+3) +1 (x+3)] (x+3)
⇒ (2x2 + 7x +3) (x+3) = (2x+1) (x+3) (x+3)
⇒ (2x2 + 7x +3) (x+3) = (2x+1) (x+3)2

LCM = (x+3)2 × (2x-1) ×(3x+4) ×(2x+1)

HCF = (x+3)

Example 3: Find HCF and LCM of (x2 + xy + y2) and (x3 – y3 )

Solution:

  • x2 + xy + y2
  • x3 – y3= (x-y) (x2+ xy + y2)

HCF = x2 + xy + y2

LCM = (x2 + xy + y2) (x-y) = x3 – y3

Example 4: Find HCF and LCM of x2-9 and x2 – 6x + 9.

Solution:

x2-9 = (x2) – (3)2 = (x-3) (x+3)

x2– 6x + 9 = x2 – 3x -3x +9
⇒ x2– 6x + 9 = x(x-3) -3(x-3)
⇒ x2– 6x + 9 = (x-3) (x-3) or (x-3)2

HCF = (x-3)

LCM = (x-3)2 (x+3)

Example 5: Determine the HCF and LCM of the polynomials 4a2 b, 6ab and 8ab2.

Solution:

  • 4a2 b = 22
  • 6ab = 2 x 3
  • 8ab2 = 23

HCF = 2 × a × b = 2ab

LCM = 23 × 3 × a2 × b2 = 24a2 b2

HCF and LCM of Two Polynomials: Practice Questions

Q1: Find the HCF and LCM of the expressions 3x2 – 6x+3 and 6x2 -12x +6.

Q2: Determine the HCF and LCM of the polynomials x4 – 16 and x4 – 4x2 + 4.

Q3: Find the HCF and LCM of the expressions 9x2 – 16 and 3x2 – 4.

Q4: Find the HCF and LCM of the polynomials 3x3+ 6x2 – 9x.

Q5: Determine the HCF and LCM of the polynomials 4x3 – 8x2 and 6x3 – 12x2.

FAQs on HCF and LCM of Two Polynomials

What is the HCF of two polynomials?

The higher common factor (HCF) of two polynomials is the common polynomial with the lowest degrees and shared coefficients between them.

Can the HCF of two polynomials be zero?

No, the Highest Common Factor (HCF) of two polynomials cannot be zero.

What is the LCM of a Polynomial?

LCM of two polynomials is the product of unique factors with the highest powers from each polynomial.

What is the Relationship Between LCM and HCF?

Yes, It is true that the product of two polynomials’ HCF and LCM equals the polynomials’ product.

HCF × LCM = (1st Polynomial × 2nd Polynomial)

Find the HCF of 11ab and 55a.

The HCF of 11ab and 55a is 11a.

What is the LCM of 27pqr and 3p2q2?

The LCM of 27pqr and 3p2q2 is 27p2 q2 r.



Like Article
Suggest improvement
Share your thoughts in the comments

Similar Reads