algebraic expression for 14,18,22,26,30
MathBot Answer:
$$14,18,22,26,30,...$$This infinite sequence is an arithmetic sequence. The nth term rule for the sequence is $a_n=4 n + 10$, where $n>0$. The recursive formula is $a_n=a_{n-1} + 4$, where $n>1$ and $a_{1}=14$.
$$\begin{matrix}14&&18&&22&&26&&30\\[6pt]&+4&&+4&&+4&&+4\\[6pt]\end{matrix}$$
Explicit Formula
The formula for an arithmetic sequence where $a_1$ is the 1st term, $d$ is the common difference, and $n$ is the term number is $$a_n=a_1 + d (n - 1)$$
Find $a_1$ and $d$: $$\begin{aligned} a_1&=14 \\ d&=4 \end{aligned}$$
The nth term rule is:$$\begin{aligned} a_n&=a_1 + d (n - 1) \\ &=14 + 4 (n - 1) \\ &=4 n + 10 \end{aligned}$$
Recursive Formula
The formula for an arithmetic sequence where $a_{n-1}$ is the (n-1)th term, $d$ is the common difference, and $n>1$ is $$a_n=a_{n-1} + d$$
Find $d$: $$\begin{aligned} d=4 \end{aligned}$$
The nth term rule is:$$\begin{aligned} a_n&=a_{n-1} + d \\ &=a_{n-1} + 4 \\ &=a_{n-1} + 4 \end{aligned}$$