Difficulty: Hard
Correct Answer: (g1 * g2 * L^2) / (200 * (g1 + g2))
Explanation:
Introduction / Context:
The vertex (apex) of a parabolic vertical curve is the point where the slope becomes zero. Its maximum offset below (for summit) or above (for sag) the PVI is a key geometric quantity used to compute levels and check clearance.
Given Data / Assumptions:
Concept / Approach:
For a parabolic vertical curve with uniform rate of change of grade, the slope at a distance x from the beginning is: slope(x) = g1 - ((g1 + g2)/L) * x. The vertex occurs where slope(x) = 0. The offset from PVI at a general x is y(x) = ((g1 + g2) * x * (L - x)) / 200 when grades are in percent and L in meters.
Step-by-Step Solution:
Set slope(x) = 0 → g1 - ((g1 + g2)/L) * x = 0.Solve for x: x_v = (g1 * L) / (g1 + g2).Compute offset at x_v: y_max = ((g1 + g2) * x_v * (L - x_v)) / 200.Substitute x_v: y_max = (g1 * g2 * L^2) / (200 * (g1 + g2)).
Verification / Alternative check:
For symmetric grades (g1 = g2 = g), x_v = L/2 and y_max reduces to (g * L^2) / 800, which is the well-known mid-ordinate for a symmetric summit curve.
Why Other Options Are Wrong:
Common Pitfalls:
Using the symmetric formula for unequal grades, or forgetting to divide by 200 when grades are in percent.
Final Answer:
(g1 * g2 * L^2) / (200 * (g1 + g2))
Discussion & Comments