Welcome, aspiring mathematicians! Today, we are going to dive deep into a fundamental and incredibly powerful concept in quadratic equations: the
Relations between Roots and Coefficients. This topic is not just a cornerstone for understanding quadratic equations but also forms the basis for solving complex problems efficiently, especially in competitive exams like JEE.
Think of a quadratic equation as a puzzle. The coefficients are the known pieces, and the roots are the hidden solutions. Our goal today is to understand the secret language that connects these pieces, allowing us to deduce properties of the solutions without even finding them explicitly.
---
### Understanding the Basics: What are Roots and Coefficients?
Before we jump into the relations, let's quickly recap. A general quadratic equation is written in the form:
$ax^2 + bx + c = 0$
where $a, b, c$ are real numbers, and $a
eq 0$.
* The numbers $a, b, c$ are called the
coefficients of the quadratic equation. Specifically, $a$ is the coefficient of $x^2$, $b$ is the coefficient of $x$, and $c$ is the constant term.
* The values of $x$ that satisfy this equation are called its
roots or solutions. A quadratic equation always has two roots, which can be real or complex, distinct or identical.
---
### Derivation of Relations between Roots and Coefficients
Let the two roots of the quadratic equation $ax^2 + bx + c = 0$ be $alpha$ and $eta$.
From the quadratic formula, we know that the roots are given by:
$x = frac{-b pm sqrt{b^2 - 4ac}}{2a}$
Let's define our two roots based on this formula:
- $alpha = frac{-b + sqrt{b^2 - 4ac}}{2a}$
- $eta = frac{-b - sqrt{b^2 - 4ac}}{2a}$
Now, let's derive the fundamental relations:
#### 1. Sum of the Roots ($alpha + eta$)
Let's add $alpha$ and $eta$:
$alpha + eta = left( frac{-b + sqrt{b^2 - 4ac}}{2a}
ight) + left( frac{-b - sqrt{b^2 - 4ac}}{2a}
ight)$
$alpha + eta = frac{-b + sqrt{b^2 - 4ac} - b - sqrt{b^2 - 4ac}}{2a}$
$alpha + eta = frac{-2b}{2a}$
$oxed{alpha + eta = -frac{b}{a}}$
This is a crucial relation:
The sum of the roots of a quadratic equation is equal to the negative of the coefficient of $x$ divided by the coefficient of $x^2$.
#### 2. Product of the Roots ($alpha eta$)
Now, let's multiply $alpha$ and $eta$:
$alpha eta = left( frac{-b + sqrt{b^2 - 4ac}}{2a}
ight) left( frac{-b - sqrt{b^2 - 4ac}}{2a}
ight)$
This looks like $(P+Q)(P-Q)$ which simplifies to $P^2 - Q^2$, where $P = -b$ and $Q = sqrt{b^2 - 4ac}$.
$alpha eta = frac{(-b)^2 - (sqrt{b^2 - 4ac})^2}{(2a)^2}$
$alpha eta = frac{b^2 - (b^2 - 4ac)}{4a^2}$
$alpha eta = frac{b^2 - b^2 + 4ac}{4a^2}$
$alpha eta = frac{4ac}{4a^2}$
$oxed{alpha eta = frac{c}{a}}$
This is another crucial relation:
The product of the roots of a quadratic equation is equal to the constant term divided by the coefficient of $x^2$.
#### 3. Difference of the Roots ($|alpha - eta|$)
The difference between the roots is also important. Let's find $alpha - eta$:
$alpha - eta = left( frac{-b + sqrt{b^2 - 4ac}}{2a}
ight) - left( frac{-b - sqrt{b^2 - 4ac}}{2a}
ight)$
$alpha - eta = frac{-b + sqrt{b^2 - 4ac} + b + sqrt{b^2 - 4ac}}{2a}$
$alpha - eta = frac{2sqrt{b^2 - 4ac}}{2a}$
$alpha - eta = frac{sqrt{b^2 - 4ac}}{a}$
Since the order of roots can be arbitrary, we usually refer to the absolute difference:
$oxed{|alpha - eta| = frac{sqrt{b^2 - 4ac}}{|a|} = frac{sqrt{D}}{|a|}}$, where $D = b^2 - 4ac$ is the discriminant.
---
### Formation of a Quadratic Equation from its Roots
If we know the roots $alpha$ and $eta$ of a quadratic equation, we can reconstruct the equation.
If $alpha$ and $eta$ are the roots, then $(x - alpha)$ and $(x - eta)$ must be factors of the quadratic polynomial.
Therefore, the quadratic equation can be written as:
$(x - alpha)(x - eta) = 0$
Expanding this, we get:
$x^2 - eta x - alpha x + alpha eta = 0$
$x^2 - (alpha + eta)x + alpha eta = 0$
Substituting the sum and product of roots:
$oxed{x^2 - ( ext{Sum of roots})x + ( ext{Product of roots}) = 0}$
This is an incredibly useful form for quickly constructing a quadratic equation when its roots are known or when we know the sum and product of its roots. Note that this gives the monic form (coefficient of $x^2$ is 1). If the original equation was $ax^2 + bx + c = 0$, then it would be $a(x^2 - (alpha+eta)x + alphaeta) = 0$.
---
###
CBSE vs. JEE Focus: Symmetric Functions of Roots
While CBSE typically focuses on the basic sum, product, and formation of equations, JEE often tests your ability to manipulate expressions involving roots using these fundamental relations. This involves symmetric functions of roots.
A function $f(alpha, eta)$ is called a
symmetric function if its value remains unchanged when $alpha$ and $eta$ are interchanged, i.e., $f(alpha, eta) = f(eta, alpha)$.
All symmetric functions of $alpha$ and $eta$ can be expressed in terms of $(alpha + eta)$ and $(alpha eta)$.
Here are some common symmetric functions and their expressions:
$alpha^2 + eta^2$
We know $(alpha + eta)^2 = alpha^2 + 2alphaeta + eta^2$.
So, $oxed{alpha^2 + eta^2 = (alpha + eta)^2 - 2alphaeta}$
$alpha^3 + eta^3$
We know $(alpha + eta)^3 = alpha^3 + 3alpha^2eta + 3alphaeta^2 + eta^3 = alpha^3 + eta^3 + 3alphaeta(alpha + eta)$.
So, $oxed{alpha^3 + eta^3 = (alpha + eta)^3 - 3alphaeta(alpha + eta)}$
$alpha - eta$ (or $eta - alpha$)
We know $(alpha - eta)^2 = (alpha + eta)^2 - 4alphaeta$.
So, $oxed{|alpha - eta| = sqrt{(alpha + eta)^2 - 4alphaeta}}$ (This is consistent with $frac{sqrt{D}}{|a|}$)
$frac{1}{alpha} + frac{1}{eta}$
$oxed{frac{1}{alpha} + frac{1}{eta} = frac{alpha + eta}{alphaeta}}$
$frac{alpha}{eta} + frac{eta}{alpha}$
$frac{alpha}{eta} + frac{eta}{alpha} = frac{alpha^2 + eta^2}{alphaeta}$
Substitute $alpha^2 + eta^2 = (alpha + eta)^2 - 2alphaeta$:
$oxed{frac{alpha}{eta} + frac{eta}{alpha} = frac{(alpha + eta)^2 - 2alphaeta}{alphaeta}}$
Mastering these transformations is key for JEE problems where direct calculation of roots might be tedious or impossible.
---
### Important Observations and Special Cases
Understanding these relations allows us to make quick deductions about the nature of roots based on coefficients.
If $b=0$:
The equation becomes $ax^2 + c = 0 implies x^2 = -c/a$.
The roots are $alpha = sqrt{-c/a}$ and $eta = -sqrt{-c/a}$.
In this case, $alpha + eta = 0$. Since $alpha + eta = -b/a$, it implies $-b/a = 0$, so $b=0$.
This means the roots are equal in magnitude but opposite in sign. (e.g., $x^2 - 4 = 0 implies x = pm 2$)
If $c=0$:
The equation becomes $ax^2 + bx = 0 implies x(ax + b) = 0$.
The roots are $x=0$ and $x=-b/a$.
In this case, $alpha eta = 0$. Since $alpha eta = c/a$, it implies $c/a = 0$, so $c=0$.
This means one of the roots is zero. (e.g., $x^2 + 3x = 0 implies x(x+3)=0 implies x=0, -3$)
If $c=a$:
Then $alpha eta = c/a = 1$.
This means the roots are reciprocals of each other, i.e., $eta = 1/alpha$. (e.g., $2x^2 - 5x + 2 = 0 implies (2x-1)(x-2)=0 implies x=1/2, 2$)
If $a+b+c=0$:
Substitute $x=1$ into the equation: $a(1)^2 + b(1) + c = a+b+c$.
If $a+b+c=0$, then $x=1$ is a root.
The other root, $eta$, can be found using the product of roots: $1 cdot eta = c/a implies eta = c/a$.
So, if the sum of coefficients is zero, one root is 1 and the other is $c/a$.
If $a-b+c=0$:
Substitute $x=-1$ into the equation: $a(-1)^2 + b(-1) + c = a-b+c$.
If $a-b+c=0$, then $x=-1$ is a root.
The other root, $eta$, can be found using the product of roots: $(-1) cdot eta = c/a implies eta = -c/a$.
So, if $a-b+c=0$, one root is -1 and the other is $-c/a$.
---
### Examples for Application
Let's put these relations to use with some examples.
#### Example 1: Basic Application
Given the quadratic equation $3x^2 - 5x + 2 = 0$. Find the sum and product of its roots without solving for the roots.
Solution:
Here, $a=3$, $b=-5$, $c=2$.
Let the roots be $alpha$ and $eta$.
Sum of roots: $alpha + eta = -frac{b}{a} = -frac{(-5)}{3} = frac{5}{3}$
Product of roots: $alpha eta = frac{c}{a} = frac{2}{3}$
#### Example 2: Forming a Quadratic Equation
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}$.
Sum of roots: $alpha + eta = (3 + sqrt{2}) + (3 - sqrt{2}) = 6$
Product of roots: $alpha eta = (3 + sqrt{2})(3 - sqrt{2}) = 3^2 - (sqrt{2})^2 = 9 - 2 = 7$
Using the formula $x^2 - ( ext{Sum of roots})x + ( ext{Product of roots}) = 0$:
The equation is $x^2 - 6x + 7 = 0$.
#### Example 3: Symmetric Functions (JEE Level)
If $alpha$ and $eta$ are the roots of the equation $2x^2 - 7x + 4 = 0$, find the value of $alpha^2 + eta^2$.
Solution:
First, identify the coefficients: $a=2, b=-7, c=4$.
Now, find the sum and product of the roots:
$alpha + eta = -frac{b}{a} = -frac{(-7)}{2} = frac{7}{2}$
$alpha eta = frac{c}{a} = frac{4}{2} = 2$
We need to find $alpha^2 + eta^2$. Using our symmetric function formula:
$alpha^2 + eta^2 = (alpha + eta)^2 - 2alphaeta$
Substitute the values:
$alpha^2 + eta^2 = left(frac{7}{2}
ight)^2 - 2(2)$
$alpha^2 + eta^2 = frac{49}{4} - 4$
$alpha^2 + eta^2 = frac{49}{4} - frac{16}{4}$
$alpha^2 + eta^2 = frac{33}{4}$
#### Example 4: Advanced Problem (JEE Type)
If the roots of the equation $x^2 - px + q = 0$ are $alpha$ and $eta$, and the roots of the equation $x^2 - ax + b = 0$ are $alpha^2$ and $eta^2$, then find the relation between $a, b, p, q$.
Solution:
For $x^2 - px + q = 0$:
Sum of roots: $alpha + eta = p$
Product of roots: $alpha eta = q$
For $x^2 - ax + b = 0$:
Sum of roots: $alpha^2 + eta^2 = a$
Product of roots: $alpha^2 eta^2 = b$
We know that $alpha^2 + eta^2 = (alpha + eta)^2 - 2alphaeta$.
Substitute the values from the first equation into this identity:
$a = (p)^2 - 2(q)$
So, $a = p^2 - 2q$.
Also, we know that $alpha^2 eta^2 = (alpha eta)^2$.
Substitute the values:
$b = (q)^2$
So, $b = q^2$.
The relations are $a = p^2 - 2q$ and $b = q^2$. These relate the coefficients of the two quadratic equations.
---
### Extension to Higher Degree Polynomials (Briefly for JEE Advanced)
The concept of relations between roots and coefficients extends to polynomials of higher degrees. For a general polynomial equation of degree $n$:
$a_n x^n + a_{n-1} x^{n-1} + dots + a_1 x + a_0 = 0$
with roots $r_1, r_2, dots, r_n$:
Relation |
Formula |
|---|
Sum of roots taken one at a time ($sum r_i$) |
$r_1 + r_2 + dots + r_n = -frac{a_{n-1}}{a_n}$ |
Sum of products of roots taken two at a time ($sum r_i r_j$) |
$r_1 r_2 + r_1 r_3 + dots + r_{n-1} r_n = frac{a_{n-2}}{a_n}$ |
Sum of products of roots taken three at a time ($sum r_i r_j r_k$) |
$r_1 r_2 r_3 + dots = -frac{a_{n-3}}{a_n}$ |
... |
... |
Product of all roots ($r_1 r_2 dots r_n$) |
$(-1)^n frac{a_0}{a_n}$ |
For a cubic equation $ax^3 + bx^2 + cx + d = 0$ with roots $alpha, eta, gamma$:
- $alpha + eta + gamma = -frac{b}{a}$
- $alphaeta + etagamma + gammaalpha = frac{c}{a}$
- $alphaetagamma = -frac{d}{a}$
This pattern (alternating signs for coefficients divided by the leading coefficient) is known as
Vieta's Formulas and is extremely important for higher-level polynomial problems in JEE.
---
### Conclusion
The relations between roots and coefficients are more than just formulas; they are powerful tools that allow us to understand the intrinsic properties of a quadratic equation's solutions without direct computation. For CBSE students, mastering the sum, product, and forming equations is key. For JEE aspirants, extending this understanding to symmetric functions, special cases, and even higher-degree polynomials is absolutely essential for tackling complex problems efficiently. Keep practicing, and these relations will become second nature!