All Exams Test series for 1 year @ ₹349 only
Question

If x 4+ 2x 3+ ax 2+ bx + 9 is a perfect square, where a and b are positive real numbers, then the value of a and b are

This question was previously asked in
SSC CGL 2016 (Tier 1) Previous Year Question Paper (11-Sep-2016) (Shift 2)
The correct answer is

a = 7, b = 6

Finding 'a' and 'b' for a Perfect Square Polynomial

We are given a polynomial \(x^4 + 2x^3 + ax^2 + bx + 9\) and told that it is a perfect square, where 'a' and 'b' are positive real numbers. A polynomial that is a perfect square can be written as the square of another polynomial.

Since the given polynomial is of degree 4, its square root must be a polynomial of degree 2. Let's assume the square root polynomial is of the form \(cx^2 + dx + e\).

So, we have: \[x^4 + 2x^3 + ax^2 + bx + 9 = (cx^2 + dx + e)^2\]

Let's expand the right side:

\[(cx^2 + dx + e)^2 = (cx^2)^2 + (dx)^2 + e^2 + 2(cx^2)(dx) + 2(cx^2)(e) + 2(dx)(e)\] \[= c^2x^4 + d^2x^2 + e^2 + 2cdx^3 + 2cex^2 + 2dex\] \[= c^2x^4 + 2cdx^3 + (d^2 + 2ce)x^2 + 2dex + e^2\]

Now, we compare the coefficients of the expanded form with the coefficients of the given polynomial \(x^4 + 2x^3 + ax^2 + bx + 9\):

  • Coefficient of \(x^4\): \(c^2 = 1\). This implies \(c = 1\) or \(c = -1\).
  • Coefficient of \(x^3\): \(2cd = 2\).
  • Coefficient of \(x^2\): \(d^2 + 2ce = a\).
  • Coefficient of \(x\): \(2de = b\).
  • Constant term: \(e^2 = 9\). This implies \(e = 3\) or \(e = -3\).

Step-by-Step Determination of 'a' and 'b'

Let's consider the possible values for c and e.

From \(c^2 = 1\), let's take \(c=1\).

From \(e^2 = 9\), we have two possibilities for e.

Case 1: \(c = 1\) and \(e = 3\)

  • From \(2cd = 2\): \(2(1)d = 2 \implies 2d = 2 \implies d = 1\).
  • From \(d^2 + 2ce = a\): \(a = (1)^2 + 2(1)(3) = 1 + 6 = 7\).
  • From \(2de = b\): \(b = 2(1)(3) = 6\).

In this case, \(a = 7\) and \(b = 6\). The problem states that 'a' and 'b' must be positive real numbers. Since 7 and 6 are positive, this is a valid solution.

Case 2: \(c = 1\) and \(e = -3\)

  • From \(2cd = 2\): \(2(1)d = 2 \implies 2d = 2 \implies d = 1\).
  • From \(d^2 + 2ce = a\): \(a = (1)^2 + 2(1)(-3) = 1 - 6 = -5\).
  • From \(2de = b\): \(b = 2(1)(-3) = -6\).

In this case, \(a = -5\) and \(b = -6\). These values are not positive, so this case is not valid according to the problem statement.

Considering \(c = -1\)

Let's check if taking \(c=-1\) yields any other valid solutions.

From \(2cd = 2\): \(2(-1)d = 2 \implies -2d = 2 \implies d = -1\). From \(e^2 = 9\), \(e=3\) or \(e=-3\).

Case 3: \(c = -1\) and \(e = 3\)

  • From \(d^2 + 2ce = a\): \(a = (-1)^2 + 2(-1)(3) = 1 - 6 = -5\).
  • From \(2de = b\): \(b = 2(-1)(3) = -6\).

Not positive, invalid.

Case 4: \(c = -1\) and \(e = -3\)

  • From \(d^2 + 2ce = a\): \(a = (-1)^2 + 2(-1)(-3) = 1 + 6 = 7\).
  • From \(2de = b\): \(b = 2(-1)(-3) = 6\).

In this case, \(a = 7\) and \(b = 6\). These are positive and match the values found in Case 1. The square root polynomial would be \(-x^2 - x - 3\), and \((-x^2 - x - 3)^2 = (x^2 + x + 3)^2\), which gives the same original polynomial.

Therefore, the only values for positive real numbers 'a' and 'b' that make the polynomial a perfect square are \(a = 7\) and \(b = 6\).

Verification

Let's check if \(x^4 + 2x^3 + 7x^2 + 6x + 9\) is indeed a perfect square. Based on our calculation, it should be \((x^2 + x + 3)^2\).

\[(x^2 + x + 3)^2 = (x^2)^2 + (x)^2 + (3)^2 + 2(x^2)(x) + 2(x^2)(3) + 2(x)(3)\] \[= x^4 + x^2 + 9 + 2x^3 + 6x^2 + 6x\] \[= x^4 + 2x^3 + (x^2 + 6x^2) + 6x + 9\] \[= x^4 + 2x^3 + 7x^2 + 6x + 9\]

This matches the given polynomial with \(a=7\) and \(b=6\).

Comparison of Coefficients Given Polynomial Expanded Square \((cx^2+dx+e)^2\) Equation
\(x^4\) 1 \(c^2\) \(c^2 = 1\)
\(x^3\) 2 \(2cd\) \(2cd = 2\)
\(x^2\) a \(d^2 + 2ce\) \(a = d^2 + 2ce\)
\(x\) b \(2de\) \(b = 2de\)
Constant 9 \(e^2\) \(e^2 = 9\)

Revision Table: Perfect Square Polynomials

Concept Explanation Application in this problem
Perfect Square Polynomial A polynomial that can be written as the square of another polynomial. E.g., \((x+y)^2 = x^2+2xy+y^2\). The given 4th-degree polynomial is assumed to be the square of a 2nd-degree polynomial.
Comparing Coefficients Equating the coefficients of like powers of the variable on both sides of an equation. Used to find relationships between the coefficients a, b, and the coefficients c, d, e of the assumed square root polynomial.
Polynomial Degree The highest power of the variable in a polynomial. Helps determine the degree of the square root polynomial (degree 4 polynomial is the square of a degree 2 polynomial).

Additional Information: Properties of Polynomials

Understanding polynomial properties is key to solving such problems. Here are some related points:

  • Degree of a product: The degree of the product of two polynomials is the sum of their degrees. If \(P(x)\) has degree m and \(Q(x)\) has degree n, then \(P(x)Q(x)\) has degree m+n. For a perfect square \( (Q(x))^2 \), if \(Q(x)\) has degree n, \((Q(x))^2\) has degree 2n.
  • Roots of perfect squares: If a polynomial \(P(x)\) is a perfect square, its roots have an even multiplicity.
  • Factoring: Recognizing that a polynomial is a perfect square is a type of polynomial factoring.
  • Conditions for a perfect square: For a quadratic \(Ax^2+Bx+C\) to be a perfect square, the discriminant \(B^2-4AC\) must be zero. For higher-degree polynomials, the condition is that it can be written as \((Q(x))^2\).

By comparing coefficients, we systematically determine the unknown values 'a' and 'b' in the perfect square polynomial, ensuring they meet the criteria of being positive real numbers.

Was this answer helpful?

Similar Questions

  1. If y 2= y + 7, then what is the value of y 3?

  2. If (x + y) 3+ 8 (x - y) 3= (3x + Ay) (3x 2+ Bxy + Cy 2), then the value of A + B + C is:

  3. If x 3+ 2x 2– 5x + k is divisible by x + 1, then what is the value of k?

  4. If (x - 1/3) 2+ (y - 4) 2= 0, then what is the value of (y + x)/(y - x)?

  5. Given that x 8- 34x 4+ 1 = 0, x > 0. What is the value of (x 3+ x -3 )?

  6. If \(x - \frac 3 x = 6,\; x \ne 0,\)  then the value of  \(\frac {x^4 - \frac {27}{x^2}}{x^2 - 3x - 3}\)  is:

  7. If \(x\left(3 - \frac 2 x\right) = \frac 3 x,\)  then the value of  \(x^3 - \frac 1 {x^3}\)  is equal to:

  8. The coefficient of x 2in (2x + y) 3is:

  9. If 4 (x + y) = 256 and (256) (x - y) = 4, then what is the value of x and y?

  10. If α and β are the roots of the equation x 2+ x - 1 = 0, then what is the equation whose roots are α 5and β 5?


Important Questions from Polynomials

  1. If y 2= y + 7, then what is the value of y 3?

  2. Factorize x 2- y 2- 9z 2+ 6yz

  3. If one of the zeros of the polynomial x 3+ ax 2+ bx + c is  - 1, then the product of other two zeros is equal to :

  4. Which of the following is a trinomial?

  5. If a(a + b + c) 2 = 1792; b(a + b + c) 2 = 1536; c(a + b + c) 2 = 768, then what will be the value of b?

Need Expert Advice?
Upcoming Exams
SSC JHT
September 08, 2026
SSC Stenographer
September 09, 2026
SSC Selection Post
September 16, 2026
Test Series
SSC CGL img
SSC
SSC CGL (Tier I + Tier II) 2026 Mock Test Series - Latest Pattern
2501 Tests 6 Tests Free
4031 Attempts
4.2(839)
English, Hindi

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App