Quiz 2

Chatty reference · maths1 week 8

110 words
1 min read
2026-08-16T00:00:00.000Z
Python Week 1: the first filter for runtime behavior
Visual companion
Python
Type and operator map

Python Week 1: the first filter for runtime behavior

View
Revision summary

What this note is really saying

Short form

ChatGPT archive slice for week 8. # 8.

8. Maths Week 8 — Derivatives, Tangents & Critical Points

Officially:
  • Differentiability
  • Derivative
  • Computing derivatives
  • L'Hôpital's rule
  • Tangents
  • Linear approximation
  • Critical points
  • Local maxima/minima. citeturn1view0

Core object

f(x)f'(x)
Interpretations:
  • instantaneous rate of change
  • slope of tangent
  • local behaviour

Patterns

Derivative computation

Apply appropriate rules.

Tangent

At x=ax=a:
yf(a)=f(a)(xa)y-f(a)=f'(a)(x-a)

Linear approximation

f(x)f(a)+f(a)(xa)f(x)\approx f(a)+f'(a)(x-a)

Critical points

Typically solve:
f(x)=0f'(x)=0
and also consider where ff' is undefined.

Local extrema

Use derivative behaviour around critical points.

L'Hôpital

For appropriate indeterminate forms:
= \lim_{x\to a}\frac{f'(x)}{g'(x)}$$ when the conditions for the rule hold. ---
Document outline

Keep your place and jump directly to a heading.

Table of Contents
System Normal // Awaiting Context

Intelligence Hub

Navigate the knowledge graph to generate context. The Hub adapts dynamically to surface backlinks, related notes, and metadata insights.