#i need a quick way to figure out sequences like this
90 messages · Page 1 of 1 (latest)
The uh what is it called the first digits are 3, 13, 23
And 8, 18
Sorry english isn't my first language
Ok, yep. Now look at some term and at its consecutive term
Can you spot some similarity there?
One is plus, one is minus, one is plus
All of them are fractions?
Yeah
Anything else?
Is there something special about their numerator?
Or denominator?
They have the common difference of 5 in the bottom
Exactly
is this an arithmetico geometric series?
This will be important, together with this
And the numerator just stays 1
I think the bottom one is arithmetic
The denominator
Yep
Can you find an explicit form for it?
Atleast for the denominator (bottom) first
@glad bolt what exactly do you want to do with this sequnce
5x-1
Does that generate 3?
Find the common term
Or 8?
5x-2
Yeah
Now how can we generate alternating + and -?
Can you find an expression for that?
put a (-1)^n
(I was asking Bill but yes)
Ah, alright
Ok, so [a_1 = (-1)^1 \cdot \frac{1}{5(1) - 2} = - \frac 1 3.] Yep, works. [a_2 = (-1)^2 \cdot \frac{1}{2(5) - 2} = \frac 1 8.] Also works. And so on.
@glad bolt did you mean general term by common term?
i thought u meant the common difference
or the common ratio
Thats what we call it here
Yeah general term ig
Thank you for your insight
Whats the general term for a series like this
1, -1, 1, -1....
That's called an "Alternating sequence" if that's what you want to know
Yes i think its that
Is it like
(-1)^x-1
Well, you could have e.g. 1, -4, 9, -16, 25, -36, ...
When you see it's alternating, you know the first factor will be (-1)^n, in this case, if you start with a_1, it will be (-1)^(n + 1) because the first term is positive
And you can continue to just look at the absolute values,
1, 4, 9, 16, 25, 36
And find an explicit form for that.
If you notice that's n^2, then you put it together:
a_n = (-1)^(n + 1) * n^2, for natural n >= 1
Wow it is
You guys can math really fast
I think i'll keep practicing till i can get the patterns
Is there really no way to find the general term of a sequence with a calculator?
It depends on what you did in class, if you haven't done much on this topic, probably the sequences will be rather easy to spot like now
There is an entire theory revolving around finding closed forms of sequences
"recurrence relations"
I can definitely find the general term but it takes a long time
Skill issue ig
I really wouldn't have time for trial & error on a 60 min exam with 100 questions
True. Though in that case, the sequences will probably be rather easy to spot
So yeah, practice and you'll spot stuff easier
I'll pray for that too
Well, you can also practice spotting closed forms for harder sequences, then you won't need to worry..
You can attempt \begin{enumerate} \item [9, 5, 1, -3, -7, -11, \dots] \item [1, 2, 4, 8, 16, 32, 64, \dots] \item [1, 3, 7, 15, 31, 63, \dots] \item [2, 6, 12, 20, 30, 42, 56, 72, 90, \dots]\end{enumerate}
Hello!