- 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 the roots of the quadratic equations by applying the quadratic formula.
$4x^2 - 4\sqrt3x + 3 = 0$
Given:
Given quadratic equation is $4x^2 - 4\sqrt3x + 3 = 0$
To do:
We have to find the roots of the given quadratic equation.
Solution:
$4x^2 - 4\sqrt3x + 3 = 0$
The above equation is of the form $ax^2 + bx + c = 0$, where $a = 4, b = -4\sqrt3$ and $c = 3$
Discriminant $\mathrm{D} =b^{2}-4 a c$
$=(4 \sqrt{3})^{2}-4 \times 4 \times 3$
$=48-48$
$=0$
$\mathrm{D}=0$
Let the roots of the equation are $\alpha$ and $\beta$
$\alpha=\frac{-b+\sqrt{\mathrm{D}}}{2 a}$
$=\frac{-4 \sqrt{3}+0}{8}$
$=\frac{-4 \sqrt{3}}{8}$
$=\frac{-\sqrt{3}}{2}$
$\beta=\frac{-b-\sqrt{\mathrm{D}}}{2 a}$
$=\frac{-4 \sqrt{3}-0}{8}$
$=\frac{-4 \sqrt{3}}{8}$
$=\frac{-\sqrt{3}}{2}$
Hence, the roots of the given quadratic equation are $\frac{-\sqrt{3}}{2}, \frac{-\sqrt{3}}{2}$.
- Related Articles
- Find the roots of the quadratic equations by applying the quadratic formula.$2x^2 - x + 4 = 0$
- Find the roots of the quadratic equations by applying the quadratic formula.$2x^2 + x + 4 = 0$
- Determine the nature of the roots of the following quadratic equations: $4x^2+4\sqrt3x+3=0$
- Find the roots of the following quadratic equations, if they exist, by the method of completing the square:$4x^2 + 4\sqrt3x + 3 = 0$
- Find the roots of the quadratic equations given in Q.1 above by applying the quadratic formula.
- Determine the nature of the roots of the following quadratic equations: $3x^2 - 4\sqrt3x + 4 = 0$
- Find the roots of the quadratic equations by using the quadratic formula in each of the following:\( 2 x^{2}-3 x-5=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$
- Find the roots of the following quadratic equations, if they exist, by the method of completing the square:(i) $2x^2 - 7x + 3 = 0$(ii) $2x^2 + x - 4 = 0$(iii) $4x^2 + 4\sqrt3x + 3 = 0$(iv) $2x^2 + x + 4 = 0$
- Find the roots of the quadratic equations by using the quadratic formula in each of the following:\( -3 x^{2}+5 x+12=0 \)
- Find the roots of the quadratic equations by using the quadratic formula in each of the following:\( x^{2}-3 \sqrt{5} x+10=0 \)
- Find the roots of the quadratic equations by using the quadratic formula in each of the following:\( x^{2}+2 \sqrt{2} x-6=0 \)
- Find the roots of the quadratic equations by using the quadratic formula in each of the following:\( -x^{2}+7 x-10=0 \)
- Find the roots of the following quadratic equations (if they exist) by the method of completing the square. $4x^2 + 4\sqrt3 x + 3 = 0$
- Find the nature of the roots of the following quadratic equations. If the real roots exist, find them:(i) $2x^2 -3x + 5 = 0$(ii) $3x^2 - 4\sqrt3x + 4 = 0$(iii) $2x^2-6x + 3 = 0$

Advertisements