Finding the Equation for an Increasing Magnitude Pattern

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
4 replies · 2K views
darthchocobo
Messages
10
Reaction score
0
Ok. K this equation I am suppose to make has to variables
The magnitude is increasing at a certain rate. It is a pattern. I need to find an equation for this pattern

Say we have:

r^0
r^1
r^3
r^6
r^10

Ok. As you can see, the added magnitude is increasing by 1 everytime. I need to create this equation where the magnitude is a variable. So it could be like r^n+1 or something like that. Lol. Plz help asap.
 
Physics news on Phys.org
...in fact, the typesetting did NOT work; I will try studying other messages for anything doing what I tried.

Let me try again now:

[tex]\sum_1^n \((n-1)[/tex] If that does not work, then check my description in previous message.
 
Last edited:
This also might not work well because I'm still trying to learn the typesetting, but any k term would be :

[tex]{r}^{\frac{k(k-1)}{2}[/tex]
... or in simple text form,
r^(k(k-1)/2)

Check an intermediate algebra book for how the expression formula was developed.
 
The "tutorial" section is for just that- tutorials showing people how to do things. Questions should be posted in the "Homework" section. I am moving this thread to that section.

Your exponents are "triangular" numbers: n(n+1)/2. The form you want is just what symbolipoint said in his last post.