Parallel & Perpendicular Lines; Functions, Domain, and Vertical Line Test

Parallel & Perpendicular Lines

  • Problem set-up (student’s Wi-Fi lagged; instructor reads numbers aloud)
    • Find equation of a line parallel to 2y+3x=52y+3x=5 through point (1,7)(-1,7).
    • Find equation of a line perpendicular to 3y+4x=73y+4x=7 through point (2,3)(-2,3).

Recap: Slope–Intercept Form

  • General form: y=mx+by=mx+b
    mm = slope (rise/run)
    bb = y-intercept (point (0,b)(0,b))
  • To write equation you need one point + slope (intercept can be solved for later).

Example 1 – Parallel Line

  1. Identify slope of given line.
    • Solve 2y+3x=52y+3x=5 for yy:
    \begin{aligned}2y &= -3x+5\
    y &= -\frac{3}{2}x + \frac{5}{2}\end{aligned}
    • Slope m=32m=-\frac{3}{2}.
  2. Parallel ⇒ same slope.
    Start: y=32x+by=-\tfrac{3}{2}x+b.
  3. Plug point (1,7)(-1,7) to solve bb:
    7=32(1)+b    7=32+b7 = -\frac{3}{2}(-1)+b \;\Rightarrow\; 7 = \frac{3}{2}+b
    b=732=112b = 7-\frac{3}{2}=\frac{11}{2}.
  4. Final equation: y=32x+112\boxed{y=-\frac{3}{2}x+\frac{11}{2}}.

Example 2 – Perpendicular Line

  1. Slope of 3y+4x=73y+4x=7:
    \begin{aligned}3y &= -4x+7\
    y &= -\frac{4}{3}x+\frac{7}{3}\end{aligned}
    • Original slope m=43m=-\frac{4}{3}.
  2. Perpendicular ⇒ negative reciprocal (change sign & flip):
    m=+34m_{\perp}=+\frac{3}{4}.
  3. Equation with unknown intercept: y=34x+by=\frac{3}{4}x+b.
  4. Plug point (2,3)(-2,3):
    3=34(2)+b=64+b=32+b3 = \frac{3}{4}(-2)+b = -\frac{6}{4}+b=-\frac{3}{2}+b
    b=3+32=92b = 3+\frac{3}{2}=\frac{9}{2}.
  5. Final equation: y=34x+92\boxed{y=\frac{3}{4}x+\frac{9}{2}}.

Key Take-Aways

  • Parallel lines → identical slope.
  • Perpendicular lines → slopes are opposite reciprocals.
  • Slope determines direction; intercept adjusts vertical position.

Introduction to Functions

Formal Definition

  • A function ff is a rule (mapping) that assigns each element xx in a domain AA to exactly one element yy in a range BB.
    • Notation: f:AB,  f(x)=yf:A\to B\,,\; f(x)=y.
  • “Exactly one” is crucial—if an xx produces two different yy’s, relation is not a function.

Mapping Diagram Illustration

  • Valid function:
    x<em>1y</em>1,  x<em>2y</em>2,  x<em>3y</em>3,  x<em>4y</em>1x<em>1\to y</em>1\, ,\; x<em>2\to y</em>2\, ,\; x<em>3\to y</em>3\, ,\; x<em>4\to y</em>1
    (multiple xx can share a yy).
  • Invalid: x<em>2x<em>2 mapping to y</em>2y</em>2 and y3y_3 (one xx → two yy’s).

Point-Set Examples

  1. (1,12),(2,3),(5,7),(14,2){(-1,\tfrac12),(2,3),(5,7),(\tfrac14,\sqrt2)} → each xx unique ⇒ function,
    • Domain 1,2,5,14{-1,2,5,\tfrac14}, Range 12,3,7,2{\tfrac12,3,7,\sqrt2}.
  2. (0,0),(3,9),(2,4),(3,9){(0,0),(3,9),(\sqrt2,4),(-3,9)} → still a function (shared y=9y=9 ok).
  3. (13,5),(2,7),(3,4),(2,1),(5,8){(-\tfrac13,5),(2,7),(-3,4),(2,-1),(5,8)}not a function (same x=2x=2 → two yy’s).

Vertical Line Test (Graphical Criterion)

  • Draw any vertical line x=cx=c:
    • If it meets the curve at most once, curve represents a function.
    • If it intersects more than once, some xx has multiple yy’s ⇒ not a function.
  • The test is nothing more than visualizing the formal “exactly-one-y” rule.

Function Notation & Evaluation

  • Symbols: f(x),  g(x),  k(x)f(x),\; g(x),\; k(x) etc. (variable names may vary).
  • Input = xx, Output = f(x)f(x) (often called yy).

Worked Example

Given f(x)=x2+5x+3f(x)=-x^2+5x+3, compute:

  • f(2)f(2): (2)2+52+3=4+10+3=9-(2)^2+5\cdot2+3 = -4+10+3 = 9.
  • f(3)f(-3): (3)2+5(3)+3=915+3=21-(-3)^2+5(-3)+3 = -9-15+3 = -21.
  • f(12)f(-\tfrac12):
    (12)2+5(12)+3=1452+3=14-\left(-\tfrac12\right)^2 + 5\left(-\tfrac12\right)+3 = -\tfrac14 - \tfrac52 + 3 = \tfrac14.
    • Demonstrates fractions handled same way; still single output.

Mapping Interpretation

  • 29,  321,  12142\mapsto9\,,\; -3\mapsto-21\,,\; -\tfrac12\mapsto\tfrac14.
  • Assignments here are rule-based, not arbitrary.

Domain & Range Fundamentals

Formal Domain Definition

“Domain of ff” = set of **all xx-values for which f(x)f(x) is *defined* (produces a real answer).”

Polynomials
  • Contain only powers, sums, differences ⇒ no restrictions.
  • Example above: domain (,)(-\infty,\infty) (all real numbers).
Rational Functions
  • Denominator ≠ 0.
  • Example: f(x)=1x+1f(x)=\dfrac{1}{x+1}
    • Undefined at x=1x=-1 (division by zero).
    • Domain: all reals except 1-1.
    – Plain English: “all real numbers except 1-1”.
    – Set-builder: xRx1{x\in\mathbb R\mid x\neq-1}.
    – Interval: (,1)(1,)(-\infty,-1)\cup(-1,\infty).
Notation Recap
  • “Union” symbol \cup joins two intervals/sets.
  • Parentheses ( ) exclude an endpoint; brackets [ ] include it.
Quick Checklist for Finding Domain
  1. Fractions: set denominator 0\neq 0.
  2. Even roots: radicand 0\ge 0 (for real-valued functions).
  3. Logarithms: argument >0.
  4. Other special operations (e.g.
    tangent) → watch asymptotes.

Practical Insights & Connections

  • Parallel/perpendicular concepts tie directly into slope (linear algebra foundation).
  • Understanding “exactly one output” prepares students for advanced topics (inverse functions, one-to-one, calculus limits).
  • Vertical line test offers quick graphical diagnostic used in pre-calculus and beyond.
  • Domain analysis cultivates habit of checking where a formula actually makes sense—vital for solving equations, graphing, and integration limits.
  • Set, interval, and function notation create a precise mathematical language, replacing long English descriptions and enabling compact proofs.

Key Formulas & Summary Table

  • Slope–Intercept: y=mx+by=mx+b.
  • Parallel slopes: m<em>1=m</em>2m<em>1=m</em>2.
  • Perpendicular slopes: m<em>1m</em>2=1m<em>1\cdot m</em>2=-1 or m<em>2=1m</em>1m<em>2=-\dfrac{1}{m</em>1}.
  • Domain (polynomial): (,)(-\infty,\infty).
  • Domain (rational): exclude roots of denominator.
  • Vertical Line Test ⇔ Function criterion.

Ethical / Practical Notes

  • Instructor adapts pace (re-reading data) for students with tech issues—emphasizes accessibility.
  • Explicit clarification of notation (union, exclusion) prevents miscommunication in collaborative work.
  • Encourages students to “create their own functions,” reinforcing creative mathematical thinking.