It is given that $a,b$ are roots of $3x^2+2x+1$ then find the value of: $$\left(\dfrac{1-a}{1+a}\right)^3+\left(\dfrac{1-b}{1+b}\right)^3$$
I thought to proceed in this manner:
We know $a+b=\frac{-2}{3}$ and $ab=\frac{1}{3}$. Using this I tried to convert everything to sum and product of roots form, but this way is too complicated!
Please suggest a simpler process.
$$3a^2+2a+1=0 \to 3a^2+3a+1=a\\3b^2+2b+1=0\to 3b^2+3b+1=b\\a-1=3a(a+1)\\b-1=3b(b+1)$$ so $$\left(\dfrac{1-a}{1+a}\right)^3+\left(\dfrac{1-b}{1+b}\right)^3=\\ \left(\dfrac{-3a(a+1)}{1+a}\right)^3+\left(\dfrac{-3b(b+1)}{1+b}\right)^3\\=-27(a^3+b^3)=-27(s^3-3ps)\\=-27\left(\left(\frac{-2}{3}\right)^3-3\left(\frac{1}{3}\times\left(\frac{-2}{3}\right)\right)\right)\\=+8-18\\=-10$$where $$s=a+b\\p=ab$$