Exponential Variable and Logarithms

AI Thread Summary
To solve for the exponent variable in the equation 230,000=1500((1+0.00077)^n-1)/0.00077, the initial step involves isolating the exponential term. After dividing both sides by 1500, the equation simplifies to 153.33=(1+0.00077)^n-1/0.00077. Further simplification leads to 153.33*0.00077 + 1 = (1+0.00077)^n. The final expression for n can be derived using logarithms: n = log(153.33*0.00077 + 1) / log(1 + 0.00077), resulting in n approximately equal to 144.99. Understanding algebraic manipulation and logarithmic properties is crucial for solving such equations.
jsully
Messages
7
Reaction score
0

Homework Statement



I'm trying to find the value of a variable which happens to be an exponent.

Homework Equations



230,000=1500\frac{(1+.00077)^n-1}{.00077}

I believe I need to use logarithms to get to my answer, but I've reviewed logarithm rules and I'm stuck.

The Attempt at a Solution



I've divided 230k by 1500, but am stuck at that point.

I'm now at

153.33=\frac{(1+.00077)^n-1}{.00077}

...and stuck :( I think I need to log both sides, something like log 153.33=(n)log \frac{(1+.00077)-1}{.00077}
I've tried simplifying the right side, but I end up at 1 which means the right side ends up being zero, which doesn't make any sense.

Any assistance would be greatly appreciated.
 
Physics news on Phys.org
Do you know how to solve ##x^n=y## for n? Can you rewrite the equation in that form?
 
jsully said:

Homework Statement



I'm trying to find the value of a variable which happens to be an exponent.

Homework Equations



230,000=1500\frac{(1+.00077)^n-1}{.00077}

I believe I need to use logarithms to get to my answer, but I've reviewed logarithm rules and I'm stuck.

The Attempt at a Solution



I've divided 230k by 1500, but am stuck at that point.

I'm now at

153.33=\frac{(1+.00077)^n-1}{.00077}

...and stuck :( I think I need to log both sides, something like log 153.33=(n)log \frac{(1+.00077)-1}{.00077}
No... you can't do that! Before taking the logarithm of both sides, I would isolate the (1+.00077)^n portion. Can you do that?
 
Would it be n=\frac{log153.33}{log(1+.00077)-1}{.00077}
 
Last edited:
Yeah, nevermind that can't be right. Very frustrating..
 
Fredrik said:
Do you know how to solve ##x^n=y## for n? Can you rewrite the equation in that form?

I mean, I know that if x^n=y then ln(y)/ln(x)=n. I can't figure out how to write using my values though.
 
No. In addition to reviewing the rules about logarithms, you need to brush up on your algebra as well.

You had 153.33 = ((1+0.00077)^n - 1) / 0.00077

You can further simplify:

153.33(0.00077) = (1+0.00077)^n - 1
153.33(0.00077)+1 = (1+0.00077)^n

Now use logarithms:

log (153.33(0.00077) + 1) = n log (1+0.00077)

Therefore:

n = log(153.33(0.00077)+1) / log (1+0.00077)

or

n = 144.99
 
You probably shouldn't give away the complete solution like that. A better hint would be to ask if jsully knows how to solve
$$a=b\frac{x-1}{c}$$ for x when a,b,c are non-zero real numbers.
 
Back
Top