3

I'm having trouble with this problem.

Show that if the roots of $$5x^3-x^2-2x+3=0$$ are $a_1,a_2,a_3$, then $$1/a_1+1/a_2+1/a_3=2/3$$

smci
  • 364

3 Answers3

13

The equation $3y^3-2y^2-y+5=0$ has roots the reciprocals of the roots of $5x^3-x^2-2x+3=0$. To see this, divide the given polynomial through by $x^3$, and reverse the order of summation.

The sum of the roots of $ 3y^3-2y^2-y+5=0$ is $-\frac{-2}{3}$.

beep-boop
  • 11,595
André Nicolas
  • 507,029
7

Use that since $a_1,a_2,a_3$ are the roots of the polynomial then $$5x^3-x^2-2x+3=5(x-a_1)(x-a_2)(x-a_3)$$ Expand the right side and compare the coefficients of equal powers of $x$ to obtain that $$\begin{cases}a_1a_2+a_1a_3+a_2a_3=-\dfrac{2}{5}\\a_1a_2a_3=-\dfrac{3}{5}\end{cases}$$ Now $$\frac{a_1a_2+a_1a_3+a_2a_3}{a_1a_2a_3}=\frac{1}{a_1}+\frac{1}{a_2}+\frac{1}{a_3}$$ gives you the result.

Jimmy R.
  • 35,868
  • Any hints to show that $$a_1^2+a_2^2+a_3^2=21/25$$? – user183782 Nov 21 '14 at 16:50
  • @user183782 Again with coefficient comparison you know that $(a_1+a_2+a_3)=1$ and therefore $(a_1+a_2+a_3)^2=1/25$ which implies that $$a_1^2+a_2^2+a_3^2=1/25-2(a_1a_2+a_1a_3+a_2a_3)=1/25-2(-2/5)=1/25+20/25=21/25$$ as you want. – Jimmy R. Nov 21 '14 at 16:57
5

$$\frac{1}{a_1}+\frac{1}{a_2} + \frac{1}{a_2} = \frac{a_2a_3+a_1a_3+a_1a_2}{a_1a_2a_3} = \frac{(-2)/5}{(-1)^3 \cdot 3/5}=\frac{2}{3}$$

Mher
  • 5,011