Solving Geometric Progression & Logarithmic Equations Math Questions

AI Thread Summary
The discussion revolves around solving three math problems involving geometric progressions and logarithmic equations. For the geometric progression, participants debate the common ratio, with some suggesting it should be 3/4 instead of 3, based on the condition that the sum to infinity is four times the first term. In the logarithmic equation, users emphasize applying logarithmic properties correctly, particularly the power and addition rules, to simplify and solve for x. There is also a question about handling a series that does not start from 1, prompting discussions on proper techniques for summation. Overall, the thread highlights the importance of understanding mathematical properties and careful problem interpretation.
I'm clever
Messages
4
Reaction score
0
I'm stuck on these three maths questions.

1) In a geometric progression, the sum to infinity is four times the first term.

(i) Show that the common ratio is 3
(ii) Given that the third term is 9, find the first term.
(iii) Find the sum of the first twenty terms.


2) Solve the equation log_2 x + 2 log_2 3 = log_2(x + 5).

3) Find:

200
Σ (3n+2)
n=101

for 3) Should I subtract the series cause it doesn't start with 1?
 
Physics news on Phys.org
Show us what you have tried. (We can't just give answers here.) For #2 you'll need to use the logarithmic property
\log_b xy = \log_b x + \log_b y
... among others.
 
eumyang said:
Show us what you have tried. (We can't just give answers here.) For #2 you'll need to use the logarithmic property
\log_b xy = \log_b x + \log_b y
... among others.

\log_2 x + 2\log_2 3 = \log_2 (x+5)

Power rule:

\log_2 x + \log_2 3^2 = \log_2 (x+5)

Addition rule:

\log_2 (x \times 3x^2) = \log_2 (x+5)

\log_2 3x^2 = \log_2 (x+5)
 
I'm clever said:
\log_2 x + 2\log_2 3 = \log_2 (x+5)

Power rule:

\log_2 x + \log_2 3^2 = \log_2 (x+5)

Addition rule:

\log_2 (x \times 3x^2) = \log_2 (x+5)

\log_2 3x^2 = \log_2 (x+5)

Is this right?
 
I'm clever said:
\log_2 x + 2\log_2 3 = \log_2 (x+5)

Power rule:

\log_2 x + \log_2 3^2 = \log_2 (x+5)

Addition rule:

\log_2 (x \times 3x^2) = \log_2 (x+5)
Where did that second "x" come from? It should be
\log_2 (x \times 3^2) = \log_2 (x+5)
or
\log_2 (9x) = \log_2 (x+5)

After this, use the property:
if logb x = logb y, then x = y
... and solve for x.
 
I'm clever said:
I'm stuck on these three maths questions.

1) In a geometric progression, the sum to infinity is four times the first term.

(i) Show that the common ratio is 3
Are you sure you copied the problem right? My understanding is that unless r < 1 the series won't converge. If the sum to infinity is four times the first term, then I'm getting 3/4 as the common ratio, not 3.
 
Back
Top