What is the improved quadratic formula to solve quadratic equations ?

2 Answers
Jan 1, 2018

There is only one quadratic formula, that is x=(-b+-sqrt(b^2-4ac))/(2a).

Explanation:

For a general solution of x in ax^2+bx+c=0, we can derive the quadratic formula x=(-b+-sqrt(b^2-4ac))/(2a).

ax^2+bx+c=0

ax^2+bx=-c

4a^2x^2+4abx=-4ac

4a^2x^2+4abx+b^2=b^2-4ac

Now, you can factorize.
(2ax+b)^2=b^2-4ac

2ax+b=+-sqrt(b^2-4ac)

2ax=-b+-sqrt(b^2-4ac)

:.x=(-b+-sqrt(b^2-4ac))/(2a)

Jan 3, 2018

This could refer to...

Explanation:

One of the nuisances when using the quadratic formula is that often the square root can be simplified, involving at least one more step than necessary. If the middle coefficient is even, then we can avoid this by using an alternative formulation of the quadratic formula.

Given:

ax^2+2dx+c = 0

The roots are given by the formula:

x = -d/a+-sqrt(d^2-ac)/a