I'd like to know if is there any way to get an approximation for the roots of the equation below by hand.
$$ax^{13}+bx^{12}+c=0.$$
You are allowed to use calculator to calculate powers, logarithms, roots, etc. (for example, $\text{(some number)}^{13}$, $\text{(some number)}^{1/12}$, etc.).
This problem came from the equation
$$5328.31=50000\frac{(1+i)^{13}\cdot i}{(1+i)^{13}-1}\cdot \frac{1}{1+i}$$
from where I have to calculate the value of $i$ (interest rate). If we write $x=1+i$, then the equation becomes
$$-8.3838x^{13}+9.3838x^{12}-1=0.$$
The problem of finding an algebraic formula is closed since longtime ago: it is not possible. Therefore you need an approximation and the particular values of the coefficients are very important in each case of course.
For your equation $8.3838x^{13}-9.3838x^{12}+1=0$ you have the equivalent one $$8.3838(x^{13}-x^{12})=x^{12}-1\iff 8.3838=\frac{x^{12}-1}{x^{13}-x^{12}}=\frac{1-1/x^{12}}{x-1}$$
Consider separately the function $f(x)=\frac{1-1/x^{12}}{x-1}$.
You have f(-1)=0. $f(1.06)\approx 8.384$ and $f(-0.794)\approx 8.34$ and other approximated values. You can see the special value $x=1.06$ gives a "good" approximated root.
Here the graph of $f$