Study Guide on Functions and Linear Notations

Fundamentals of Function Notation

  • Definition of Symbols: A function is commonly denoted by symbols such as ff, gg, or other letters.

  • Mathematical Notation: A function ff from set XX to set YY is written as f:XYf: X \rightarrow Y. This is read as "ff is a function from XX to YY."

  • Structural Components:

    • Domain: Represented by the set XX, containing all input values.

    • Codomain: Represented by the set YY, containing all potential output values.

    • Function Rule: The specific mathematical operation applied to the input, such as f(x)=2xf(x) = 2x.

  • The Image: If an ordered pair (x,y)(x, y) belongs to the function ff, then the element yy is called the image of the element xx under the function ff.

  • The Equation: This relationship is expressed as y=f(x)y = f(x).

    • Independent Variable: XX is the independent variable because it is the input value chosen from the domain.

    • Dependent Variable: yy is the dependent variable because its value depends on the chosen value of XX.

  • The Machine Analogy: A function can be viewed as a machine where:

    • Inputs: Domain values (XX) are fed into the machine.

    • Process: The function rule (f(x)f(x)) acts on the input.

    • Outputs: Range values (yy) are produced.

  • Crucial Distinction: The notation f(x)f(x) does not signify ff multiplied by xx. Instead, it explicitly means "the value of the function ff at the point xx." For example, f(1)f(1) represents the specific value of the function when X=1X = 1.

Practical Examples of Function Calculations

  • Example 1: Basic Mapping:

    • Given: X={0,1,4}X = \{0, 1, 4\}, Y={0,1,2,4}Y = \{0, 1, 2, 4\}, and the rule f(x)=2xf(x) = 2x.

    • Calculations:

      • At X=0X = 0, then f(0)=2×0=0f(0) = 2 \times 0 = 0.

      • At X=1X = 1, then f(1)=2×1=2f(1) = 2 \times 1 = 2.

      • At X=4X = 4, then f(4)=2×4=8f(4) = 2 \times 4 = 8.

    • Conclusion: The range of the function is {0,2,8}\{0, 2, 8\}.

  • Example 2: Quadratic Rule:

    • Given: X={1,0,1}X = \{-1, 0, 1\}, Y={0,1,2}Y = \{0, -1, -2\}, and the rule f(x)=x21f(x) = x^2 - 1.

    • Calculations:

      • At X=1X = -1, then f(1)=(1)21=0f(-1) = (-1)^2 - 1 = 0.

      • At X=0X = 0, then f(0)=(0)21=1f(0) = (0)^2 - 1 = -1.

      • At X=1X = 1, then f(1)=(1)21=0f(1) = (1)^2 - 1 = 0.

    • Results: The images of the elements are 00 and 1-1. The range of the function is {0,1}\{0, -1\}.

  • Special Case: Function on a Set:

    • If a function maps from set XX to itself (f:XXf: X \rightarrow X), it is stated as "ff is a function on XX."

  • Example 3: Natural Number Function:

    • Given: f:NNf: \mathbb{N} \rightarrow \mathbb{N} where N\mathbb{N} is the set of natural numbers, and f(x)=x+1f(x) = x + 1.

    • Rule: The image of any natural number is the number plus 11.

    • Points:

      • f(0)=0+1=1f(0) = 0 + 1 = 1

      • f(1)=1+1=2f(1) = 1 + 1 = 2

      • f(2)=2+1=3f(2) = 2 + 1 = 3

      • f(3)=3+1=4f(3) = 3 + 1 = 4

    • Ordered Pairs: (0,1),(1,2),(2,3),(3,4)(0, 1), (1, 2), (2, 3), (3, 4).

    • Range: The range is all natural numbers except zero, expressed as N{0}\mathbb{N} - \{0\}. This is because no natural number, when added to 11, results in an output of 00.

The Linear Function

  • Definition: A function ff defined by f(x)=ax+bf(x) = ax + b, where aa and bb are real numbers and a0a \neq 0.

  • Degree: It is a first-degree function because the highest exponent of the variable xx is 11.

  • Domain: In general, the domain is the set of real numbers R\mathbb{R}. In real-life applications, it may be a subset of R\mathbb{R} based on practical data constraints.

  • Graphical Representation: Represents as a straight line.

    • Y-axis Interaction: Intersects the y-axis at the point (0,b)(0, b).

    • X-axis Interaction: Intersects the x-axis at the point (ba,0)(-\frac{b}{a}, 0).

  • Example Case: For f(x)=2x5f(x) = 2x - 5:

    • Intersection with y-axis: (0,5)(0, -5).

    • Intersection with x-axis: (52,0)(\frac{5}{2}, 0).

  • Graphing Procedure:

    • Find at least two ordered pairs belonging to the function.

    • It is recommended to find a third ordered pair to verify that all three points align on a single straight line.

  • Special Case (b=0b = 0):

    • The function f(x)=axf(x) = ax is a straight line passing through the origin point (0,0)(0, 0).

    • Note on Coefficients: If the coefficient of xx is a fraction (1d\frac{1}{d}), select values for xx that are divisible by the denominator (dd) to simplify calculations and graphing.

Real-World Modeling and Applications

  • Factory Production Cost:

    • Function: f(x)=60x+40f(x) = 60x + 40, where xx is the number of shirts and f(x)f(x) is total cost in pounds.

    • Fixed Cost (x=0x=0): 40pounds40\,\text{pounds}. This is the cost regardless of production volume.

    • Variable Cost: 60pounds60\,\text{pounds} per shirt.

    • Finding Production Quantity: If total cost is 940pounds940\,\text{pounds}, set 60x+40=94060x + 40 = 940.

      • 60x=90060x = 900

      • x=15shirtsx = 15\,\text{shirts}.

    • Domain Constraint: Since you cannot produce negative or partial shirts, the domain is the set of natural numbers N\mathbb{N}, and the graph consists of discrete points.

  • Service Costs (Meal Delivery):

    • Example Rule: f(x)=50x+15f(x) = 50x + 15.

    • Context: 50pounds50\,\text{pounds} per meal plus a 15pounds15\,\text{pounds} fixed delivery fee.

    • Logical Constraint: The domain starts at counting numbers (min. 1 meal), as paying a delivery fee for zero meals is illogical.

  • Battery Depletion Model:

    • Function: f(x)=10010xf(x) = 100 - 10x, where xx is hours of use and f(x)f(x) is the percentage of remaining charge.

    • Domain: Restricted to [0,10][0, 10] because battery cannot have negative charge or exceed 100%100\%.

    • Finding Usage Time: If remaining charge is 20%20\%, set 20=10010x20 = 100 - 10x.

      • 10x=8010x = 80

      • x=8hoursx = 8\,\text{hours}.

The Constant Function

  • Definition: A function ff where f(x)=bf(x) = b, and bb is a constant real number.

  • Degree: If b0b \neq 0, the function is of zero degree.

  • Graphical Representation: A straight line parallel to the X-axis.

    • Case b > 0: The line is above the X-axis and passes through (0,b)(0, b).

    • Case b < 0: The line is below the X-axis and passes through (0,b)(0, b).

    • Case b=0b = 0: The line coincides with the X-axis (the line y=0y = 0) and passes through (0,0)(0, 0).

  • Examples:

    • f(x)=2f(x) = 2: Line passes through (0,2)(0, 2) and is parallel to the X-axis.

    • f(x)=2f(x) = -2: Line passes through (0,2)(0, -2) and is parallel to the X-axis.

    • f(x)=0f(x) = 0: Overlays exactly on the X-axis.

Questions & Discussion

  • Try it Yourself 1:

    • Problem: If X={2,4,6,8}X = \{2, 4, 6, 8\}, Y={1,2,3,4,5,6}Y = \{1, 2, 3, 4, 5, 6\} and the function f:XYf: X \rightarrow Y where f(x)=12xf(x) = \frac{1}{2}x. Write ff as a set of ordered pairs, represent it graphically, and find the range.

  • Try it Yourself 2:

    • Problem: If f:ZZf: \mathbb{Z} \rightarrow \mathbb{Z} (integers), and f(x)=x22f(x) = x^2 - 2. Find f(0),f(1),f(2),f(3),f(4)f(0), f(1), f(2), f(3), f(4) and represent them on a Cartesian grid Z×Z\mathbb{Z} \times \mathbb{Z}.

  • Try it Yourself 3:

    • Problem: If the line representing f(x)=4xaf(x) = 4x - a cuts the X-axis at the point (2,b)(2, b), find the value of aa and bb.

  • Mathematical Problem Solving (Example):

    • Question: If the line representing f(x)=ax+bf(x) = ax + b intersects the y-axis at (0,3)(0, 3) and f(2)=7f(2) = 7, find the values of aa and bb.

    • Solution Step 1: Intersecting the y-axis at (0,3)(0, 3) means when x=0x = 0, y=3y = 3. Substituting into f(x)=ax+bf(x) = ax + b: 3=a(0)+b3 = a(0) + b, therefore b=3b = 3.

    • Solution Step 2: Use f(x)=ax+3f(x) = ax + 3. Since f(2)=7f(2) = 7, substitute 22 for xx and 77 for f(x)f(x): 7=2a+37 = 2a + 3.

    • Solution Step 3: Solve for aa: 2a=42a = 4, so a=2a = 2.