Tschirnhausen Cubic Catacaustic: Difference between revisions
From JSXGraph Wiki
| A WASSERMANN (talk | contribs) No edit summary | A WASSERMANN (talk | contribs) No edit summary | ||
| Line 12: | Line 12: | ||
| var cubic = brd.create('curve', | var cubic = brd.create('curve', | ||
|               [function(t){ return  |               [function(t){ return a.Value()*3*(t*t-1);}, | ||
|                function(t){ return a.Value()*t*( |                function(t){ return a.Value()*t*(t*t-3);}, | ||
|                -2, 2 |                -2, 2 | ||
|               ], |               ], | ||
Revision as of 09:57, 13 January 2011
A semicubical parabola is a curve defined parametrically as
- [math]\displaystyle{ x = t^2 }[/math]
- [math]\displaystyle{ y = at^3 }[/math]
