Problem 101
Question
The set of values of \(a\) for which the equation \(\left(x^{2}+x\right.\) \(+2)^{2}-(a-3)\left(x^{2}+x+2\right)\left(x^{2}+x+1\right)+(a-4)\left(x^{2}+\right.\) \(x+1)^{2}=0\) has at least one real root is (A) \(\left(5, \frac{19}{3}\right)\) (B) \(\left[5, \frac{19}{3}\right]\) (C) \(\left[5, \frac{19}{3}\right)\) (D) \(\left(5, \frac{19}{3}\right]\)
Step-by-Step Solution
Verified Answer
The set of values for \(a\) is (C) \( [5, \frac{19}{3}) \).
1Step 1: Simplify the Original Equation
The given equation is \( \left(x^2 + x + 2\right)^2 - (a - 3)\left(x^2 + x + 2\right)\left(x^2 + x + 1\right) + (a - 4)\left(x^2 + x + 1\right)^2 = 0 \). Introduce a substitution \( y = x^2 + x + 1 \), making the expression \( \left(y+1\right)^2 - (a-3)(y+1)y + (a-4)y^2 = 0 \). Expand \( \left(y+1\right)^2 = y^2 + 2y + 1 \) and substitute back.
2Step 2: Form the Quadratic Equation in terms of y
Substitute and rearrange: \( y^2 + 2y + 1 - (a - 3)(y^2 + y) + (a-4)y^2 = 0 \). Simplify the expression: \( y^2 + 2y + 1 - (a-3)y^2 - (a-3)y + (a-4)y^2 = 0 \). Combine terms: \((3-a)y^2 + (-a-1)y + 1 = 0 \). This is the quadratic equation in \( y \).
3Step 3: Determine Conditions for Real Roots in y
To have at least one real root for \( y \), the discriminant \( b^2 - 4ac \) of the quadratic equation \( ay^2 + by + c = 0 \) must be non-negative. For \((3-a)y^2 + (-a-1)y + 1 = 0 \), \( a = 3-a \), \( b = -(a+1) \), and \( c = 1 \). The discriminant is \((-a-1)^2 - 4(3-a)(1) \geq 0 \).
4Step 4: Solve the Discriminant Inequality
Calculate: \((-a-1)^2 = a^2 + 2a + 1 \) and \(4(3-a) = 12 - 4a \). The inequality becomes \( a^2 + 2a + 1 - (12 - 4a) \geq 0 \). Simplify: \( a^2 + 6a - 11 \geq 0 \).
5Step 5: Factor and Solve Quadratic Inequality
Solve \( a^2 + 6a - 11 = 0 \) to find roots: Use the quadratic formula \( a = \frac{-b \pm \sqrt{b^2 - 4ac}}{2a} \equiv a = \frac{-6 \pm \sqrt{36 + 44}}{2} \equiv a = \frac{-6 \pm \sqrt{80}}{2} \). Simplify \( \sqrt{80} = 4\sqrt{5} \), so the roots are \( a = \frac{-6 \pm 4\sqrt{5}}{2} \equiv a = -3 \pm 2\sqrt{5} \).
6Step 6: Determine the Interval for a
The critical values, \( a = -3 + 2\sqrt{5} \approx 5.472 \) and \( a = -3 - 2\sqrt{5} \), dictate the intervals where \( a^2 + 6a - 11 \geq 0 \). Consider the polynomial sign changes: \( a \geq 5.472 \) for real roots. Comparing to the answer options, this translates to the interval \( \left[5, \frac{19}{3} \right) \) for \( a \).
Key Concepts
Real RootsDiscriminantSubstitution Method
Real Roots
A real root of a quadratic equation is a solution where the value of the variable results in a real number. In simple words, when we solve the quadratic equation, if we end up with real numbers rather than complex or imaginary numbers, we say the equation has real roots. Real numbers are any numbers that you are familiar with: fractions, whole numbers, decimals, and so forth, which include both positive and negative numbers.
Quadratic equations can have:
- Two distinct real roots
- One real double root
- No real roots, only complex roots
Discriminant
In a quadratic equation of the form \( ax^2 + bx + c = 0 \), the discriminant helps to determine the nature of the roots. The discriminant is expressed as \( b^2 - 4ac \). It is a powerful tool that tells us:
- If the discriminant \( > 0 \), there are two distinct real roots.
- If the discriminant \( = 0 \), there is exactly one real root, a double root.
- If the discriminant \( < 0 \), there are no real roots; instead, there are two complex roots.
Substitution Method
The substitution method is a useful technique to simplify complex algebraic equations by introducing a new variable. In this exercise, substitution was used to simplify the given equation by letting \( y = x^2 + x + 1 \). This substitution effectively reduced the complexity and helped transform the equation into a simpler form, which in this case became a quadratic in \( y \).Here's how substitution aids in problem-solving:
- Identifies a common part of the equation that can be replaced by a new variable, simplifying the equation.
- Transforms complex terms into manageable ones.
- Helps reveal the structure of the mathematical problem, making it easier to solve.
Other exercises in this chapter
Problem 99
If for real number \(a\), the equation \((a-2)(x-[x])^{2}+\) \(2(x-[x])+a^{2}=0\) (where \([x]\) denotes the greatest integer \(\leq x\) ) has no integral solut
View solution Problem 100
Let \(a, b, c\) be distinct positive numbers such that each of the quadratics \(a x^{2}+b x+c, b x^{2}+c x+a\) and \(c x^{2}+a x+b\) is non-negative for all \(x
View solution Problem 102
If all real values of \(x\) obtained from the equation \(4^{x}-(a-3) 2^{x}+a-4=0\) are non-positive, then \(a\) belongs to (A) \([4,5]\) (B) \((4,5]\) (C) \([4,
View solution Problem 103
Let \(f(x)=x^{2}+a x+b\) be a quadratic polynomial, where \(a\) and \(b\) are integers. If for a given integer \(n\), \(f(n) f(n+1)=f(m)\) for some integer \(m\
View solution