I'm having a problem with the following Question:
'After n years, Karlie's simple interest account contains £1000(1+0.04n) whilst Tayor's compound interest account contains £1000(1.03)^n.
Use a bracketing method with starting values for n = 8 and n = 40 to find the number of years when both accounts have the same amount of money.'
I decided to start by making a polynomial = 0 : so 1+0.04n = 1.03^n => 1.03^n -0.04n - 1 =0
This can then be converted to 1.03 = nth root of (0.04n +1) or (0.04n + 1)^1/n = 1.03
n=8 gives 1.0353 and n=40 gives 1.0242 (4 pl.) so I assume these are the outer 'brackets' and you have to use iteration to get as close to 0 as possible?
So how does this relate to the number of years the account is the same-will that equate to the number of iterations ? Can't quite grasp this and I'm not sure I'm not off track already.
'After n years, Karlie's simple interest account contains £1000(1+0.04n) whilst Tayor's compound interest account contains £1000(1.03)^n.
Use a bracketing method with starting values for n = 8 and n = 40 to find the number of years when both accounts have the same amount of money.'
I decided to start by making a polynomial = 0 : so 1+0.04n = 1.03^n => 1.03^n -0.04n - 1 =0
This can then be converted to 1.03 = nth root of (0.04n +1) or (0.04n + 1)^1/n = 1.03
n=8 gives 1.0353 and n=40 gives 1.0242 (4 pl.) so I assume these are the outer 'brackets' and you have to use iteration to get as close to 0 as possible?
So how does this relate to the number of years the account is the same-will that equate to the number of iterations ? Can't quite grasp this and I'm not sure I'm not off track already.