0

I have had trouble with this question:

"Solve the equation $8x^3 - 38x^2 + 57x -27 = 0$" if the roots are in geometric progression.

Any help would be appreciated.

Jyrki Lahtonen
  • 133,153
missiledragon
  • 605
  • 9
  • 23

2 Answers2

1

Let the roots be $a, a\cdot r, a\cdot r^2$

So using Vieta's formula $a+ a\cdot r+ a\cdot r^2=\frac{38}8\implies a(1+r+r^2)=\frac{19}4$

and $a( a\cdot r)+ a\cdot r(a\cdot r^2)+a\cdot r^2(a)=\frac{57}8\implies a^2r(1+r^2+r)=\frac{57}8$

Divide to get $ar=\frac{\frac{57}8}{\frac{19}4}=\frac32$ as $a(1+r+r^2)\ne0$

Put $a=\frac3{2r}$ in the first equation

1

Since the roots are in geometric progression, you have $x_2^2=x_1x_3$. From Theorem of Viet $x_1x_2x_3=27$. Hence $x_2^3=27$ etc.

Boris Novikov
  • 17,470