Loading [MathJax]/jax/output/HTML-CSS/jax.js
This blog has moved to www.mscroggs.co.uk.

Sunday, 13 July 2014

Sunday Afternoon Maths XX

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:

Image source: WikiPedia
1) A set of points P0, ..., Pn are chosen (in the example n=4).
2) A set of points Q0, ..., Qn1 are defined by Qi=tPi+1+(1t)Pi (shown in green).
3) A set of points R0, ..., Rn2 are defined by Ri=tQi+1+(1t)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