Quiz 2

Chatty reference · maths1 week 3

137 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 3. # 3.

3. Maths Week 3 — Quadratic Functions

Concepts:
  • Quadratic function
  • Standard form
  • Vertex
  • Axis of symmetry
  • Maximum/minimum
  • Slope
  • Quadratic equation
  • Roots
  • Discriminant
  • Graph interpretation
The fundamental representation:
f(x)=ax2+bx+cf(x)=ax^2+bx+c
Vertex:
xv=b2ax_v=-\frac{b}{2a}
Patterns:

Pattern M3-1 — Find roots

Given:
ax2+bx+c=0ax^2+bx+c=0
determine xx.

Pattern M3-2 — Determine number/type of roots

Use:
Δ=b24ac\Delta=b^2-4ac

Pattern M3-3 — Find maximum/minimum

Determine sign of aa:
  • a>0a>0 → minimum
  • a<0a<0 → maximum

Pattern M3-4 — Recover quadratic from information

For example:
  • vertex + another point
  • roots + another point
  • three points

Pattern M3-5 — Graph ↔ algebra

Given graph → infer:
  • roots
  • vertex
  • direction
  • approximate equation
This representation-switching is exactly the kind of thing I want us to train.

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.