top | item 4116311

Bridges, String art, and Bezier Curves

30 points| akg | 13 years ago |plus.maths.org | reply

6 comments

order
[+] mistercow|13 years ago|reply
Incidentally, the "rotated parabola" representation of quadratic bezier curves can be extremely useful when writing highly optimized code, as it lends itself to closed form solutions in some situations where the parametric representation does not.
[+] tylerneylon|13 years ago|reply
Is there a place where I can read more about this? Like how to write code along these lines, and maybe how to understand why it works?
[+] tylerneylon|13 years ago|reply
There's a generalization of this problem where we consider the set of all lines between (a, 0) and (0, b) with

||(a, b)||_p = 1

as in the Lp norm; and ask, what curve is produced (as their boundary) ?

And the answer has the nice form: The set of points (x,y) which satisfy

||(x, y)||_q = 1

where q = p / (p+1) [which can be written as 1/q - 1/p = 1.]

This is written up as the solution to a puzzle here:

http://fridaypuzzl.es/?p=187

and if you love puzzles, try to forget what you just read, and here is the puzzle:

http://fridaypuzzl.es/?p=180