Processing Math: Done
To print higher-resolution math symbols, click the
Hi-Res Fonts for Printing button on the jsMath control panel.

jsMath

Lösung 1.1:2e

Aus Online Mathematik Brückenkurs 2

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
Aktuelle Version (11:07, 19. Aug. 2009) (bearbeiten) (rückgängig)
 
(Der Versionsvergleich bezieht 5 dazwischen liegende Versionen mit ein.)
Zeile 1: Zeile 1:
-
With the help of the square rule, we can expand the quadratic as
+
Wir multiplizieren aus und erhalten
 +
{{Abgesetzte Formel||<math>\begin{align}
 +
f(x) &= \bigl(x^2-1\bigr)^2\\[5pt]
 +
&= \bigl(x^2\bigr)^2 - 2\cdot x^2\cdot 1 + 1^2\\[5pt]
 +
&= x^4 - 2x^2 + 1\,\textrm{.}
 +
\end{align}</math>}}
-
<math>\begin{align}
+
Jetzt können wir die Funktion Term für Term ableiten.
-
& f\left( x \right)=\left( x^{2}-1 \right)^{2}=\left( x^{2} \right)^{2}-2\centerdot x^{2}\centerdot 1+1^{2} \\
+
-
& =x^{4}-2x^{2}+1 \\
+
-
\end{align}</math>
+
-
 
+
{{Abgesetzte Formel||<math>\begin{align}
-
When the function is written in this form, it is easy to differentiate term by term:
+
f^{\,\prime}(x) &= \frac{d}{dx}\,\bigl(x^4-2x^2+1\bigr)\\[5pt]
-
 
+
&= \frac{d}{dx}\,x^4 - 2\frac{d}{dx}\,x^2 + \frac{d}{dx}\,1\\[5pt]
-
 
+
&= 4\cdot x^{4-1} - 2\cdot 2x^{2-1} + 0\\[5pt]
-
<math>\begin{align}
+
&= 4x^{3} - 4x\\[5pt]
-
& {f}'\left( x \right)=\frac{d}{dx}\left( x^{4}-2x^{2}+1 \right) \\
+
&= 4x(x^2-1)\,\textrm{}
-
& =\frac{d}{dx}x^{4}-2\frac{d}{dx}x^{2}+\frac{d}{dx}1 \\
+
\end{align}</math>}}
-
& =4\centerdot x^{-1}-2\centerdot 2x^{-1}+0 \\
+
-
& =4x^{3}-4x=4x\left( x^{2}-1 \right) \\
+
-
\end{align}</math>
+

Aktuelle Version

Wir multiplizieren aus und erhalten

f(x)=x212=x222x21+12=x42x2+1.

Jetzt können wir die Funktion Term für Term ableiten.

f(x)=ddxx42x2+1=ddxx42ddxx2+ddx1=4x4122x21+0=4x34x=4x(x21)