www.michael-
buhlmann.de

Mathematik
> Integralgleichung

Zurück

Integralgleichung I (Bestimmung der oberen Grenze)

Bestimmtes Integral einer integrierbaren Funktion f(x) auf einem Intervall [a; ξ], Integralwert A -> Integralgleichung aξ f(x) dx = A -> Lösung der Integralgleichung ξ.

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, unterer Grenze, Integralwert (Dezimalzahlen mit Punkt statt Komma):

Integralgleichung: aξ f(x) dx = A <=>
ξ  = 
dx
Genauigkeit: 
ξ-Intervall:  [a, a + ]
Lösung(en):  ξ = , , , ,

Zurück