The exercise examines quadratic equation analysis by using the discriminant approach. We determine the root nature of quadratic equations through the discriminant because it reveals two real, distinct roots or one real root or no real roots. We need this knowledge to solve equations that define real-world models because it enables us to find correct dimensions and check practical possibilities in real situations. The exercise demonstrates why knowing the discriminant allows us to understand solution characteristics before requiring complete solution computation.
This Story also Contains
Students can enhance their ability to detect the root characteristics using discriminant analysis through the NCERT Solutions available. Learners enhance their understanding of the nature of discriminant analysis roots and applications by completing exercises from the NCERT Books. Among the solutions provided is structured content that builds essential problem-solving and analytical thinking abilities, which supports future advanced mathematical progression.
Answer:
To check whether real roots exist, we first find the discriminant.
$D = b^2-4ac$
If D > 0, then the roots are distinct and real.
If D < 0, then no real roots.
If D = 0, then there exist two equal real roots.
Given the quadratic equation, $2x^2 - 3x +5 = 0$ .
So, $a = 2, b =-3, c= 5$
Therefore, discriminant $D= (-3)^2 - 4(2)(5) = 9-40 = -31$
Thus, D < 0 (negative)
Hence, there are no real roots possible for the given equation.
Answer:
To check whether real roots exist, we first find the discriminant.
$D = b^2-4ac$
If D > 0, then the roots are distinct and real.
If D < 0, then no real roots.
If D = 0, then there exist two equal real roots.
Given the quadratic equation, $3x^2 - 4\sqrt3x + 4 = 0$
$b^2-4ac=(-4\sqrt{3})^2-(4\times4\times3)=48-48=0$
Here, the value of the discriminant = 0, which implies that roots exist and the roots are equal.
The roots are given by the formula
$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}=\frac{4\sqrt{3}\pm\sqrt{0}}{2\times3}=\frac{2}{\sqrt{3}}$
So the roots are
$\frac{2}{\sqrt{3}},\ \frac{2}{\sqrt{3}}$
Answer:
To check whether real roots exist, we first find the discriminant.
$D = b^2-4ac$
If D > 0, then the roots are distinct and real.
If D < 0, then no real roots.
If D = 0, then there exist two equal real roots.
Given the quadratic equation, $2x^2 - 6x + 3 = 0$
$b^2-4ac=(-6)^2-4\times2\times3=12$
The discriminant > 0. Therefore, the given quadratic equation has two distinct real roots
The roots are given by the formula
$x=\frac{-b\pm\sqrt{b^2-4ac}}{2a}=\frac{-6\pm\sqrt{12}}{2\times2}=\frac{3}{2}\pm\frac{\sqrt{3}}{2}$
So the roots are
$\frac{3}{2}+\frac{\sqrt{3}}{2}, \frac{3}{2}-\frac{\sqrt{3}}{2}$
Answer:
For two equal roots for the quadratic equation: $ax^2+bx+c =0$, the value of the discriminant $ D=0$.
Given equation: $2x^2 + kx + 3 = 0$
Comparing and getting the values of a,b, and c.
$a = 2, \ b = k,\ c = 3$
The value of $D = b^2-4ac = (k)^2 - 4(2)(3)$
$\Rightarrow (k)^2 = 24$
Or, $\Rightarrow k=\pm \sqrt{24} = \pm 2\sqrt{6}$
Answer:
For two equal roots for the quadratic equation: $ax^2+bx+c =0$, the value of the discriminant is $ D=0$.
Given equation: $kx(x-2) + 6 = 0$
Can be written as: $kx^2-2kx+6 = 0$
Comparing and getting the values of a,b, and c.
$a = k, \ b = -2k,\ c = 6$
The value of $D = b^2-4ac = (-2k)^2 - 4(k)(6) = 0$
$\Rightarrow 4k^2 - 24k = 0$
$\Rightarrow 4k(k-6) = 0$
$\Rightarrow k= 0\ or\ 6$
But $ k=0$ is NOT possible because it will not satisfy the given equation.
Hence, the only value of $k$ is 6 to get two equal roots.
Answer:
Let the breadth of the mango grove be $b$.
Then, according to the question, the length of the mango grove will be $ 2 b$.
Therefore, the area will be:
$Area = (2b)(b) = 2b^2$
Which will be equal to $ 800 m^2$ according to the question.
$\Rightarrow 2b^2 = 800m^2$
$\Rightarrow b^2 - 400 = 0$
Comparing to get the values of $a,b,c$.
$a=1, \ b= 0 , \ c = -400$
Finding the discriminant value:
$D = b^2-4ac$
$\Rightarrow 0^2-4(1)(-400) = 1600$
Here, $D>0$
Therefore, the equation will have real roots.
And hence finding the dimensions:
$\Rightarrow b^2 - 400 = 0$
$\Rightarrow b = \pm 20$
We know that a negative value is not possible; therefore, the value of the breadth ofthe mango grove will be 20m.
And the length of the mango grove will be: $= 2\times20 = 40 m$
Answer:
Let the age of one friend be $ x\ years$ and the age of another friend will be: $(20-x)\ years.$
Now, 4 years ago, their ages were $x-4\ years$ and $20-x-4 \ years$.
According to the question, the product of their ages in years was 48.
Therefore (x-4)(20-x-4) = 48
$\Rightarrow 16x-64-x^2+4x= 48$
$\Rightarrow -x^2+20x-112 = 0$ or $\Rightarrow x^2-20x+112 = 0$
Now, comparing to get the values of $a,\ b,\ c$.
$a = 1,\ b= -20,\ c =112$
Discriminant value $D = b^2-4ac = (-20)^2 -4(1)(112) = 400-448 = -48$
As $D < 0$ .
Therefore, there are no real roots possible for this given equation, and hence, this situation is not possible.
Answer:
Let us assume the length and breadth of the park be $'l'\ and\ 'b'$ respectively.
Then, the perimeter will be $P = 2(l+b) = 80$
$\Rightarrow l+b = 40\ or\ b = 40 - l$
Now, the area of the park is:
$Area = l\times b = l(40-l) = 40l - l^2$
Given : Area = 400 m2
So, $40l - l^2 = 400$
$l^2 - 40l +400 = 0$
Comparing to get the values of a, b and c.
The value of the discriminant $D = b^2-4ac$
$\Rightarrow = b^2-4ac = (-40)^2 - 4(1)(400) = 1600 -1600 = 0$
As $D = 0$ .
Therefore, this equation will have two equal roots.
And hence the roots will be:
$l =\frac{-b}{2a}$
$l =\frac{-40}{2(1)} = \frac{40}{2} =20$
Therefore, the length of the park, $l =20\ m$ and breadth of the park $b = 40-l = 40 -20 = 20\ m$ .
Also Read-
1. Discriminant Analysis: The discriminant (D = b² - 4ac) enables understanding while helping users compute its value for determining the nature of the quadratic equation roots.
2. Nature of Roots: The nature of roots can be determined by examining the value of the discriminant to find real distinct roots or real equal roots, or non-real roots.
3. Application to Real-Life Problems: Discriminant evaluation helps solve practical problems through the development of quadratic equations to check solution feasibility between real-world applications and mathematical analysis.
4. Parameter Determination: The determination of specific parameter values leads to quadratic equations that share equal roots.
5. Graphical Interpretation: The Discriminant reveals its relationship with quadratic equation graphs, which demonstrates its effect on x-axis parabola intersections.
Check Out-
Students must check the NCERT solutions for class 10 of the Mathematics and Science Subjects.
Students must check the NCERT Exemplar solutions for class 10 of the Mathematics and Science Subjects.
Frequently Asked Questions (FAQs)
Nature of root tell us that whether the roots are equal or distinct and they also tell us roots are real or non real
Discriminant of quadratic equation is (b2 - 4ac ) and we substitute the value of b, c, a from ax2+ bx + c = 0
There are three ways to categorise discriminant: 9I) two distinct real roots, if (b2 - 4ac)> 0; (ii) two equal real roots, if b2 - 4ac)= 0; (iii) no real roots, if (b2 - 4ac)=0
There are mainly 3 questions that are solved before the Class 10 Maths chapter 4 exercise 4.3, which are based on the nature of the root
There are five questions in exercise 4.3, Class 10 Maths. Question one has three subparts and question two has two subparts.
There are three types of questions in exercise 4.3 Class 10 Maths question one has direct subparts to find the nature of the root of the quadratic equation then in question two we have given nature of root and we have to find the missing variable in the quadratic equation .question three, four and five are word problem which is based on the real-world application.
Non-real roots are imaginary roots because discriminant is negative that is why they are unsolvable under root.
On Question asked by student community
Hrllo,
If you want to view the CM Shri School 2025-26 admission test result, visit the official website http://www.edudel.nic.in/ (http://www.edudel.nic.in/,) ; here, click on the "CM Shri Schools Admission Test - 2025." then select the "CM Shri Admission Test Result 2025 - Merit List" link. Here you need to log in with your credentials and view or download the merit list pdf.
I hope it will clear your query!!
Hello aspirant,
Fairness and equal opportunity are guaranteed by the rigorous merit-based admissions process at CM Shri Schools. The merit list will be made public on edudel.nic.in, the official DOE website. Based on how well they did on the admission exam, students will be shortlisted.
To know the result, you can visit our site through following link:
https://school.careers360.com/articles/cm-shri-school-admission-test-result-2025
Thank you
Hello
The CM Shri School Admission Test was conducted for students seeking quality education.
The result and selection list are expected to be released around 20 September 2025.
Students who qualified will get admission into CM Shri Model Schools across the state.
The official list of selected students will be available on the edudel.nic.in website.
Candidates can check their names in the merit list PDF once uploaded.
Selection is based on the student’s performance in the entrance exam.
Keep checking the official site or the school notice board for timely updates.
You can check CM Shri school result here: https://school.careers360.com/articles/cm-shri-school-admission-test-result-2025 Thank You.
Hello! If you are looking for the CM Shree School result for 2025, here is the link provided by Careers360 where you can check your result easily. I’ll be attaching it for your reference so you can access it directly.
https://school.careers360.com/articles/cm-shri-school-admission-test-result-2025
This ebook serves as a valuable study guide for NEET 2025 exam.
This e-book offers NEET PYQ and serves as an indispensable NEET study material.
As per latest syllabus. Physics formulas, equations, & laws of class 11 & 12th chapters
As per latest syllabus. Chemistry formulas, equations, & laws of class 11 & 12th chapters
As per latest 2024 syllabus. Study 40% syllabus and score upto 100% marks in JEE
As per latest syllabus. Maths formulas, equations, & theorems of class 11 & 12th chapters