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 = x(t) und y = y(t).
  Parameterfreie Funktionen mit: x = x(t) = t und y = y(t).

  Funktionen markieren und in die Eingabefelder kopieren:
  Parabeln: x(t)= t / y(t)= 2*sqrt(t)
  Ellipsen: x(t)= 5*cos(t) / y(t)= 3*sin(t)
  Hyperbeln: x(t)= 3*cosh(t) / y(t)= 5*sinh(t)
  Asteroiden: x(t)= 5*cos(t)**3 / y(t)= 5*sin(t)**3
  Cardia: x(t)= 4*sin(t)*(1+cos(t)) / y(t)= -4*cos(t)*(1+cos(t))
  Rosetten: x(t)= 6*cos(t)*cos(7*t) / y(t)= 6*sin(t)*cos(7*t)
  Lissajous: x(t)= 5*sin(5*t) / y(t)= 5*cos(3*t)
  Zykloiden: x(t)= t-sin(t) / y(t)= 1-cos(t)

  Kurvenfarbe: rot  grün  blau  schwarz 
  Wartezeit in MSec (0 .. 1000): 
  Koordinatensystem (1 .. 100): 
  x(t): 
  y(t): 
     
  Ein Mausklick zeigt die Koordinaten: