Mathematical Induction am I on the right track?

Click For Summary
SUMMARY

The discussion focuses on proving the sum of a sequence defined by ai = b + i*c using mathematical induction. The user initially defines the predicate P(n) incorrectly as an expression rather than a statement. The correct predicate should state that the sum of the n terms in the sequence is (n+1)(a0 + an)/2. The user is guided to correctly express P(n+1) and incorporate the definition of the sequence into the proof.

PREREQUISITES
  • Understanding of mathematical induction
  • Familiarity with sequences and series
  • Knowledge of algebraic manipulation
  • Ability to define and work with predicates in mathematical proofs
NEXT STEPS
  • Study the principles of mathematical induction in detail
  • Learn how to correctly formulate predicates for proofs
  • Explore the properties of arithmetic sequences
  • Practice simplifying algebraic expressions in the context of proofs
USEFUL FOR

Students studying mathematics, particularly those focusing on proofs and sequences, as well as educators looking to clarify concepts of mathematical induction.

tangibleLime
Messages
71
Reaction score
0

Homework Statement



The sequence a0 -> n is defined by ai = b+i*c. Prove by induction on n that the sum of the terms in the sequence is (n+1)(a0 + an)/2.

Homework Equations


The Attempt at a Solution



I defined predicate P(n) as (n+1)(a0+an)/2.

My goal is P(n+1), which is (n+2)(a0+an+1)/2. I believe I may have made a mistake here. For some reason I think it might be (n+2)(a0+an+an+1)/2, but I'm not sure.

So to prove P(n+1), I take P(n) and add the new term to it, (an+1).
P(n) + an+1
= ((n+1)(a0+an)/2) + (an+1)
= ((n+1)(a0+an) + 2(an+1))/2

Obviously what I got here is not visually equal to P(n+1), but maybe I'm missing something simplifying-wise? Or did I make a mistake somewhere?

And yes, I know I also have to test the base case, which I can do easily.

Any help would be appreciated!
 
Physics news on Phys.org
tangibleLime said:

Homework Statement



The sequence a0 -> n is defined by ai = b+i*c. Prove by induction on n that the sum of the terms in the sequence is (n+1)(a0 + an)/2.


Homework Equations





The Attempt at a Solution



I defined predicate P(n) as (n+1)(a0+an)/2.
Well, this itself is incorrect. The "predicate" has to be a statement or an equation, not just an expression. Your predicate should be "The sum of the n terms in the sequence is [itex](n+1)(a_0+ a_n)/2[/itex].

My goal is P(n+1), which is (n+2)(a0+an+1)/2. I believe I may have made a mistake here. For some reason I think it might be (n+2)(a0+an+an+1)/2, but I'm not sure.
No, you were right the first time- although, again, P(n+1) should be the statement that the sum of n+1 terms is equal to that.

So to prove P(n+1), I take P(n) and add the new term to it, (an+1).
P(n) + an+1
= ((n+1)(a0+an)/2) + (an+1)
= ((n+1)(a0+an) + 2(an+1))/2

Obviously what I got here is not visually equal to P(n+1), but maybe I'm missing something simplifying-wise? Or did I make a mistake somewhere?
You haven't used the fact that [itex]a_i= b+ ic[/itex]!

Your predicate really is
[tex]\sum_{i=0}^n b+ ic= (n+1)\frac{b+ (b+ nc)}{2}= (n+1)\frac{2b+ nc}{2}[/tex]

That's what you really want to prove.

And yes, I know I also have to test the base case, which I can do easily.

Any help would be appreciated!
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K
  • · Replies 10 ·
Replies
10
Views
4K
  • · Replies 4 ·
Replies
4
Views
3K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
31
Views
3K