2.2.3 · D3Functions

Worked examples — Function notation — f(x), g(x)

2,245 words10 min readBack to topic

The scenario matrix

Every function-notation question is one of these "case classes". A blank cell means "we still owe you an example there" — by the end, none are blank.

Case class What makes it tricky Covered in
Positive input plain substitution Ex 1
Negative input sign traps: Ex 1
Zero input most terms vanish → the -intercept Ex 1
Fraction / decimal input arithmetic care, no new rule Ex 2
Expression as input () replace every by the whole blob Ex 3
Composition vs order matters, inside-out Ex 4
Solving (working backwards) notation read in reverse Ex 5
Difference quotient (limiting behaviour) the gateway to Limits and calculus Ex 6
Word problem (real units) translate English → machine Ex 7
Exam twist (, piecewise) self-composition + Piecewise functions Ex 8

Let me set two functions we will reuse:


Worked examples

Recall Rapid self-test

for ::: for the same ::: Does for above? ::: No — , composition isn't commutative The limit of the difference quotient of ::: for the piecewise ::: Minutes so the phone bill is \20240$

Connections

  • Function notation — f(x), g(x) — the parent this page drills.
  • Composite functions — Examples 4 and 8 are composition in action.
  • Inverse functions — Examples 5 and 7 solve , the reverse machine.
  • Piecewise functions — Example 8's branch-checking.
  • Limits and calculus — Example 6's difference quotient is the first step of the derivative.
  • Graphing functions — Example 1's zero input is the -intercept.