Solving for the number of periods in this question

  • Thread starter Thread starter qqpenguin12
  • Start date Start date
  • Tags Tags
    Periodic
qqpenguin12
Messages
2
Reaction score
0

Homework Statement



I hope everyone is having a great day. The equation I am working with at the moment is:

(1+ (.2/x))^(x) = 1.21.

1.21 represents the final value, whereas 1 is the present value. I am trying to solve for x, which represents the number of periods necessary for the entity to grow from 1 to 1.21. I am a little stuck on the algebraic manipulations. If anyone could help that would be awesome, thanks!

Homework Equations

The Attempt at a Solution


[/B]
I have attempted rooting the entire expression, as well as using the "e" and "ln" functions, but I am still having trouble isolating x.
 
Physics news on Phys.org
There is no proper analytic solution to this type of equation.
You can get numeric approximations to arbitrary precision.
 
mfb said:
There is no proper analytic solution to this type of equation.
You can get numeric approximations to arbitrary precision.

Thank you for clarifying that, as I was pretty confused! Could you tell me where I could find my information on how to do that? Thanks again.
 
"that" means getting numerical approximations? There are many methods, Wikipedia has a long article as usual. Newton's method is the easiest one that works reasonably well in most cases.

If you are just interested in a solution for this specific equation, you can guess some numbers, or use WolframAlpha to find solutions. In this case, the integer solution is exact.
 
mfb said:
... In this case, the integer solution is exact.
@qqpenguin12,

Notice that (1.1)2 = 1.21
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top