Math ClubMath Club
v1 · padrão canônico

Lektion 51 — Ableitung: Definition über Grenzwert

Ableitung als Grenzwert der durchschnittlichen Änderungsrate. Tangentenlinie. Differenzierbarkeit impliziert Stetigkeit, aber nicht umgekehrt. Berechnung per Definition für elementare Funktionen.

Used in: 2. Jahr Gymnasium (16–17 Jahre) · Äquivalent: Japanische Math II (微分) · Äquivalent: Deutsche Klasse 11 (Analysis)

f(a)=limh0f(a+h)f(a)hf'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}
Choose your door

Rigorous notation, full derivation, hypotheses

Rigorose Definition e teoremas

Definition der Ableitung

Äquivalente Notationen

what this means · Todas as notações abaixo representam o mesmo objeto — a Ableitung de f. Leibniz (dy/dx), Lagrange (f'), Newton (f com ponto) e o operador D são as mais usadas.

A expressão dfdxx=a\frac{df}{dx}\Big|_{x=a} denota a Ableitung avaliada no ponto aa.

Tangentenlinie e Normalenlinie

Sendo ff differenzierbar em aa:

  • Tangentenlinie em (a,f(a))(a, f(a)): yf(a)=f(a)(xa)\quad y - f(a) = f'(a)(x - a)
  • Normalenlinie em (a,f(a))(a, f(a)) (perpendicular à tangente, se f(a)0f'(a) \neq 0): yf(a)=1f(a)(xa)\quad y - f(a) = -\dfrac{1}{f'(a)}(x - a)

Teorema fundamental de Differenzierbarkeit

Pontos de não-Differenzierbarkeit

Grundlegende Ableitungen per Definition

Função f(x)f(x)f(x)f'(x)
cc (constante)00
xx11
x2x^22x2x
x3x^33x23x^2
xnx^n (nZn \in \mathbb{Z})nxn1n x^{n-1}
1x\dfrac{1}{x}1x2-\dfrac{1}{x^2}
x\sqrt{x}12x\dfrac{1}{2\sqrt{x}}

Gelöste Beispiele

Exercise list

40 exercises · 10 with worked solution (25%)

Application 20Understanding 10Modeling 7Challenge 2Proof 1
  1. Ex. 51.1Application

    Calcule f(3)f'(3) para f(x)=x2f(x) = x^2 usando a definição de Ableitung. (Resp: 66.)

  2. Ex. 51.2Application

    Calcule f(a)f'(a) para f(x)=x3f(x) = x^3 usando a definição. (Resp: 3a23a^2.)

  3. Ex. 51.3ApplicationAnswer key

    Calcule f(a)f'(a) para f(x)=cf(x) = c (constante real) pela definição. (Resp: 00.)

  4. Ex. 51.4ApplicationAnswer key

    Calcule f(a)f'(a) para f(x)=mx+bf(x) = mx + b (função afim) pela definição. (Resp: mm.)

  5. Ex. 51.5Application

    Calcule f(2)f'(2) para f(x)=2x2+3xf(x) = 2x^2 + 3x via definição. (Resp: 1111.)

  6. Ex. 51.6Application

    Calcule f(1)f'(1) para f(x)=2x25x+1f(x) = 2x^2 - 5x + 1 via definição. (Resp: 1-1.)

  7. Ex. 51.7Application

    Calcule a função Ableitung f(x)f'(x) para f(x)=2x2x+3f(x) = 2x^2 - x + 3 via definição. (Resp: 4x14x - 1.)

  8. Ex. 51.8Application

    Use a definição para calcular f(a)f'(a) sendo f(x)=x4f(x) = x^4. (Resp: 4a34a^3.)

  9. Ex. 51.9Application

    Calcule f(0)f'(0) para f(x)=x2xf(x) = x^2 - x via definição. (Resp: 1-1.)

  10. Ex. 51.10Application

    Calcule f(a)f'(a) para f(x)=2x32xf(x) = 2x^3 - 2x via definição. (Resp: 6a226a^2 - 2.)

  11. Ex. 51.11Application

    Calcule f(2)f'(2) para f(x)=1/xf(x) = 1/x via definição. (Resp: 1/4-1/4.)

  12. Ex. 51.12Application

    Calcule f(4)f'(4) para f(x)=xf(x) = \sqrt{x} via definição. (Resp: 1/41/4.)

  13. Ex. 51.13Application

    Calcule f(1)f'(1) para f(x)=1/xf(x) = 1/x via definição. (Resp: 1-1.)

  14. Ex. 51.14Application

    Determine a equação da Tangentenlinie a y=x2y = x^2 no ponto x=2x = 2. (Resp: y=4x4y = 4x - 4.)

  15. Ex. 51.15Application

    Determine a equação da Tangentenlinie a y=1/xy = 1/x no ponto x=1x = 1. (Resp: y=x+2y = -x + 2.)

  16. Ex. 51.16Application

    Para f(x)=x24xf(x) = x^2 - 4x, em qual xx a Tangentenlinie é horizontal? (Resp: x=2x = 2.)

  17. Ex. 51.17Application

    Calcule f(9)f'(9) para f(x)=xf(x) = \sqrt{x} via definição. (Resp: 1/61/6.)

  18. Ex. 51.18Application

    Calcule f(a)f'(a) para f(x)=1/x2f(x) = 1/x^2 via definição. (Resp: 2/a3-2/a^3.)

  19. Ex. 51.19Application

    Equação da Tangentenlinie a y=x3y = x^3 em x=2x = 2. (Resp: y=12x16y = 12x - 16.)

  20. Ex. 51.20ApplicationAnswer key

    Determine a equação da Normalenlinie a y=x2y = x^2 no ponto x=1x = 1. (Resp: y=12x+32y = -\frac{1}{2}x + \frac{3}{2}.)

  21. Ex. 51.21Understanding

    A função f(x)=xf(x) = |x| é differenzierbar em x=0x = 0? Justifique calculando as Ableitungs laterais.

  22. Ex. 51.22UnderstandingAnswer key

    A função f(x)=xxf(x) = x|x| é differenzierbar em x=0x = 0? (Resp: sim, f(0)=0f'(0) = 0.)

  23. Ex. 51.23Understanding

    Analise f(x)=x3f(x) = \sqrt[3]{x} em x=0x = 0. O Grenzwert do quociente incremental existe? (Resp: ++\infty — tangente vertical.)

  24. Ex. 51.24UnderstandingAnswer key

    Seja f(x)={x2x13x2x>1f(x) = \begin{cases} x^2 & x \leq 1 \\ 3x - 2 & x > 1 \end{cases}. É ff differenzierbar em x=1x = 1?

  25. Ex. 51.25Understanding

    Seja f(x)=x2sin(1/x)f(x) = x^2\sin(1/x) para x0x \neq 0 e f(0)=0f(0) = 0. Mostre que f(0)=0f'(0) = 0. (Resp: f(0)=0f'(0) = 0.)

  26. Ex. 51.26Understanding

    Seja f(x)=xsin(1/x)f(x) = x\sin(1/x) para x0x \neq 0 e f(0)=0f(0) = 0. A função é differenzierbar em x=0x = 0?

  27. Ex. 51.27Understanding

    Seja f(x)={x2x0x2x<0f(x) = \begin{cases} x^2 & x \geq 0 \\ -x^2 & x < 0 \end{cases}. Calcule f(0)f'(0).

  28. Ex. 51.28Understanding

    Interprete geometricamente: o que significa f(a)>0f'(a) > 0, f(a)<0f'(a) < 0 e f(a)=0f'(a) = 0?

  29. Ex. 51.29Understanding

    Qual é a relação correta entre Differenzierbarkeit e Stetigkeit?

  30. Ex. 51.30Understanding

    Por que a diferença central f(a+h)f(ah)2h\frac{f(a+h)-f(a-h)}{2h} é mais precisa numericamente que a diferença forward f(a+h)f(a)h\frac{f(a+h)-f(a)}{h}?

  31. Ex. 51.31ModelingAnswer key

    Um objeto se move com posição s(t)=2t2s(t) = 2t^2 metros. Qual é sua velocidade instantânea em t=2t = 2 s? (Resp: 88 m/s.)

  32. Ex. 51.32ModelingAnswer key

    Posição s(t)=t2+5ts(t) = t^2 + 5t metros. Velocidade instantânea em t=3t = 3 s? (Resp: 1111 m/s.)

  33. Ex. 51.33ModelingAnswer key

    Custo C(q)=q2+30q+500C(q) = q^2 + 30q + 500 reais. Custo marginal em q=50q = 50? (Resp: R$ 130130.)

  34. Ex. 51.34Modeling

    População P(t)=100+5t2P(t) = 100 + 5t^2 indivíduos. Taxa de crescimento em t=4t = 4 anos? (Resp: 4040 indivíduos/ano.)

  35. Ex. 51.35Modeling

    Em machine learning, loss L(θ)=(θ3)2L(\theta) = (\theta - 3)^2. Calcule L(θ)L'(\theta) via definição e encontre o θ\theta que minimiza LL. (Resp: L(θ)=2θ6L'(\theta) = 2\theta - 6; mínimo em θ=3\theta = 3.)

  36. Ex. 51.36ModelingAnswer key

    Carga elétrica q(t)=t2+2tq(t) = t^2 + 2t coulombs. A corrente i(t)=q(t)i(t) = q'(t). Calcule i(2)i(2). (Resp: 66 A.)

  37. Ex. 51.37Modeling

    Volume de uma esfera V(r)=43πr3V(r) = \frac{4}{3}\pi r^3. Taxa de variação do volume em relação ao raio em r=2r = 2 cm? (Resp: 16π16\pi cm³/cm.)

  38. Ex. 51.38Challenge

    Determine kk tal que f(x)=x2+kxf(x) = x^2 + kx tenha Tangentenlinie horizontal no ponto x=3/2x = -3/2.

  39. Ex. 51.39Challenge

    Prove que se ff é uma função par e differenzierbar em x=0x = 0, então f(0)=0f'(0) = 0.

  40. Ex. 51.40ProofAnswer key

    Seja h(x)=f(x)+g(x)h(x) = f(x) + g(x), com ff e gg diferenciáveis em aa. Use a definição de Ableitung para mostrar que h(a)=f(a)+g(a)h'(a) = f'(a) + g'(a) (regra da soma).

Fontes

  • Active Calculus 2.0 — Boelkins · 2024 · CC-BY-SA 4.0. Capítulos §1.1, §1.3, §1.4, §1.7. Fonte primária. Atividades ricas sobre a definição via Grenzwert, interpretação gráfica e Differenzierbarkeit.
  • Calculus, Volume 1 — OpenStax · Herman & Strang · CC-BY-NC-SA 4.0. Capítulos §3.1 (Defining the Derivative), §3.2 (The Derivative as a Function). Exercícios extensivos com cálculo pela definição.
  • APEX Calculus — Hartman et al. · 5.ª ed. · CC-BY-NC 4.0. Capítulos §2.1 (Instantaneous Rates of Change), §2.2 (Interpretations of the Derivative). Exemplos com Tangentenlinie e aplicações físicas.

Updated on 2026-05-04 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.