Como você fatora e resolve # x ^ 2 + 3x + 1 = 0 #?

Responda:

#x = -3/2+sqrt(5)/2# or #x = -3/2-sqrt(5)/2#

Explicação:

Use the difference of squares identity:

#a^2-b^2=(a-b)(a+b)#

com #a=(x+3/2)# e #b=sqrt(5)/2# como se segue:

#0 = x^2+3x+1#

#= (x+3/2)^2-3^2/2^2+1#

#= (x+3/2)^2-5/2^2#

#= (x+3/2)^2-(sqrt(5)/2)^2#

#= ((x+3/2)-sqrt(5)/2)((x+3/2)+sqrt(5)/2)#

#= (x+3/2-sqrt(5)/2)(x+3/2+sqrt(5)/2)#

Conseqüentemente:

#x = -3/2+sqrt(5)/2# or #x = -3/2-sqrt(5)/2#