End-of-Chapter Exercises
End-of-Chapter Exercises
Last updated at June 9, 2026 by Teachoo
Transcript
Question 14 Suppose P_1=1,P_2=2 and for π>2,P_n=P_1+P_2+β―+P_(nβ1)+1. Find the values of P_1,P_2,β¦,P_8. Can you find a simpler recursive formula for P_n? Can you give an explicit formula? Letβs do it one by one Finding the values of π·_π to π·_π The rule is: to find the next number, add up all the previous numbers and then add 1. π_1=π" (Given)" π_2=π" (Given)" π_3=π_1+π_2+1=1+2+1=π π_4=π_1+π_2+π_3+1=1+2+4+1=π π_5=(1+2+4+8)+1=ππ π_6=(1+2+4+8+16)+1=ππ π_7=(1+2+4+8+16+32)+1=ππ π_8=(1+2+4+8+16+32+64)+1=πππ Finding a simpler recursive formula Look closely at the definition of any term, say π_π : π_π=(π_1+π_2+β―+π_(πβ2)+1)+π_(πβ1) Notice that the entire part in the parentheses is exactly the formula for the previous term, π_(πβ1). If we substitute π_(πβ1) into that spot, the equation becomes: β (π_π=π_(πβ1)+π_(πβ1)@π_π=2β π_(πβ1) ) The simpler recursive formula is just multiplying the previous term by 2 (for π>2 ). 3. Giving an explicit formula Since the sequence is 1,2,4,8,16,32,64,128β¦, we are just looking at powers of 2 . β (&β@& β@& β@& β@& β@&π_2=2^0@&π_3=2^2 ) The exponent is always one less than the position number (π). Therefore, the explicit formula is: π_π=2^(πβ1)