Formulas for Series: Connect Patterns with Math Equation

  • Thread starter mubashirmansoor
  • Start date
  • Tags
    Series
In summary, the conversation discusses the request for ways or formulas to connect a certain type of pattern through a mathematical equation, with the example of the sequence 1,2,4,7,11. Different suggestions are given, including using a specific website or using a recursive definition. Ultimately, it is mentioned that there is no single method for determining the general term of a sequence and that there are infinite possibilities.
  • #1
mubashirmansoor
260
0
I'd be glad if someone would provide me the ways or formulaes to connect a certain type of pattern through a mathmatical equation.

The simple ones are enough too.

Thankyou.
 
Mathematics news on Phys.org
  • #2
The question is way too general, what are you looking for ?
 
  • #3
Your question is far too vague to be answerable.
Besides, use either formulae or formulas.
 
  • #4
What I mean is actually any method or a formulae for conecting a pattern, as an example ; 1,2,4,7,11... any method to connect these numbers by a certain formulae?
 
  • #5
mubashirmansoor said:
What I mean is actually any method or a formulae for conecting a pattern, as an example ; 1,2,4,7,11... any method to connect these numbers by a certain formulae?
Try this:

Code:
f(x) = 1  if  x = 1
       2  if  x = 2
       4  if  x = 3
       7  if  x = 4
       11 if  x = 5

Other than that, I think you are looking for this website:

http://www.research.att.com/~njas/sequences/
 
Last edited by a moderator:
  • #6
You can define it recusively as

[tex]\left\{\begin{array}{l}a_0=1\\a_n=n_{n-1}+n\end{array}\right.[/tex]
 
Last edited:
  • #7
Thankyou dav but I'm looking for an overall method
 
  • #8
Well, the "first differences" are 1,2,3,4, ... The "second differences" are 1,1,1,1, ... In other words, the second derivative is constant.

So, what kind of function has a constant second derivative?

Once you get this, it's pretty quick for any sequence of this type. I'll let you figure it out, since this smells like homework.
 
  • #9
The only thing I can think of that is close to what you appear to want is "Newton's Divided Difference" interpolation formula. It can be used to find a polynomial that will give any finite sequence of values for n= 0, 1, 2, etc.
Look at
http://www.maths.lancs.ac.uk/~gilbert/m243a/node6.html
 
Last edited by a moderator:
  • #10
Thankyou Bsmsmstmsphd but it's not the homework, I'm preparing for O'level matmatics exams so I need the method... thankyou
 
  • #11
Then, unfortunately for you, there is no single "method" for determining the general term of a sequence from some of its values. In fact, given any finite number of terms there exist an infinite number of different sequences taking on those values.

If "the simplest polynomial formula" is sufficient then Lagranges' formula or (equivalently) Newton's divided difference formula would work.
 

FAQ: Formulas for Series: Connect Patterns with Math Equation

What are formulas for series?

Formulas for series are mathematical equations that can be used to find the sum of a given series. Series are sequences of numbers that follow a specific pattern or rule.

How do I find the formula for a series?

To find the formula for a series, you first need to identify the pattern or rule that the series follows. Then, you can use this pattern to create a general equation that can be used to find the sum of any term in the series.

What is the difference between an arithmetic series and a geometric series?

An arithmetic series is a series in which each term is obtained by adding a constant value to the previous term. In a geometric series, each term is obtained by multiplying the previous term by a constant value.

How can I use formulas for series in real-life situations?

Formulas for series can be used in various real-life situations, such as calculating the total cost of a recurring expense, finding the total distance traveled over a period of time, or determining the total amount of interest earned on an investment.

Are there any shortcuts or tricks for finding formulas for series?

Yes, there are some common patterns and techniques that can help you find the formula for a series more quickly. These include using the formulas for arithmetic and geometric series, as well as looking for common factors or exponents in the series.

Back
Top