Tschirnhausen Cubic Catacaustic: Difference between revisions
From JSXGraph Wiki
A WASSERMANN (talk | contribs) No edit summary |
A WASSERMANN (talk | contribs) No edit summary |
||
Line 17: | Line 17: | ||
], | ], | ||
{strokeWidth:1, strokeColor:'black'}); | {strokeWidth:1, strokeColor:'black'}); | ||
var radpoint = brd.create('point',[function(){ return -a.Value()*8;},0],{name:'radiant point'}); | |||
var cataustic = brd.create('curve', | var cataustic = brd.create('curve', |
Revision as of 10:00, 13 January 2011
A semicubical parabola is a curve defined parametrically as
- [math]\displaystyle{ x = t^2 }[/math]
- [math]\displaystyle{ y = at^3 }[/math]