Best way to solve for $a$ for an equation that reads:
$$ C\cdot\frac{1-(1+a)^{-n}}{a}=I; n\geq 1. $$
This can be rewritten into:
$$ (1+a)^{-n}=1-\frac{I}{C}a. $$
One way to do it maybe is set $b=a+1$ and $X=\frac{I}{C}$, which would give:
$$ \frac{1}{b^n}=1-X(b-1). $$
Is there a meaningful solution to find $a$?
You got a polynomial equation in $b$ of degree "$n+1$"
$Xb^{n+1}-(X+1)b^n+1=0$
Sadly, we don't have any closed form solution for $b$ in terms of $n$.