i am having a tough time understanding how to do inductions. could someone help me with this problem?
Find a formula for 1/(1×2)+1/(2×3)+⋯+1/(n(n+1)) by examining the values of this expression for small values of n. Also prove the formula you conjectured in part a.
It looks like the previous post covered the pattern, so I'll start addressing the proof!
Since the first entry in the pattern is n = 1 (and you should double-check, maybe it works for n = 0?), you'll want to use that first value n = 1 as your base case in the proof.
For the inductive step, substitute k+1 for n. How can you pull out the pattern for up to k out of the k+1 pattern. If you can isolate it, then you can use your inductive hypothesis to simplify the pattern through k. Then it's a matter of showing that the simplified term plus all of the pattern leftover works out to the formula substituting k+1.
If you're struggling with the actual structure of induction, I would recommend looking at www.inductiveproofs.com. I believe they also have a similar example to your question in their examples.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.