Geometric sequences; solving algebraically for exponents

AI Thread Summary
To solve for the number of terms in a geometric sequence, the formula tn = t1 * r^(n-1) is used, where t1 is the first term, r is the common ratio, and tn is the general term. In the example provided, substituting the values leads to the equation 135 = 5 * 3^(n-1), which simplifies to 27 = 3^(n-1). To find n, logarithms can be applied, specifically using log properties to isolate n. Taking the logarithm of both sides allows for solving the exponent algebraically, although using base 3 logarithms is more straightforward in this context. Understanding these methods is crucial for effectively solving geometric sequences and exponent variables.
trulyfalse
Messages
35
Reaction score
0
Hello everyone! My question is twofold. Firstly, how do I solve for term numbers in a geometric sequence and secondly, how do I algebraically solve for variables that are exponents?

Homework Statement


Given the following geometric sequences, determine the number of terms, n.
t1=5
r (common ratio)=3
tn=135

Homework Equations


tn=t1rn-1
where t1 is the first term
n is the number of terms
r is the common ratio
tn is the general term

The Attempt at a Solution


I substituted in all known values yielding 135=(5)(3)n-1, which I simplified to 27=(3)n-1, leaving me stuck at the exponent variable. From here, how do I algebraically solve for the variable? Thanks!
 
Physics news on Phys.org
trulyfalse said:
Hello everyone! My question is twofold. Firstly, how do I solve for term numbers in a geometric sequence and secondly, how do I algebraically solve for variables that are exponents?

Homework Statement


Given the following geometric sequences, determine the number of terms, n.
t1=5
r (common ratio)=3
tn=135

Homework Equations


tn=t1rn-1
where t1 is the first term
n is the number of terms
r is the common ratio
tn is the general term

The Attempt at a Solution


I substituted in all known values yielding 135=(5)(3)n-1, which I simplified to 27=(3)n-1, leaving me stuck at the exponent variable. From here, how do I algebraically solve for the variable? Thanks!

Well, 27 is a power of 3, so the answer is obvious by inspection. However, if you wanted to solve for it, a general way would be to use logarithms:

log10(27) = log10(3n-1)

and by the properties of logarithms, this becomes:

log10(27) = (n-1)log10(3)

n-1 = log10(27)/log10(3)

Actually, since both sides of the equation were powers of 3, it would have made much more sense to take the base 3 logarithm of both sides, rather than the base 10 logarithm. However, your calculator probably doesn't compute base 3 logarithms.
 
I'll just attribute my obliviousness to sleep deprivation and inattentiveness... Anyways, thanks for help! :)
 
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...
Back
Top