Series using mathematical induction (2)

Algebra Level 2

Sequence { a n } \{a_n\} satisfies the following conditions: a 3 = 63 , a n + 1 = 4 a n + 3. a_3=63 \ , \ a_{n+1} = 4a_n + 3. Find the minimum positive integer n n that satisfies a n + 1 > a n + 300. a_{n+1}>a_n +300.


The answer is 4.

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

4 solutions

Kunal Mandil
Jun 7, 2014

a4 = a3 +3 = (63*4) + 3 = 255

which doesn't satisfy the condition as 255<363 when n=3

a5 = a4 +3 = (255*4) + 3 = 1023

and when n=4 it satisfies the condition..

Or you can simplify the inequality as a n > 99 a_n\gt 99 and then use the given recurrence to list out a n a_n values n N \forall n\in \mathbb{N} where the sequence is defined and give the answer by matching the a n a_n values with the inequality.

Prasun Biswas - 6 years, 5 months ago
Filippo Olivetti
Nov 29, 2016

a n + 1 = 4 a n + 3 a_{n+1}=4a_{n}+3

I will prove with induction that a n = 4 n 1 a_{n}=4^n-1 . For n = 3 a 3 = 4 3 1 = 63 n=3 \rightarrow a_3=4^3-1 = 63 . Suppose that for any integer k the equation is demonstrated, we have to prove a k + 1 = 4 k + 1 1 a_{k+1} = 4^{k+1}-1 .

From hypothesis: a k + 1 = 4 a k + 3 a_{k+1} = 4 a_k+3

From inductive hypothesis a k + 1 = 4 ( 4 k 1 ) + 3 a k + 1 = 4 k + 1 1 a_{k+1} = 4 (4^k-1)+3 \rightarrow a_{k+1}= 4^{k+1}-1 as we want.

So, a n + 1 > a n + 300 4 n + 1 1 > 4 n 1 + 300 4 n ( 4 1 ) > 300 4 n > 100 a_{n+1} > a_n+300 \rightarrow 4^{n+1} -1 > 4^n-1+300 \rightarrow 4^n(4-1) > 300 \rightarrow 4^n > 100 Hence n = 4 n=4 .

Rishabh Gupta
Oct 22, 2016

Given conditions an+1 > an + 300 and an+1= 4an + 3 So 4an + 3 > an + 300 => an > 99 Since, a3 is given as 63, So, a4 will be 4*63 + 3 That definitely seems greater than 99.

Joonathan Ryan
Feb 1, 2017

We can find the explicit formula for a n an which is 4 n 1 4^n-1

n = 4 n=4 is obviously the answer

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...