Find the first five terms of sequence

  • Context: High School 
  • Thread starter Thread starter vaastav
  • Start date Start date
  • Tags Tags
    Sequence Terms
Click For Summary

Discussion Overview

The discussion revolves around finding the first five terms of a sequence defined by a recurrence relation. The sequence is specified with an initial term and a formula for subsequent terms, focusing on the application of the recurrence relation.

Discussion Character

  • Homework-related

Main Points Raised

  • One participant asks how to find the first five terms of the sequence defined by a1=7 and an=an-1 – 4 for n>=2.
  • Another participant suggests plugging in numbers to compute the terms, demonstrating the calculation for a2 as a2 = a1 - 4 = 3.
  • A later reply emphasizes the importance of using parentheses in the notation for clarity.
  • Additional comments acknowledge the use of LaTeX as an alternative for clearer expression.

Areas of Agreement / Disagreement

Participants generally agree on the method of calculating the terms, but there is no formal consensus on the notation preferences.

Contextual Notes

There are mentions of notation clarity and the need for parentheses, indicating potential ambiguity in the original expression.

Who May Find This Useful

This discussion may be useful for students learning about sequences and recurrence relations, particularly in a homework context.

vaastav
Messages
6
Reaction score
0
How can we find the first five terms of sequence given below?

a1=7; an=an-1 – 4, n>=2
 
Physics news on Phys.org
By pluggin in numbers...

a_1 = 7

a_n = a_(n - 1) - 4, n >= 2 (you really need to use parantheses here).

To find a_2, let n = 2. Then we have:

a_2 = a_(2 - 1) - 4 = a_1 - 4 = 7 - 4 = 3.

You use the same technique to find the rest of the numbers.
 
Thanx

Thanx
 
Originally posted by Muzza
(you really need to use parantheses here).


Or Latex
 
Yeah, I guess that works too. ;)
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 7 ·
Replies
7
Views
4K
  • · Replies 24 ·
Replies
24
Views
6K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 38 ·
2
Replies
38
Views
8K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 18 ·
Replies
18
Views
2K