Here's this week's collection. Answers & extensions tomorrow. Why not discuss the problems on Twitter using #SundayAfternoonMaths or on Reddit.
Folding A4 Paper
A Piece of A4 paper is folded as shown:
What shape is made?
Bézier Curve
A Bézier curve is created as follows:
1) A set of points P0, ..., Pn are chosen (in the example n=4).
2) A set of points Q0, ..., Qn−1 are defined by Qi=tPi+1+(1−t)Pi (shown in green).
3) A set of points R0, ..., Rn−2 are defined by Ri=tQi+1+(1−t)Qi (shown in blue).
.
.
.
n) After repeating the process n times, there will be one point. The Bézier curve is the path traced by this point at t varies between 0 and 1.
What is the Cartesian equation of the curve formed when:
P0=(0,1)
P1=(0,0)
P2=(1,0)
No comments:
Post a Comment