iamBevan said:
So...[itex]\frac{Δy}{Δx}[/itex]? How many trials did you do? I would imagine that using [itex]\frac{Δy}{Δx}[/itex] with more than 2 points would get...weird.
Try making a least-squares regression line.
The equation will follow the model of [itex]\hat{y} = a + bx[/itex], where [itex]b = r \cdot \frac{S_{y}}{S_{x}}[/itex] and [itex]a = \bar{y} - b\bar{x}[/itex].
For help...
[itex]S_{x} = \sqrt{\frac{1}{n-1}\sum{(x_{i} - \bar{x})}^{2}}[/itex], where n is the number of trials you did and x
i is the value of x for trial #i. Follow the same process for S
y, except replace the x's with y's.
[itex]r = \frac{1}{n-1}\sum{(\frac{x_{i} - \bar{x}}{S_{x}})}(\frac{y_{i} - \bar{y}}{S_{y}})[/itex].
Don't worry if this looks complicated. It really isn't. Additionally, you might get a better looking (and possibly more accurate) line.
Out of curiosity, how did you use [itex]\frac{Δy}{Δx}[/itex] to do this, if you did more than two trials?