Your browser does not support HTML5 Canvas.

DIFFERENZIALRECHNUNG
Funktionen, Ableitungen, Kurvendiskussion

Halbbreite des Koordinatensystems:
Variable x =
f(x) =
y =       y' =    y'' =    y''' =

         
       

Tangente:
Intervall:  a =    b =   (linke, rechte Grenzen)
N:    E:    W:

Operatoren und Funktionen: (, ), +, -, *, /, ^, abs, floor, round,
sqr, sqrt, exp, log, deg, rad, sin, cos, tan, asin, acos, atan, PI und E.
(Die Winkelfunktionen werden im Bogenmaß berechnet.)
Beispiele: y = log(x) , y = exp(x) , y = sin(x) , y = cos(x) , y = tan(x)
y = 1*x , y = 0.5*x^3 - 3*x^2 + 4*x , y = 2/x , Parabel y = sqrt(4*x)
Ellipse y = (3/5)*sqrt(5^2 - x^2) , Hyperbel y = (3/2)*sqrt(x^2 - 2^2)
Gedämpfte Schwingung y = 1*exp(-0.3*x)*sin(4*x)
Hinweis: [Clear all] und Funktion mit Maus ins Eingabefeld ziehen.

Ein Mausklick zeigt die Punktkoordinaten:  

differ.html, Version 6.0 © Herbert Paukert