Processing math: 100%

Recently a new method for solving the quaratic equation was outlined1. Here is my attempt to make a (naive) comparison between the two methods.

Method: Completing the square

ax2+bx+c=0

x2+bax+ca=0

x2+bax=ca x2+2(x)(b2a)+(b2a)2=ca+(b2a)2 (x+b2a)2=ca+b24a2=b24ac4a2 x+b2a=±b24ac2a x=b2a±b24ac2a

Method: Introducing z

ax2+bx+c=0

x2+bax+ca=0 Let the two roots be R and S. So,

(xR)(xS)=x2(R+S)x+RS=x2+bax+ca Equating the coefficients of x,

R+S=ba

So, the mean of R and S is b2a

Now, two numbers have equal distance from their mean with different signs. So R and S have equal absolute distance from b2a. Let one distance be z. So the other distance is z. So, R and S can be written as:

b2a±z Now, we need to get the value of z.

Equating the products of two roots:

RS=(b2a+z)(b2az)=ca b24a2z2=ca z2=b24a2ca=b24ac4a2 z=±b24ac2a Plugging the value of z, the roots are:

b2a±b24ac2a

Comments


  1. https://www.technologyreview.com/s/614775/a-new-way-to-make-quadratic-equations-easy/