Your browser does not support HTML5 Canvas.

FUNGRAPH2: Funktionen MIT Parametern


  Konstanten (in Großschrift):  E, PI
  Operatoren:  + , - , * , / , ** , ( , ) , .
  Funktionen (in Kleinschrift):  abs(x), acos(x), asin(x), atan(x),
  cos(x), exp(x), floor(x), log(x), pow(x,n), sin(x), sqrt(x), tan(x)

  Die Koordinaten der Punkte P(x/y) auf der Funktionskurve
  sind Funktionen mit einem Parameter: x = fx(t) und y = fy(t)

  Funktionen markieren und in die Eingabefelder kopieren
  und dann experimentieren:
  Ellipsen: fx(t)= 5*cos(t) / fy(t)= 3*sin(t)
  Asteroiden: fx(t)= 5*cos(t)**3 / fy(t)= 5*sin(t)**3
  Cardia: fx(t)= 4*sin(t)*(1+cos(t)) / fy(t)= -4*cos(t)*(1+cos(t))
  Rosetten: fx(t)= 6*cos(t)*cos(7*t) / fy(t)= 6*sin(t)*cos(7*t)
  Lissajous: fx(t)= 5*sin(5*t) / fy(t)= 5*cos(3*t)
  Zykloiden: fx(t)= t-sin(t) / fy(t)= 1-cos(t)

  Wartezeit in MSec (0 .. 1000): 
  Koordinatensystem (1 .. 100): 
  fx(t): 
  fy(t): 
     
 
  Ein Mausklick zeigt die Koordinaten: