- 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
In the following, determine the set of values of k for which the given quadratic equation has real roots:
$2x^2 + x + k = 0$
Given:
Given quadratic equation is $2x^2 + x + k = 0$.
To do:
We have to find the values of k for which the roots are real.
Solution:
Comparing the given quadratic equation with the standard form of the quadratic equation $ax^2+bx+c=0$, we get,
$a=2, b=1$ and $c=k$.
The discriminant of the standard form of the quadratic equation $ax^2+bx+c=0$ is $D=b^2-4ac$.
$D=(1)^2-4(2)(k)$
$D=1-8k$
The given quadratic equation has real roots if $D≥0$.
Therefore,
$1-8k≥0$
$1≥8k$
$k≤\frac{1}{8}$
Therefore, $k≤\frac{1}{8}$.
Advertisements