Ask your own question, for FREE!
Mathematics 8 Online
OpenStudy (shaeelynn):

Each of these sequence or series formulas involves four quantities. For each formula, describe the four quantities. Then explain how you can find the fourth quantity if you know the values of the other three. a)An=A1+(n-1)d b)Sn=n/2(A1+An) c)An=A1r^n-1 d)Sn=(A1(1-r^n)/(1-r)

OpenStudy (shaeelynn):

OpenStudy (shaeelynn):

someone please help!

satellite73 (satellite73):

\[a_n=a_1+(n-1)d\]for example?

satellite73 (satellite73):

\(a_1\) is the first term, you can tell because of the little 1 \(n\) is the number of terms, and so \(a_n\) is the "nth" term and \(d\) is the "common difference" how is that for english?

OpenStudy (shaeelynn):

i still dont get it

zepdrix (zepdrix):

Don't get it? If \(\large\rm a_{\color{orangered}{1}}\) is the \(\large\rm \color{orangered}{1st}\) term, then is there some notation we can use to write our \(\large\rm \color{orangered}{4th}\) term?

OpenStudy (mathmale):

Your "An=A1+(n-1)d" was one of the first formulas for sequences that I had to learn. I learned it using slightly different notation: n is the number of terms in an arithmetic sequence; d is the common difference (the jump from one term of the sequence to the next); a is the first term; l is the last term. Invent some sequence (e. g., a=3, n=5, d=2) and use this formula to predict the last term. Write out the sequence, term by term.

OpenStudy (jtvatsim):

@shaeelynn Are the symbols the most confusing part for you?

OpenStudy (shaeelynn):

yes i don't really understand it my teacher gave us this assignment and didn't teach us how to do ittt

OpenStudy (jtvatsim):

Well, then, we should probably start with the basics.

OpenStudy (jtvatsim):

You've probably said this sequence before in a math class: 2, 4, 6, 8, 10, 12, 14, 16, ...

OpenStudy (jtvatsim):

A "sequence" is just a list of numbers that follows a pattern.

OpenStudy (jtvatsim):

The sequence we said above, is just the "counting by twos" sequence.

OpenStudy (jtvatsim):

Make sense so far?

OpenStudy (shaeelynn):

yess

OpenStudy (jtvatsim):

Cool, now mathematicians wanted a way to write down this sequence using a formula. It gets a bit exhausting to have to keep writing a bunch of numbers just to see the pattern.

OpenStudy (jtvatsim):

What they thought is something like this. Step 1) We'll give each number a name. We'll call them "a_n" that's a subscript n.

OpenStudy (jtvatsim):

For example, a1 = 2 it is the 1st term a2 = 4 it was the 2nd term a3 = 6 it was the 3rd term ... etc.

OpenStudy (jtvatsim):

Any questions on that part?

OpenStudy (jtvatsim):

We are basically just using "a_1" as a name for the first number of the sequence (also called the first "term"). "a_2" is the name for the second number of the sequence... and so on. Make sense?

OpenStudy (shaeelynn):

yes that makes sense

OpenStudy (jtvatsim):

OK, so just so you can see how this works. I (being a fancy mathematician) might ask, "Well, what is a_5?" What I am really asking is what is the fifth term of the sequence.

OpenStudy (jtvatsim):

Well, of course, we could go back to our list of numbers that I posted earlier, and we could see that a_5 = 10. The fifth number of the sequence was 10.

OpenStudy (jtvatsim):

Alright, so at this point, you should be able to understand what a_1, a_2, a_3, and so on mean.

OpenStudy (jtvatsim):

Now for the next step.

OpenStudy (jtvatsim):

Instead of writing out all the numbers, I could be very clever and write this: a_n = 2*n

OpenStudy (jtvatsim):

Ack! What does this mean?

OpenStudy (jtvatsim):

Well, this is the formula for the "counting by twos" sequence.

OpenStudy (jtvatsim):

Here's how it works. Let's find the first number of the sequence. We choose n = 1, the first.

OpenStudy (jtvatsim):

Plug in n = 1, and we magically get: a_n = 2*n a_1 = 2*1 -> a_1 = 2

OpenStudy (jtvatsim):

And that matches what we got before! Try it with n = 2. The second term.

OpenStudy (jtvatsim):

a_n = 2*n a_2 = 2*2 -> a_2 = 4

OpenStudy (jtvatsim):

It keeps working! Now, your turn. What is a_3, using the formula?

OpenStudy (jtvatsim):

If you need a hint let me know.

OpenStudy (shaeelynn):

6?

OpenStudy (jtvatsim):

Yes, that is correct!

OpenStudy (jtvatsim):

Sorry, my internet was lagging.

OpenStudy (jtvatsim):

What's really nice about the formula is it let's you figure out things that would be impossible! Like what is the 200th term of the sequence? With the formula it's easy: a_n = 2*n a_200 = 2*200 a_200 = 400

OpenStudy (jtvatsim):

OK, that is the basics for sequences. We have to make things a little harder in order to answer your original question.

OpenStudy (jtvatsim):

With our formula method, we can invent new sequences that we haven't seen before: Let's try one that is very similar to (a) of your question.

OpenStudy (jtvatsim):

a_n = a_1 + (n-1)*3

OpenStudy (jtvatsim):

This formula looks really complicated! But, it's basically the same idea.

OpenStudy (jtvatsim):

This formula needs us to tell it what a_1 is, so let's just say that a_1 = 1.

OpenStudy (jtvatsim):

Now, we can figure out what the second term has to be. a_2 Just plug in n = 2. a_n = 1 + (n-1)*3 a_2 = 1 + (2-1)*3 -> a_2 = 1 + (1)*3 -> a_2 = 1+3 -> a_2 = 4

OpenStudy (jtvatsim):

See how I did that?

OpenStudy (shaeelynn):

yes i do

OpenStudy (jtvatsim):

Great, if you keep plugging in different n's like n = 3, n = 4, n = 5, you will get more and more terms of the sequence. For the formula I made up, this would be a_1 = 1, a_2 = 4, a_3 = 7, a_4 = 10, a_5 = 13. and so on.

OpenStudy (jtvatsim):

Now, what I'd recommend is rereading the chapter and following the examples in the book. I could try and go through all the different ways to set up and solve these problems but it would get very messy. Before I stop though, let's revisit satellite's answer to understand what he was saying.

OpenStudy (jtvatsim):

Part a) a_n = a_1 + (n-1)*d The "n"th term is found by taking the "first term" and adding "(n-1)" multiplied by the difference "d." It turns out that the number to the right of the (n-1) [the d] predicts the difference between the terms. You can see this in my example above (d was 3) and the numbers jump by 3.

OpenStudy (jtvatsim):

Your book should teach you how to solve the problems. You might also want try searching for "sequences and series" on Khan Academy.

OpenStudy (jtvatsim):

Oh, this might be helpful, here is a quick translation of the common symbols used in this part of math: a_n = the "nth term of the sequence" a_1 = the "1st term of the sequence" d = the "common difference" r = the "common ratio"

OpenStudy (jtvatsim):

If you don't like your textbook, this series of videos might be helpful: https://www.khanacademy.org/math/precalculus/seq-induction

OpenStudy (shaeelynn):

thank youu

OpenStudy (jtvatsim):

you're welcome

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!