Introduction
Chapter 4: Quadratic Equations
Page 1 of 5: Introduction to Quadratic Equations
{{FORMULA: expr=ax² + bx + c = 0 | symbols=a:leading coefficient, b:linear coefficient, c:constant}}
Concept Introduction
Welcome to the world of quadratic equations! In your previous chapter on polynomials, you became familiar with the quadratic polynomial, an expression of the form ax² + bx + c, where a ≠ 0. What happens when we take this expression and set it equal to a value, specifically zero? We create an equation, and that's the birth of a quadratic equation.
These equations are more than just abstract algebra; they are powerful tools for modeling the world around us. Imagine a charity trust planning to build a rectangular prayer hall with a specific carpet area of 300 square metres. They have a design constraint: the length must be one metre more than twice its breadth.
If we let the breadth be x metres, the length becomes (2x + 1) metres. The area of a rectangle is length × breadth, so we get:
Area = (2x + 1) × x = 2x² + x
Since the required area is 300 m², we can set up the equation:
2x² + x = 300
By rearranging it, we get 2x² + x - 300 = 0. This is a classic quadratic equation. Solving it would give us the exact breadth x needed for the hall. This chapter will teach you how to set up and solve such equations.
A quick historical note: While often credited to later mathematicians, the Babylonians were solving problems equivalent to quadratic equations thousands of years ago! Ancient Indian mathematicians like Brahmagupta and Sridharacharya also made monumental contributions, developing formulas to solve them.
Definitions & Formulas
Understanding the language of quadratics is the first step. Here are the core terms you'll encounter.
| Term | Definition | Example |
|---|---|---|
| Quadratic Polynomial | A polynomial of degree 2. | 2x² + x - 300 |
| Quadratic Equation | An equation formed by equating a quadratic polynomial to zero. | 2x² + x - 300 = 0 |
| Standard Form | The conventional way to write a quadratic equation: ax² + bx + c = 0. | 4x² - 3x + 2 = 0 |
| Coefficients | The real numbers a, b, and c. a is the quadratic coefficient, b is the linear coefficient, and c is the constant term. | In 4x² - 3x + 2 = 0, we have a=4, b=-3, c=2. |
| Degree | The highest power of the variable in a polynomial. For a quadratic, the degree is always 2. | The degree of 1 - x² + 300 = 0 is 2. |
Derivation: From Word Problem to Standard Form
The first critical skill is translating a real-world problem into a mathematical equation. Let's break down the logic using an example from your textbook.
Problem: John and Jivanti together have 45 marbles. Both lose 5 marbles each, and the product of the marbles they now have is 124. How do we represent this situation mathematically?
-
Assign a variable. Let the number of marbles John had initially be
x. -
Express other quantities in terms of the variable. Since they have 45 marbles in total, the number of marbles Jivanti had is
45 - x. -
Apply the conditions of the problem. Both lose 5 marbles.
- Marbles left with John =
x - 5 - Marbles left with Jivanti =
(45 - x) - 5=40 - x
- Marbles left with John =
-
Formulate the equation based on the given relationship. The product of the marbles they now have is 124.
(x - 5)(40 - x) = 124 -
Simplify the equation by expanding the product. We use the distributive property (or FOIL method).
x(40) + x(-x) - 5(40) - 5(-x) = 12440x - x² - 200 + 5x = 124-x² + 45x - 200 = 124 -
Rearrange the equation into the standard form
ax² + bx + c = 0. To do this, we move all terms to one side, making the other side zero. It's conventional to make thex²term positive.-x² + 45x - 200 - 124 = 0-x² + 45x - 324 = 0Now, multiply the entire equation by -1 to make the
x²term positive.x² - 45x + 324 = 0This is the final quadratic equation representing the situation.
{{KEY: type=concept | title=The Standard Form is Your North Star | text=Always simplify and rearrange an equation into the standard form ax² + bx + c = 0 before trying to classify or solve it. The single most important condition is that 'a' (the coefficient of x²) must not be zero. If a = 0, the equation becomes a linear equation (bx + c = 0), not a quadratic one.}}
Solved Examples
Let's practice identifying quadratic equations. The key is to simplify the given equation and check if it can be written in the form ax² + bx + c = 0 where a ≠ 0.
Example 1: Simple Rearrangement (Easy)
Given: x(2x + 3) = x² + 1
To Find: Check if the equation is a quadratic equation.
Solution:
-
First, expand the left-hand side (LHS) of the equation.
LHS = 2x² + 3x -
Now, set the expanded LHS equal to the right-hand side (RHS).
2x² + 3x = x² + 1 -
Move all terms from the RHS to the LHS to get the standard form. Remember to change their signs.
2x² - x² + 3x - 1 = 0 -
Combine like terms to get the final simplified form.
x² + 3x - 1 = 0 -
Compare this to the standard form
ax² + bx + c = 0. Here,a = 1,b = 3,c = -1. Sincea ≠ 0, it is a quadratic equation.
Final Answer: Yes, the given equation is a quadratic equation.
Example 2: Expansion of Squares (Medium)
Given: (x - 2)² + 1 = 2x - 3
To Find: Check if the equation is a quadratic equation.
Solution:
-
Expand the squared term
(x - 2)²on the LHS using the identity(a - b)² = a² - 2ab + b².LHS = (x² - 4x + 4) + 1 = x² - 4x + 5 -
Set the simplified LHS equal to the RHS.
x² - 4x + 5 = 2x - 3 -
Rearrange all terms to one side to get the standard form.
x² - 4x - 2x + 5 + 3 = 0 -
Combine like terms.
x² - 6x + 8 = 0 -
This equation is in the form
ax² + bx + c = 0, witha = 1,b = -6,c = 8. Sincea ≠ 0, the condition is met.
Final Answer: Yes, the given equation is a quadratic equation.
Example 3: The Disappearing x² Term (Hard)
Given: x(x + 1) + 8 = (x + 2)(x - 2)
To Find: Check if the equation is a quadratic equation.
Solution:
-
Simplify the LHS by expanding
x(x + 1).LHS = x² + x + 8 -
Simplify the RHS using the identity
(a + b)(a - b) = a² - b².RHS = x² - 2² = x² - 4 -
Now, equate the simplified LHS and RHS.
x² + x + 8 = x² - 4 -
Move all terms to one side.
x² - x² + x + 8 + 4 = 0 -
Combine like terms. Notice what happens to the
x²term.0x² + x + 12 = 0Which simplifies to:
x + 12 = 0 -
This final equation is of the form
bx + c = 0. The term withx²has vanished, meaninga = 0. Therefore, it is not a quadratic equation; it is a linear equation.
Final Answer: No, the given equation is not a quadratic equation.
Example 4: The Cancelling x³ Term (Tricky)
Given: (x + 2)³ = x³ - 4
To Find: Check if the equation is a quadratic equation.
Solution:
-
This equation appears to be cubic because of the
(x+2)³andx³terms. Let's expand the LHS using the identity(a + b)³ = a³ + 3a²b + 3ab² + b³.LHS = x³ + 3(x²)(2) + 3(x)(2²) + 2³LHS = x³ + 6x² + 12x + 8 -
Now, set the expanded LHS equal to the RHS.
x³ + 6x² + 12x + 8 = x³ - 4 -
Rearrange the terms to bring everything to one side.
x³ - x³ + 6x² + 12x + 8 + 4 = 0 -
Combine like terms. The
x³terms cancel each other out.6x² + 12x + 12 = 0 -
We can simplify this equation by dividing all terms by 6.
x² + 2x + 2 = 0 -
This is in the standard form
ax² + bx + c = 0wherea = 1,b = 2,c = 2. Sincea ≠ 0, the equation is indeed quadratic.
Final Answer: Yes, the given equation is a quadratic equation.
Tips & Tricks
Use these shortcuts to quickly identify and form quadratic equations.
| Technique | Description |
|---|---|
| Highest Power Scan | Before deep simplification, mentally expand the terms. If you can see that the highest power of the variable will be 2 after all cancellations, it's a quadratic. |
| Sign Flip Rule | When moving a term from one side of the equals sign to the other, just flip its sign. +5x on the right becomes -5x on the left. This speeds up rearrangement. |
The a = 0 Red Flag | Always focus on the x² term. If, at any point during simplification, all x² terms cancel out completely, you can stop and declare it's not a quadratic equation. |
Common Mistakes
Here are some common pitfalls to avoid when working with quadratic equations.
| ❌ Wrong Approach | ✅ Right Approach | Why it's a Mistake |
|---|---|---|
Seeing x(x+5) = x² and concluding it's not quadratic because x² is on both sides. | x² + 5x = x² → 5x = 0. This is linear. The check must be done after full simplification. | Judging an equation before it is simplified to its final form can be misleading. Terms might cancel out. |
Considering 5x - 3 = 0 as a quadratic equation where a=0. | 5x - 3 = 0 is a linear equation. For a quadratic equation, the coefficient a must not be zero. | The definition of a quadratic equation ax² + bx + c = 0 explicitly requires a ≠ 0. |
Rearranging 2x² = 7x - 3 as 2x² + 7x - 3 = 0. | 2x² - 7x + 3 = 0. | When terms cross the equals sign, their signs must be flipped. +7x becomes -7x and -3 becomes +3. |
Representing "product of two consecutive odd integers is 143" as x(x+1) = 143. | Let the first odd integer be x. The next odd integer is x+2. So, x(x+2) = 143. | Consecutive odd (or even) integers are 2 units apart (e.g., 3, 5, 7...). Consecutive integers are 1 unit apart. |
Brain-Teaser Questions
Test your understanding with these challenging problems.
- The area of a rectangular plot is 528 m². The length of the plot (in metres) is one more than twice its breadth. Formulate the quadratic equation to find the length and breadth of the plot.
💡 Answer: Let the breadth be
xmetres. Then the length is(2x + 1)metres. Area =x(2x + 1) = 528. This simplifies to2x² + x = 528, and the standard form is2x² + x - 528 = 0.
- For what value of
kdoes the equation(k - 12)x² + 2(k - 12)x + 2 = 0fail to be a quadratic equation?
💡 Answer: An equation fails to be quadratic if the coefficient of the
x²term is zero. Here, the coefficient is(k - 12). Setting it to zero:k - 12 = 0→k = 12. Ifk=12, the equation becomes0x² + 0x + 2 = 0, which is2 = 0, a false statement. Thus, fork=12, it is not a quadratic equation.
- A train travels a distance of 480 km at a uniform speed. If the speed had been 8 km/h less, then it would have taken 3 hours more to cover the same distance. Formulate the quadratic equation to find the speed of the train.
💡 Answer: Let the uniform speed be
xkm/h. Time taken = Distance / Speed =480 / x. New speed =(x - 8)km/h. New time taken =480 / (x - 8). The new time is 3 hours more than the original time:(480 / (x - 8)) - (480 / x) = 3. Multiplying byx(x - 8)to clear denominators gives480x - 480(x - 8) = 3x(x - 8).480x - 480x + 3840 = 3x² - 24x.3x² - 24x - 3840 = 0. Dividing by 3 gives the final equation:x² - 8x - 1280 = 0.
Mini Cheatsheet
Screenshot this table for a quick last-minute revision of today's concepts.
| Concept | Key Information |
|---|---|
| Definition | An equation with a polynomial of degree 2. |
| Standard Form | ax² + bx + c = 0 |
| Primary Condition | The coefficient a must not be zero (a ≠ 0). |
| Other Coefficients | b and c can be any real numbers, including zero. |
| How to Verify | Simplify the equation completely. If the highest power of the variable is 2, it is quadratic. |
Quadratic Equations
Chapter 4: Quadratic Equations (Page 2/5)
4.2 What is a Quadratic Equation?
In the previous chapter on Polynomials, you studied quadratic polynomials. A quadratic polynomial is a polynomial of degree 2, with the general form ax² + bx + c, where a, b, and c are real numbers and, most importantly, a ≠ 0.
Now, what happens when we set this polynomial equal to zero? When we equate a quadratic polynomial to zero, we get a quadratic equation.
Definition: A quadratic equation in the variable x is an equation of the form ax² + bx + c = 0, where a, b, and c are real numbers and a ≠ 0.
This form, ax² + bx + c = 0, is called the standard form of a quadratic equation.
xis the variable.ais the coefficient of the x² term.bis the coefficient of the x term.cis the constant term.
Why is the condition a ≠ 0 so important?
If a were equal to 0, the term ax² would become 0 * x² = 0, and the equation would simplify to bx + c = 0. This is a linear equation, not a quadratic one. The x² term is what defines an equation as quadratic.
Let's look at the example from the introduction:
A prayer hall has a carpet area of 300 m². Its length is one metre more than twice its breadth.
Let the breadth be x metres.
Then, the length is (2x + 1) metres.
Area = Length × Breadth
300 = (2x + 1) * x
300 = 2x² + x
Rearranging this to the standard form (by moving all terms to one side), we get:
2x² + x – 300 = 0
This is a quadratic equation where a = 2, b = 1, and c = -300. Solving this equation will give us the value of the breadth, x.
Checking if an Equation is Quadratic
Sometimes, an equation might not look like a quadratic equation at first glance. It is essential to simplify the equation completely and rearrange it into the standard form ax² + bx + c = 0 before making a conclusion.
Steps to Check if an Equation is Quadratic:
- Eliminate any brackets by expanding the terms. Use algebraic identities like (a + b)² = a² + 2ab + b² or (a + b)³ = a³ + 3a²b + 3ab² + b³ where needed.
- Bring all terms to the left-hand side (LHS) of the equation, leaving 0 on the right-hand side (RHS).
- Combine like terms (all
x²terms together, allxterms together, and all constant terms together). - Check the highest power (degree) of the variable
xin the simplified equation. - If the degree is 2, the equation is a quadratic equation. If the degree is not 2, it is not a quadratic equation.
Worked Example 1: Check whether the following are quadratic equations.
(i) (x – 2)² + 1 = 2x – 3
-
Step 1: Expand the LHS. Using the identity (a – b)² = a² – 2ab + b², we get: (x² – 2x2 + 2²) + 1 = 2x – 3 x² – 4x + 4 + 1 = 2x – 3 x² – 4x + 5 = 2x – 3
-
Step 2 & 3: Bring all terms to LHS and simplify. x² – 4x + 5 – 2x + 3 = 0 x² + (–4x – 2x) + (5 + 3) = 0 x² – 6x + 8 = 0
-
Step 4 & 5: Check the degree. The highest power of
xis 2. The equation is in the formax² + bx + c = 0(with a = 1, b = -6, c = 8). Answer: Yes, the given equation is a quadratic equation.
(ii) x(x + 1) + 8 = (x + 2)(x – 2)
-
Step 1: Expand both sides. LHS: x(x + 1) + 8 = x² + x + 8 RHS: (x + 2)(x – 2) = x² – 2² = x² – 4 (using the identity (a + b)(a – b) = a² – b²)
-
Step 2 & 3: Rewrite the equation and simplify. x² + x + 8 = x² – 4 x² + x + 8 – x² + 4 = 0 (x² – x²) + x + (8 + 4) = 0 0 + x + 12 = 0 x + 12 = 0
-
Step 4 & 5: Check the degree. The highest power of
xis 1. This is a linear equation. Answer: No, the given equation is not a quadratic equation.
(iii) (x + 2)³ = x³ – 4
-
Step 1: Expand the LHS. Using the identity (a + b)³ = a³ + 3a²b + 3ab² + b³, we get: x³ + 3(x²)(2) + 3(x)(2²) + 2³ = x³ – 4 x³ + 6x² + 12x + 8 = x³ – 4
-
Step 2 & 3: Bring all terms to LHS and simplify. x³ + 6x² + 12x + 8 – x³ + 4 = 0 (x³ – x³) + 6x² + 12x + (8 + 4) = 0 6x² + 12x + 12 = 0
-
Step 4 & 5: Check the degree. The highest power of
xis 2. We can simplify this further by dividing by 6:x² + 2x + 2 = 0. This is in the formax² + bx + c = 0. Answer: Yes, the given equation is a quadratic equation.
Teacher's Note: Be careful! Example (ii) appeared to be quadratic because of the
x(x+1)term, but it simplified to a linear equation. Example (iii) appeared to be cubic because of thex³term, but it simplified to a quadratic equation. Always simplify completely before deciding.
Representing Real-Life Situations as Quadratic Equations
A key skill in mathematics is translating word problems into the language of algebra. Many real-world problems involving area, distance, speed, time, and numbers can be modeled using quadratic equations.
Steps to Formulate a Quadratic Equation from a Word Problem:
- Read the problem carefully to understand the given information and what needs to be found.
- Identify the unknown quantity and represent it with a variable, usually
x. - Use the information in the problem to express all other unknown quantities in terms of
x. - Form an equation that relates these quantities based on the conditions given in the problem.
- Simplify the equation and write it in the standard form
ax² + bx + c = 0.
Worked Example 2: Represent the following situations in the form of quadratic equations.
(i) John and Jivanti together have 45 marbles. Both of them lost 5 marbles each, and the product of the number of marbles they now have is 124. We want to find out how many marbles they had to start with.
-
Step 1 & 2: Identify and represent the unknown. Let the number of marbles John had be x.
-
Step 3: Express other quantities in terms of x. Since they have 45 marbles together, the number of marbles Jivanti had = 45 – x. After losing 5 marbles, John has x – 5 marbles. After losing 5 marbles, Jivanti has (45 – x) – 5 = 40 – x marbles.
-
Step 4: Form the equation based on the given condition. The problem states that the product of the marbles they now have is 124. So, (Number of John's marbles) × (Number of Jivanti's marbles) = 124 (x – 5)(40 – x) = 124
-
Step 5: Simplify to standard form. x(40 – x) – 5(40 – x) = 124 40x – x² – 200 + 5x = 124 –x² + 45x – 200 = 124 –x² + 45x – 200 – 124 = 0 –x² + 45x – 324 = 0 To make the
x²term positive (a standard convention), multiply the entire equation by -1: x² – 45x + 324 = 0
Answer: The situation is represented by the quadratic equation x² – 45x + 324 = 0, where x is the number of marbles John initially had.
Solution of a Quadratic Equation by Factorisation — Part 1
{{FORMULA: expr=ax² + bx + c = 0 | symbols=a:leading coefficient, b:linear coefficient, c:constant}}
Solution of a Quadratic Equation by Factorisation — Part 1
Welcome back! In our previous lesson, we learned how to represent real-life situations as quadratic equations. But what's the use of an equation if you can't solve it? Finding the 'solution' to a problem is the ultimate goal.
Imagine an architect designing a rectangular community hall. The client has a specific requirement: the length must be one meter more than twice its breadth, and the total floor area must be exactly 300 square meters. How does the architect find the exact dimensions? This is where solving quadratic equations becomes a crucial real-world skill. The architect would set up the equation x(2x + 1) = 300, which simplifies to 2x² + x – 300 = 0. The value of x that makes this equation true is the answer they need.
In this section, we'll dive into our first powerful method for solving these equations: Factorisation. It's a technique that breaks down a complex quadratic expression into simpler parts, making the solution easy to find.
Definitions & Formulas
Before we start solving, let's be crystal clear on the terminology. These terms are the building blocks of our entire chapter.
| Term | Meaning | Example |
|---|---|---|
| Quadratic Equation | An equation of the form ax² + bx + c = 0, where a, b, c are real numbers and a ≠ 0. | 2x² – 5x + 3 = 0 |
| Root of an Equation | A real number α is called a root (or solution) if it satisfies the equation. This means substituting x = α makes the equation true. | For x² – 3x + 2 = 0, the number 1 is a root because 1² – 3(1) + 2 = 0. |
| Zero of a Polynomial | A value that makes a polynomial equal to zero. | 1 is a zero of the polynomial x² – 3x + 2. |
| Zero-Product Rule | A fundamental rule stating that if the product of two or more factors is zero, then at least one of the factors must be zero. | If (x – 1)(x – 2) = 0, then either x – 1 = 0 or x – 2 = 0. |
{{KEY: type=concept | title=Roots vs. Zeroes | text=The roots of the quadratic equation ax² + bx + c = 0 are the exact same values as the zeroes of the quadratic polynomial ax² + bx + c. The terms are often used interchangeably.}}
The Logic of Factorisation: The Zero-Product Rule
How does breaking an expression into factors magically give us the solution? The secret lies in a simple but powerful idea called the Zero-Product Rule. Let's break down the logic.
-
The Goal: Our starting point is a standard quadratic equation.
ax² + bx + c = 0 -
The Transformation: The method of factorisation aims to transform the quadratic polynomial on the left-hand side (LHS) into a product of two linear factors.
(Some linear expression) × (Another linear expression) = 0For example, we might turn
2x² – 5x + 3into(2x – 3)(x – 1). -
Applying the Rule: Now our equation looks like this:
(2x – 3)(x – 1) = 0Think about it: if you multiply two numbers and the result is 0, what can you say about those numbers? At least one of them must be 0. This is the Zero-Product Rule.
-
Finding the Roots: Applying this rule, we can set each factor equal to zero independently.
Either 2x – 3 = 0 OR x – 1 = 0 -
The Final Step: We now have two very simple linear equations. Solving them gives us the roots of the original, more complex quadratic equation.
If 2x – 3 = 0, then x = 3/2If x – 1 = 0, then x = 1And there we have it! The roots are
3/2and1. This logical flow is the backbone of the factorisation method.
Solved Examples
Let's put this theory into practice. We'll work through examples from the NCERT textbook, starting with the basics and moving to more challenging problems.
Example 1: Basic Factorisation
Given: The quadratic equation 2x² – 5x + 3 = 0.
To Find: The roots of the equation by factorisation.
Solution:
-
Our goal is to split the middle term,
–5x. We need two numbers that add up to–5and multiply toa × c = 2 × 3 = 6. The numbers–2and–3work perfectly (–2 + –3 = –5and–2 × –3 = 6). -
Rewrite the equation by splitting the middle term.
2x² – 2x – 3x + 3 = 0 -
Factor by grouping. Take out the common factor from the first two terms and the last two terms.
2x(x – 1) – 3(x – 1) = 0Notice that
(x – 1)is now a common factor. -
Factor out the common bracket
(x – 1).(2x – 3)(x – 1) = 0 -
Apply the Zero-Product Rule. Set each factor to zero and solve for
x.2x – 3 = 0 gives x = 3/2x – 1 = 0 gives x = 1
Final Answer:
The roots of the equation are x = 3/2 and x = 1.
Example 2: Factorisation with Negative Terms
Given: The quadratic equation 6x² – x – 2 = 0.
