Quadratic Equations
Transformed Roots
Grade 11
Question:
<p>Let <i>a</i>, <i>b</i> are two real roots of equation \(x^2 + px + q = 0\), <i>p</i>, <i>q</i> ∈ ℝ, <i>q</i> ≠ 0. If the quadratic equation <i>g(x)</i> = 0 has two roots \(a + \frac{1}{a}\), \(b + \frac{1}{b}\) such that sum of its roots is equal to product of roots, then find the number of integral values <i>q</i> can attain.</p>
Step-by-Step Solution
Key Concept: Use Vieta's formulas on both the original and new quadratic equations, then apply the condition that sum equals product of roots to establish constraints on p and q.
<p><strong>Step 1: Apply Vieta's formulas to the original equation.</strong></p><p>For x² + px + q = 0 with roots a and b:</p><p>a + b = −p</p><p>ab = q</p><p><strong>Step 2: Find sum and product of new roots.</strong></p><p>New roots are a + 1/a and b + 1/b.</p><p>Sum S = a + 1/a + b + 1/b = (a + b) + (1/a + 1/b) = (a + b) + (a + b)/(ab)</p><p>S = −p + (−p)/q = −p(1 + 1/q) = −p(q + 1)/q</p><p>Product P = (a + 1/a)(b + 1/b) = ab + a/b + b/a + 1/(ab)</p><p>P = ab + (a² + b²)/(ab) + 1/(ab) = q + ((a + b)² − 2ab)/(ab) + 1/q</p><p>P = q + (p² − 2q)/q + 1/q = q + (p² − 2q + 1)/q = (q² + p² − 2q + 1)/q</p><p><strong>Step 3: Apply the condition S = P.</strong></p><p>−p(q + 1)/q = (q² + p² − 2q + 1)/q</p><p>Multiply both sides by q:</p><p>−p(q + 1) = q² + p² − 2q + 1</p><p>−pq − p = q² + p² − 2q + 1</p><p>0 = q² + p² + pq − 2q + p + 1</p><p>0 = q² + pq + p² + p − 2q + 1</p><p><strong>Step 4: Rearrange as a quadratic in p.</strong></p><p>p² + p(q + 1) + (q² − 2q + 1) = 0</p><p>p² + p(q + 1) + (q − 1)² = 0</p><p><strong>Step 5: Apply the discriminant condition.</strong></p><p>For real p, discriminant ≥ 0:</p><p>Δ = (q + 1)² − 4(q − 1)² ≥ 0</p><p>(q + 1)² − 4(q − 1)² ≥ 0</p><p>Let u = q + 1 and v = q − 1, so u = v + 2:</p><p>(v + 2)² − 4v² ≥ 0</p><p>v² + 4v + 4 − 4v² ≥ 0</p><p>−3v² + 4v + 4 ≥ 0</p><p>3v² − 4v − 4 ≤ 0</p><p>3(q − 1)² − 4(q − 1) − 4 ≤ 0</p><p>Let w = q − 1:</p><p>3w² − 4w − 4 ≤ 0</p><p>(3w + 2)(w − 2) ≤ 0</p><p>−2/3 ≤ w ≤ 2</p><p>−2/3 ≤ q − 1 ≤ 2</p><p>1/3 ≤ q ≤ 3</p><p><strong>Step 6: Find integral values.</strong></p><p>Since q ∈ ℝ with 1/3 ≤ q ≤ 3 and q ≠ 0, the integral values are q ∈ {1, 2, 3}.</p><p>∴ Answer: 3</p>
Correct Answer: 3