Mathematical Induction problem.

AI Thread Summary
The discussion revolves around a mathematical induction problem involving the series (1/2!)+(2/3!)+(3/4!)+...+(n/(n+1)!). Initial calculations for small values of n reveal results of 1/2, 5/6, and 47/48 for n=1, n=2, and n=3, respectively. A conjectured formula is proposed as ((n+1)!-1)/(n+1)!, but feedback indicates this is merely a definition rather than a closed form expression. Participants suggest deriving a closed form expression for the sum without large summations. The user expresses confusion on how to proceed with the proof by induction after establishing the base case.
charmedbeauty
Messages
266
Reaction score
0

Homework Statement



(1/2!)+(2/3!)+(3/4!)+...+(n/(n+1)!)

a) calculate for a few small values of n.
b) Make a conjecture about a formula for this expression
c)Prove your conjecture by mathematical induction.

Homework Equations


The Attempt at a Solution



So for the first part I just used values n=1,2,3

so..

n=1

1/2!=1/2

n=2

2/3! = 1/6+1/2

n=3

3/4! = 1/8+1/6+1/2.

for part b)

make a conjecture about the formula

It should be ((n+1)!-1)/(n+1)!

for part c) I am getting stuck...

test for n=1, which is true

assume true for n=k

show true for n=k+1

so...

(1/2!)+(2/3!+(3/4!)+...+(k/(k+1)!)+((k+1)/(k+2)!) = ((k+2)!-1)/(k+2)!

where

(1/2!)+(2/3!+(3/4!)+...+(k/(k+1)!)= ((k+1)!-1)/(k+1)!

so...

((k+1)!-1)/(k+1)!+(k+1)/(k+2)!= ((k+2)!-1)/(k+2)!

but I am lost as to where to go from here, have I made a mistake?
Help!
 
Last edited:
Physics news on Phys.org
2/3! is 1/3, not 1/6. Witing it out as 1/8+1/3+1/2 (correcting your answer for n=3) is not particularly enlightening. Put the fractions together!

n=1: 1/2
n=2: 5/6
n=3 47/48

is some sort of pattern beginning to emerge?

Your conjectured formula is just the definition so isn't what they're looking for. What you should try to do is come up with what's called a "closed form" expression - an expression for the sum that involves no big summation of terms.
 
Office_Shredder said:
2/3! is 1/3, not 1/6. Witing it out as 1/8+1/3+1/2 (correcting your answer for n=3) is not particularly enlightening. Put the fractions together!

n=1: 1/2
n=2: 5/6
n=3 47/48

is some sort of pattern beginning to emerge?

Your conjectured formula is just the definition so isn't what they're looking for. What you should try to do is come up with what's called a "closed form" expression - an expression for the sum that involves no big summation of terms.

How about now is that correct for b)??(look at original post I edited). but I'm a little lost on c)
 
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...
Back
Top