Question #60847

On 1 Jan 2014 a bird sanctuary is home to 25 birds. During Jan 2014, 3 more birds are brought into the sanctuary. During each subsequent month, 2 more birds are brought into the sanctuary than were brought in during the previous month. Assuming that no birds die or leave the sanctuary, work out how many birds are in the sanctuary on 31 Dec 2014.
1

Expert's answer

2016-08-15T08:27:56-0400

Answer on Question #60847 – Math – Algebra

Question

On 1 Jan 2014 a bird sanctuary is home to 25 birds. During Jan 2014, 3 more birds are brought into the sanctuary. During each subsequent month, 2 more birds are brought into the sanctuary than were brought in during the previous month. Assuming that no birds die or leave the sanctuary, work out how many birds are in the sanctuary on 31 Dec 2014.

Solution

On 1 Jan 2014 a bird sanctuary is home to 25 birds.

During January 2014 a bird sanctuary is home to 25+3=2825 + 3 = 28 birds.

During each subsequent month, 2 more birds are brought into the sanctuary than were brought in during the previous month.

Let a1=25+3=28a_1 = 25 + 3 = 28. Then a2=a1+5=a1+(21+3)=28+5=33a_2 = a_1 + 5 = a_1 + (2 \cdot 1 + 3) = 28 + 5 = 33,


a3=a2+7=a2+(22+3)=33+7=40,a_3 = a_2 + 7 = a_2 + (2 \cdot 2 + 3) = 33 + 7 = 40,a4=a3+9=a3+(23+3)=40+9=49.a_4 = a_3 + 9 = a_3 + (2 \cdot 3 + 3) = 40 + 9 = 49.


Therefore the general formula for nthn^{\text{th}} term is


an+1=an+2n+3, where a0=25,a_{n+1} = a_n + 2n + 3, \text{ where } a_0 = 25,


hence


an+1an=2n+3.a_{n+1} - a_n = 2n + 3.


To prove that (1) is valid, we shall use the method of mathematical induction.

If n=0n = 0, then a1a0=3a_1 - a_0 = 3 is true, because it is given that 3 more birds are brought into the sanctuary during Jan 2014.

Let us assume that formula (1) holds for n=kn = k: ak+1ak=2k+3a_{k+1} - a_k = 2k + 3.

Consider the case n=k+1n = k + 1. It is given that during each subsequent month, 2 more birds are brought into the sanctuary than were brought in during the previous month.

If (2k+3)(2k + 3) birds are brought into the sanctuary during (k+1)th(k+1)^{\text{th}} month, then

(2k+3)+2=(2k+2)+3=2(k+1)+3(2k + 3) + 2 = (2k + 2) + 3 = 2(k + 1) + 3 birds are brought into the sanctuary during (k+2)th(k+2)^{\text{th}} month.

In other words, we proved that ak+2ak+1=2(k+1)+3a_{k+2} - a_{k+1} = 2(k + 1) + 3 holds, hence formula (1) holds for n=k+1n = k + 1.

According to the principle of mathematical induction, formula (1) is valid for any non-negative integer number nn.

Method 1

Sequence bk=k,k0b_{k} = k, k \geq 0, is arithmetic, where d=1d = 1, the formula for the sum gives


k=011k=k=111k=(1+2+3+4+5+6+7+8+9+10+11)=1+11211=611=66.\sum_{k=0}^{11} k = \sum_{k=1}^{11} k = (1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9 + 10 + 11) = \frac{1 + 11}{2} \cdot 11 = 6 \cdot 11 = 66.


Sequence ck=1,k0c_{k} = 1, k \geq 0, is constant, the sum is


k=0111=112=12\sum_{k=0}^{11} 1 = 1 \cdot 12 = 12


Using formula (1) and summing up all differences ak+1aka_{k+1} - a_k from k=0k = 0 to 11 obtain


k=011(ak+1ak)=a1a0+a2a1+a3a2+a4a3+a5a4+a6a5+a7a6+a8a7+a9a8+a10a9+a11a10+a12a11==(a1a1)+(a2a2)+(a3a3)+(a4a4)+(a5a5)+(a6a6)+(a7a7)+(a8a8)+(a9a9)+(a10a10)+(a11a11)+a12a0==a12a0=k=011(2k+3)=2k=011k+3k=0111==266+312=132+36=168, hence a12=a0+k=011(ak+1ak)=25+168=193.\sum_{k=0}^{11} (a_{k+1} - a_k) = a_1 - a_0 + a_2 - a_1 + a_3 - a_2 + a_4 - a_3 + a_5 - a_4 + a_6 - a_5 + a_7 - a_6 + a_8 - a_7 + a_9 - a_8 + a_{10} - a_9 + a_{11} - a_{10} + a_{12} - a_{11} = \\ = (a_1 - a_1) + (a_2 - a_2) + (a_3 - a_3) + (a_4 - a_4) + (a_5 - a_5) + (a_6 - a_6) + (a_7 - a_7) + (a_8 - a_8) + (a_9 - a_9) + (a_{10} - a_{10}) + (a_{11} - a_{11}) + a_{12} - a_0 = \\ = a_{12} - a_0 = \sum_{k=0}^{11} (2k + 3) = 2 \sum_{k=0}^{11} k + 3 \sum_{k=0}^{11} 1 = \\ = 2 \cdot 66 + 3 \cdot 12 = 132 + 36 = 168, \text{ hence } \\ a_{12} = a_0 + \sum_{k=0}^{11} (a_{k+1} - a_k) = 25 + 168 = 193.


**Answer:** 193.

Method 2

an+1=an+2n+3, where a0=25,a_{n+1} = a_n + 2n + 3, \text{ where } a_0 = 25,


is non-homogeneous recurrence equation.

The characteristic equation is rn+1rn=0r^{n+1} - r^n = 0, rn(r1)=0r^n(r-1) = 0, hence r1=0r_1 = 0, r2=1r_2 = 1. So an=C10n+C21n=C2a_n = C_1 0^n + C_2 \cdot 1^n = C_2.

Let bn=cn2+dnb_n = c n^2 + d n be a particular solution, then


bn+1=bn+2n+3,b_{n+1} = b_n + 2n + 3,c(n+1)2+d(n+1)=cn2+dn+2n+3,c(n+1)^2 + d(n+1) = c n^2 + d n + 2n + 3,2cn+c+d=2n+3,2cn + c + d = 2n + 3,


hence 2c=22c = 2, c=1c = 1, c+d=3c + d = 3, d=3c=31=2d = 3 - c = 3 - 1 = 2.

Thus, bn=cn2+dn=n2+2nb_n = cn^2 + dn = n^2 + 2n is a particular solution of non-homogeneous equation.

The general solution of non-homogeneous equation is an=n2+2n+Ca_n = n^2 + 2n + C, where CC is arbitrary real constant.

Using a0=25a_0 = 25 obtain a0=02+20+C=C=25a_0 = 0^2 + 2 \cdot 0 + C = C = 25.

Thus, an=n2+2n+25a_n = n^2 + 2n + 25 is the solution of problem (2).

Finally a12=122+212+25=144+24+25=144+49=193a_{12} = 12^2 + 2 \cdot 12 + 25 = 144 + 24 + 25 = 144 + 49 = 193.

Answer: 193.

Method 3

On 1 Jan 2014 a bird sanctuary is home to 25 birds.

During January 2014 a bird sanctuary is home to (25+3)=28(25 + 3) = 28 birds.

During each subsequent month, 2 more birds are brought into the sanctuary than were brought in during the previous month.

During February 2014 a bird sanctuary is home to (25+3)+3+2=28+3+2=28+5=33(25+3)+3+2=28+3+2=28+5=33 birds.

During March 2014 a bird sanctuary is home to (25+3)+3+2+2=33+5+2=33+7=40(25+3)+3+2+2=33+5+2=33+7=40 birds.

During April 2014 a bird sanctuary is home to 40+7+2=40+9=4940+7+2=40+9=49 birds.

During May 2014 a bird sanctuary is home to 49+9+2=49+11=6049+9+2=49+11=60 birds.

During June 2014 a bird sanctuary is home to 60+11+2=60+13=7360+11+2=60+13=73 birds.

During July 2014 a bird sanctuary is home to 73+13+2=73+15=8873+13+2=73+15=88 birds.

During August 2014 a bird sanctuary is home to 88+15+2=88+17=10588+15+2=88+17=105 birds.

During September 2014 a bird sanctuary is home to 105+17+2=105+19=124105+17+2=105+19=124 birds.

During October 2014 a bird sanctuary is home to 124+19+2=124+21=145124+19+2=124+21=145 birds.

During November 2014 a bird sanctuary is home to 145+21+2=145+23=168145+21+2=145+23=168 birds.

During December 2014 a bird sanctuary is home to 168+23+2=168+25=193168+23+2=168+25=193 birds.

Answer: 193 birds.

www.AssignmentExpert.com


Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Comments

Assignment Expert
15.08.16, 15:33

Dear karen. The formula for n-th term was based on relationship of the first four terms. To prove validity of formula for any non-negative integer number, one can use the method of mathematical induction.

karen
12.08.16, 22:21

Sorry, have just seen changed answer. Thank you so much for your help

karen
12.08.16, 22:17

How do I write it though? 25+(number of months)(2n+1) I'm confused, please help. Thank You

Assignment Expert
12.08.16, 21:47

Dear Karen. You are right. Thank you for correcting us.

karen
12.08.16, 18:24

I have same question as 60847 but I’m not convinced the answer given is correct. Can anyone help me with the formula assuming that what I am thinking is correct at the end of Jan there are 28 birds. During Feb, 2 more than the previous month are brought in i.e. 28(jan total) + 3 (the total brought in during Jan)+2 (the two more) i.e. 33 birds. During March 33 + 5 (from Feb) +2 = 40 During April = 40 + 7 +2 etc etc I can check my total of birds but unsure how to work the formula/equation. thanks

karen
12.08.16, 18:12

I have same question as 60847 but I don't think the solution given is correct. Can anyone help me assuming that what I am thinking is correct I agree that at the end of Jan there are 28 birds. During Feb, 2 more than the previous month are brought in i.e. 28(jan total) + 3 (the total brought in during Jan)+2 (the two more) i.e. 33 birds. During March 33 + 5 (from Feb) +2 = 40 During April = 40 + 7 +2 etc etc I can happily check my total of birds but unsure how to write the formula.

LATEST TUTORIALS
APPROVED BY CLIENTS