Contents [show]
Determine the elevation and grade value of an unknown point K which lies along a profile vertical curve (convex in this example).
*Commonly in profile vertical curves, a parabola is applied as an approximation to circular curve, considering that for large radius values and target precision, these elements practically coincide.
Known values: Curvature radius H~R (positive for concave, negative for convex vertical curve), grade in S1 and grade out S2 (positive for ascending , negative for descending slopes), elevation of start point A of vertical curve HA
Solution: Elevation of point K at a distance x from curve start point A yK, grade value at point K SK
The vertical distance of point K from point A is calculated:
yK = (S1/100)*x + x2/(2*H)
The elevation of point K is calculated:
HK = HA + yK
Grade SK at point K calculation:
SK = S1 + (x/H)*100
Where:
S1 = grade in value at start point A of vertical curve
x = horizontal distance of point K from point A
H = curvature radius at peak of vertical curve (where grade s = 0%)
HA = elevation of start point A of vertical curve
Determine the elevation of an unknown point X which lies between two known points A and B al...
Calculate the height of a building where the ground is sloping up or down from the observer. Know...
Calculate the height of an object from a baseline when its top and bottom is visible but not accessi...
Calculate the coordinates of a distant point Tn, referencing measured angles and coordinates of four...
How to implement on the ground the main components (start, middle, end points) of a circular curve w...
Determine the coordinates of an unknown station P from three (3) previously coordinated reference po...
How to implement on the ground the main components (start, middle, end points) of a circular curve w...
Calculate the height of an object from a baseline when its top and bottom is visible but not accessi...
Calculate the height of a building by observing its top from two ground points and measuring corresp...