\( \newcommand{\br}[1]{\left( #1\right)} \newcommand{\logpar}[1]{\log\left( #1\right)} \newcommand{\cospar}[1]{\cos\left( #1\right)} \newcommand{\sinpar}[1]{\sin\left( #1\right)} \newcommand{\tanpar}[1]{\tan\left( #1\right)} \newcommand{\arcsinpar}[1]{\sin^{-1}\!\left( #1\right)} \newcommand{\arccospar}[1]{\cos^{-1}\!\left( #1\right)} \newcommand{\arctanpar}[1]{\tan^{-1}\!\left( #1\right)} \newcommand{\asin}[1]{\sin^{-1}\! #1} \newcommand{\acos}[1]{\cos^{-1}\! #1} \newcommand{\atan}[1]{\tan^{-1}\! #1} \newcommand{\asinh}[1]{\sinh^{-1}\! #1} \newcommand{\acosh}[1]{\cosh^{-1}\! #1} \newcommand{\atanh}[1]{\tanh^{-1}\! #1} \newcommand{\logten}[1]{\log_{10}\! #1} \definecolor{explaination}{RGB}{0, 166, 226} \newcommand{\ubrace}[2][u]{ { \color{explaination}{\underbrace{ {\color{black}{#2}} }_{#1}} } } \newcommand{\obrace}[2][u]{ { \color{explaination}{\overbrace{ {\color{black}{#2}} }^{#1}} } } \definecolor{highlight}{RGB}{181, 41, 118} \newcommand{\xplain}[1]{{ \textcolor{explaination} { \footnotesize{ #1 \newline}}}} \newcommand{\hilite}[1]{{ \textcolor{highlight} { { #1 }}}} \definecolor{lightergray}{gray}{.675} \newcommand{\hide}[1]{{ \textcolor{lightergray} { \footnotesize{ #1 \newline}}}} \newcommand{\mth}[1]{ { \textcolor{black} { { \small #1 } } } } \)

Übung: Visuell Ableiten

2 7 2 0 new VisualizingDerivativesProblem({ INTERVAL_WIDTH: INTERVAL_WIDTH, nIntervals: NUM_INTERVALS, nProblemIntervals: NUM_INTERVALS_PROBLEM, offset: OFFSET, noSolution: NO_SOLUTION, moveDerivative: MOVE_DERIVATIVE, fnColor: PURPLE, derivColor: GREEN }) PROBLEM.problemRanges

Die Funktion f(x) ist in lila gezeichnet. Das grüne Fenster könnte einen Teil der Ableitung von f'(x) enthalten.

An welcher Stelle stimmt die Ableitung der Funktion mit dem Funktionsausschnitt im Fenster überein?

Die Funktion f(x) ist in grün gezeichnet. Das lila Fenster könnte einen Teil der Stammfunktion von F(x) enthalten.

An welcher Stelle stimmt die Stammfunktion der Funktion mit dem Funktionsausschnitt im Fenster überein?

slidingWindow = PROBLEM.render();
value
Ziehe die grüne Funktionlila Funktion in die richtige Position oder kreuze das Kästchen keine Lösung an.
slidingWindow.getXLims()
if (NO_SOLUTION && $(".sol.no-solution :checkbox").prop("checked") ) { return true; } else if (_.isEqual(guess, slidingWindow.startRange)) { return ""; } return _.any(PROBLEM_RANGES, function(problemRange) { return _.isEqual(guess, problemRange); });
slidingWindow.moveTo(guess[0], 0);

true false
true true
false false
false true