Solve F(101): Function Question Homework

  • Thread starter Thread starter DrummingAtom
  • Start date Start date
  • Tags Tags
    Function
AI Thread Summary
To solve for F(101) given F(1) = 2 and F(n) = F(n-1) + 1/2, the correct approach involves calculating each function value step-by-step rather than jumping to conclusions. The initial calculations should start from F(2) and continue to F(101) to identify a pattern. The mistake lies in assuming F(101) equals 100 + 1/2 instead of properly evaluating F(100) first. The expected answer is 51, indicating a misunderstanding of the function's recursive nature. A thorough calculation of the first few values is essential to grasp the function's progression.
DrummingAtom
Messages
657
Reaction score
2

Homework Statement



If F(1) = 2 and F(n) = F(n-1) + 1/2 for all integers n > 1, then F(101) = ?


Homework Equations





The Attempt at a Solution



F(101) = F(101-1) + 1/2 = 100 1/2

I know I'm missing something huge here because the answer in the book was 51. :-/ Thanks for your help.
 
Physics news on Phys.org
DrummingAtom said:

Homework Statement



If F(1) = 2 and F(n) = F(n-1) + 1/2 for all integers n > 1, then F(101) = ?


Homework Equations





The Attempt at a Solution



F(101) = F(101-1) + 1/2 = 100 1/2

I know I'm missing something huge here because the answer in the book was 51. :-/ Thanks for your help.
Yes, you are missing something huge.
F(101) = F(101-1) + 1/2 = F(100) + 1/2, not 100 + 1/2.

Start by calculating F(2), F(3), and a few more to see if you can get an idea of what's happening here.
 
What is F(2)? F(3)? maybe you'll see a pattern... I would get 52 in the end though, are you sure it's not F(1)=1?
 
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...
Essentially I just have this problem that I'm stuck on, on a sheet about complex numbers: Show that, for ##|r|<1,## $$1+r\cos(x)+r^2\cos(2x)+r^3\cos(3x)...=\frac{1-r\cos(x)}{1-2r\cos(x)+r^2}$$ My first thought was to express it as a geometric series, where the real part of the sum of the series would be the series you see above: $$1+re^{ix}+r^2e^{2ix}+r^3e^{3ix}...$$ The sum of this series is just: $$\frac{(re^{ix})^n-1}{re^{ix} - 1}$$ I'm having some trouble trying to figure out what to...
Back
Top