Quick Review: Quadratic Equations

The standard form of a quadratic equation is: ax2+bx+c = 0 where a, b and c are known values and a ≠0. Also, x is a real variable.
Suggested Action
FREE Live Master Classes by our Star Faculty with 20+ years of experience. Register Now
If the value of a is 0, then the equation will become a linear equation.
if (!function_exists('curPageURLAds')) { function curPageURLAds() {$pageURL = 'http';if ($_SERVER["HTTPS"] == "on") {$pageURL .= "s";} $pageURL .= "://";if ($_SERVER["SERVER_PORT"] != "80") {$pageURL .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];} else { $pageURL .= $_SERVER["SERVER_NAME"] . $_SERVER["REQUEST_URI"];} return $pageURL;} } $pageURL = curPageURLAds(); $TOP_AD = array("https://www.hitbullseye.com/Quant/Arithmetic-Geometric-Harmonic-Progressions.php", "https://www.hitbullseye.com/Vocab/One-Word-Substitute-List.php", "https://www.hitbullseye.com/Coding-and-Decoding-Questions.php", "https://www.hitbullseye.com/daily-vocabulary-words.php", "https://www.hitbullseye.com/Probability-Examples.php", "https://www.hitbullseye.com/Problems-on-Ages.php", "https://www.hitbullseye.com/Difficult-Syllogism-Questions.php", "https://www.hitbullseye.com/Vocab/List-of-Synonyms.php", "https://www.hitbullseye.com/puzzle/logical-puzzle-questions-with-answers.php", "https://www.hitbullseye.com/Time-and-Work-Questions.php", "https://www.hitbullseye.com/Speed-Distance-Time-Questions.php", "https://www.hitbullseye.com/Simplification-Examples.php", "https://www.hitbullseye.com/Subject-Verb-Agreement-Exercise.php", "https://www.hitbullseye.com/Reading-Comprehension-Practice.php", "https://www.hitbullseye.com/Seating-Arrangement-Questions.php", "https://www.hitbullseye.com/HCF-and-LCM-Questions.php", "https://www.hitbullseye.com/Blood-Relation-Questions-with-Answers.php", "https://www.hitbullseye.com/Reasoning/Painted-Cube-Problem-Formula.php", "https://www.hitbullseye.com/Coding-Decoding-Questions.php", "https://www.hitbullseye.com/Percentage-Practice-Questions.php", "https://www.hitbullseye.com/Alphabetical-Series-Reasoning-Questions.php", "https://www.hitbullseye.com/Profit-Loss.php", "https://www.hitbullseye.com/Adjectives-Exercises.php", "https://www.hitbullseye.com/Odd-One-Out-Questions-with-Answers.php", "https://www.hitbullseye.com/Reasoning-Questions-Seating-Arrangement.php", "https://www.hitbullseye.com/Number-Series-Questions.php", "https://www.hitbullseye.com/Profit-and-loss-Problems.php", "https://www.hitbullseye.com/Time-and-Work-Problems.php", "https://www.hitbullseye.com/Quant/Compound-Interest-Problems.php", ); if (in_array($pageURL, $TOP_AD)) { // { // echo "
// // // //
"; // } // else { // echo "
// // // //
"; // } }
Roots of a Quadratic Equation
  • A root of the equation f(x) = 0 is when the value of x makes f(x) = 0. We can say that x = a is the root of f(x) = 0. Here, f(a) is the value of the polynomial f(x) at x = 0 and is obtained by replacing x by a in f(x).
  • If there is a quadratic equation ax2 + bx + c = 0, then the roots of this equation will be: [image]
  • In the above mentioned formula, b2- 4ac is the discriminant as it can discriminate between the possible types of solutions:
  1. When we have a positive value of b2- 4ac, then we will get two Real solutions
  2. When the value of b2- 4ac is zero, then we will get only one Real solution
  3. When we have a negative value of b2- 4ac, then we will get two Complex solutions (i.e. the answer will include imaginary numbers)
Relation between Roots and Coefficients
Let the roots of the equation ax2+ bx + c be α and β.
  • Then, the sum of the roots: α + β = - [image]
  • The product of the roots = α β = [image]
Suggested Action:
Kick start Your Preparations with FREE access to 25+ Mocks, 75+ Videos & 100+ Chapterwise Tests.Sign Up Now
Key Points
  • If p+ √q is a root of a quadratic equation, then its other root is p- √q
  • When D ≥ 0, then ax2+ bx + c can be expressed as a product of two linear factors.
  • If α and βare the roots of ax2+ bx + c, then we can write it as: x2 - (α + β)x + α β = 0
Views:14783