Hello, future IITians! Welcome to this "Deep Dive" session on one of the fundamental yet crucial topics in Quadratic Equations:
Formation of Quadratic Equations with Given Roots. While it might seem straightforward, understanding its nuances and applications, especially for JEE, is paramount. We'll start from the very basics and build up to advanced transformation techniques that are frequently tested in competitive exams.
###
1. The Genesis: Understanding Roots and Factors
Before we form an equation, let's quickly recall what roots are. For a quadratic equation $ax^2 + bx + c = 0$ (where $a
eq 0$), the roots (or zeroes) are the values of $x$ that satisfy the equation. Geometrically, they are the x-intercepts of the parabola $y = ax^2 + bx + c$.
If $alpha$ and $eta$ are the roots of a quadratic equation, it means that when $x = alpha$ or $x = eta$, the expression $ax^2+bx+c$ becomes zero. This implies that $(x - alpha)$ and $(x - eta)$ must be factors of the quadratic expression.
Think about it this way: if a number 5 is a root of an equation, then $(x-5)$ must be a factor. If 3 is another root, then $(x-3)$ is also a factor. Therefore, the quadratic expression must be proportional to the product of these factors.
So, a quadratic equation whose roots are $alpha$ and $eta$ can be written in the form:
$k(x - alpha)(x - eta) = 0$
where $k$ is any non-zero real constant.
Let's expand this:
$k(x - alpha)(x - eta) = 0$
$k[x(x - eta) - alpha(x - eta)] = 0$
$k[x^2 - eta x - alpha x + alpha eta] = 0$
$k[x^2 - (alpha + eta)x + alpha eta] = 0$
This leads us to the most fundamental form for forming a quadratic equation:
$x^2 - ( ext{Sum of Roots})x + ( ext{Product of Roots}) = 0$
Or, more generally, including the constant $k$:
$k[x^2 - ( ext{Sum of Roots})x + ( ext{Product of Roots})] = 0$
Important Note for JEE: The inclusion of the constant 'k' is crucial. If a question asks for "a quadratic equation," then the $k=1$ form is acceptable. However, if it asks for "the quadratic equation" satisfying certain conditions (e.g., specific leading coefficient, or passing through a certain point), then 'k' becomes significant and needs to be determined. Remember, multiplying an equation by a non-zero constant does not change its roots. So, there are infinitely many quadratic equations sharing the same roots!
###
2. Connecting to Vieta's Formulas
Recall Vieta's formulas for a standard quadratic equation $ax^2 + bx + c = 0$:
Sum of roots: $alpha + eta = -b/a$
Product of roots: $alpha eta = c/a$
We can rewrite $ax^2 + bx + c = 0$ by dividing by 'a' (assuming $a
eq 0$):
$x^2 + (b/a)x + (c/a) = 0$
Substituting Vieta's formulas:
$x^2 - (- ext{Sum of Roots})x + ( ext{Product of Roots}) = 0$
$x^2 - (alpha + eta)x + alpha eta = 0$
This confirms our derived formula. This is the
monic quadratic equation (where the coefficient of $x^2$ is 1) with roots $alpha$ and $eta$.
---
###
3. Step-by-Step Examples
Let's put this into practice with a few examples covering different types of roots.
Example 1: Real and Distinct Roots
Form a quadratic equation whose roots are 2 and -5.
Solution:
Let $alpha = 2$ and $eta = -5$.
1.
Calculate the Sum of Roots:
$alpha + eta = 2 + (-5) = -3$
2.
Calculate the Product of Roots:
$alpha eta = (2)(-5) = -10$
3.
Form the Equation:
Using the formula $x^2 - ( ext{Sum})x + ( ext{Product}) = 0$:
$x^2 - (-3)x + (-10) = 0$
$x^2 + 3x - 10 = 0$
We can verify this by factoring: $(x+5)(x-2)=0$, which yields roots $x=-5$ and $x=2$.
Example 2: Irrational Conjugate Roots
Form a quadratic equation whose roots are $3 + sqrt{2}$ and $3 - sqrt{2}$.
Solution:
Let $alpha = 3 + sqrt{2}$ and $eta = 3 - sqrt{2}$.
1.
Calculate the Sum of Roots:
$alpha + eta = (3 + sqrt{2}) + (3 - sqrt{2}) = 3 + 3 + sqrt{2} - sqrt{2} = 6$
2.
Calculate the Product of Roots:
$alpha eta = (3 + sqrt{2})(3 - sqrt{2})$
This is in the form $(a+b)(a-b) = a^2 - b^2$:
$alpha eta = 3^2 - (sqrt{2})^2 = 9 - 2 = 7$
3.
Form the Equation:
$x^2 - ( ext{Sum})x + ( ext{Product}) = 0$
$x^2 - 6x + 7 = 0$
JEE Insight (Conjugate Root Theorem): If a quadratic equation with
rational coefficients has one irrational root of the form $a+sqrt{b}$ (where $b$ is not a perfect square), then its conjugate $a-sqrt{b}$ must also be a root. This is why when you're given just one irrational root and told coefficients are rational, you automatically know the other root.
Example 3: Complex Conjugate Roots
Form a quadratic equation whose roots are $1 + 2i$ and $1 - 2i$.
Solution:
Let $alpha = 1 + 2i$ and $eta = 1 - 2i$.
1.
Calculate the Sum of Roots:
$alpha + eta = (1 + 2i) + (1 - 2i) = 1 + 1 + 2i - 2i = 2$
2.
Calculate the Product of Roots:
$alpha eta = (1 + 2i)(1 - 2i)$
Again, using $(a+b)(a-b) = a^2 - b^2$:
$alpha eta = 1^2 - (2i)^2 = 1 - (4i^2)$
Since $i^2 = -1$:
$alpha eta = 1 - (4 imes -1) = 1 - (-4) = 1 + 4 = 5$
3.
Form the Equation:
$x^2 - ( ext{Sum})x + ( ext{Product}) = 0$
$x^2 - 2x + 5 = 0$
JEE Insight (Conjugate Root Theorem for Complex Numbers): If a quadratic equation with
real coefficients has one complex root of the form $a+bi$ (where $b
eq 0$), then its conjugate $a-bi$ must also be a root. This is a very common scenario in JEE problems.
---
###
4. Advanced Applications: Root Transformations (JEE Focus!)
This is where the concept gets interesting for JEE. Often, you're given an original quadratic equation and asked to form a new equation whose roots are some function of the roots of the original equation.
Let $alpha, eta$ be the roots of the equation $ax^2 + bx + c = 0$. We want to find a new quadratic equation whose roots are $alpha'$ and $eta'$, where $alpha'$ and $eta'$ are related to $alpha$ and $eta$.
There are two primary methods:
####
Method 1: Using Sum and Product of New Roots
This method involves directly calculating the sum ($alpha' + eta'$) and product ($alpha' eta'$) of the new roots and then using the formula $x^2 - (alpha' + eta')x + alpha' eta' = 0$. This is generally more straightforward for symmetric transformations (where $alpha'$ and $eta'$ are the same function of $alpha$ and $eta$ respectively, e.g., $alpha^2, eta^2$).
Example 4: Roots are Squares of Original Roots
If $alpha, eta$ are the roots of $x^2 - 5x + 6 = 0$, form a quadratic equation whose roots are $alpha^2, eta^2$.
Solution:
For $x^2 - 5x + 6 = 0$:
Sum of roots: $alpha + eta = -(-5)/1 = 5$
Product of roots: $alpha eta = 6/1 = 6$
New roots are $alpha' = alpha^2$ and $eta' = eta^2$.
1.
New Sum of Roots:
$alpha' + eta' = alpha^2 + eta^2$
We know that $alpha^2 + eta^2 = (alpha + eta)^2 - 2alphaeta$.
So, $alpha^2 + eta^2 = (5)^2 - 2(6) = 25 - 12 = 13$.
2.
New Product of Roots:
$alpha' eta' = alpha^2 eta^2 = (alpha eta)^2 = (6)^2 = 36$.
3.
Form the New Equation:
$x^2 - ( ext{New Sum})x + ( ext{New Product}) = 0$
$x^2 - 13x + 36 = 0$
####
Method 2: Using Transformation/Substitution (Very Powerful for JEE)
This method is particularly useful when the transformation is complex or involves non-symmetric functions.
Let $y$ be a new root. Express $y$ in terms of $x$ (an old root). Then, express $x$ in terms of $y$. Substitute this expression for $x$ back into the original quadratic equation. The resulting equation in $y$ will be the new quadratic equation.
Example 5: Roots are Reciprocals of Original Roots
If $alpha, eta$ are the roots of $ax^2 + bx + c = 0$, form a quadratic equation whose roots are $1/alpha, 1/eta$.
Solution:
Let $y$ be a new root. So, $y = 1/x$.
From this, we can express $x$ in terms of $y$: $x = 1/y$.
Now, substitute $x = 1/y$ into the original equation $ax^2 + bx + c = 0$:
$a(1/y)^2 + b(1/y) + c = 0$
$a/y^2 + b/y + c = 0$
To eliminate denominators, multiply the entire equation by $y^2$ (assuming $y
eq 0$, which means $alpha, eta
eq 0$; if $c=0$, then one root is zero, and its reciprocal is undefined, so we assume $c
eq 0$):
$a + by + cy^2 = 0$
Rearranging into standard quadratic form:
$cy^2 + by + a = 0$
Or, replacing $y$ with $x$ as the variable:
$cx^2 + bx + a = 0$
Notice how the coefficients just reversed! This is a classic JEE result.
Let's try Example 4 again using this substitution method for practice.
Example 6: Roots are Squares of Original Roots (using substitution)
If $alpha, eta$ are the roots of $x^2 - 5x + 6 = 0$, form a quadratic equation whose roots are $alpha^2, eta^2$.
Solution:
Let $y$ be a new root. So, $y = x^2$.
We need to express $x$ in terms of $y$. Here, $x = pm sqrt{y}$. This implies there might be issues with uniqueness if not handled carefully, or that a new equation in $y$ will naturally square out.
Let's rearrange the original equation to isolate terms involving $x$:
$x^2 = 5x - 6$
Since we want the new root to be $y=x^2$, we can directly substitute $y$ for $x^2$:
$y = 5x - 6$
Now we need to eliminate $x$. From this equation, $5x = y+6$, so $x = (y+6)/5$.
Substitute this $x$ back into the *original* equation $x^2 - 5x + 6 = 0$:
$((y+6)/5)^2 - 5((y+6)/5) + 6 = 0$
$(y+6)^2/25 - (y+6) + 6 = 0$
$(y^2 + 12y + 36)/25 - (y+6) + 6 = 0$
Multiply by 25 to clear the denominator:
$y^2 + 12y + 36 - 25(y+6) + 25(6) = 0$
$y^2 + 12y + 36 - 25y - 150 + 150 = 0$
$y^2 + (12-25)y + (36 - 150 + 150) = 0$
$y^2 - 13y + 36 = 0$
Which, replacing $y$ with $x$, is
$x^2 - 13x + 36 = 0$. This matches the result from Method 1. This method is generally more robust for complex transformations.
Example 7: Roots shifted by a constant
If $alpha, eta$ are the roots of $x^2 - 7x + 10 = 0$, form a quadratic equation whose roots are $alpha+3, eta+3$.
Solution (Method 1: Sum & Product):
Original: $alpha+eta=7$, $alphaeta=10$.
New roots: $alpha' = alpha+3$, $eta' = eta+3$.
New Sum: $alpha'+eta' = (alpha+3) + (eta+3) = (alpha+eta) + 6 = 7+6=13$.
New Product: $alpha'eta' = (alpha+3)(eta+3) = alphaeta + 3alpha + 3eta + 9 = alphaeta + 3(alpha+eta) + 9$.
$= 10 + 3(7) + 9 = 10 + 21 + 9 = 40$.
New equation:
$x^2 - 13x + 40 = 0$
Solution (Method 2: Substitution):
Let $y$ be a new root. $y = x+3$.
Then $x = y-3$.
Substitute $x=y-3$ into $x^2 - 7x + 10 = 0$:
$(y-3)^2 - 7(y-3) + 10 = 0$
$(y^2 - 6y + 9) - (7y - 21) + 10 = 0$
$y^2 - 6y + 9 - 7y + 21 + 10 = 0$
$y^2 - 13y + 40 = 0$
Replacing $y$ with $x$:
$x^2 - 13x + 40 = 0$.
This demonstrates the elegance and power of the substitution method for general root transformations.
---
###
5. CBSE vs. JEE Focus
Aspect |
CBSE (Class 10/11) |
JEE Main & Advanced |
|---|
Basic Formation |
Direct application of $x^2 - ( ext{Sum})x + ( ext{Product}) = 0$. Roots are usually simple integers or surds (irrational numbers). Complex roots are introduced later (Class 11/12). |
Foundationally same, but roots can be complex, involving $i$, or more intricate surds. The constant 'k' might be important if an additional condition is given (e.g., passes through a point, specific leading coefficient). |
Root Transformations |
Typically involves finding equations with roots like $1/alpha, 1/eta$ or $alpha+k, eta+k$ by directly calculating the new sum and product. Problems are less intricate. |
Extensive use of root transformations. Students are expected to be proficient with both the direct sum/product method and the substitution method. Transformations can involve higher powers ($alpha^3, eta^3$), rational functions ($(alpha+1)/(alpha-1)$), or combinations. Questions can be layered, requiring manipulation of algebraic identities for symmetric polynomials. |
Conjugate Root Theorem |
Introduction to the concept for irrational and complex roots when coefficients are real/rational. |
Implicitly assumed. Used frequently to deduce the "missing" root if one is given, especially in polynomial equations of higher degrees, making it crucial for forming the quadratic factor. |
Problem Complexity |
Straightforward, direct application of formulas. Focus on understanding the relationship between roots and coefficients. |
Multi-step problems, often combining formation of equations with other concepts like properties of roots, common roots, graphs, or calculus. Requires strong algebraic manipulation skills and conceptual clarity. |
---
###
Conclusion
Forming quadratic equations from given roots is a foundational skill. For CBSE, mastery of the basic formula and simple transformations is sufficient. However, for JEE, you must delve deeper into root transformations, mastering both the direct sum/product method and the powerful substitution technique. Understanding the role of the constant 'k' and the conjugate root theorems are also vital. Practice with diverse problem types will solidify your understanding and prepare you for advanced challenges. Keep practicing, and you'll master this topic!