Vertical Curve Formulas
BVC = PVI Station - L/2
EVC = PVI Station + L/2
r = (g2 - g1) / L
Elev(x) = BVC_Elev + g1*x + (r/2)*x^2
High/Low: x = -g1/r (if within curve)
Compute elevation at any station along a parabolic vertical curve from PVI data and incoming/outgoing grades.
What would make it better?
BVC = PVI Station - L/2
EVC = PVI Station + L/2
r = (g2 - g1) / L
Elev(x) = BVC_Elev + g1*x + (r/2)*x^2
High/Low: x = -g1/r (if within curve)