Difficulty: Medium
Correct Answer: y = (g1/100) * x + ((g2 - g1) / (200 * L)) * x^2
Explanation:
Introduction / Context:
Highway vertical curves are designed as simple parabolas so that the gradient changes at a constant rate, giving comfort and adequate sight distance. For design and setting out, a compact elevation equation is needed.
Given Data / Assumptions:
Concept / Approach:
For a parabola y = a x^2 + b x, slope dy/dx = 2 a x + b. At x = 0, slope must equal initial grade in fraction g1/100 → b = g1/100. At x = L, slope must equal final grade g2/100 → g2/100 = 2 a L + g1/100, giving a = (g2 − g1) / (200 L).
Step-by-Step Solution:
Verification / Alternative check:
Second derivative d^2y/dx^2 = 2 a = (g2 − g1)/(100 L), which is the constant rate of change of grade—exactly as required for a parabolic vertical curve.
Why Other Options Are Wrong:
Options B and D reverse start/end slopes or use an incorrect denominator. Option C adds grades, violating boundary conditions. Option E is linear, not parabolic.
Common Pitfalls:
Mistaking percent grade for fractional slope; mixing up PVC/ PVT reference; forgetting the factor 200 when grades are in percent.
Final Answer:
y = (g1/100) * x + ((g2 - g1) / (200 * L)) * x^2
Discussion & Comments