Comprehensive Guide to Rectangular Coordinate Systems, Graphing Functions, and Intercepts

Rectangular Coordinate System

  • Construction of the Rectangular Coordinate System:

    • Formed by drawing a horizontal line and a vertical line that intersect at right angles (90×90^\times).
    • The rectangular coordinate system is the formal mathematical term for a graph.
    • The horizontal line is designated as the xx-axis.
    • The vertical line is designated as the yy-axis.
    • The point where the two axes intersect is called the origin, represented by the ordered pair (0,0)(0, 0).
  • Quadrants of the Coordinate Plane:

    • The intersecting axes divide the plane into four regions called quadrants, numbered counterclockwise using Roman numerals:
    • Quadrant I (Quadrant 1\text{Quadrant 1}): Upper right region. Both coordinates are positive (+x,+y+x, +y).
    • Quadrant II (Quadrant 2\text{Quadrant 2}): Upper left region. The xx-coordinate is negative, and the yy-coordinate is positive (x,+y-x, +y).
    • Quadrant III (Quadrant 3\text{Quadrant 3}): Lower left region. Both coordinates are negative (x,y-x, -y).
    • Quadrant IV (Quadrant 4\text{Quadrant 4}): Lower right region. The xx-coordinate is positive, and the yy-coordinate is negative (+x,y+x, -y).
  • Ordered Pairs and Coordinates:

    • Each point denoted by a dot in the rectangular coordinate system corresponds to an ordered pair of real numbers (x,y)(x, y).
    • The order within the pair is mandatory: horizontal positioning always precedes vertical positioning.
    • The xx-coordinate specifies the horizontal distance and direction from the origin.
    • The yy-coordinate specifies the vertical distance and direction from the origin.
  • Procedure for Plotting Points:

    • Start at the origin (0,0)(0, 0).
    • Move horizontally along the xx-axis by the distance and direction specified by xx (right for positive, left for negative).
    • Move vertically parallel to the yy-axis by the distance and direction specified by yy (up for positive, down for negative).
    • Plot the dot at the resulting location.
  • Plotting Examples and Location Identification:

    • Point A (2,6)(2, 6): Move right 22 units, up 66 units. Located in Quadrant I (both values positive).
    • Point B (4,2)(-4, 2): Move left 44 units, up 22 units. Located in Quadrant II (xx negative, yy positive).
    • Point C (0,5)(0, -5): The 00 in the xx-slot indicates no horizontal movement from the origin; move down 55 units. Located on the yy-axis (not inside any quadrant).
    • Point D \right(-\frac{5}{2}, -\frac{7}{2}\right): Convert fractions to decimals to simplify graphing: (2.5,3.5)(-2.5, -3.5). Move left 2.52.5 units, down 3.53.5 units. Located in Quadrant III (both values negative).
    • Point E (4,0)(4, 0): Move right 44 units, up or down 00 units. Located on the xx-axis (not inside any quadrant).
    • Point F (0,0)(0, 0): Zero horizontal and zero vertical movement. Located at the origin.

Graphs of Common Functions

  • Key Parent Functions and Shapes:
    • Linear Function: f(x)=xf(x) = x
    • Variable xx is to the first power (x1x^1).
    • Graph is a straight diagonal line.
    • Quadratic Function: f(x)=x2f(x) = x^2
    • Graph is a smooth U-shaped curve (parabola).
    • Cubic Function: f(x)=x3f(x) = x^3
    • Graph is an S-shaped curve passing through the origin.
    • Absolute Value Function: f(x)=xf(x) = |x|
    • Graph forms a V-shape.
    • Square Root Function: f(x)=square root(x)f(x) = \text{square root}(x) or f(x)=sqrt(x)f(x) = \text{sqrt}(x)
    • Graph starts at (0,0)(0,0) and curves gradually to the right.
    • Rational Functions:
    • f(x)=1xf(x) = \frac{1}{x}: Hyperbola split into two curves across opposing quadrants.
    • f(x)=1x2f(x) = \frac{1}{x^2}: Symmetric curves positioned above the horizontal axis.

Graphing Equations via Point-Plotting Method

  • Point-Plotting Method Definition:

    • Construct a table (T-chart) of values.
    • Choose a set of xx-values to substitute into the equation.
    • Evaluate the equation for each xx-value to calculate the corresponding yy-value.
    • Form ordered pairs (x,y)(x, y), plot them on the coordinate grid, and connect them to display the function curve.
    • Graphs can be verified using graphing tools such as Desmos.
  • Detailed Example A: Quadratic Function y=x22y = x^2 - 2

    • Function Type: Quadratic function yielding an upright U-shape curve (since the coefficient of x2x^2 is positive).
    • Evaluation for chosen xx-values from 3-3 to 33:
    • For x=3x = -3: y=(3)22=92=7(3,7)y = (-3)^2 - 2 = 9 - 2 = 7 \rightarrow (-3, 7). (Parentheses around negative values during squaring are essential to preserve correctness).
    • For x=2x = -2: y=(2)22=42=2(2,2)y = (-2)^2 - 2 = 4 - 2 = 2 \rightarrow (-2, 2).
    • For x=1x = -1: y=(1)22=12=1(1,1)y = (-1)^2 - 2 = 1 - 2 = -1 \rightarrow (-1, -1).
    • For x=0x = 0: y=022=02=2(0,2)y = 0^2 - 2 = 0 - 2 = -2 \rightarrow (0, -2).
    • For x=1x = 1: y=122=12=1(1,1)y = 1^2 - 2 = 1 - 2 = -1 \rightarrow (1, -1).
    • For x=2x = 2: y=222=42=2(2,2)y = 2^2 - 2 = 4 - 2 = 2 \rightarrow (2, 2).
    • For x=3x = 3: y=322=92=7(3,7)y = 3^2 - 2 = 9 - 2 = 7 \rightarrow (3, 7).
    • Symmetry: The output yy-values show vertical axial symmetry around the vertical axis (7,2,1,2,1,2,77, 2, -1, -2, -1, 2, 7).
  • Detailed Example B: Absolute Value Function y=x+2y = -|x| + 2

    • Function Type: Absolute value function yielding an inverted (upside down) V-shape due to the negative sign in front of the absolute value expression.
    • Absolute Value Definition: Represents a number's distance away from zero on a number line. Distance is inherently non-negative, so absolute value output is always positive or zero.
    • Order of Operations: Absolute value bars act as grouping symbols (similar to parentheses). Evaluate the expression inside and take its absolute value first before applying external multipliers or negative signs. Distributing a negative into absolute value bars is mathematically invalid.
    • Evaluation for chosen xx-values from 3-3 to 33:
    • For x=3x = -3: y=3+2=(3)+2=1(3,1)y = -|-3| + 2 = -(3) + 2 = -1 \rightarrow (-3, -1).
    • For x=2x = -2: y=2+2=(2)+2=0(2,0)y = -|-2| + 2 = -(2) + 2 = 0 \rightarrow (-2, 0).
    • For x=1x = -1: y=1+2=(1)+2=1(1,1)y = -|-1| + 2 = -(1) + 2 = 1 \rightarrow (-1, 1).
    • For x=0x = 0: y=0+2=0+2=2(0,2)y = -|0| + 2 = 0 + 2 = 2 \rightarrow (0, 2).
    • For x=1x = 1: y=1+2=(1)+2=1(1,1)y = -|1| + 2 = -(1) + 2 = 1 \rightarrow (1, 1).
    • For x=2x = 2: y=2+2=(2)+2=0(2,0)y = -|2| + 2 = -(2) + 2 = 0 \rightarrow (2, 0).
    • For x=3x = 3: y=3+2=(3)+2=1(3,1)y = -|3| + 2 = -(3) + 2 = -1 \rightarrow (3, -1).
    • Plotting: Connecting these coordinates yields an upside-down V-shape centered at vertex (0,2)(0, 2).
  • Detailed Example C: Rational Function y=2xy = \frac{2}{x}

    • Function Type: Rational function yielding a two-part hyperbola curve (one branch in Quadrant I, one branch in Quadrant III).
    • Simplifying Complex Fractions: Use the Keep, Change, Flip rule when dividing by a fraction:
    • Keep the numerator intact.
    • Change division to multiplication.
    • Flip the denominator fraction to its reciprocal.
    • Multiply straight across top and bottom.
    • Evaluation for chosen xx-values:
    • For x=2x = -2: y=22=1(2,1)y = \frac{2}{-2} = -1 \rightarrow (-2, -1).
    • For x=1x = -1: y=21=2(1,2)y = \frac{2}{-1} = -2 \rightarrow (-1, -2).
    • For x=0.5x = -0.5 (12-\frac{1}{2}): y = \frac{2}{-\frac{1}{2}} = 2 \times \right(-\frac{2}{1}\right) = -4 \rightarrow (-0.5, -4).
    • For x=0.5x = 0.5 ($ rac{1}{2}$): y = \frac{2}{\frac{1}{2}} = 2 \times \right(\frac{2}{1}\right) = 4 \rightarrow (0.5, 4).
    • For x=1x = 1: y=21=2(1,2)y = \frac{2}{1} = 2 \rightarrow (1, 2).
    • For x=2x = 2: y=22=1(2,1)y = \frac{2}{2} = 1 \rightarrow (2, 1).
  • Detailed Example D: Constant Function y=2y = 2

    • General Form: y=ay = a, where aa is a real constant.
    • Graph Shape: A straight horizontal line.
    • Behavior: Regardless of the input xx-value selected, the output yy is invariant and always equals 22.
    • Evaluation Table:
    • x=3(3,2)x = -3 \rightarrow (-3, 2)
    • x=2(2,2)x = -2 \rightarrow (-2, 2)
    • x=1(1,2)x = -1 \rightarrow (-1, 2)
    • x=0(0,2)x = 0 \rightarrow (0, 2)
    • x=1(1,2)x = 1 \rightarrow (1, 2)
    • x=2(2,2)x = 2 \rightarrow (2, 2)
    • x=3(3,2)x = 3 \rightarrow (3, 2)

Identifying Intercepts

  • xx--intercept Definitions and Properties:

    • An xx-intercept is the xx-coordinate of a point (x,0)(x, 0) where a graph crosses or touches the xx-axis.
    • Also referred to as a zero or a root of the function.
    • The yy-coordinate of an xx-intercept is always zero (y=0y = 0).
  • yy--intercept Definitions and Properties:

    • A yy-intercept is the yy-coordinate of a point (0,y)(0, y) where a graph crosses or touches the yy-axis.
    • The xx-coordinate of a yy-intercept is always zero (x=0x = 0).
  • Analysis of Example Graphs:

    • Graph A (Linear line graph):
    • Intersects xx-axis at 1-1: xx-intercept is 1-1.
    • Intersects yy-axis at 22: yy-intercept is 22.
    • Graph B (Vertical line graph crossing at x=3x = 3):
    • Intersects xx-axis at 33: xx-intercept is 33.
    • Line runs parallel to the yy-axis and never crosses it: No yy-intercept.
    • Graph C (Line passing directly through origin):
    • Intersects both axes at (0,0)(0,0).
    • xx-intercept is 00 and yy-intercept is 00 (intercept values can be identical).
    • Graph D (U-shaped/V-shaped symmetric graph):
    • Intersects xx-axis at two locations: xx-intercepts are 2-2 and 22.
    • Intersects yy-axis down at 3-3: yy-intercept is 3-3.

Interpreting Graphs and Mathematical Models

  • Mathematical Models:

    • Equations or formulas constructed to represent real-world quantitative data trends.
  • Model Definitions:

    • nn: Number of years elapsed since 19901990.
    • aa: Percentage of high school seniors who had ever used alcohol.
    • mm: Percentage of high school seniors who had ever used marijuana.
    • Timeframe of data collection model: 19921992 to 20152015.
  • Task 1: Graph Estimation:

    • Goal: Estimate the percentage of high school seniors who used alcohol in 20152015 using the graphical line model.
    • Procedure:
    • Locate 20152015 along the horizontal time axis.
    • Trace vertically up to intersect the alcohol data curve.
    • Trace horizontally left to read the value on the vertical percentage axis.
    • Estimation result: The point lies between 4040 and 5050, positioned above the midpoint (4545) and closer to 5050. Estimated at approximately 47×47\times (47 percent47\text{ percent}).
  • Task 2: Formula Calculation:

    • Model formula for alcohol usage: a=0.8n+62a = -0.8n + 62
    • Determine nn for the year 20152015:
    • n=20151990=25n = 2015 - 1990 = 25
    • Substitute n=25n = 25 into the algebraic formula:
    • a=0.8(25)+62a = -0.8(25) + 62
    • a=20+62a = -20 + 62
    • a=42a = 42
    • Formula result: 42×42\times (42 percent42\text{ percent}).
  • Task 3: Model Comparison:

    • Graph estimation yielded 47×47\times, whereas the algebraic formula calculated 42×42\times.
    • Comparison finding: The mathematical formula model underestimates the percentage compared to the graphical data point.
    • Principle: Mathematical models provide estimations and approximations rather than perfectly exact measurements.

Non-Lecture Dialogue and Room Discussions

  • Interaction Summary during Lecture Recording:
    • Door and Key Exchange:
    • Questions raised regarding why the door took long to open and whether keys were brought.
    • Clarification provided that a lecture was actively being recorded.
    • Personal Items and Purchased Supplies Mentioned:
    • Soap holder for soap.
    • Toothbrush holder item.
    • Panty liners.
    • Water bottle / jotting nurse bottle.
    • Toilet bowl cleaning items to prevent staining and control odor.
    • Discussion on Left-handedness:
    • Observations made regarding how left-handed individuals hold pens, grip paper, and tear sheets.
    • Social and Academic Discussions:
    • Discussion regarding sleepovers, school start activities, and room arrangement with roommates.
    • Food references: Pizza rolls, snacks, pizza, and fries.
    • Course communication procedures: Finding professor contact email in syllabus vs. communicating through the Folio system.