- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
MS Excel
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
Find whether the following equations have real roots. If real roots exist, find them.
$ x^{2}+5 \sqrt{5} x-70=0 $
Given:
Given quadratic equation is \( x^{2}+5 \sqrt{5} x-70=0 \).
To do:
We have to determine whether the given quadratic equation has real roots.
Solution:
Comparing the given quadratic equation with the standard form of the quadratic equation $ax^2+bx+c=0$, we get,
$a=1, b=5 \sqrt{5}$ and $c=-70$.
The discriminant of the standard form of the quadratic equation $ax^2+bx+c=0$ is
$D=b^2-4ac$.
Therefore,
$D=(5 \sqrt{5})^2-4(1)(-70)$
$=125+280$
$=405$.
As $D>0$, the given quadratic equation has two distinct real roots.
This implies,
$x=\frac{-b\pm \sqrt{D}}{2a}$
$x=\frac{-5 \sqrt{5} \pm \sqrt{405}}{2(1)}$
$x=\frac{-5 \sqrt{5}\pm 9\sqrt5}{2}$
$x=\frac{-5 \sqrt{5}+9 \sqrt{5}}{2}$ or $x= \frac{-5 \sqrt{5}-9 \sqrt{5}}{2}$
$x=\frac{4\sqrt{5}}{2}$ or $x=\frac{-14 \sqrt{5}}{2}$
$x=2\sqrt5$ or $x=-7\sqrt5$
The roots of the given quadratic equation are $-7\sqrt5$ and $2\sqrt5$.
- Related Articles
- Find whether the following equations have real roots. If real roots exist, find them.\( 5 x^{2}-2 x-10=0 \)
- Find whether the following equations have real roots. If real roots exist, find them.\( -2 x^{2}+3 x+2=0 \)
- Find whether the following equations have real roots. If real roots exist, find them.\( 8 x^{2}+2 x-3=0 \)
- Find whether the following equations have real roots. If real roots exist, find them.\( \frac{1}{2 x-3}+\frac{1}{x-5}=1, x ≠ \frac{3}{2}, 5 \)
- In the following, determine whether the given quadratic equations have real roots and if so, find the roots: $3x^2+2\sqrt5 x-5=0$
- In the following, determine whether the given quadratic equations have real roots and if so, find the roots: $x^2+x+2=0$
- In the following, determine whether the given quadratic equations have real roots and if so, find the roots: $2x^2+5\sqrt3 x+6=0$
- In the following, determine whether the given quadratic equations have real roots and if so, find the roots: $\sqrt2 x^2+7x+5\sqrt2=0$
- In the following, determine whether the given quadratic equations have real roots and if so, find the roots: $x^2-2x+1=0$
- In the following, determine whether the given quadratic equations have real roots and if so, find the roots: $2x^2-2\sqrt6 x+3=0$
- In the following, determine whether the given quadratic equations have real roots and if so, find the roots: $2x^2-2\sqrt2 x+1=0$
- State whether the following quadratic equations have two distinct real roots. Justify your answer.\( (x-\sqrt{2})^{2}-2(x+1)=0 \)
- Find the nature of the roots of the following quadratic equations. If the real roots exist, find them:$2x^2-6x + 3 = 0$
- In the following, determine whether the given quadratic equations have real roots and if so, find the roots: $\sqrt3 x^2+10x-8\sqrt3=0$
- Find the nature of the roots of the following quadratic equations. If the real roots exist, find them:$3x^2 - 4\sqrt3x + 4 = 0$
