Geometric Sequences: Find 1st Term Exceeding 500

AI Thread Summary
To find the first term in the geometric sequence 2, 4, 8, 16 that exceeds 500, the formula Un = arn-1 is applied with a = 2 and r = 2. The calculations lead to the inequality 2 x 2^(n-1) > 500, which simplifies to n > log2(250) + 1. However, confusion arises regarding the logarithmic manipulation, particularly in separating terms, which is deemed incorrect. The correct approach requires taking the logarithm of the entire left-hand side expression, confirming that the first term exceeding 500 occurs at n = 10, not n = 9.
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,

log(2).log(2^{n-1})

and

log(2^{n})

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?!
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...

Similar threads

Back
Top