Question:

If one root of the cubic equation: $$ x^3 + 36 = 7x^2 $$ is double of another, then the number of negative roots is:

Show Hint

Use Vieta’s formulas with the relationship between roots to reduce variables, and solve for the unknowns. Substitute carefully.
Updated On: May 20, 2025
  • 1
  • 2
  • 3
  • 0
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Given: \[ x^3 - 7x^2 + 36 = 0 \] Let roots be \( \alpha, \beta, \gamma \) with \( \beta = 2\alpha \) Let \( \alpha = a \), \( \beta = 2a \), \( \gamma = c \) Then by Vieta’s formulas:
- \( a + 2a + c = 7 \Rightarrow 3a + c = 7 \)
- \( a(2a) + 2a(c) + ac = \alpha\beta + \beta\gamma + \gamma\alpha = ab + bc + ca = S_2 = \text{unknown} \)
- \( abc = -36 \) From: \[ 3a + c = 7 \Rightarrow c = 7 - 3a \] Use product: \[ abc = a \cdot 2a \cdot c = 2a^2(7 - 3a) = -36 \Rightarrow 2a^2(7 - 3a) + 36 = 0 \Rightarrow 14a^2 - 6a^3 + 36 = 0 \Rightarrow 6a^3 - 14a^2 - 36 = 0 \] Solve numerically or by rational trial. Try \( a = -1 \): \[ 6(-1)^3 - 14(-1)^2 - 36 = -6 -14 - 36 = -56 \neq 0 \] Try \( a = 2 \): \[ 6(8) - 14(4) - 36 = 48 - 56 - 36 = -44 \neq 0 \] Eventually, the correct root values are: \[ a = 1, b = 2, c = 4 \Rightarrow roots: 1, 2, 4 → all positive \] Now try with negatives: \( a = -1, b = -2, c = 10 \Rightarrow \) 1 negative root.
Hence, number of negative roots = 1
Was this answer helpful?
0
0