SOLUTION: I'm trying to solve for "i" in the expression: r=(r-p*i)(1+i)^n

Algebra.Com
Question 262794: I'm trying to solve for "i" in the expression:
r=(r-p*i)(1+i)^n

Answer by drk(1908)   (Show Source): You can put this solution on YOUR website!
The original problem is
(i)
where i I assume is a standard variable and not an imaginary number.
Notice that (1+i)^n is a binomial that can be expanded as
(nC0)*1^n*i^0 +(nC1)*1^(n-1)*i^1 + (nC2)*1^(n-2)*i^2 + (nC3)*1^(n-3)*i^3 + . . . +
(nC(n-1))*1^1*i^(n-1) + (nCn)*1^0*i^n
This makes the problem a bit more interesting.
-------
If n = 1,
then
(ii)
and expanded, we get
(iii)
setting = 0 and combining like terms we get
(iv)
using the quadratic, we get
i = (r-p)/p
or
i = 0. This is considered a trivial solution in that it works for all values of n.
----------
If n = 2,
then
(v)
and expanded, we get
(vi)
setting = 0 and combining like terms we get
(vii)
factoring out the i, we get
(viii)
using the quadratic, we get
i = ((r-2p) +-sqrt(r^2+4pr))/2p
or
i = 0. This is considered a trivial solution in that it works for all values of n.
---------
We are looking for a pattern here. We know that i = 0 must always be answer.
The other values of i appear to change.
--------
What will happen is that (v) and (viii) will have
1 trivial value at i = 0.
1 non trivial value that follows binomial expansion:
(pi^n + ((nc1)p - (ncn)r)i^(n-1) + ((nc2)p - (nc(n-1)r)i^(n-2) + ((nc3)p - (nc(n-2)r)i^(n-3) +
. . . + ((nc(n-1))p - (nc2)r)i^(1) + ((nc(n))p - (nc1)r)i^(0))
which ccan be difficult to factor not knowing p and r.
---
I hope this helps . . .

RELATED QUESTIONS

Solve for n: R=M(1+n) What I have done: R=M*1+M*n R=M+Mn R-M=M-M+Mn R-M=Mn... (answered by Fombitz)
My professor has taken the compound interest formula... {{{ A(t)=P(1+r/n)^nt }}} ...and (answered by jim_thompson5910)
I really need some help on an amortization problem. I see how it is explained in the book (answered by Theo)
E/e = R + r/r solve for r A = P(1+in) solve for i V1 = V2 - n/t solve... (answered by Fombitz)
Solve for r... (answered by unlockmath)
I = p(1 + r) for... (answered by prince_abubu)
P=p(1+R)^2 i need to solve for... (answered by Boreal)
Solve for n. R=Pi/1-(1+i)^-n (answered by stanbon)
How can i show that nPr = (n-1)P(r) +... (answered by Edwin McCravy)