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 tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks

Similar threads

Back
Top