I have three points on the attached chart:
- B (20, 1056.75)
- C (28, 1052.25)
- D (37, 1055)
Step 1
I am calculating the midpoint between C and D. This seems to work fine.
Step 2
Between B and my new midpoint, I am calculating slope using this formula:
- M = (midpointY – By) / (midpointX – Bx)
Step 3
Since I now have slope, I thought that I could use y=mx+b to find a point from my C or D point. However, it is always off.
Questions
Am I missing something? I thought this would work, but is this not possible because of the scale differences between X and Y?
What formula does NT use to draw the pitchfork? Is that available?
Thanks for your help!


Comment