MHB -z78 first four terms of the sequence of π‘Ž_(𝑛+1)=π‘Ž_𝑛+𝑛,π‘Ž_1=βˆ’1.

  • Thread starter Thread starter karush
  • Start date Start date
  • Tags Tags
    Sequence Terms
Click For Summary
The sequence defined by the recursion a_(n+1) = a_n + n, with a_1 = -1, produces the first four terms as follows: a_1 = -1, a_2 = 0, a_3 = 1, and a_4 = 2. The calculations involve adding the current term to the index n, starting from the initial term. The process is iterative, with each subsequent term being derived from the previous one. The final result confirms that the first four terms of the sequence are -1, 0, 1, and 2.
karush
Gold Member
MHB
Messages
3,240
Reaction score
5
Write out the first four terms of the sequence defined by the recursion n_(n+1)=n_1+1,n_1=βˆ’1

$\text{Write out the first four terms of the sequence defined by the recursion}$
$$\displaystyle
a_{n+1}=a_1+1,a_1=βˆ’1$$.
$\text{so then}$
$$\displaystyle
a_{0+1}=-1+0=-1$$

$\text{stuck!}$
 
Last edited:
Physics news on Phys.org
Re: Write out the first four terms of the sequence defined by the recursion π‘Ž_(𝑛+1)=π‘Ž_𝑛+𝑛,π‘Ž_1=βˆ’1.

We are given the first term, so we need to manually compute the next 3 terms...here's the second one:

$$a_{1+1}=a_2=a_1+1=-1+1=0$$

Can you proceed?
 
Re: Write out the first four terms of the sequence defined by the recursion π‘Ž_(𝑛+1)=π‘Ž_𝑛+𝑛,π‘Ž_1=βˆ’1.

MarkFL said:
We are given the first term, so we need to manually compute the next 3 terms...here's the second one:

$$a_{1+1}=a_2=a_1+1=-1+1=0$$

Can you proceed?
$$a_{2+1}=a_3=a_1+1=-1+2=1$$
$$a_{3+1}=a_4=a_1+1=-1+3=2$$
$\textsf{so the first 4 terms are } $ $-1,0,1,2$
 
Re: Write out the first four terms of the sequence defined by the recursion π‘Ž_(𝑛+1)=π‘Ž_𝑛+𝑛,π‘Ž_1=βˆ’1.

karush said:
$$a_{2+1}=a_3=a_1+1=-1+2=1$$
$$a_{3+1}=a_4=a_1+1=-1+3=2$$
$\textsf{so the first 4 terms are } $ $-1,0,1,2$

We have:

$$a_1=-1$$

$$a_{1+1}=a_2=a_1+1=-1+1=0$$

$$a_{2+1}=a_3=a_2+2=0+2=2$$

$$a_{3+1}=a_4=a_3+3=2+3=5$$
 
Re: Write out the first four terms of the sequence defined by the recursion

so $a_1$ is not a constant but is replaced
 
Last edited:
Re: Write out the first four terms of the sequence defined by the recursion π‘Ž_(𝑛+1)=π‘Ž_𝑛+𝑛,π‘Ž_1=βˆ’1.

The recursive definition is:

$$a_{n+1}=a_{n}+n$$

So, when we compute $a_2$, we let $n=1$, and so only then will we have $a_1$ on the RHS of the definition. :D
 
Thread 'Problem with calculating projections of curl using rotation of contour'
Hello! I tried to calculate projections of curl using rotation of coordinate system but I encountered with following problem. Given: ##rot_xA=\frac{\partial A_z}{\partial y}-\frac{\partial A_y}{\partial z}=0## ##rot_yA=\frac{\partial A_x}{\partial z}-\frac{\partial A_z}{\partial x}=1## ##rot_zA=\frac{\partial A_y}{\partial x}-\frac{\partial A_x}{\partial y}=0## I rotated ##yz##-plane of this coordinate system by an angle ##45## degrees about ##x##-axis and used rotation matrix to...

Similar threads

  • Β· Replies 3 Β·
Replies
3
Views
2K
  • Β· Replies 9 Β·
Replies
9
Views
1K
Replies
24
Views
6K
  • Β· Replies 18 Β·
Replies
18
Views
3K
  • Β· Replies 2 Β·
Replies
2
Views
2K
  • Β· Replies 3 Β·
Replies
3
Views
3K
  • Β· Replies 5 Β·
Replies
5
Views
2K
  • Β· Replies 2 Β·
Replies
2
Views
2K
  • Β· Replies 1 Β·
Replies
1
Views
1K
  • Β· Replies 15 Β·
Replies
15
Views
3K