Viewing Windows, Tick Mark Calculations, and Function Representations

Viewing Windows and Scale Mechanics

  • Graph Axes and Increment Scale:

    • Tick marks on the yy-axis and xx -axis represent marked increments along the respective axis.

    • The point of intersection between the xx-axis and yy-axis is always zero (00).

    • xx-axis Scale: If the xx-axis tick marks are labeled as 4,3,2,1,1,2,3,4,5-4, -3, -2, -1, 1, 2, 3, 4, 5, the consistent increment between consecutive tick marks is 11. Therefore, the scale on the xx-axis is 11.

    • yy-axis Scale: If the yy-axis tick marks are labeled as 8,6,4,2,2,4,6,8-8, -6, -4, -2, 2, 4, 6, 8, the consistent increment between consecutive tick marks is 22. Therefore, the scale on the yy-axis is 22.

  • Components of a Viewing Window:

    • A viewing window is defined by the minimum xx-value (XminX_{\text{min}}), the maximum xx-value (XmaxX_{\text{max}}), and the scale on the xx-axis (increment).

    • Similarly, the yy-axis viewing window is defined by the minimum yy-value (YminY_{\text{min}}), the maximum yy-value (YmaxY_{\text{max}}), and the scale on the yy-axis.

Calculating the Number of Tick Marks on an Axis

  • Formula for the xx-axis:

    • To find the total number of tick lines on the xx-axis, subtract the minimum xx-value (XminX_{\text{min}}, or aa) from the maximum xx-value (XmaxX_{\text{max}}, or bb), divide the result by the xx-axis scale, and add 11: Number of tick marks on x-axis=XmaxXminScalex+1\text{Number of tick marks on } x\text{-axis} = \frac{X_{\text{max}} - X_{\text{min}}}{\text{Scale}_{x}} + 1 Number of tick marks on x-axis=bascale+1\text{Number of tick marks on } x\text{-axis} = \frac{b - a}{\text{scale}} + 1

  • Formula for the yy-axis:

    • To find the total number of tick lines on the yy-axis, subtract the minimum yy-value (YminY_{\text{min}}, or dd) from the maximum yy-value (YmaxY_{\text{max}}, or ee), divide by the yy-axis scale (ff), and add 11: Number of tick marks on y-axis=YmaxYminScaley+1\text{Number of tick marks on } y\text{-axis} = \frac{Y_{\text{max}} - Y_{\text{min}}}{\text{Scale}_{y}} + 1 Number of tick marks on y-axis=edf+1\text{Number of tick marks on } y\text{-axis} = \frac{e - d}{f} + 1

  • Step-by-Step Procedure:

    1. Identify the maximum value of the axis.

    2. Subtract the minimum value of the axis from the maximum value.

    3. Divide the resulting difference by the axis scale.

    4. Add 11 to the quotient.

Graphing Verification and Worked Examples

  • Worked Example: xx-axis Tick Marks:

    • Given Values: Xmax=10X_{\text{max}} = 10, Xmin=4X_{\text{min}} = -4, Scalex=2\text{Scale}_{x} = 2.

    • Calculation: Tick Marks=10(4)2+1\text{Tick Marks} = \frac{10 - (-4)}{2} + 1 Tick Marks=10+42+1\text{Tick Marks} = \frac{10 + 4}{2} + 1 Tick Marks=142+1=7+1=8\text{Tick Marks} = \frac{14}{2} + 1 = 7 + 1 = 8

    • Graphical Verification:

    • Point of origin/intersection is 00.

    • Positive ticks (increment of 22 up to maximum 1010): 2,4,6,8,102, 4, 6, 8, 10

    • Negative ticks (increment of 22 down to minimum 4-4): 2,4-2, -4

    • Full sequence of tick locations: 4,2,0,2,4,6,8,10-4, -2, 0, 2, 4, 6, 8, 10

    • Total tick line count equals 88, confirming the formula calculation.

  • Worked Example: yy-axis Tick Marks:

    • Given Values: Ymax=12Y_{\text{max}} = 12, Ymin=0Y_{\text{min}} = 0, Scaley=3\text{Scale}_{y} = 3.

    • Calculation: Tick Marks=1203+1\text{Tick Marks} = \frac{12 - 0}{3} + 1 Tick Marks=123+1=4+1=5\text{Tick Marks} = \frac{12}{3} + 1 = 4 + 1 = 5

    • Graphical Verification:

    • Origin is at 00 (Ymin=0Y_{\text{min}} = 0).

    • Increment by 33 up to maximum 1212: 0,3,6,9,120, 3, 6, 9, 12

    • Total tick line count equals 55, confirming the formula calculation.

Scatter Plots vs. Line Graphs

  • Scatter Plots:

    • Created by plotting individual data points on a coordinate plane without connecting lines between the points.

  • Line Graphs:

    • Created by taking a scatter plot and connecting consecutive data points with straight line segments.

  • Dataset Example: Monthly Precipitation in Portland, Oregon:

    • Data tracks month number (xx-values from 11 to 1212) against average monthly precipitation (yy-values).

    • Data points listed: (1,6.2)(1, 6.2), (2,3.9)(2, 3.9), (3,6.2)(3, 6.2), (4,3.9)(4, 3.9), (5,1.1)(5, 1.1), (6,1.6)(6, 1.6), (7,3.1)(7, 3.1), (8,5.2)(8, 5.2), (9,6.4)(9, 6.4), (10,3.1)(10, 3.1), (11,5.2)(11, 5.2), (12,6.4)(12, 6.4).

Using the Desmos Graphing Calculator

  • Entering Data into Desmos:

    1. Open Desmos Graphing Calculator.

    2. Click the plus sign (++, top left corner).

    3. Select Table from the dropdown menu (options include Expression, Notes, Table).

    4. Populate column X1X_1 with independent variables (e.g., months 11 through 1212).

    5. Populate column Y1Y_1 with dependent variables (e.g., precipitation values).

    6. Desmos automatically generates the scatter plot points upon data entry.

  • Viewing and Navigating Points:

    • Zoom out by clicking the minus symbol (-) if data points extend beyond default view.

    • Clicking any individual point on the graph reveals its specific (x,y)(x, y) coordinates (e.g., (1,6.2)(1, 6.2)).

  • Adjusting the Viewing Window in Desmos:

    • Open the settings panel via the tool/wrench icon at the top right corner.

    • xx-axis Adjustments:

    • Default minimum xx-value often starts at 20-20.

    • Set XminX_{\text{min}} to 00 or 11 (at or slightly before first data value).

    • Set XmaxX_{\text{max}} to 1212 or 1313 (at or slightly past maximum data value).

    • Set Step (scale/increment) to 11.

    • Label axis as months.

    • yy-axis Adjustments:

    • Set YminY_{\text{min}} according to lowest data value (e.g., 0.50.5).

    • Set YmaxY_{\text{max}} according to highest data value (e.g., 6.46.4).

    • Label axis as precipitation.

    • Select an appropriate step value or allow Desmos to assign one automatically.

  • Converting Scatter Plot to Line Graph in Desmos:

    1. Click and hold the table symbol located above the Y1Y_1 column header.

    2. Toggle the Lines option to ON.

    3. Choose the line style: continuous (solid) line or dotted line.

Graphing Calculators for Exams

  • Exam Device Policies:

    • Computers, mobile phones, and web apps (such as Desmos) are strictly prohibited during formal examinations.

    • Students must use a dedicated physical graphing calculator.

  • Recommended Calculator Models:

    • Texas Instruments TI-83 or TI-84.

    • TI-84 is the primary recommended model.

    • Calculators can be borrowed from the institutional library if necessary.

  • Standard Default Calculator Window Settings:

    • Xmin=10X_{\text{min}} = -10

    • Xmax=10X_{\text{max}} = 10

    • Scale/Increment = 11 on both axes.

Section 1.3: Functions and Their Representations

  • Four Methods of Representing Functions:

    1. Verbal: Described using words.

    2. Symbolic / Equations: Expressed using mathematical symbols and equations.

    3. Graphical: Visualized by plotting a graph of the function on a coordinate plane.

    4. Numerical: Represented using data tables.

  • Domain and Range Concepts:

    • Domain: The set of all valid xx-values; represents all inputs of the function.

    • Range: The set of all valid yy-values; represents all outputs of the function.

    • Expressed using set-builder notation or interval notation.

Definition and Characteristics of Functions

  • Mathematical Definition of a Function:

    • A process or computation that receives inputs and produces outputs.

  • Core Characteristic of Functions:

    • For each particular input, a function must always produce exactly one unique output.

  • Testing for a Function:

    • Select an input value, substitute it into the relation, and evaluate.

    • If the input yields exactly one output value, the relation is a function.

    • If an input yields more than one output value, the relation is not a function.

  • Real-World Application: Distance of Lightning:

    • Data models approximate distance yy (in miles) to a lightning bolt given a time lapse of xx seconds between seeing lightning and hearing thunder.

    • Rule: yy is calculated by dividing xx by 55 (y=x5y = \frac{x}{5}).

    • Input x=5    y=1x = 5 \implies y = 1

    • Input x=10    y=2x = 10 \implies y = 2

    • Input x=15    y=3x = 15 \implies y = 3

    • Input x=20    y=4x = 20 \implies y = 4

    • Input x=25    y=5x = 25 \implies y = 5

    • Because every unique input xx produces exactly one output yy, this relationship defines a valid function.

  • Counterexample (Non-Function Table):

    • If a table contains repeating input values with differing outputs:

    • Input x=5    y=1x = 5 \implies y = 1

    • Input x=10    y=2x = 10 \implies y = 2

    • Input x=15    y=3x = 15 \implies y = 3

    • Input x=5    y=2x = 5 \implies y = 2

    • The single input value 55 maps to two distinct outputs (11 and 22).

    • This violates the core rule of functions; therefore, it does not qualify as a function.

Functional Notation

  • Function Designation:

    • Functions are commonly designated using the letter ff (or gg, hh, etc.).

  • Notation Expressions:

    • Statement: "yy is a function of xx".

    • Mathematical notation: y=f(x)y = f(x) y=g(x)y = g(x)

    • In this notation, xx represents the input (domain element) and f(x)f(x) represents the output (range element, yy).