Series of numbers and more (3 questions)

  • Thread starter Thread starter amitr
  • Start date Start date
  • Tags Tags
    Numbers Series
Click For Summary
SUMMARY

The discussion centers on mathematical concepts related to a formula for generating values based on triangular numbers. The formula provided is x = ((a+9)*(a-2))/2 + b, with the condition that a > b. Participants explore methods to derive values for a and b given x, identify if specific numbers like 55 belong to the triangular number sequence, and determine the differences between consecutive triangular numbers. The triangular numbers are defined as the sum of the first n natural numbers, represented by the formula n(n+1)/2.

PREREQUISITES
  • Understanding of triangular numbers and their properties
  • Familiarity with algebraic manipulation and inequalities
  • Basic knowledge of sequences and series in mathematics
  • Ability to solve quadratic equations
NEXT STEPS
  • Research the properties of triangular numbers and their applications
  • Learn how to solve quadratic equations to find integer solutions
  • Explore mathematical sequences using the Online Encyclopedia of Integer Sequences (OEIS)
  • Study the derivation and applications of the formula for triangular numbers, n(n+1)/2
USEFUL FOR

Mathematicians, educators, students studying sequences, and anyone interested in number theory and algebraic problem-solving.

amitr
Messages
2
Reaction score
0
Hello. I'm trying something here...

I created the following formula for something I'm playing with:

x = ((a+9)*(a-2))/2 + b

There's a catch here, the following inequality has to be valid

a > b

Now I'm having some trouble here...

1) Is there some way to find a and b only having the value of x and knowing that inequality is always valid?

Let me elaborate more on this topic, I have a few more questions related to the same problem (even if it isn't obvious by just reading this topic, but it is all related):

This is probably basic math... so please bear with me.

I have the following sequence of numbers:

1 3 6 10 15...

It isn't an AP because the difference isn't constant.

It starts in 2, then 3, 4, 5 and so on. Changing 1 each time.

2) Is there a way to know if a number is in this sequence? For instance, is 55 in this sequence? (it is...)

3) What is the difference used to reach some number in the sequence? For instance, the number 55, what is the difference that was used to find it (it is 10, the previous number is 45).
 
Last edited:
Mathematics news on Phys.org
The answer to the first is positive. Let x_{a,b} = \frac{(a+9)(a-2)}{2} + b, then,
x_{a+1,b} - x_{a,b} = a+4
Thus the interval [x_{a,0},x_{a,0}+a) consists of all elements you can get with a certain a, but any larger a will result in number greater than or equal to x_{a,0}+a+4 so by determing which x_{a,0} x lies above we can determine the value of a, and from that it's easy to get b. Of course there are also some invalid x that can never be obtained, namely those in an interval of the form [x_{a,0}+a,x_{a,0}+a+4).

As for question b, it's a famous sequence known as the triangular numbers. Every element is the sum of the first n natural numbers, so the elements are of the form \frac{n(n+1)}{2}. To determine whether a number x is in the sequence you can simply solve \frac{n(n+1)}{2} = x for n and see if you get a positive integral solution.
For future reference the following site is great for finding number sequences: http://www.research.att.com/~njas/sequences/index.html

You should be able to solve question 3 using the formula for triangular numbers.
 
Last edited by a moderator:

Similar threads

  • · Replies 6 ·
Replies
6
Views
628
  • · Replies 17 ·
Replies
17
Views
2K
  • · Replies 3 ·
Replies
3
Views
812
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K