SOLUTION: (a) Prove that if the roots of x^3 + ax^2 + bx + c = 0 form an arithmetic sequence, then 2a^3 + 27c = 9ab. (b) Prove that if 2a^3 + 27c = 9ab, then the roots of x^3 + ax^2 + b

Algebra ->  Sequences-and-series -> SOLUTION: (a) Prove that if the roots of x^3 + ax^2 + bx + c = 0 form an arithmetic sequence, then 2a^3 + 27c = 9ab. (b) Prove that if 2a^3 + 27c = 9ab, then the roots of x^3 + ax^2 + b      Log On


   



Question 1176146: (a) Prove that if the roots of
x^3 + ax^2 + bx + c = 0 form an arithmetic sequence, then 2a^3 + 27c = 9ab.
(b) Prove that if 2a^3 + 27c = 9ab, then the roots of
x^3 + ax^2 + bx + c = 0 form an arithmetic sequence.

Answer by Edwin McCravy(20056) About Me  (Show Source):
You can put this solution on YOUR website!
x%5E3+%2B+ax%5E2+%2B+bx+%2B+c+=+0 

Suppose the roots (which form an arithmetic sequence) are p-d, p, and p+d.
Then

The sum of the roots is -a
 
%28p-d%29+%2B+p+%2B+%28p%2Bd%29+=+-a

p+-+d+%2B+p+%2B+p+%2B+d+=+-a

3p+=+-a

a=-3p

The sum of the products of pairs of roots is b

%28p-d%29p+%2B+%28p-d%29%28p%2Bd%29+%2B+p%28p%2Bd%29+=+b

p%5E2+-+dp+%2B+p%5E2+-+d%5E2+%2B+p%5E2+%2B+pd+=+b

3p%5E2+=+b

The product of the roots is -c

%28p-d%29%28p%29%28p%2B1%29+=+-c

p%28p-d%29%28p%2Bd%29+=+-c

p%28p%5E2-d%5E2%29+=+-c

p%5E3-pd%5E2+=+-c
c+=+pd%5E2-p%5E3

So we have solved a, b, and c in terms of p and d

Substitute in the original equation:

p%5E3+%2B+%28-3p%29p%5E2+%2B+%283p%5E2%29p+%2B+%28p%2Ad%5E2-p%5E3%29+=+0

p%5E3-3p%5E3%2B3p%5E3%2Bpd%5E2-p%5E3=0

pd%5E2=0

So either p=0 or d=0

If p=0, then the roots are -d, 0, and d

Then the sum of the roots = -d+0+d = 0 = -a, so a=0

The sum of the products of pairs of roots = (-d)(0)+(-d)(d)+(0)(d)=-d2, so b=-d2

Then the product of the root is (-d)(0)(d) = 0, so c=0

That means the original equation, in this case, was really:

x%5E3%2B0x%5E2-d%5E2x%2B0=0 or

x%5E3-d%5E2x=0

So we see if 2a%5E3+%2B+27c+=+9ab holds true in this case:

matrix%281%2C3%2C2a%5E3%2B27c%2C%22%3F=%3F%22%2C9ab%29

matrix%281%2C3%2C2%280%29%5E3%2B27%280%29%2C%22%3F=%3F%22%2C9%280%29%280+%2B-+d%29%29

matrix%281%2C3%2C0%2C%22=%22%2C0%29

So yes it does hold when p=0

Now we see what happens when d=0.

Then the roots are p-0, p, and p+0, or p, p, and p. 

So the three roots are all equal.

The sum of the roots is 3p, so a=-3p

The sum of the products of pairs of roots = (p)(p)+(p)(p)+(p)
(p)=3p2, so b=3p2

Then the product of the roots is (p)(p)(p) = p3, so c=-p3

That means the original equation, in this case, was really:

x%5E3%2Bax%5E2%2Bb%5E2x%2Bc=0 or

x%5E3-3px%5E2%2B3p%5E2x-p%5E3=0 which is just %28x-p%29%5E3=0

So we see if 2a%5E3+%2B+27c+=+9ab holds true in this case as well:

matrix%281%2C3%2C2a%5E3%2B27c%2C%22%3F=%3F%22%2C9ab%29

matrix%281%2C3%2C2%28-3p%29%5E3%2B27%28-p%5E3%29%2C%22%3F=%3F%22%2C9%28-3p%29%283p%5E2%29%29

matrix%281%2C3%2C2%28-27p%5E3%29-27p%5E3%2C%22%3F=%3F%22%2C-81p%5E3%29

matrix%281%2C3%2C-54p%5E3-27p%5E3%2C%22%3F=%3F%22%2C-81p%5E3%29

matrix%281%2C3%2C-81p%5E3%2C%22%3F=%3F%22%2C-81p%5E3%29

So yes it does hold true in this case too.

The (a) part of the problem is proved.

If I find time I'll do (b) as well.
 
Edwin