Aufgabe:
Führe die Berechnung zum Beweis für die Ableitung f'(x) = 3x² durch.
Problem/Ansatz:
wie macht man das?Habe es probiert indem man x³ einsetzt und umformt...aber ich bekomme das nicht hin ...bitte
h-Methode:
((x+h)^3 - x^3))/h
ausrechnen und h gegen Null gehen lassen!
Ich weiß, aber ich bekomme das nicht hin..kann mir jemand eine musterlösung schicken damit ich weiß wie das geht?
[ ( x + h ) ^3 - x^3 ] / h
( h^3 + 3*h^2*x + 3*h*x^2 + x^3 - x^3 ) / h( h^3 + 3*h^2*x + 3*h*x^2 ) / hh * ( h^2 + 3*h*x + 3 * x^2 ) / hh^2 + 3*h*x + 3 * x^2 lim h -> 0 [ h^2 + 3*h*x + 3 * x^2 ] = ( 0 + 0 + 3 * x^2 )f ´( x^3 =) 3 * x^2
Danke,danke ,danke
Ist das das selbe für x^4?also 4x³?
Ist das das selbe für x4?also 4x3?
Ja - das geht immer gleich: $$\begin{aligned} f'(x) &= \lim_{h \to 0} \frac{f(x+h) - f(x)}{h} \\ &= \lim_{h \to 0} \frac{(x+h)^4 - x^4}{h} \\ &= \lim_{h \to 0} \frac{x^4 + 4x^3h + 6x^2h^2 + 4xh^3 + h^4 - x^4}{h} \\ &= \lim_{h \to 0} \frac{ 4x^3h + 6x^2h^2 + 4xh^3 + h^4 }{h} \\ &= \lim_{h \to 0} 4x^3 + \underbrace{6x^2h + 4xh^2 + h^3}_{\to 0} \\ &= 4x^3 \end{aligned}$$und ganz allgemein ist $$f(x) = x^n \\ \implies f'(x) = nx^{n-1}$$
Ein anderes Problem?
Willkommen bei der Mathelounge! Stell deine Frage einfach und kostenlos