Solving Exponential Growth Equation without Logarithms

  • Thread starter Thread starter thomasrules
  • Start date Start date
  • Tags Tags
    Exponential Growth
AI Thread Summary
To solve the equation (1.024)^t = 2.857 without logarithms, one can use a guess-and-check method or the midpoint algorithm to narrow down the value of t. By testing values such as t=44 and t=45, one can find that t lies between these two numbers, eventually converging on t ≈ 44.2633. The discussion emphasizes that logarithms are typically used for such equations, but alternative methods can be employed. Additionally, the concept of finding the inverse of a function is clarified as simply swapping x and y. Understanding these techniques can aid in solving exponential equations effectively.
thomasrules
Messages
243
Reaction score
0
the question is how do I solve

(1.024)^t=2.857

and find "t" without using logarithms
 
Physics news on Phys.org
You don't.

You could just guess and check... i.e., what is it if t=2, 3, 4, etc. If at t0 the LHS is under 2.857, and at t1 the LHS is over, you know that the t you're looking for is between the two values.

There's probably an algorithm you can use or something
 
Why would you not want to use logarithms? That's what logarithms are for! Other than that, use the "midpoint algorithm". Find two values of t that give one value lower than 2.857 and one larger (hint: try 44 and 45), then try half way between. Keep going "half way" between one number that gives less than 2.857 and one that gives more than, reducing the interval each time.
 
Gotta just guess and guess and guess. It's 44.2633... lol :).

But... Just so you know in the future. A^{x}=A^{y} can be rewritten as x=y.

Edit, in this case (1.024)^{t}=(1.024)^{44.2633} So t=44.2633
 
Last edited:
yea i know that rule thanks guys
 
yea ok but wait how do u find the inverse of like

y=3(2)^x or y=(x)^{1/3}

whats the formula is not in the book
 
Last edited:
i suck at this tex stuff i can't get the x^(1/3) and I wrote the y=3(2)^x first and it appeared second...wtf
 
Do you mean inverse? The inverse of a function basically just means swap x and y around. So y=x^{1/3} goes to x=y^{1/3}...
 
Last edited:
Back
Top