Where the equation is ax2 + bx + c the roots are given by the solutions to :
(-b +/- sqrt(b2 - 4ac))/2a
So you would first input the values of a, b , and c, then calculate [d = b*b - 4*a*c], and then determine whether it is positive or negative. If it is positive [d>0, or d=0], then you can continue:
so the two roots of x are: (-b + sqrt(d))/2/a, and (-b - sqrt(d))/2/a.
If d < 0, then you need to calculate sqrt(-d) and then display -b/2/a as the real part, and +/- sqrt(-d)/2/a as the imaginary parts.
2 roots
Write an algorithm to find the root of quadratic equation
Using the quadratic equation formula or completing the square
the sum is -b/a and the product is c/a
General form of a quadratic equation is: ax2+b+c = 0 The discriminant is: b2-4ac If the discriminant equals zero then there are two equal roots If the discriminant is greater than zero then there are two different roots If the discriminant is less than zero then there are no real roots
Where the equation is ax2 + bx + c the roots are given by the solutions to : (-b +/- sqrt(b2 - 4ac))/2a
That depends on the equation.
If the discriminant of the quadratic equation is zero then it will have 2 equal roots. If the discriminant of the quadratic equation is greater than zero then it will have 2 different roots. If the discriminant of the quadratic equation is less than zero then it will have no roots.
Because it's part of the quadratic equation formula in finding the roots of a quadratic equation.
Yes. You can calculate the two roots of a quadratic equation by using the quadratic formula, and because there are square roots on the quadratic formula, and if the radicand is not a perfect square, so the answer to that equation has decimal.
2 roots
The roots of the quadratic equation are the x-intercepts of the curve.
A quadratic equation has two roots. They may be similar or dissimilar. As the highest power of a quadratic equation is 2 , there are 2 roots. Similarly, in the cubic equation, the highest power is 3, so it has three equal or unequal roots. So the highest power of an equation is the answer to the no of roots of that particular equation.
By using the quadratic equation formula
It is finding the values of the variable that make the quadratic equation true.
Either "roots" or "solutions".
radical equations have sq roots, cube roots etc. Quadratic equations have x2.