If a,b, and c are the roots of x3-x-1=0,
compute:
(1+a)/(1-a) + (1+b)/(1-b) + (1+c)/(1-c).
Thanks.
M.J.
Well, look at it this way:
x3-x-1 = (x-a)(x-b)(x-c)
x3-x-1 = x3 - (a+b+c)x2
+(ab+bc+ca)x - abc
So a+b+c = 0
ab+bc+ca = -1
abc = 1
Now, you should be able to show (by brute force) that if you
multiply up the given expression both numerator and denominator may
be written solely in terms of these three quantities, and thus
obtain the answer. (I make it -7.)
David