Geometric Sequences help - (3 given terms, find the rest)

In summary, to find the value of the first term for a geometric series, we can use the formulas tn = t1 x r^(n-1) and Sn = [t1 x (r^n) - 1] / (r - 1). By isolating t1 in the first formula and substituting it into the second formula, we can solve for t1. Alternatively, we can use the formula tn=t1(r^n-1) and substitute for t1 to get [t1 x (r^n) - 1] / (r - 1) = Sn, and solve for t1 from there.
  • #1
jaxx
10
0
I need to find the value of the first term for this geometric series.

Sn = 33
tn = 48
r = -2

I know that I have to take the formulas tn = t1 x r^(n-1), and Sn = [t1 x (r^n) - 1] / (r - 1), and isolate t1 for the first formula and then input that into the second, but I don't know the actual process of doing that.

If anyone can explain it step by step and with reasons maybe, that would be really helpful, I'm not good at math and get confused easily. Any help is appreciated
 
Mathematics news on Phys.org
  • #2
We are given:

\(\displaystyle S_n=t_1\frac{1-(-2)^n}{1-(-2)}=t_1\frac{1-(-2)^n}{3}=33\,\therefore\,t_1=\frac{99}{1-(-2)^n}\)

\(\displaystyle t_n=t_1(-2)^{n-1}=48\,\therefore\,(-2)^n=-\frac{96}{t_1}\)

Now, substitute for \(\displaystyle (-2)^n\) into the expression for \(\displaystyle t_1\) to get:

\(\displaystyle t_1=\frac{99}{1+\frac{96}{t_1}}\)

Can you proceed?
 
  • #3
sorry I'm not sure how you got to t1 = 99 / 1 - (-2)^n.

I get to 33 = t1[1 - (-2)^n] / 3, then wouldn't you multiply by 3 to get rid of the denominator, making it 99 = t1[1 - (-2)^n]?

either way I see you did multiply by 3, but I'm not sure what you did to flip the equation to get 1 - (-2)^n as the denominator, and Sn as the numerator.also when substituting in 99 / 1 - (-2)^n as t1 in the other formula, I'm not sure how to solve that. The equation would be 48 = [99 / 1 - (-2)^n] x (-2)^(n-1) right?

From there I'm not really sure how to go about solving it, I don't know if it's too much work for you to explain it all or not, but thanks for responding anyway.

Also at the end when you get (-2)^n = 96/t1, and then end up with t1 = (-2)^n, why does that 96 disappear? Or am I reading it wrong?
 
  • #4
jaxx said:
sorry I'm not sure how you got to t1 = 99 / 1 - (-2)^n.

I get to 33 = t1[1 - (-2)^n] / 3, then wouldn't you multiply by 3 to get rid of the denominator, making it 99 = t1[1 - (-2)^n]?

either way I see you did multiply by 3, but I'm not sure what you did to flip the equation to get 1 - (-2)^n as the denominator, and Sn as the numerator.

Okay, you are clear on how we get to:

\(\displaystyle 99=t_1\left(1-(-2)^n \right)\)

Now, we may divide both sides by \(\displaystyle 1-(-2)^n\) to get:

\(\displaystyle \frac{99}{1-(-2)^n}=\frac{t_1\left(1-(-2)^n \right)}{1-(-2)^n}\)

On the right, divide out or cancel like factors:

\(\displaystyle \frac{99}{1-(-2)^n}=\frac{t_1\cancel{\left(1-(-2)^n \right)}}{\cancel{1-(-2)^n}}\)

And we are left with:

\(\displaystyle \frac{99}{1-(-2)^n}=t_1\)

jaxx said:
...also when substituting in 99 / 1 - (-2)^n as t1 in the other formula, I'm not sure how to solve that.

What I did was solve for $(-2)^n$ with the second equation, and then substituted that into the first so that $t_1$ is the only unknown, and this is the unknown we are trying to find.

jaxx said:
...The equation would be 48 = [99 / 1 - (-2)^n] x (-2)^(n-1) right?

From there I'm not really sure how to go about solving it, I don't know if it's too much work for you to explain it all or not, but thanks for responding anyway.

This would allow you to find $n$, and then you could find $t_1$ from this, but I think my suggested method is more straightforward.

jaxx said:
...Also at the end when you get (-2)^n = 96/t1, and then end up with t1 = (-2)^n, why does that 96 disappear? Or am I reading it wrong?

I actually get:

\(\displaystyle (-2)^n=-\frac{96}{t_1}\)

because I multiplied both sides of \(\displaystyle t_1(-2)^{n-1}=48\) by $\frac{-2}{t_1}$.

I believe you are reading it wrong, as I substituted for \(\displaystyle (-2)^n=-\frac{96}{t_1}\) to get:

\(\displaystyle t_1=\frac{99}{1-\left(-\frac{96}{t_1} \right)}\)

\(\displaystyle t_1=\frac{99}{1+\frac{96}{t_1}}\)

You see, the $96$ is still there. Now we have an equation where the only unknown is $t_1$, which is what we seek. As the next step, I suggest multiplying both sides by:

\(\displaystyle 1+\frac{96}{t_1}\)

What do you get when you do this?
 
  • #5
Right, I get the first part now.

I get to t1 = -99 / -2^n - 1, and then substitute it into the tn formula like you did, which makes

48 = (-99 / -2^n - 1) [-2^(n-1)], and then multiply by -2 because it looks like that's what you did to get rid of it in the denominator.

So I get -96 = - 99 / (n - 1) x [-2^(n-1)], but from there I'm not sure what the next step is. I could multiply by n - 1 to get rid of the fraction, but that would just put the variable on both sides of the equation, which isn't what I want to do right?

If what I did was right, what's the next step?
 
  • #6
It looks like you are still trying to solve for $n$ instead of $t_1$. If you follow my suggestion, you need not worry about finding $n$, as you get rid of it by substitution and have an equation in one variable, the one we are asked to find.
 
  • #7
I guess I just don't understand at all why you would multiply both sides of t1(−2)n−1=48 by -2 / t1, and much less how to actually work through it from there.

I get why your way is easier, and it finds t1 instead of taking the extra step to find n and then produce t1, but if possible, would you mind showing me how to solve from here?

-96 = - 99 / (n - 1) x [-2^(n-1)]

I understand it a lot more if I do it that way, even if it might be longer and takes the extra step to produce both variables instead of just the one I need.

Thanks for all your help so far as well.
 
  • #8
No problem, I just wanted to point out that you get there more quickly the other way. So, let's go back to:

\(\displaystyle t_1\frac{1-(-2)^n}{3}=33\)

\(\displaystyle t_1(-2)^{n-1}=48\)

We may solving both for $t_1$ and then equate the results:

\(\displaystyle \frac{99}{1-(-2)^n}=\frac{48}{(-2)^{n-1}}\)

Multiplying the left side by \(\displaystyle -1=\frac{1}{-1}\) and the right side by \(\displaystyle -1=\frac{2}{-2}\) we get:

\(\displaystyle \frac{99}{(-2)^n-1}=\frac{96}{(-2)^{n}}\)

Cross-multiplying, we find:

\(\displaystyle 99(-2)^n=96(-2)^n-96\)

Subtracting through by \(\displaystyle 96(-2)^n\), we find:

\(\displaystyle 3(-2)^n=-96\)

Dividing through by $3$, we get:

\(\displaystyle (-2)^n=-32=(-2)^5\)

And so we must have:

\(\displaystyle n=5\)

Now you can find \(\displaystyle t_1\) from this.

Using my suggestion above, we find:

\(\displaystyle t_1+96=99\)

\(\displaystyle t_1=3\)

This is the value you should find for $n=5$.
 
  • #9
So why did you multiply by -1 = 1/-1? Can you not just multiply by 1/-1? Not sure I understand that bit, and multiplying by 2 / -2 gets rid of the -1 in (n - 1)? Also don't you have to multiply both sides of an equation by the same thing? Even though it is essentially the same but the negatives are different, I thought it had to be the exact same.

Also I'm not sure what you mean by 'subtracting through', when you simplify

99(−2)^n = 96 (−2)^n − 96

to get 3(−2)^n= −96.

I'm not sure how to simplify that, mainly I'm not sure how to get rid of the 2 "n" powers, or at least consolidate them into one.
 
  • #10
Hello, jaxx!

Another approach . . .


[tex]\text{Given: }\;\begin{Bmatrix}S_n &=& 33 \\ t_n &=& 48 \\ r &=& \text{-}2 \end{Bmatrix}[/tex]

[tex]\text{Find the first term, }t_1[/tex]

[tex]\text{Formula: }\:t_n \:=\:t_1r^{n-1}[/tex]

[tex]\text{Then: }\:t_n \:=\:t_1(\text{-}2)^{n-1} \:=\:48 [/tex]

[tex]\text{Hence: }\:t_1(\text{-}2)^n \:=\:\text{-}96\;\;\color{blue}{[1]}[/tex][tex]\text{Formula: }\:S_n \:=\:t_1\frac{1-r^n}{1-r}[/tex]

[tex]\text{Then: }\:S_n \:=\:t_1\frac{1-(\text{-}2)^n}{1-(\text{-}2)} \:=\:33 [/tex]

[tex]\text{Hence: }\:t_1\left[1-(\text{-}2)^n \right]\:=\:99[/tex][tex]\text{We have: }\:t_1 - t_1(\text{-}2)^n \:=\:99[/tex]

[tex]\text{Substitute }\color{blue}{[1]}:\;t_1 - (\text{-}96) \:=\:99 [/tex]

[tex]\text{Therefore: }\:t_1 \:=\:3[/tex]
 
  • #11
jaxx said:
So why did you multiply by -1 = 1/-1? Can you not just multiply by 1/-1? Not sure I understand that bit, and multiplying by 2 / -2 gets rid of the -1 in (n - 1)? Also don't you have to multiply both sides of an equation by the same thing? Even though it is essentially the same but the negatives are different, I thought it had to be the exact same.

Also I'm not sure what you mean by 'subtracting through', when you simplify

99(−2)^n = 96 (−2)^n − 96

to get 3(−2)^n= −96.

I'm not sure how to simplify that, mainly I'm not sure how to get rid of the 2 "n" powers, or at least consolidate them into one.

There are usually many ways to solve an equation, it really boils down to personal preference, as long as the operations are all legal.

When I say "subtracting through," this means subtracting from both sides.

Once you get to:

\(\displaystyle 3(-2)^n=-96\)

dividing both sides by 3 gives:

\(\displaystyle (-2)^n=-32\)

At this point, one can observe that \(\displaystyle -32=(-2)^5\) and then you are left to equate the exponents to get:

$n=5$.
 
  • #12
soroban said:
Hello, jaxx!

Another approach . . .



[tex]\text{Formula: }\:t_n \:=\:t_1r^{n-1}[/tex]

[tex]\text{Then: }\:t_n \:=\:t_1(\text{-}2)^{n-1} \:=\:48 [/tex]

[tex]\text{Hence: }\:t_1(\text{-}2)^n \:=\:\text{-}96\;\;\color{blue}{[1]}[/tex][tex]\text{Formula: }\:S_n \:=\:t_1\frac{1-r^n}{1-r}[/tex]

[tex]\text{Then: }\:S_n \:=\:t_1\frac{1-(\text{-}2)^n}{1-(\text{-}2)} \:=\:33 [/tex]

[tex]\text{Hence: }\:t_1\left[1-(\text{-}2)^n \right]\:=\:99[/tex][tex]\text{We have: }\:t_1 - t_1(\text{-}2)^n \:=\:99[/tex]

[tex]\text{Substitute }\color{blue}{[1]}:\;t_1 - (\text{-}96) \:=\:99 [/tex]

[tex]\text{Therefore: }\:t_1 \:=\:3[/tex]

Hence: t1[1−(-2)n]=99We have: t1−t1(-2)n=99why did it become t1 - t1? where did that come from?also, how did you just get rid of "n" at the end? there was never a determined = t1 equation, and when you substituted [1] that had n in it as well, so how did it disappear?
 
Last edited:
  • #13
MarkFL said:
There are usually many ways to solve an equation, it really boils down to personal preference, as long as the operations are all legal.

When I say "subtracting through," this means subtracting from both sides.

Once you get to:

\(\displaystyle 3(-2)^n=-96\)

dividing both sides by 3 gives:

\(\displaystyle (-2)^n=-32\)

At this point, one can observe that \(\displaystyle -32=(-2)^5\) and then you are left to equate the exponents to get:

$n=5$.
just out of curiosity, was I right when I got to this?

-96 = - 99 / (n - 1) x [-2^(n-1)]

if so, am I right by multiplying by -2 to get rid of the (^n - 1), and ending up with -192 = (99 / n - 1) (-2n), dividing by -2, getting 96 = (99 / n - 1) x n? I don't know what to do from there but was I right up until that point?also what I meant was that I wasn't sure how

99(−2)^n = 96 (−2)^n − 96

can become 3(−2)^n= −96. sorry for this taking so long, and thanks for the help
 
Last edited:
  • #14
jaxx said:
just out of curiosity, was I right when I got to this?

-96 = - 99 / (n - 1) x [-2^(n-1)]...

No, the denominator on the right is incorrect, it should be:

\(\displaystyle (-2)^{n}-1\)

Also, you should be aware that:

\(\displaystyle (-a)^n\ne -a^n\)

There is an order of operations issue at work. On the left, $-a$ is being raised to the $n$th power, while on the right $a$ is raised to the $n$th power, and then negated. If $n$ is odd, then they will be equal, but only because $(-1)^{2n+1}=-1$.

jaxx said:
...
also what I meant was that I wasn't sure how

99(−2)^n = 96 (−2)^n − 96

can become 3(−2)^n= −96. sorry for this taking so long, and thanks for the help

Okay, we have:

\(\displaystyle 99(-2)^n=96(-2)^n-96\)

Subtracting \(\displaystyle 96(-2)^n\) from both sides, we get:

\(\displaystyle 99(-2)^n-96(-2)^n=96(-2)^n-96(-2)^n-96\)

Now, if this is not clear that we have \(\displaystyle 3(-2)^n\) on the left and $-96$ on the right, then we may factor as follows:

\(\displaystyle (-2)^n(99-96)=(-2)^n(96-96)-96\)

Now, combine like terms:

\(\displaystyle (-2)^n(3)=(-2)^n(0)-96\)

and rewrite:

\(\displaystyle 3(-2)^n=-96\)

Does this make more sense?

And please do not worry about how long it takes...we wish for our members posting questions to fully understand how to solve the problem. :D
 
  • #15
MarkFL said:
No, the denominator on the right is incorrect, it should be:

\(\displaystyle (-2)^{n}-1\)

Also, you should be aware that:

\(\displaystyle (-a)^n\ne -a^n\)

There is an order of operations issue at work. On the left, $-a$ is being raised to the $n$th power, while on the right $a$ is raised to the $n$th power, and then negated. If $n$ is odd, then they will be equal, but only because $(-1)^{2n+1}=-1$.
Okay, we have:

\(\displaystyle 99(-2)^n=96(-2)^n-96\)

Subtracting \(\displaystyle 96(-2)^n\) from both sides, we get:

\(\displaystyle 99(-2)^n-96(-2)^n=96(-2)^n-96(-2)^n-96\)

Now, if this is not clear that we have \(\displaystyle 3(-2)^n\) on the left and $-96$ on the right, then we may factor as follows:

\(\displaystyle (-2)^n(99-96)=(-2)^n(96-96)-96\)

Now, combine like terms:

\(\displaystyle (-2)^n(3)=(-2)^n(0)-96\)

and rewrite:

\(\displaystyle 3(-2)^n=-96\)

Does this make more sense?

And please do not worry about how long it takes...we wish for our members posting questions to fully understand how to solve the problem. :D
Alright thanks, my only question now is what it means to "combine like terms", and how you get 3 from 2^n(99 - 96)
 
  • #16
The expressions:

\(\displaystyle 99-96\) and \(\displaystyle 96-96\)

have like terms in that they contain numbers that may be subtracted to get:

\(\displaystyle 99-96=3\) and \(\displaystyle 96-96=0\)
 
  • #17
MarkFL said:
The expressions:

\(\displaystyle 99-96\) and \(\displaystyle 96-96\)

have like terms in that they contain numbers that may be subtracted to get:

\(\displaystyle 99-96=3\) and \(\displaystyle 96-96=0\)
so for 99(-2)^n - 96 (-2)^n, since 3 factors into both 99 and 96, you can simply make it 3(-2n)?
 
  • #18
jaxx said:
so for 99(-2)^n - 96 (-2)^n, since 3 factors into both 99 and 96, you can simply make it 3(-2n)?

No, we have 99 of something, and we are taking away 96 of them, leaving 3. For example:

\(\displaystyle 99x-96x=3x\)

\(\displaystyle 99u^3-96u^3=3u^3\)

\(\displaystyle 99\sin(t)-96\sin(t)=3\sin(t)\)

\(\displaystyle 99\int f(x)\,dx-96\int f(x)\,dx=3\int f(x)\,dx\)
 
  • #19
MarkFL said:
No, we have 99 of something, and we are taking away 96 of them, leaving 3. For example:

\(\displaystyle 99x-96x=3x\)

\(\displaystyle 99u^3-96u^3=3u^3\)

\(\displaystyle 99\sin(t)-96\sin(t)=3\sin(t)\)

\(\displaystyle 99\int f(x)\,dx-96\int f(x)\,dx=3\int f(x)\,dx\)
oh it's just subtraction, I see. Thanks very much for all your help then, I really appreciate it.
 

Related to Geometric Sequences help - (3 given terms, find the rest)

1. What is a geometric sequence?

A geometric sequence is a sequence of numbers where each term is found by multiplying the previous term by a constant value called the common ratio. The general form of a geometric sequence is a, ar, ar^2, ar^3, ..., where a is the first term and r is the common ratio.

2. How do I find the common ratio of a geometric sequence?

To find the common ratio of a geometric sequence, simply divide any term by the previous term. This will give you the constant value that is multiplied to get the next term.

3. What is the formula to find the nth term of a geometric sequence?

The formula to find the nth term of a geometric sequence is given by: a_n = a * r^(n-1), where a_n is the nth term, a is the first term, and r is the common ratio. This formula can be used to find any term in the sequence, given the first term and the common ratio.

4. How do I use the given terms to find the rest of the geometric sequence?

To find the rest of the geometric sequence, you can use the formula for the nth term and plug in the given terms. This will give you a system of equations that can be solved to find the common ratio. Once you have the common ratio, you can use it to find the rest of the terms in the sequence.

5. Can a geometric sequence have a negative common ratio?

Yes, a geometric sequence can have a negative common ratio. This means that the terms in the sequence will alternate between positive and negative values. The common ratio can be any real number, as long as it is not equal to 0.

Similar threads

  • General Math
Replies
1
Views
1K
  • General Math
Replies
3
Views
2K
Replies
3
Views
1K
Replies
2
Views
2K
  • General Math
Replies
1
Views
1K
  • Calculus and Beyond Homework Help
Replies
1
Views
424
Replies
4
Views
978
Replies
1
Views
793
  • General Math
Replies
7
Views
1K
  • General Math
Replies
5
Views
2K
Back
Top