Chapter 04 Quadratic Equations

4.1 Introduction

In Chapter 2, you have studied different types of polynomials. One type was the quadratic polynomial of the form $a x^{2}+b x+c, a \neq 0$. When we equate this polynomial to zero, we get a quadratic equation. Quadratic equations come up when we deal with many real-life situations. For instance, suppose a charity trust decides to build a prayer hall having a carpet area of 300 square metres with its length one metre more than twice its breadth. What should be the length and breadth of the hall? Suppose the breadth of the hall is $x$ metres. Then, its length should be $(2 x+1)$ metres. We can depict this information pictorially as shown in Fig. 4.1.

Fig. 4.1

$ \text{Now, area of the hall }=(2 x+1) \cdot x m^{2}=(2 x^{2}+x) m^{2} $

$\text{So,}\quad 2 x^{2}+x=300 \quad \quad \quad $ (Given)

$ \text{Therefore,}\quad 2 x^{2}+x-300=0 $

So, the breadth of the hall should satisfy the equation $2 x^{2}+x-300=0$ which is a quadratic equation.

Many people believe that Babylonians were the first to solve quadratic equations. For instance, they knew how to find two positive numbers with a given positive sum and a given positive product, and this problem is equivalent to solving a quadratic equation of the form $x^{2}-p x+q=0$. Greek mathematician Euclid developed a geometrical approach for finding out lengths which, in our present day terminology, are solutions of quadratic equations. Solving of quadratic equations, in general form, is often credited to ancient Indian mathematicians. In fact, Brahmagupta (C.E.598-665) gave an explicit formula to solve a quadratic equation of the form $a x^{2}+b x=c$. Later,

Sridharacharya (C.E. 1025) derived a formula, now known as the quadratic formula, (as quoted by Bhaskara II) for solving a quadratic equation by the method of completing the square. An Arab mathematician Al-Khwarizmi (about C.E. 800) also studied quadratic equations of different types. Abraham bar Hiyya Ha-Nasi, in his book ‘Liber embadorum’ published in Europe in C.E. 1145 gave complete solutions of different quadratic equations.

In this chapter, you will study quadratic equations, and various ways of finding their roots. You will also see some applications of quadratic equations in daily life situations.

4.2 Quadratic Equations

A quadratic equation in the variable $x$ is an equation of the form $a x^{2}+b x+c=0$, where $a, b, c$ are real numbers, $a \neq 0$. For example, $2 x^{2}+x-300=0$ is a quadratic equation. Similarly, $2 x^{2}-3 x+1=0,4 x-3 x^{2}+2=0$ and $1-x^{2}+300=0$ are also quadratic equations.

In fact, any equation of the form $p(x)=0$, where $p(x)$ is a polynomial of degree 2 , is a quadratic equation. But when we write the terms of $p(x)$ in descending order of their degrees, then we get the standard form of the equation. That is, $a x^{2}+b x+c=0$, $a \neq 0$ is called the standard form of a quadratic equation.

Quadratic equations arise in several situations in the world around us and in different fields of mathematics. Let us consider a few examples.

Example 1 : Represent the following situations mathematically:

(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 would like to find out how many marbles they had to start with.

(ii) A cottage industry produces a certain number of toys in a day. The cost of production of each toy (in rupees) was found to be 55 minus the number of toys produced in a day. On a particular day, the total cost of production was ₹ 750. We would like to find out the number of toys produced on that day.

Solution :

(i) Let the number of marbles John had be $x$.

Then the number of marbles Jivanti had $=45-x$ (Why?).

The number of marbles left with John, when he lost 5 marbles $=x-5$

The number of marbles left with Jivanti, when she lost 5 marbles $=45-x-5$

$$ =40-x $$

Therefore, their product $=(x-5)(40-x)$

$ \begin{aligned} & =40 x-x^{2}-200+5 x \\ & =-x^{2}+45 x-200 \end{aligned} $

So, $\quad-x^{2}+45 x-200=124 \quad$ (Given that product $=124$ )

i.e., $\quad-x^{2}+45 x-324=0$

i.e., $\quad x^{2}-45 x+324=0$

Therefore, the number of marbles John had, satisfies the quadratic equation

$$ x^{2}-45 x+324=0 $$

which is the required representation of the problem mathematically.

(ii) Let the number of toys produced on that day be $x$.

Therefore, the cost of production (in rupees) of each toy that day $=55-x$

So, the total cost of production (in rupees) that day $=x(55-x)$

Therefore, $ \quad \quad x(55-x)=750$

i.e., $\quad \quad 55 x-x^{2}=750$

i.e., $ \quad \quad -x^{2}+55 x-750=0 $

i.e., $ \quad \quad x^{2}-55 x+750=0 $

Therefore, the number of toys produced that day satisfies the quadratic equation

$ x^{2}-55 x+750=0 $

which is the required representation of the problem mathematically.

Example 2 : Check whether the following are quadratic equations:

(i) $(x-2)^{2}+1=2 x-3$

(ii) $x(x+1)+8=(x+2)(x-2)$

(iii) $x(2 x+3)=x^{2}+1$

(iv) $(x+2)^{3}=x^{3}-4$

Solution :

(i) LHS $=(x-2)^{2}+1=x^{2}-4 x+4+1=x^{2}-4 x+5$

Therefore, $(x-2)^{2}+1=2 x-3$ can be rewritten as

$$ x^{2}-4 x+5=2 x-3 $$

$$ \text{ i.e., } \quad \quad x^{2}-6 x+8=0 $$

It is of the form $a x^{2}+b x+c=0$.

Therefore, the given equation is a quadratic equation.

(ii) Since $x(x+1)+8=x^{2}+x+8$ and $(x+2)(x-2)=x^{2}-4$

Therefore, $\quad x^{2}+x+8=x^{2}-4$

i.e., $ \quad \quad x+12=0 $

It is not of the form $a x^{2}+b x+c=0$.

Therefore, the given equation is not a quadratic equation.

(iii) Here,$ \quad \quad \quad \text{ LHS }=x(2 x+3)=2 x^{2}+3 x$

$ \begin{aligned} \text{So, } \quad \quad \quad \quad &x(2 x+3) =x^{2}+1 \text{ can be rewritten as } \\ &2 x^{2}+3 x =x^{2}+1 \end{aligned} $

Therefore, we get $x^{2}+3 x-1=0$

It is of the form $a x^{2}+b x+c=0$.

So, the given equation is a quadratic equation.

(iv) Here, $ \quad \quad \quad \text{ LHS }=(x+2)^{3}=x^{3}+6 x^{2}+12 x+8 $

Therefore, $(x+2)^{3}=x^{3}-4$ can be rewritten as

$ x^{3}+6 x^{2}+12 x+8=x^{3}-4 $

$ \text {i.e.,} \quad \quad \quad 6 x^{2}+12 x+12=0 \quad \text{ or, } \quad x^{2}+2 x+2=0 $

It is of the form $a x^{2}+b x+c=0$.

So, the given equation is a quadratic equation.

Remark : Be careful! In (ii) above, the given equation appears to be a quadratic equation, but it is not a quadratic equation.

In (iv) above, the given equation appears to be a cubic equation (an equation of degree 3) and not a quadratic equation. But it turns out to be a quadratic equation. As you can see, often we need to simplify the given equation before deciding whether it is quadratic or not.

EXERCISE 4.1

1. Check whether the following are quadratic equations :

(i) $(x+1)^{2}=2(x-3)$

(ii) $x^{2}-2 x=(-2)(3-x)$

(iii) $(x-2)(x+1)=(x-1)(x+3)$

(iv) $(x-3)(2 x+1)=x(x+5)$

(v) $(2 x-1)(x-3)=(x+5)(x-1)$

(vi) $x^{2}+3 x+1=(x-2)^{2}$

(vii) $(x+2)^{3}=2 x(x^{2}-1)$

(viii) $x^{3}-4 x^{2}-x+1=(x-2)^{3}$

Show Answer

Solution

$$ \begin{equation*} (x+1)^{2}=2(x-3) \Rightarrow x^{2}+2 x+1=2 x-6 \Rightarrow x^{2}+7=0 \tag{i} \end{equation*} $$

It is of the form $a x^{2}+b x+c=0$.

Hence, the given equation is a quadratic equation.

$$ \begin{equation*} x^{2}-2 x=(-2)(3-x) \Rightarrow x^{2}-2 x=-6+2 x \Rightarrow x^{2}-4 x+6=0 \tag{ii} \end{equation*} $$

It is of the form $a x^{2}+b x+c=0$.

Hence, the given equation is a quadratic equation.

$$ \begin{equation*} (x-2)(x+1)=(x-1)(x+3) \Rightarrow x^{2}-x-2=x^{2}+2 x-3 \Rightarrow 3 x-1=0 \tag{iii} \end{equation*} $$

It is not of the form $a x^{2}+b x+c=0$.

Hence, the given equation is not a quadratic equation.

$$ \begin{equation*} (x-3)(2 x+1)=x(x+5) \Rightarrow 2 x^{2}-5 x-3=x^{2}+5 x \Rightarrow x^{2}-10 x-3=0 \tag{iv} \end{equation*} $$

It is of the form $a x^{2}+b x+c=0$

Hence, the given equation is a quadratic equation.

(v) $\quad(2 x-1)(x-3)=(x+5)(x-1) \Rightarrow 2 x^{2}-7 x+3=x^{2}+4 x-5 \Rightarrow x^{2}-11 x+8=0$ It is of the form $a x^{2}+b x+c=0$.

Hence, the given equation is a quadratic equation.

$$ \begin{equation*} x^{2}+3 x+1=(x-2)^{2} \Rightarrow x^{2}+3 x+1=x^{2}+4-4 x \Rightarrow 7 x-3=0 \tag{vi} \end{equation*} $$

It is not of the form $a x^{2}+b x+c=0$.

Hence, the given equation is not a quadratic equation.

(vii) $(x+2)^{3}=2 x(x^{2}-1) \Rightarrow x^{3}+8+6 x^{2}+12 x=2 x^{3}-2 x \Rightarrow x^{3}-14 x-6 x^{2}-8=0$ form $a x^{2}+b x+c=0$.

Hence, the given equation is not a quadratic equation.

(viii) $x^{3}-4 x^{3}-x+1=(x-2)^{3} \Rightarrow x^{3}-4 x^{2}-x+1=x^{3}-8-6 x^{2}+12 x \Rightarrow 2 x^{2}-13 x+9=0$ It is of the form $a x^{2}+b x+c=0$.

Hence, the given equation is a quadratic equation.

2. Represent the following situations in the form of quadratic equations :

(i) The area of a rectangular plot is $528 m^{2}$. The length of the plot (in metres) is one more than twice its breadth. We need to find the length and breadth of the plot.

(ii) The product of two consecutive positive integers is 306 . We need to find the integers.

(iii) Rohan’s mother is 26 years older than him. The product of their ages (in years) 3 years from now will be 360 . We would like to find Rohan’s present age.

(iv) 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. We need to find the speed of the train.

Show Answer

Solution

(i) Let the breadth of the plot be $x m$.

Hence, the length of the plot is $(2 x+1) m$.

Area of a rectangle $=$ Length $x$ Breadth

$\therefore 528=x(2 x+1)$

$\Rightarrow 2 x^{2}+x-528=0$

(ii) Let the consecutive integers be $x$ and $x+1$.

It is given that their product is 306 .

$\therefore x(x+1)=306 \Rightarrow x^{2}+x-306=0$

(iii) Let Rohan’s age be $x$.

Hence, his mother’s age $=x+26$

3 years hence,

Rohan’s age $=x+3$

Mother’s age $=x+26+3=x+29$

It is given that the product of their ages after 3 years is 360 .

$\therefore(x+3)(x+29)=360$

$\Rightarrow x^{2}+32 x-273=0$

(iv) Let the speed of train be $x km / h$.

Time taken to travel $480 km=\dfrac{480}{x} hrs$

In second condition, let the speed of train $=(x-8) km / h$

It is also given that the train will take 3 hours to cover the same distance.

Therefore, time taken to travel $480 km=(\dfrac{480}{x}+3)$ hrs

Speed $x$ Time $=$ Distance

$(x-8)(\dfrac{480}{x}+3)=480$

$\Rightarrow 480+3 x-3840 x-24=480$

$\Rightarrow 3 x-3840 x=24$

$\Rightarrow 3 x 2-24 x-3840=0$

$\Rightarrow x 2-8 x-1280=0$

4.3 Solution of a Quadratic Equation by Factorisation

Consider the quadratic equation $2 x^{2}-3 x+1=0$. If we replace $x$ by 1 on the LHS of this equation, we get $(2 \times 1^{2})-(3 \times 1)+1=0=$ RHS of the equation. We say that 1 is a root of the quadratic equation $2 x^{2}-3 x+1=0$. This also means that 1 is a zero of the quadratic polynomial $2 x^{2}-3 x+1$.

In general, a real number $\alpha$ is called a root of the quadratic equation $a x^{2}+b x+c=0, a \neq 0$ if $a \alpha^{2}+b \alpha+c=0$. We also say that $\boldsymbol{{}x}=\boldsymbol{{}\alpha}$ is a solution of the quadratic equation, or that $\alpha$ satisfies the quadratic equation. Note that the zeroes of the quadratic polynomial $a x^{2}+b x+c$ and the roots of the quadratic equation $a x^{2}+b x+c=0$ are the same.

You have observed, in Chapter 2, that a quadratic polynomial can have at most two zeroes. So, any quadratic equation can have atmost two roots.

You have learnt in Class IX, how to factorise quadratic polynomials by splitting their middle terms. We shall use this knowledge for finding the roots of a quadratic equation. Let us see how.

Example 3 : Find the roots of the equation $2 x^{2}-5 x+3=0$, by factorisation.

Solution : Let us first split the middle term $-5 x$ as $-2 x-3 x$ [because $(-2 x) \times(-3 x)=$ $.6 x^{2}=(2 x^{2}) \times 3$].

So, $2 x^{2}-5 x+3=2 x^{2}-2 x-3 x+3=2 x(x-1)-3(x-1)=(2 x-3)(x-1)$

Now, $2 x^{2}-5 x+3=0$ can be rewritten as $(2 x-3)(x-1)=0$.

So, the values of $x$ for which $2 x^{2}-5 x+3=0$ are the same for which $(2 x-3)(x-1)=0$, i.e., either $2 x-3=0$ or $x-1=0$.

Now, $2 x-3=0$ gives $x=\dfrac{3}{2}$ and $x-1=0$ gives $x=1$.

So, $x=\dfrac{3}{2}$ and $x=1$ are the solutions of the equation.

In other words, 1 and $\dfrac{3}{2}$ are the roots of the equation $2 x^{2}-5 x+3=0$.

Verify that these are the roots of the given equation.

Note that we have found the roots of $2 x^{2}-5 x+3=0$ by factorising $2 x^{2}-5 x+3$ into two linear factors and equating each factor to zero.

Example 4 : Find the roots of the quadratic equation $6 x^{2}-x-2=0$.

Solution : We have

$ \begin{aligned} 6 x^{2}-x-2 & =6 x^{2}+3 x-4 x-2 \\ & =3 x(2 x+1)-2(2 x+1) \\ & =(3 x-2)(2 x+1) \end{aligned} $

The roots of $6 x^{2}-x-2=0$ are the values of $x$ for which $(3 x-2)(2 x+1)=0$

Therefore, $3 x-2=0$ or $2 x+1=0$,

i.e., $\quad \quad \quad x=\dfrac{2}{3} \quad \text{ or } \quad x=-\dfrac{1}{2}$

Therefore, the roots of $6 x^{2}-x-2=0$ are $\dfrac{2}{3}$ and $-\dfrac{1}{2}$.

We verify the roots, by checking that $\dfrac{2}{3}$ and $-\dfrac{1}{2}$ satisfy $6 x^{2}-x-2=0$.

Example 5 : Find the roots of the quadratic equation $3 x^{2}-2 \sqrt{6} x+2=0$.

Solution : $3 x^{2}-2 \sqrt{6} x+2=3 x^{2}-\sqrt{6} x-\sqrt{6} x+2$

$ \begin{aligned} & =\sqrt{3} x(\sqrt{3} x-\sqrt{2})-\sqrt{2}(\sqrt{3} x-\sqrt{2}) \\ & =(\sqrt{3} x-\sqrt{2})(\sqrt{3} x-\sqrt{2}) \end{aligned} $

So, the roots of the equation are the values of $x$ for which

$ (\sqrt{3} x-\sqrt{2})(\sqrt{3} x-\sqrt{2})=0 $

Now, $\sqrt{3} x-\sqrt{2}=0$ for $x=\sqrt{\dfrac{2}{3}}$.

So, this root is repeated twice, one for each repeated factor $\sqrt{3} x-\sqrt{2}$.

Therefore, the roots of $3 x^{2}-2 \sqrt{6} x+2=0$ are $\sqrt{\dfrac{2}{3}}, \sqrt{\dfrac{2}{3}}$.

Example 6 : Find the dimensions of the prayer hall discussed in Section 4.1.

Solution : In Section 4.1, we found that if the breadth of the hall is $x m$, then $x$ satisfies the equation $2 x^{2}+x-300=0$. Applying the factorisation method, we write this equation as

$ \begin{aligned} 2 x^{2}-24 x+25 x-300 & =0 \\ 2 x(x-12)+25(x-12) & =0 \\ \text{ i.e., } \quad(x-12)(2 x+25) & =0 \end{aligned} $

So, the roots of the given equation are $x=12$ or $x=-12.5$. Since $x$ is the breadth of the hall, it cannot be negative.

Thus, the breadth of the hall is $12 m$. Its length $=2 x+1=25 m$.

EXERCISE 4.2

1. Find the roots of the following quadratic equations by factorisation:

(i) $x^{2}-3 x-10=0$

(ii) $2 x^{2}+x-6=0$

(iii) $\sqrt{2} x^{2}+7 x+5 \sqrt{2}=0$

(iv) $2 x^{2}-x+\dfrac{1}{8}=0$

(v) $100 x^{2}-20 x+1=0$

Show Answer

Solution

(i)

$ \begin{aligned} & x^{2}-3 x-10 \\ & =x^{2}-5 x+2 x-10 \\ & =x(x-5)+2(x-5) \\ & =(x-5)(x+2) \end{aligned} $

Roots of this equation are the values for which $(x-5)(x+2)=0$ $\therefore x-5=0$ or $x+2=0$

i.e., $x=5$ or $x=-2$

(ii) $2 x^{2}+x-6$

$ \begin{aligned} & =2 x^{2}+4 x-3 x-6 \\ & =2 x(x+2)-3(x+2) \\ & =(x+2)(2 x-3) \end{aligned} $

Roots of this equation are the values for which $(x+2)(2 x-3)=0$

$\therefore x+2=0$ or $2 x-3=0$

i.e., $x=-2$ or $x=\dfrac{3}{2}$

(iii) $\sqrt{2} x^{2}+7 x+5 \sqrt{2}$

$=\sqrt{2} x^{2}+5 x+2 x+5 \sqrt{2}$

$=x(\sqrt{2} x+5)+\sqrt{2}(\sqrt{2} x+5)$

$=(\sqrt{2} x+5)(x+\sqrt{2})$

Roots of this equation are the values for which $(\sqrt{2} x+5)(x+\sqrt{2})=0$

$\therefore \sqrt{2} x+5=0$ or $x+\sqrt{2}=0$

i.e., $x=\dfrac{-5}{\sqrt{2}}$ or $x=-\sqrt{2}$

(iv) $2 x^{2}-x+\dfrac{1}{8}$

$=\dfrac{1}{8}(16 x^{2}-8 x+1)$

$=\dfrac{1}{8}(16 x^{2}-4 x-4 x+1)$

$=\dfrac{1}{8}(4 x(4 x-1)-1(4 x-1))$

$=\dfrac{1}{8}(4 x-1)^{2}$

Roots of this equation are the values for which $(4 x-1)^{2}=0$

Therefore, $(4 x-1)=0$ or $(4 x-1)=0$

i.e., $x=\dfrac{1}{4}$ or $x=\dfrac{1}{4}$

(v) $100 x^{2}-20 x+1$

$=100 x^{2}-10 x-10 x+1$

$=10 x(10 x-1)-1(10 x-1)$

$=(10 x-1)^{2}$

Roots of this equation are the values for which $(10 x-1)^{2}=0$

Therefore, $(10 x-1)=0$ or $(10 x-1)=0$

i.e., $x=\dfrac{1}{10}$ or $x=\dfrac{1}{10}$

2. Solve the problems given in Example 1 .

(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. Find out how many marbles they had to start with.

(ii) A cottage industry produces a certain number of toys in a day. The cost of production of each toy (in rupees) was found to be 55 minus the number of toys produced in a day. On a particular day, the total cost of production was Rs 750 . Find out the number of toys produced on that day.

Show Answer

Solution

(i) Let the number of John’s marbles be $x$.

Therefore, number of Jivanti’s marble $=45-x$

After losing 5 marbles,

Number of John’s marbles $=x-5$

Number of Jivanti’s marbles $=45-x-5=40-x$

It is given that the product of their marbles is 124 .

$\therefore(x-5)(40-x)=124$

$\Rightarrow x^{2}-45 x+324=0$

$\Rightarrow x^{2}-36 x-9 x+324=0$

$\Rightarrow x(x-36)-9(x-36)=0$

$\Rightarrow(x-36)(x-9)=0$

Either $x-36=0$ or $x-9=0$

i.e., $x=36$ or $x=9$

If the number of John’s marbles $=36$,

Then, number of Jivanti’s marbles $=45-36=9$

If number of John’s marbles $=9$,

Then, number of Jivanti’s marbles $=45-9=36$

(ii) Let the number of toys produced be $x$.

$\therefore$ Cost of production of each toy $=Rs(55-x)$

It is given that, total production of the toys $=Rs 750$

$\therefore x(55-x)=750$

$\Rightarrow x^{2}-55 x+750=0$

$\Rightarrow x^{2}-25 x-30 x+750=0$

$\Rightarrow x(x-25)-30(x-25)=0$

$\Rightarrow(x-25)(x-30)=0$

Either $x-25=0$ or $x-30=0$

i.e., $x=25$ or $x=30$

Hence, the number of toys will be either 25 or 30 .

3. Find two numbers whose sum is 27 and product is 182 .

Show Answer

Solution

Let the first number be $x$ and the second number is $27-x$.

Therefore, their product $=x(27-x)$

It is given that the product of these numbers is 182 .

Therefore, $x(27-x)=182$

$\Rightarrow x^{2}-27 x+182=0$

$\Rightarrow x^{2}-13 x-14 x+182=0$

$\Rightarrow x(x-13)-14(x-13)=0$

$\Rightarrow(x-13)(x-14)=0$

Either $x-13=0$ or $x-14=0$

i.e., $x=13$ or $x=14$

If first number $=13$, then

Other number $=27-13=14$

If first number $=14$, then

Other number $=27-14=13$

Therefore, the numbers are 13 and 14.

4. Find two consecutive positive integers, sum of whose squares is 365 .

Show Answer

Solution

Let the consecutive positive integers be $x$ and $x+1$.

Given that $x^{2}+(x+1)^{2}=365$

$\Rightarrow x^{2}+x^{2}+1+2 x=365$

$\Rightarrow 2 x^{2}+2 x-364=0$

$\Rightarrow x^{2}+x-182=0$

$\Rightarrow x^{2}+14 x-13 x-182=0$

$\Rightarrow x(x+14)-13(x+14)=0$

$\Rightarrow(x+14)(x-13)=0$

Either $x+14=0$ or $x-13=0$, i.e., $x=-14$ or $x=13$

Since the integers are positive, $x$ can only be 13 .

$\therefore x+1=13+1=14$

Therefore, two consecutive positive integers will be 13 and 14 .

5. The altitude of a right triangle is $7 cm$ less than its base. If the hypotenuse is $13 cm$, find the other two sides.

Show Answer

Solution

Let the base of the right triangle be $x cm$.

Its altitude $=(x-7) cm$

From pythagoras theorem,

Base $^{2}+$ Altitude $^{2}=$ Hypotenuse $^{2}$

$\therefore x^{2}+(x-7)^{2}=13^{2}$

$\Rightarrow x^{2}+x^{2}+49-14 x=169$

$\Rightarrow 2 x^{2}-14 x-120=0$

$\Rightarrow x^{2}-7 x-60=0$

$\Rightarrow x^{2}-12 x+5 x-60=0$

$\Rightarrow x(x-12)+5(x-12)=0$

$\Rightarrow(x-12)(x+5)=0$

Either $x-12=0$ or $x+5=0$, i.e., $x=12$ or $x=-5$

Since sides are positive, $x$ can only be 12 .

Therefore, the base of the given triangle is $12 cm$ and the altitude of this triangle will be $(12-7) cm=5 cm$.

6. A cottage industry produces a certain number of pottery articles in a day. It was observed on a particular day that the cost of production of each article (in rupees) was 3 more than twice the number of articles produced on that day. If the total cost of production on that day was ₹ 90 , find the number of articles produced and the cost of each article.

Show Answer

Solution

Let the number of articles produced be $x$.

Therefore, cost of production of each article $=Rs(2 x+3)$

It is given that the total production is Rs 90 .

$\therefore x(2 x+3)=90$

$\Rightarrow 2 x^{2}+3 x-90=0$

$\Rightarrow 2 x^{2}+15 x-12 x-90=0$

$\Rightarrow x(2 x+15)-6(2 x+15)=0$

$\Rightarrow(2 x+15)(x-6)=0$

Either $2 x+15=0$ or $x-6=0$, i.e., $x=\dfrac{-15}{2}$ or $x=6$

As the number of articles produced can only be a positive integer, therefore, $x$ can only be 6 .

Hence, number of articles produced $=6$

Cost of each article $=2 \times 6+3=Rs 15$

4.4 Nature of Roots

The equation $a x^{2}+b x+c=0$ are given by

$ x=\dfrac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} $

If $b^{2}-4 a c>0$, we get two distinct real roots $-\dfrac{b}{2 a}+\dfrac{\sqrt{b^{2}-4 a c}}{2 a}$ and $-\dfrac{b}{2 a}-\dfrac{\sqrt{b^{2}-4 a c}}{2 a}$.

If $b^{2}-4 a c=0$, then $x=-\dfrac{b}{2 a} \pm 0$, i.e., $x=-\dfrac{b}{2 a}$ or $-\dfrac{b}{2 a}$.

So, the roots of the equation $a x^{2}+b x+c=0$ are both $\dfrac{-b}{2 a}$.

Therefore, we say that the quadratic equation $a x^{2}+b x+c=0$ has two equal real roots in this case.

If $b^{2}-4 a c<0$, then there is no real number whose square is $b^{2}-4 a c$. Therefore, there are no real roots for the given quadratic equation in this case.

Since $b^{2}-4 a c$ determines whether the quadratic equation $a x^{2}+b x+c=0$ has real roots or not, $b^{2}-4 a c$ is called the discriminant of this quadratic equation.

So, a quadratic equation $a x^{2}+b x+c=0$ has

(i) two distinct real roots, if $b^{2}-4 a c>0$,

(ii) two equal real roots, if $b^{2}-4 a c=0$,

(iii) no real roots, if $b^{2}-4 a c<0$.

Let us consider some examples.

Example 7 : Find the discriminant of the quadratic equation $2 x^{2}-4 x+3=0$, and hence find the nature of its roots.

Solution : The given equation is of the form $a x^{2}+b x+c=0$, where $a=2, b=-4$ and $c=3$. Therefore, the discriminant

$ b^{2}-4 a c=(-4)^{2}-(4 \times 2 \times 3)=16-24=-8<0 $

So, the given equation has no real roots.

Example 8 : A pole has to be erected at a point on the boundary of a circular park of diameter 13 metres in such a way that the differences of its distances from two diametrically opposite fixed gates A and B on the boundary is 7 metres. Is it possible to do so? If yes, at what distances from the two gates should the pole be erected?

Solution : Let us first draw the diagram (see Fig. 4.2).

Fig. 4.2

Let $P$ be the required location of the pole. Let the distance of the pole from the gate $B$ be $x m$, i.e., $BP=x m$. Now the difference of the distances of the pole from the two gates $=AP-BP($ or, $BP-AP)=$ $7 m$. Therefore, $AP=(x+7) m$.

Now, $AB=13 m$, and since $AB$ is a diameter,

$$ \angle APB=90^{\circ} \quad(\text{ Why? }) $$

Therefore, $ \quad \quad \quad AP^{2}+PB^{2}=AB^{2} \quad(\text{ By Pythagoras theorem }) $

i.e., $ \quad \quad \quad (x+7)^{2}+x^{2}=13^{2}$

i.e., $ \quad \quad \quad x^{2}+14 x+49+x^{2}=169 $

i.e., $ \quad \quad \quad 2 x^{2}+14 x-120=0 $

So, the distance ’ $x$ ’ of the pole from gate $B$ satisfies the equation $x^{2}+7 x-60=0$

So, it would be possible to place the pole if this equation has real roots. To see if this is so or not, let us consider its discriminant. The discriminant is

$ b^{2}-4 a c=7^{2}-4 \times 1 \times(-60)=289>0 . $

So, the given quadratic equation has two real roots, and it is possible to erect the pole on the boundary of the park.

Solving the quadratic equation $x^{2}+7 x-60=0$, by the quadratic formula, we get

$$ x=\dfrac{-7 \pm \sqrt{289}}{2}=\dfrac{-7 \pm 17}{2} $$

Therefore, $x=5$ or -12 .

Since $x$ is the distance between the pole and the gate B, it must be positive. Therefore, $x=-12$ will have to be ignored. So, $x=5$.

Thus, the pole has to be erected on the boundary of the park at a distance of $5 m$ from the gate $B$ and $12 m$ from the gate $A$.

Example 9 : Find the discriminant of the equation $3 x^{2}-2 x+\dfrac{1}{3}=0$ and hence find the nature of its roots. Find them, if they are real.

Solution : Here $a=3, b=-2$ and $c=\dfrac{1}{3}$.

Therefore, discriminant $b^{2}-4 a c=(-2)^{2}-4 \times 3 \times \dfrac{1}{3}=4-4=0$.

Hence, the given quadratic equation has two equal real roots.

The roots are $\dfrac{-b}{2 a}, \dfrac{-b}{2 a}$, i.e., $\dfrac{2}{6}, \dfrac{2}{6}$, i.e., $\dfrac{1}{3}, \dfrac{1}{3}$.

EXERCISE 4.3

1. Find the nature of the roots of the following quadratic equations. If the real roots exist, find them:

(i) $2 x^{2}-3 x+5=0$

(ii) $3 x^{2}-4 \sqrt{3} x+4=0$

(iii) $2 x^{2}-6 x+3=0$

Show Answer

Solution

We know that for a quadratic equation $a x^{2}+b x+c=0$, discriminant is $b^{2}-4 a c$.

(A) If $b^{2}-4 a c > 0 $ two distinct real roots

(B) If $b^{2}-4 a c=0 $ two equal real roots

(C) If $b^{2}-4 a c < 0 $ no real roots

(I) $2 x^{2}-3 x+5=0$

Comparing this equation with $a x^{2}+b x+c=0$, we obtain

$a=2, b=-3, c=5$

Discriminant $=b^{2}-4 a c=(-3)^{2}-4(2)(5)=9-40$

$=-31$

As $b^{2}-4 a c<0$,

Therefore, no real root is possible for the given equation.

(II) $3 x^{2}-4 \sqrt{3} x+4=0$

Comparing this equation with $a x^{2}+b x+c=0$, we obtain

$a=3, b=-4 \sqrt{3}, c=4$

Discriminant $=b^{2}-4 a c=(-4 \sqrt{3})^{2}-4(3)(4)$

$=48-48=0$

As $b^{2}-4 a c=0$,

Therefore, real roots exist for the given equation and they are equal to each other.

And the roots will be $\dfrac{-b}{2 a}$ and $\dfrac{-b}{2 a}$.

$\dfrac{-b}{2 a}=\dfrac{-(-4 \sqrt{3})}{2 \times 3}=\dfrac{4 \sqrt{3}}{6}=\dfrac{2 \sqrt{3}}{3}=\dfrac{2}{\sqrt{3}}$

Therefore, the roots are $\dfrac{2}{\sqrt{3}}$ and $\dfrac{2}{\sqrt{3}}$.

(III) $2 x^{2}-6 x+3=0$

Comparing this equation with $a x^{2}+b x+c=0$, we obtain

$a=2, b=-6, c=3$

Discriminant $=b^{2}-4 a c=(-6)^{2}-4(2)(3)$

$=36-24=12$

As $b^{2}-4 a c>0$,

Therefore, distinct real roots exist for this equation as follows.

$ \begin{aligned} x & =\dfrac{-b \pm \sqrt{b^{2}-4 a c}}{2 a} \\ & =\dfrac{-(-6) \pm \sqrt{(-6)^{2}-4(2)(3)}}{2(2)} \\ & =\dfrac{6 \pm \sqrt{12}}{4}=\dfrac{6 \pm 2 \sqrt{3}}{4} \\ & =\dfrac{3 \pm \sqrt{3}}{2} \end{aligned} $

Therefore, the roots are $\dfrac{3+\sqrt{3}}{2}$ or $\dfrac{3-\sqrt{3}}{2}$.

2. Find the values of $k$ for each of the following quadratic equations, so that they have two equal roots.

(i) $2 x^{2}+k x+3=0$

(ii) $k x(x-2)+6=0$

Show Answer

Solution

We know that if an equation $a x^{2}+b x+c=0$ has two equal roots, its discriminant $(b^{2}-4 a c)$ will be 0 .

(I) $2 x^{2}+k x+3=0$

Comparing equation with $a x^{2}+b x+c=0$, we obtain

$a=2, b=k, c=3$

Discriminant $=b^{2}-4 a c=(k)^{2}-4(2)(3)$

$=k^{2}-24$

For equal roots,

Discriminant $=0$

$k^{2}-24=0$

$k^{2}=24$

$k= \pm \sqrt{24}= \pm 2 \sqrt{6}$

(II) $k x(x-2)+6=0$

or $k x^{2}-2 k x+6=0$

Comparing this equation with $a x^{2}+b x+c=0$, we obtain

$a=k, b=-2 k, c=6$

Discriminant $=b^{2}-4 a c=(-2 k)^{2}-4(k)(6)$

$=4 k^{2}-24 k$

For equal roots,

$b^{2}-4 a c=0$

$4 k^{2}-24 k=0$

$4 k(k-6)=0$

Either $4 k=0$ or $k=6=0$

$k=0$ or $k=6$

However, if $k=0$, then the equation will not have the terms ’ $x{ }^{21}$ and ’ $x$ ‘.

Therefore, if this equation has two equal roots, $k$ should be 6 only.

3. Is it possible to design a rectangular mango grove whose length is twice its breadth, and the area is $800 m^{2}$ ? If so, find its length and breadth.

Show Answer

Solution

Let the breadth of mango grove be $I$.

Length of mango grove will be 21 .

Area of mango grove $=(2 I)(I)$

$=2 l^{2}$

$2 l^{2}=800$

$l^{2}=\dfrac{800}{2}=400$

$l^{2}-400=0$

Comparing this equation with $a l^{2}+b l+c=0$, we obtain

$a=1 b=0, c=400$

Discriminant $=b^{2}-4 a c=(0)^{2}-4 \times(1) \times(-400)=1600$

Here, $b^{2}-4 a c>0$

Therefore, the equation will have real roots. And hence, the desired rectangular mango grove can be designed.

$l= \pm 20$

However, length cannot be negative.

Therefore, breadth of mango grove $=20 m$

Length of mango grove $=2 \times 20=40 m$

4. Is the following situation possible? If so, determine their present ages. The sum of the ages of two friends is 20 years. Four years ago, the product of their ages in years was 48.

Show Answer

Solution

Let the age of one friend be $x$ years.

Age of the other friend will be (20 - $x$ ) years.

4 years ago, age of $1^{\text{st }}$ friend $=(x-4)$ years

And, age of $2^{\text{nd }}$ friend $=(20-x-4)$

$=(16-x)$ years

Given that,

$(x-4)(16-x)=48$

$16 x-64-x^{2}+4 x=48$

$-x^{2}+20 x-112=0$

$x^{2}-20 x+112=0$

Comparing this equation with $a x^{2}+b x+c=0$, we obtain

$a=1, b=-20, c=112$

Discriminant $=b^{2}-4 a c=(-20)^{2}-4(1)(112)$

$=400-448=-48$

As $b^{2}-4 a c<0$,

Therefore, no real root is possible for this equation and hence, this situation is not possible.

5. Is it possible to design a rectangular park of perimeter $80 m$ and area $400 m^{2}$ ? If so, find its length and breadth.

Show Answer

Solution

Let the length and breadth of the park be $/$ and $b$.

Perimeter $=2(I+b)=80$

$l+b=40$

Or, $b=40-1$

Area $=I \times b=I(40-I)=40 I-I^{2}$ $40 l-r^{2}=400$

$l^{2}-40 l+400=0$

Comparing this equation with

$a l^{2}+b l+c=0$, we obtain

$a=1, b=-40, c=400$

Discriminate $=b^{2}-4 a c=(-40)^{2}-4(1)(400)$

$=1600-1600=0$

As $b^{2}-4 a c=0$,

Therefore, this equation has equal real roots. And hence, this situation is possible.

Root of this equation,

$l=-\dfrac{b}{2 a}$

$l=-\dfrac{(-40)}{2(1)}=\dfrac{40}{2}=20$

Therefore, length of park, $I=20 m$

And breadth of park, $b=40-I=40-20=20 m$

4.5 Summary

In this chapter, you have studied the following points:

1. A quadratic equation in the variable $x$ is of the form $a x^{2}+b x+c=0$, where $a, b, c$ are real numbers and $a \neq 0$.

2. A real number $\alpha$ is said to be a root of the quadratic equation $a x^{2}+b x+c=0$, if $a \alpha^{2}+b \alpha+c=0$. The zeroes of the quadratic polynomial $a x^{2}+b x+c$ and the roots of the quadratic equation $a x^{2}+b x+c=0$ are the same.

3. If we can factorise $a x^{2}+b x+c, a \neq 0$, into a product of two linear factors, then the roots of the quadratic equation $a x^{2}+b x+c=0$ can be found by equating each factor to zero.

4. Quadratic formula: The roots of a quadratic equation $a x^{2}+b x+c=0$ are given by $\dfrac{-b \pm \sqrt{b^{2}-4 a c}}{2 a}$, provided $b^{2}-4 a c \geq 0$.

5. A quadratic equation $a x^{2}+b x+c=0$ has

(i) two distinct real roots, if $b^{2}-4 a c>0$,

(ii) two equal roots (i.e., coincident roots), if $b^{2}-4 a c=0$, and

(iii) no real roots, if $b^{2}-4 a c<0$.



Table of Contents