www.michael-br />buhlmann.dee

Mathematik
> Tangenten und Normalen

Zurück

Funktionen-Normalenplotter II

Abbildung:
Funktion f(x), Stelle x0 -> Punkt P(x0|f(x0)) = P(x0|y0) -> Tangente an Funktion im Punkt: t: y = f'(x0)(x-x0) + f(x0), Normale senkrecht zur Tangente im Punkt: n: y = -(x-x0)/f'(x0) + f(x0).

 

Funktionseingabe (gemäß JavaScript): Variable x, Klammern (), Addition +, Subtraktion -, Multiplikation *, Division /, Betrag |x| = Math.abs(x), Potenzfunktion xn = Math.pow(x,n), Wurzelfunktion √x = Math.sqrt(x), Exponentialfunktion ex = Math.exp(x), natürlicher Logarithmus ln(x) = Math.log(x), trigonometrische Funktionen sin(x) = Math.sin(x), cos(x) = Math.cos(x), tan(x) = Math.tan(x), trigonometrische Umkehrfunktionen arcsin(x) = Math.asin(x), arccos(x) = Math.acos(x), arctan(x) = Math.atan(x).

Eingabe von Funktion, x-Wert (Dezimalzahlen mit Punkt statt Komma, Bruch in der Form Zähler/Nenner):

Funktion: f(x) =  
x-Wert: x0  
Bereich (von Minuswert bis Pluswert):  x-Wert: +/-
Schrittweite x-Werte: 
Bereich (von Minuswert bis Pluswert):  y-Wert: +/-
Funktion, Normale

Graphen

Funktion: f(x) =
Normale y =

Funktion (schwarz)
Normale (rot)

Zurück