Representation Math Example 4

Follow the full solution, then compare it with the other examples linked below.

Example 4

medium
A function ff triples its input. Represent ff as (a) a formula, (b) a table for inputs {1,2,3,4}\{1,2,3,4\}, (c) a verbal description.

Solution

  1. 1
    (a) Formula: f(x)=3xf(x) = 3x.
  2. 2
    (b) Table: x=1โ†’3x = 1 \to 3; x=2โ†’6x = 2 \to 6; x=3โ†’9x = 3 \to 9; x=4โ†’12x = 4 \to 12.
  3. 3
    (c) Verbal: 'The output is three times the input.'

Answer

f(x)=3xf(x) = 3x
Functions can be represented in multiple forms: formula, table, graph, or words. Each form is useful in different contexts โ€” tables for discrete data, formulas for computation, words for communication.

About Representation

A mathematical representation is any format โ€” diagram, equation, table, graph, or symbolic expression โ€” used to encode and communicate a mathematical idea or relationship between quantities.

Learn more about Representation โ†’

More Representation Examples