Comprehensive Study Notes on Functions, Graphing, and Calculator Applications
Definition and Fundamental Properties of Functions
Functions are analyzed using two variables: an independent variable x and a dependent variable y.
The dependent variable y relies directly on the value assigned to the independent variable x.
An example relation expressed algebraically is y=f(x).
Machine Diagram Analogy:
A function can be conceptualized as an input-output machine.
You input one value into the machine, and you receive exactly one value as an output.
Arrow Diagrams (Mapping Diagrams):
Represent the domain as a geometric shape (such as a circle or oval) and the range as a separate geometric shape.
Directed arrows indicate mappings from specific domain inputs to range outputs.
Fundamental Function Criteria: Every single value in the domain must map to only one corresponding value in the range.
Permissible and Impermissible Mappings:
Many-to-One Mapping (Permissible): Multiple distinct elements in the domain can map to the exact same element in the range. This constitutes a valid function.
Example: Domain value 1 maps to range value 20, and domain value 2 also maps to range value 20.
Quadratic Example: For the squaring function y=x2, evaluating x=2 yields y=4, and evaluating x=−2 also yields y=4. Distinct inputs yield the same output, which is fully valid.
One-to-Many Mapping (Impermissible): A single element in the domain maps to multiple distinct elements in the range. This does not constitute a function.
Example: Domain value 2 mapping simultaneously to range value 20 and range value 3 is invalid.
Purpose of Restriction: Eliminating one-to-many mappings prevents mathematical ambiguity, ensuring that entering an input x produces a single, unambiguous result.
Function Notation, Evaluation, Domain, and Range
Consider the function:
f(x)=x2+4
Verbal Description and Order of Operations:
To evaluate the function verbally, square the input x first (following exponent rules), and then add 4 to the result.
Numerical Evaluations:
Evaluating at x=3:
f(3)=32+4=9+4=13
Evaluating at x=−2:
f(−2)=(−2)2+4=4+4=8
Note: Enclose negative substitutions in explicit parentheses (−2)2 to guarantee the entire negative quantity is squared to a positive value.
Evaluating at x=5:
f(5)=(5)2+4=5+4=9
Determining Domain:
The domain consists of all real number inputs x that produce real outputs.
Standard algebraic restrictions to check include division by zero and taking even roots of negative numbers.
For f(x)=x2+4, no restrictions exist; thus, the domain is all real numbers (−∞,∞) or R.
Determining Range:
Squaring any real number yields a non-negative result (x2≥0).
The absolute minimum value for x2 is 0 (occurring at x=0).
Adding 4 shifts the minimum possible output to 0+4=4
The range of f(x)=x2+4 is [4,∞).
TI-84 Graphing Calculator Setup and Table Operations
Function Evaluation via Calculator: Consider f(x)=3x2+x−5.
Primary Key Procedures:
Function Entry: Press Y= (top left button directly below screen).
Inputting Variable x: Use the X,T,\theta,n key located directly to the right of the ALPHA key.
Inputting Exponents: Use the square key x^2 or the caret key ^ located above the division sign.
Window Adjustments (WINDOW button):
Xmin and Xmax: Set the left and right horizontal boundaries (e.g., −10 to 10).
Ymin and Ymax: Set the lower and upper vertical boundaries.
Xscl (X Scale): Sets the distance represented by each tick mark on the horizontal axis.
Visual Graph Features:
A quadratic function containing x2 produces a characteristic U-shaped curve known as a parabola.
The presence of the linear term +x shifts the vertex of the parabola slightly to the left.
Table Operations (2nd + GRAPH / TABLE):
Generates an automated table of input-output pairs.
Direct outputs for f(x)=3x2+x−5:
At x=−2, f(−2)=3(−2)2+(−2)−5=12−2−5=5
At x=0, f(0)=3(0)2+0−5=−5
At x=4, f(4)=3(4)2+4−5=48+4−5=47
Table Setup Adjustments (2nd + WINDOW / TBLSET):
TblStart: Specifies the initial starting value of x for the table.
\Delta Tbl (Delta Table): Specifies the step size or distance increment between consecutive x values.
Fractional Step Example: Setting \Delta Tbl = 0.5 enables table evaluation for fractional inputs like x=0.5 (or 21).
Output for x=0.5:
f(0.5)=3(0.5)2+0.5−5=3(0.25)+0.5−5=0.75+0.5−5=−3.7
Piecewise-Defined Functions
Definition: A piecewise function applies different algebraic formulas across distinct intervals of its domain.
Real-World Cell Phone Plan Example:
Base cost is 39USD per month, which includes up to 2GB of data.
Data usage exceeding 2GB incurs an overage charge of 15USD per additional gigabyte.
Let x represent data usage in gigabytes, and C(x) represent total monthly cost in dollars.
Increasing: Function rises left-to-right (x1<x2⟹f(x1)<f(x2)).
Decreasing: Function falls left-to-right (x1<x2⟹f(x1)>f(x2)).
Constant: Function remains flat horizontally.
Interval Reporting Rule:
Always write increasing, decreasing, and constant intervals exclusively in terms of x values (domain values).
Sample Graph Analysis:
Increasing on (−∞,−2] and [1,3] (written (−∞,−2]∪[1,3]).
Constant on [−2,1].
Decreasing on [3,∞).
Local Extrema Definitions:
Local Maximum: A point f(a) higher than all neighboring points (f(a)≥f(x) for x near a; top of a hill).
Local Minimum: A point f(a) lower than all neighboring points (f(a)≤f(x) for x near a; bottom of a valley).
Polynomial Extrema Example: f(x)=12x2+4x3−3x4
Features 2 local maximums and 1 local minimum.
Calculating extrema on TI-84: CALC menu →3: minimum or 4: maximum→ set Left Bound, Right Bound, and Guess.
Calculator output note: A display of $1.9999994$ represents numeric approximation rounding to exactly $2$.
Local maximum point located at (2,3).
Classroom Interactions and Calculator Troubleshooting
Administrative & Course Notes Query:
Question: Are physical copies of class note slides provided?
Clarification: Notes can be downloaded and printed directly from the course app/portal. Initial first-week copies were printed directly by the instructor.
Calculator Troubleshooting:
Issue: Syntax Error on TI-84 when entering negative values in window setup or formulas.
Solution: Use the negative key (-) located on the bottom row next to ENTER, not the subtraction operator - located on the right side key strip.
Issue: Table displays fractional outputs instead of decimals.
Solution: Dividing out fractions or toggling mode settings converts fractional displays into standard decimal values.