Geometric Sequences: Solving Homework Questions

AI Thread Summary
To find the number of terms in the geometric sequences given, the first sequence (1, -2, 4, ..., 1024) has a common ratio of -2, leading to the equation 1024 = 1 * (-2)^(n-1) to solve for n. The second sequence (54, 18, 6, ..., 2/27) requires identifying the correct common ratio, which is 1/3, resulting in the equation 2/27 = 54 * (1/3)^(n-1). Both sequences can be verified by listing all terms and counting them. Proper mathematical notation is encouraged for clarity in expressions. Understanding the correct ratios is crucial for solving these geometric sequence problems.
nomad2817
Messages
13
Reaction score
0

Homework Statement



Hi, there are two questions that I'm quite stuck with.

1.Find the number of terms in each of these geometric sequences.

a) 1,-2,4...1024

b) 54,18,6...2/27


Homework Equations



ar^n-1


The Attempt at a Solution



1. a) r= -2
1x-2^n-1 ?

b) r= 2
54x2^n-1?

I'm not familiar with having negative or dividing these sequences, however I understand the basics of dealing with a problem like this that is a positive and multiplication question.
 
Physics news on Phys.org
For (a):
U_n = ar^{n-1} ; because the last term is 1024, so

1024 = ar^{n-1}

solve for n. you already have a and r

For (b) :
r is not 2. find the right r and do the same as (a)
 
a)1024=1x-2^n-1
1024=-2^n-1?

b) 2/27= 54x3^n-1?
 
Now solve for n in each equation. You can check you answers by writing all of the terms in each sequence and counting them.

Tip: When you're writing mathematical expressions inline (as opposed to using LaTeX), use parentheses.

Instead of this--1x-2^n-1--you should write (-2)^(n - 1).
Instead of this--54x3^n-1--you should write 54 x 3^(n - 1).

Even better would be to use the exponents button that is available when you click the Go Advanced button. Your first expression would be (-2)n - 1 and the second would be 54 x 3n - 1.
 
nomad2817 said:
b) 2/27= 54x3^n-1?

r for (b) is not 3
 
a_n=a_1*q^{n-1}

So if an=1024 and a1=1 and q=-2 what is n?

Regards.
 
Back
Top