Problem:
Let be a real number such that . Then where and are relatively prime positive integers. Find .
Solution:
We perform a recursion style solution on this problem, relying on the fact that Note that Then, Then, Then, At this point, we know that the value of , so letting and plugging these values into the above equation, we get and , but we can weed out the second one because it gives a negative value for the computation of , which is clearly not possible.Now, we apply the recursion one last time, to find the desired term.We have Solving this equation for , we obtain .
Comments
Post a Comment