Geometric Sequences: Find 1st Term Exceeding 500

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
thornluke
Messages
37
Reaction score
0

Homework Statement


Find the first term in this geometric sequence that exceeds 500.
2, 4, 8, 16, ...

Homework Equations


Un = arn-1


The Attempt at a Solution


a = 2, r = 2
Un = 2 x 2n-1 > 500
2 x (2n)(2-1) > 500
log22 x log22n + log22-1 > log2500
1 x n + (-1) > log2500
n - 1 > log2500
n > log2500 + log22
n > log21000
n > 9.96

But this would make n = 10, whereas the answer should be n =9. What did I do wrong?!
 
Physics news on Phys.org
thornluke said:
2 x (2n)(2-1) > 500
log22 x log22n + log22-1 > log2500

The log needs to be taken for the whole expression in the LHS. Why separate the LHS into multiple terms the first place?? :confused:
 
Infinitum said:
The log needs to be taken for the whole expression in the LHS. Why separate the LHS into multiple terms the first place?? :confused:

The separation doesn't affect the calculation, it is the same.
log22 x (n-1)log22 > log2500
1 x (n-1) > log2500
n - 1 > log2500
n > log2500 + log22
n > 9.96
 
thornluke said:
The separation doesn't affect the calculation, it is the same.
log22 x (n-1)log22 > log2500
1 x (n-1) > log2500
n - 1 > log2500
n > log2500 + log22
n > 9.96

No no!

I said you need to take the log for the whole LHS. Log is a function and just like, say sin, its taken for the whole expression, rather than each bit. Think of it this way,

[itex]log(2).log(2^{n-1})[/itex]

and

[itex]log(2^{n})[/itex]

Are they both the same?
 
Last edited:
thornluke said:

Homework Statement


Find the first term in this geometric sequence that exceeds 500.
2, 4, 8, 16, ...

Homework Equations


Un = arn-1

The Attempt at a Solution


a = 2, r = 2
Un = 2 x 2n-1 > 500
2 x (2n)(2-1) > 500
ln(2(2n-1))= ln(2)+ln(2n-1= 1+ n- 1= n.
Or, more simply, 2(2n-1)= 21+n-1= 2n.

log22 x log22n + log22-1 > log2500
1 x n + (-1) > log2500
That first "x" should be "+"

n - 1 > log2500
n > log2500 + log22
n > log21000
n > 9.96

But this would make n = 10, whereas the answer should be n =9. What did I do wrong?!