Extremely easy math, but need expression

  • Context: High School 
  • Thread starter Thread starter Joel DB
  • Start date Start date
  • Tags Tags
    Expression
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Joel DB
Messages
4
Reaction score
0
Okay,
This could be the easiest math question on here... but I'm going to ask the dumb question anyway. I have several coordinate points to solve for, and in each case I subtract the same amount from the previous "x" to get the next "x" value (X2...3...4...5...). The only point where I subract a different value is X1. The rest have a constant rate of change (derivative?). Example:

1.) X1 = (some vaule) – 30’
2.) X2 = (X1 – 60’), X3 = (X2 – 60’), X4 = (X3 – 60’), X5 = (X4 – 60’), X6 = (X5 – 60’)

There has to be a simple mathematical formula, other than this sloppy one. Any help would be great.
 
Physics news on Phys.org
like Mark44 said this is an arithmetic progression
Here the difference between two terms(of the sequence) is equal
Tn=a+(n-1)d
where a is the first term and d is the difference between two terms(d=T2-T1)