Mathematical Induction Problem: Finding a Formula for a Sequence of Numbers

Click For Summary

Homework Help Overview

The original poster is struggling with a problem from their Quantitative Reasoning class, which involves finding a formula for a specific sequence of numbers: 1, 5, 12, 22, 35, 51, 70, 92, 117, 145, 176, 210, 247, 287, 330. The task also requires proving the formula using mathematical induction.

Discussion Character

  • Exploratory, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Some participants suggest examining the differences between consecutive terms in the sequence, noting a pattern in the increments (4, 7, 10, 13, 16, 19). Others propose recursive formulas for the sequence.
  • One participant mentions that the second difference is constant, indicating that the sequence may be represented by a quadratic function.
  • There is a suggestion to reference an online encyclopedia of integer sequences for further insights.

Discussion Status

Participants are actively engaging with the problem, offering various approaches to derive a formula for the sequence. While the original poster expresses gratitude for the assistance, there is no explicit consensus on a single method or formula yet.

Contextual Notes

The original poster indicates a lack of understanding and support from tutors, which may affect their ability to tackle the problem. There is also a mention of the need for integer values in programming contexts, highlighting potential constraints in the problem setup.

heavysoul93
Messages
2
Reaction score
0

Homework Statement


Okay, so I'm going to be completely honest, I am really bad at math, and I have been struggling the past couple of weeks in my Quantitative Reasoning class. I am so lost. I don't know if it's my teacher's teaching method or what, but nothing is clicking for me at the moment, and none of the tutors at my school have even heard of any of this stuff.

I just need help getting this problem started. It says:
Find a formula for the following sequence of numbers:
1,5,12,22,35,51,70,92,117,145,176,210,247,287,330,...

Then it asks to prove the formula is correct by mathematical induction. I think I can do the second part, but I have no clue as to how to come up with a formula.

I appreciate any help. Thanks!
 
Physics news on Phys.org
I think you're adding 4,7,10,13,16,19,...
So [itex]a_n=a_{n-1}+4+(n-2)*3[/itex] for n>1
 
susskind_leon said:
I think you're adding 4,7,10,13,16,19,...
So [itex]a_n=a_{n-1}+4+(n-2)*3[/itex] for n>1



i think [tex]a_n = a_{n-1} + 3(n-1) + 1[/tex] makes for a nicer recursion formula. (the main problem with your formula is that requires integers for a1, a minor point, but important in programming perhaps).

either way, it appears a logical definition for [itex]a_0[/itex] is 0.
 
susskind_leon said:
I think you're adding 4,7,10,13,16,19,...
So [itex]a_n=a_{n-1}+4+(n-2)*3[/itex] for n>1


In fact, the "second difference" (7- 4, 10- 7, 13- 3, 16- 13, 19- 16) is the constant 3 so all succeeding differences are 0. That tells you that [itex]a_n[/itex] is a quadratic function of n. Let [itex]a_n= An^2+ Bn+ C[/itex]. Then [itex]a_0= C= 1[/itex], [itex]a_1= A+ B+ 1= 5[/itex], and [itex]4A+ 2B+ 1= 12[/itex] Solve [itex]4A+ 2B= 11[/itex] and [itex]A+ B= 4[/itex] for A and B and see if that formula doesn't give the other numbers in the seqeunce.
 
Thanks for the help guys. I'll see what I can do now with the rest of the problem. If I get stuck I'll post back here. Thanks again.
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
4K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
4K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
11
Views
2K
  • · Replies 2 ·
Replies
2
Views
1K
  • · Replies 13 ·
Replies
13
Views
4K
  • · Replies 19 ·
Replies
19
Views
4K