Group like terms: - Constant: (a−1)−(a+1)=−2 - x term: 2(a−1) - x2 term: 3(a−1)−(a+1)=3a−3−a−1=2a−4 - x3 term: 2(a−1) - x4 term: (a−1)−(a+1)=−2
So the equation becomes: −2+2(a−1)x+(2a−4)x2+2(a−1)x3−2x4=0
Divide both sides by 2: −1+(a−1)x+(a−2)x2+(a−1)x3−x4=0
Or: −x4+(a−1)x3+(a−2)x2+(a−1)x−1=0
Or, multiplying both sides by −1: x4−(a−1)x3−(a−2)x2−(a−1)x+1=0
Let us factor this quartic. Notice that if x=1:
x4−(a−1)x3−(a−2)x2−(a−1)x+1=1−(a−1)−(a−2)−(a−1)+1 =1−a+1−a+2−a+1+1 But let's compute step by step: 1−(a−1)=2−a 2−a−(a−2)=2−a−a+2=4−2a 4−2a−(a−1)=4−2a−a+1=5−3a 5−3a+1=6−3a So x=1 is a root if 6−3a=0, i.e., a=2.
Try x=−1: (−1)4−(a−1)(−1)3−(a−2)(−1)2−(a−1)(−1)+1 =1−(a−1)(−1)−(a−2)(1)−(a−1)(−1)+1 =1+(a−1)−(a−2)+(a−1)+1 =1+a−1−a+2+a−1+1 =(1−1+2+1)+(a−a+a)−1 =(3)+(a)−1 =a+2 So x=−1 is a root if a=−2.
So the solutions are all real x such that x2+(2−(a−1)+a2+6a+1)x+1=0 or x2+(2−(a−1)−a2+6a+1)x+1=0
That is, for each a, the equation has at most four real solutions, given by the roots of these two quadratics.
Special cases: - If a=2, then b+c=−(2−1)=−1, bc=−2; so b and c are roots of t2+t−2=0, i.e., t=1,−2. So the quadratics are x2+x+1=0 and x2−2x+1=0. The first has no real roots, the second is (x−1)2=0, so x=1 is a double root. - If a=−2, then b+c=−(−2−1)=3, bc=2; so t2−3t−2=0, t=23±9+8=23±17. Both quadratics x2+bx+1=0 and x2+cx+1=0 have real roots.
In summary:
For each real a, the solutions are all real x such that x2+bx+1=0orx2+cx+1=0 where b and c are the roots of t2+(a−1)t−a=0.
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.
Source: MathNet,
licensed CC-BY-4.0.
Statement and solution reproduced as published; topic and difficulty added by this site.