Mathematical proof question:

method to be used: mathematical induction
in Other Math Topics by

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.

1 Answer

For n=1, 2, 3 Tn<2,4,8 respectively is true. So the base case holds.

Assume the hypothesis that Tn≤2^n.

T[n+1]=T[n]+T[n-1]+T[n-2]=T[n-1]+T[n-2]+T[n-3]+T[n-2]+T[n-3]+T[n-4]+T[n-3]+T[n-4]+T[n-5]=

T[n+1]=T[n-1]+2T[n-2]+3T[n-3]+2T[n-4]+T[n-5]

Apply the hypothesis to all T terms on the right.

T[n+1]≤2^(n-1)+2*2^(n-2)+3*2^(n-3)+2*2^(n-4)+2^(n-5)

T[n+1]≤2^(n-1)+2^(n-1)+3*2^(n-3)+2^(n-3)+2^(n-5)

T[n+1]≤2^n+2^(n-1)+2^(n-5)

T[n+1]≤2^(n-5)(32+16+1)

T[n+1]≤2^(n-5)*49

49=2^5.61 approx so 2^(n-5)*49=2^(n-0.61) approx.

T[n+1]≤2^(n-0.61); n+1>n-0.61⇒ 1>-0.61 which is true therefore T[n+1]≤2^(n+1).
by Top Rated User (1.1m points)

Related questions

0 answers
1 answer
asked Aug 28, 2021 in Word Problem Answers by Kaela187 Level 1 User (680 points) | 297 views
1 answer
1 answer
0 answers
asked Feb 11, 2013 in Word Problem Answers by anonymous | 1.1k views
1 answer
asked Jan 23, 2024 in Other Math Topics by anonymous | 504 views
Welcome to MathHomeworkAnswers.org, where students, teachers and math enthusiasts can ask and answer any math question. Get help and answers to any math problem including algebra, trigonometry, geometry, calculus, trigonometry, fractions, solving expression, simplifying expressions and more. Get answers to math questions. Help is always 100% free!
87,551 questions
99,638 answers
2,417 comments
441,956 users