answersLogoWhite

0

Write an algorithm to find the root of quadratic equation

User Avatar

Wiki User

15y ago

Still curious? Ask our experts.

Chat with our AI personalities

CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
LaoLao
The path is yours to walk; I am only here to hold up a mirror.
Chat with Lao
BlakeBlake
As your older brother, I've been where you are—maybe not exactly, but close enough.
Chat with Blake
More answers

write an algorithm to find the roots of a quadratic equation

User Avatar

Kasthuri Vasu

Lvl 2
3y ago
User Avatar

Add your answer:

Earn +20 pts
Q: Write an algorithm to find the root of quadratic equation?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Geometry

How do you find the vertex from a quadratic equation in standard form?

look for the interceptions add these and divide it by 2 (that's the x vertex) for the yvertex you just have to fill in the x(vertex) however you can also use the formula -(b/2a)


How do you find the values of k when the straight line y equals kx -2 is a tangent to the curve y equals x squared -8x plus 7?

By implication : x2-8x+7 = kx-2 Form a quadratic equation: x2-8x-kx+9 = 0 For a line to be a tangent to the curve it must have two equal roots and the discriminant b2-4ac of the quadratic equation must equal 0. So: (-8-k)2-4*1*9 = 0 (-8-k)2-36 = 0 (-8-k)2 = 36 Square root both sides: -8-k = -/+6 -k = 2 or 14 k = -2 or -14 When k = -2 is substituted into the quadratic equation x will have two equal roots of 3 When k = -14 is substituted into the quadratic equation x will have two equal roots of -3


How do you find maximum height when working with quadratic equations?

In a quadratic equation, the vertex (which will be the maximum value of a negative quadratic and the minimum value of a positive quadratic) is in the exact center of any two x values whose corresponding y values are equal. So, you'd start by solving for x, given any y value in the function's range. Then, you'd solve for y where x equals the middle value of the two x's given in the previous. For example:y = x24 = x2x = 2, -2y = (0)2y = 0Which is, indeed, the vertex of y = x2


Use of polynomial in daily life?

Chemists use quadratic polynomials constantly in equilibrium calculations. To find unknown concentrations in reactions of that nature. The problem reduces to a polynomial that is solved by the quadratic equation. Simplified answer, Using polynomials it will soon be possible to identify some powerful techniques for seeking out the local extrema of functions, these points or bumps are often very interesting.


How many ways are there to solve a quadratic equation?

There are so far 8 common methods to solve quadratic equations:GraphingFactoring FOIL methodCompleting the square.Using the quadratic formula (derived from algebraic manipulation of "completing the square" method).The Diagonal Sum Method. It quickly and directly gives the 2 real roots in the form of 2 fractions. In fact, it can be considered as a shortcut of the factoring method. It uses the Rule of Signs for Real Roots in its solving process. When a= 1, it can give the 2 real roots quickly without factoring. Example. Solve x^2 - 39x + 108 = 0. The Rule of Signs indicates the 2 real roots are both positive. Write the factor-sets of c = 108. They are: (1, 108), (2, 54), (3, 36)...Stop! This sum is 36 + 3 = 39 = -b. The 2 real roots are 3 and 36. No needs for factoring! When a is not one, this new method selects all probable root-pairs, in the form of 2 fractions. Then it applies a very simple formula to see which root-pair is the answer. Usually, it requires less than 3 trials. If this new method fails, then this given quadratic equation can not be factored, and consequently the quadratic formula must be used. Please see book titled:"New methods for solving quadratic equations and inequalities" (Amazon e-book 2010).The Bluma MethodThe factoring AC Method (Youtube). This method is considerably improved by a "new and improved AC Method", recently introduced on Google or Yahoo Search.The new Transforming Method, recently introduced, that is may be the best and fastest method to solve quadratic equations. Its strong points are: simple, fast, systematic, no guessing, no factoring by grouping, and no solving the binomials. To know this new method, read the articles titled:"Solving quadratic equations by the new Transforming Method" on Google or Yahoo Search.BEST METHODS TO SOLVE QUADRATIC EQUATIONS. A. When the equation can't be factored, the best choice would be the quadratic formula. How to know if the equation can't be factored? There are 2 ways:1. Start solving by the new Transforming Method in composing factor pairs of a*c (or c). If you can't find the pair whose sum equals to (-b), or b, then the equation can't be factored.2. Calculate the Discriminant D = b^2 - 4ac. If D isn't a perfect square, then the equation can't be factored.B. When the equation can be factored, the new Transforming Method would be the best choice.