PROJECT EULER · #0363
Bézier Curves
A cubic Bézier curve is defined by four points:

The curve is constructed as follows:
On the segments
On the segments
On the segment
The Bézier curve defined by the points
(Please note that for all points the value of
From the construction it is clear that the Bézier curve will be tangent to the segments
A cubic Bézier curve with
The value
By how many percent does the length of the curve differ from the length of the quarter circle?
That is, if
Give your answer rounded to 10 digits behind the decimal point.
Write-up coming later
The complete problem is available here. An approach, code, and answer will be added later.