Problems from Definition and general term of a sequence

Verify whether the following numbers belong to every sequence, and in affirmative case state what position they occupy:

a) $$25$$. Does it belong to the sequence $$a_n=(3n+4)_{n\in\mathbb{N}}$$?

b) $$\dfrac{9}{5}$$. Does it belong to the sequence $$c_n=\dfrac{n^2}{n+1}$$?

See development and solution

Development:

a) The number $$25$$ will belong to the sequence if there exists a natural number $$n$$ in such a way that $$a_n=25$$. Since $$a_n=3n+4$$, replacing an equality in the other one we have: $$$25=3n+4$$$ $$$3n=21$$$ $$$n=7$$$

So, not only do we see that it belongs to the sequence, but we have figured out which position it occupies.

b) We will proceed as in the previous case: $$$\left. \begin{array}{c} c_n=\dfrac{9}{5} \\ c_n=\dfrac{n^2}{n+1} \end{array} \right\} \Rightarrow \dfrac{9}{5}=\dfrac{n^2}{n+1} \Rightarrow 9(n+1)=5n^2$$$

So we can only solve the equation of the second grade:

$$$5n^2-9n-1=0 \Rightarrow n=\dfrac{9\pm3\sqrt{5}}{10}$$$ Since we have not obtaind any natural value for $$n$$, the number $$\dfrac{9}{5}$$ is not part of the sequence (it cannot occupy an irrational position!).

Solution:

a) $$a_7=25$$

b) It does not belong to the sequence.

Hide solution and development

Find the general term of the following sequences:

a) $$(1,4,9,16,\ldots)$$

b) $$(-2,4,-6,8,\ldots)$$

See development and solution

Development:

a) We relate every term to the position it occupies: $$$a: \mathbb{N} \rightarrow \mathbb{R}$$$ $$$1\rightarrow 1$$$ $$$2\rightarrow 4$$$ $$$3\rightarrow 9$$$ $$$4\rightarrow 16$$$ $$$\ldots$$$

If we focus on the first term, we see that this one has not been modified, and we do not get any information. But if we focus on the second term, we see that $$a_2$$ is the double of $$2$$, $$a_3$$ is the triple of $$3$$, and $$a_4$$ is the result of $$4\cdot4$$, that is, in order to obtain every term, we have to multiply the position of the term by itself, so we have raised it to the power of two: $$$a_1=1^2=1, \ a_2=2^2=4, \ a_3=3^2=9, \ a_4=4^2=16, \ \ldots$$$ And as the general term we have: $$$a_n=(n^2)_{n\in\mathbb{N}}$$$

b) We will define this sequence in a recursive form. On the one hand, we observe that every term changes the sign in comparison to the previous one, and on the other hand, we can see that every term is double the previous one, so we have: $$$a_{n+1}=-2\cdot a_n$$$, and like that $$a_1=-2$$, we already have the sequence defined. (Also it is possible to give the general term $$a_n=(-2)^n$$ related to progressions.)

Solution:

a) $$a_n=(n^2)_{n\in\mathbb{N}}$$.

b) $$a_{n+1}=-2\cdot a_n$$, with $$a_1=-2$$.

Hide solution and development

Give the first five terms of the sequences with the general term:

a) $$a_n=(-1)^n(n+2)$$

b) $$b_n=\dfrac{(n+1)(n-1)}{2n^2}$$

c) $$c_n=3n^2-12$$

d) $$d_0=0$$, $$d_1=1$$ and $$d_{n+1}=d_n+d_{n-1}$$ (the sequence of Fibbonacci).

See development and solution

Development:

a) $$$a_1=(-1)^1(1+2)=-1\cdot3=-3$$$ $$$a_2=(-1)^2(2+2)=+1\cdot4=4$$$ $$$a_3=(-1)^3(3+2)=-1\cdot5=-5$$$ $$$a_4=(-1)^4(4+2)=+1\cdot6=6$$$ $$$a_5=(-1)^5(5+2)=-1\cdot7=-7$$$

b) $$$b_1=\dfrac{(1+1)(1-1)}{2\cdot1^2}=\dfrac{1\cdot0}{2}=0$$$ $$$b_2=\dfrac{(2+1)(2-1)}{2\cdot2^2}=\dfrac{3\cdot1}{8}=\dfrac{3}{8}$$$ $$$b_3=\dfrac{(3+1)(3-1)}{2\cdot3^2}=\dfrac{4\cdot2}{18}=\dfrac{4}{9}$$$ $$$b_4=\dfrac{(4+1)(4-1)}{2\cdot4^2}=\dfrac{5\cdot3}{32}=\dfrac{15}{32}$$$ $$$b_5=\dfrac{(5+1)(5-1)}{2\cdot5^2}=\dfrac{6\cdot4}{50}=\dfrac{12}{25}$$$

c) $$$c_1=3\cdot1^2-12=3-12=-9$$$ $$$c_2=3\cdot2^2-12=12-12=0$$$ $$$c_3=3\cdot3^2-12=27-12=15$$$ $$$c_4=3\cdot4^2-12=48-12=36$$$ $$$c_5=3\cdot5^2-12=75-12=63$$$

d) $$$d_0=0$$$ $$$d_1=1$$$ $$$d_2=d_1+d_0=1+1=2$$$ $$$d_3=d_2+d_1=2+1=3$$$ $$$d_4=d_3+d_2=3+2=5$$$ $$$d_5=d_4+d_3=5+3=8$$$ $$$d_6=d_5+d_4=8+5=13$$$

Solution:

a) $$a_n=(-3,4,-5,6,-7,\ldots)$$

b) $$b_n=\Big(0,\dfrac{3}{8},\dfrac{4}{9},\dfrac{15}{32},\dfrac{12}{25},\ldots\Big)$$

c) $$c_n=(-9,0,15,36,63,\ldots)$$

d) $$d_n=(0,1,2,3,5,\ldots)$$

Hide solution and development
View theory