What Are the Real Solutions for This Equation?

  • Context:
  • Thread starter Thread starter anemone
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
anemone
Gold Member
MHB
POTW Director
Messages
3,851
Reaction score
115
Solve for real solution(s) for $$x^2− x + 1 = (x^2+ x + 1)(x^2+ 2x + 4)$$.
 
Mathematics news on Phys.org
anemone said:
Solve for real solution(s) for $$x^2− x + 1 = (x^2+ x + 1)(x^2+ 2x + 4)$$.

My solution:

If we expand and collect like terms, we have:

$$x^4+3x^3+6x^2+7x+3=0$$

Let's assume the LHS factors in the form:

$$x^4+3x^3+6x^2+7x+3=(x^2+ax+1)(x^2+bx+3)=x^4+(a+b)x^3+(ab+4)x^2+(3a+b)x+3$$

Equating coefficients selected to result in a linear 2X2 system, we have:

$$a+b=3$$

$$3a+b=7$$

From this we find:

$$(a,b)=(2,1)$$

Hence:

$$x^4+3x^3+6x^2+7x+3=(x^2+2x+1)(x^2+x+3)=(x+1)^2(x^2+x+3)=0$$

The discriminant of the second factor is negative, thus the only real solution is:

$$x=-1$$