Computing Internal rate of return using trial and error method;
steps;
- Compute Net present value of the project using an arbitrary selected discount rate.
- If the NPV so calculated is positive then try a higher rate and if negative try a lower rate.
- Continue the process until the NPV is equal to zero.
- Use linear interpolation to determine the exact rate
Formulas to be applied are as below,
pvif=(1+r)n)1
pvifa=r1−(1+r)(n)
IRR=Rl+NPVh+NPVlNPVh∗(Rh−Rl)
where
r -rate of return
n -period in years
Rl-lower rate of return
Rh-higher rate of return
NPVh-Net present value using higher rate of return
NPVl-Net present value using lower rate of return
We select arbitrary discount rate, say 20.5% Assuming 10 year of usage.
since year one to year nine cash flows are in annuity,we first calculate NPV for the annuity as follows;
netcashflow=inflows−annualcost
150,000−30,000=120,000
pva=120,000∗0.2051−(1+0.205)(9)=476,085
we then calculate present value for the 10th year,
netcashflow=inflows−annualcost+salvagevalue
150,000−30,000+40,000=160,000
pv=160,000∗(1+0.205)10)1=24,788
NPV=PVcashinflows−PVoutflows
NPV=476,085+24,788−500,000=874
NPV using a rate of 20.5% is 874,since it is positive but not large we can try a closer higher rate
remember our target is to have NPV at zero
Lets try 20.6, we apply the same concept as above
pva=120,000∗0.2061−(1+0.206)(9)=474,576
pv=160,000∗(1+0.206)10)1=24,576
NPV=474,085+24,576−500,000=−848
NPV using a rate of 20.6% is 848
since we have two rate which are close to zero we can use formula 3 above to calculate the exact IRR
IRR=20.5+874−−848874∗(20.6−20.5)=20.55
IRR=20.55%
Comments