Exhaustive Calculus Notes: Limits, Infinite Limits, and Algebraic Limit Calculations

Course Logistics and Administration

  • Recitations and Modules:

    • Recitations begin tomorrow and are graded requirements for the course.

    • The majority of course materials and resources are hosted under the Modules tab on the course management system.

  • Office Hours:

    • Office hours are an open-sitting environment where students can drop in to ask quick questions or work on assignments.

    • Office hours total 8 hours per week:

    • Mondays and Wednesdays: 3:00 PM – 5:00 PM

    • Tuesdays and Thursdays: 1:00 PM – 3:00 PM

    • Additional tutoring and review resources are available through the Math Learning Center.

  • Course Resources and Exam Details:

    • Modules contain links to Week-In-Review problems and past common exams.

    • Exam Duration: Past common exams found in archives were 50 minutes long; however, common exams taken during this current semester will be 75 minutes long.

    • Lecture Notes Policy: Printed lecture notes or digital notes on tablet-style devices (or laptops that fold completely flat) should be brought to class. Laptops that do not fold flat must be put away during lecture.

  • Lab Scheduling and WebAssign:

    • Homework assignments are submitted via WebAssign and count directly toward the course grade.

    • Practice assignments are provided within WebAssign but are not graded.

    • Setting up WebAssign requires clicking the provided module link. Payment can be skipped during a standard 2-week trial period.

    • Texas A&M Calculus System: The same textbook and WebAssign system are utilized across Calculus 1, Calculus 2, and Calculus 3. Purchasing multi-semester extended access is recommended for students taking the complete calculus sequence.

  • Lecture Recordings and Class Attendance:

    • Live class recordings are posted daily to Panopto ("Kyoto").

    • Class attendance is not formally taken, but physical attendance is strongly encouraged due to higher retention rates among attending students.

  • Quizzes and Gradescope:

    • Quizzes will be administered on paper in class.

    • Gradescope will be used later in the semester to process and return graded paper assignments.

  • Classroom Etiquette:

    • Eating and drinking during class is permitted.

    • Students are responsible for immediately cleaning up any accidental spills to avoid leaving sticky floors.

Introduction to Calculus and the Concept of Limits

  • Foundational Hierarchy of Calculus:

    • Calculus 1: Primarily focuses on derivatives.

    • Calculus 2 (or AP Calculus BC): Focuses on integrals, series, and integration applications.

    • The Foundational Concept: The limit is the underlying foundation of all calculus, as both derivatives and integrals are explicitly defined as limits.

  • Intuitive Definition of a Limit:

    • A limit examines the behavior of a function's $y$-values as $x$ gets arbitrarily close to a specific target value $a$.

    • Notation: \n\lim_{x \to a}\left(f(x)\right) = L\n

    • Meaning: As $x$ approaches $a$ from either side (without necessarily reaching $a$), $f(x)$ approaches $L$.

    • Critical Principle: The limit as xax \to a depends strictly on values near $a$. The actual value $f(a)$ may be defined, undefined, or equal to a completely different value; $f(a)$ has no impact on the limit as xax \to a.

  • Numerical Exploration Example:

    • Consider f(x)=xx+42f(x) = \frac{x}{\sqrt{x+4} - 2} near $x = 0$.

    • Direct evaluation at $x = 0$:     \n    f(0) = \frac{0}{\sqrt{0+4} - 2} = \frac{0}{2-2} = \frac{0}{0} \quad (\text{Undefined / Does Not Exist})\n    

    • Evaluating $x$-values approaching $0$ from the negative side ($x < 0$):

    • x=0.5    y=3.87x = -0.5 \implies y = 3.87

    • x=0.1    y=3.97x = -0.1 \implies y = 3.97

    • x=0.01    y=3.98x = -0.01 \implies y = 3.98

    • x=0.001    y=3.99x = -0.001 \implies y = 3.99

    • Evaluating $x$-values approaching $0$ from the positive side ($x > 0$):

    • x=0.5    y=4.12x = 0.5 \implies y = 4.12

    • As x0+x \to 0^+, values progressively decrease toward $4$.

    • Conclusion: As x0x \to 0, $f(x)$ approaches $4$. Thus, \n\lim_{x \to 0}\left(\frac{x}{\sqrt{x+4} - 2}\right) = 4\n

  • Graphical Evaluation Scenarios:

    • Scenario 1 (Hole at Target Point): $f(x)$ has a hole at $(4, 2)$ with no point filled anywhere at $x = 4$. Here, limx4(f(x))=2\lim_{x \to 4}\left(f(x)\right) = 2, but $f(4)$ is undefined.

    • Scenario 2 (Displaced Point): $f(x)$ has a hole at $(4, 2)$ and a solid point at $(4, 3)$. Here, limx4(f(x))=2\lim_{x \to 4}\left(f(x)\right) = 2, but $f(4) = 3$.

    • Scenario 3 (Continuous Point): $f(x)$ passes continuously through $(4, 2)$ with a solid point. Here, limx4(f(x))=2\lim_{x \to 4}\left(f(x)\right) = 2, and $f(4) = 2$.

One-Sided Limits and Graphical Evaluation

  • One-Sided Limit Definitions:

    • Left-Hand Limit (LHL): The behavior of $f(x)$ as $x$ approaches $a$ purely from values strictly less than $a$ (the left side on the number line).     \n    \lim_{x \to a^-}\left(f(x)\right)\n    

    • Right-Hand Limit (RHL): The behavior of $f(x)$ as $x$ approaches $a$ purely from values strictly greater than $a$ (the right side on the number line).     \n    \lim_{x \to a^+}\left(f(x)\right)\n    

  • Existence Criterion for Two-Sided Limits:

    • The general two-sided limit limxa(f(x))=L\lim_{x \to a}\left(f(x)\right) = L exists if and only if both one-sided limits exist and are equal to the same value $L$:     \n    \lim_{x \to a}\left(f(x)\right) = L \iff \lim_{x \to a^-}\left(f(x)\right) = L \quad \text{and} \quad \lim_{x \to a^+}\left(f(x)\right) = L\n    

    • If limxa(f(x))limxa+(f(x))\lim_{x \to a^-}\left(f(x)\right) \neq \lim_{x \to a^+}\left(f(x)\right), then limxa(f(x))=Does Not Exist (DNE)\lim_{x \to a}\left(f(x)\right) = \text{Does Not Exist (DNE)}.

  • Graphical Example Analysis:

    • Given a piecewise graph analyzed around $x = 4$:

    • Approach from left: limx4(f(x))=2\lim_{x \to 4^-}\left(f(x)\right) = 2

    • Approach from right: limx4+(f(x))=4\lim_{x \to 4^+}\left(f(x)\right) = 4

    • Overall limit: limx4(f(x))=DNE\lim_{x \to 4}\left(f(x)\right) = \text{DNE} because 242 \neq 4.

  • Comprehensive Graphical Analysis Examples:

    • For a piecewise graph evaluated at various $x$-values:

    • At $x = 4$:

      • limx4(f(x))=2\lim_{x \to 4^-}\left(f(x)\right) = 2

      • limx4+(f(x))=2\lim_{x \to 4^+}\left(f(x)\right) = 2

      • limx4(f(x))=2\lim_{x \to 4}\left(f(x)\right) = 2

    • At $x = 2$:

      • limx2(f(x))=3\lim_{x \to 2^-}\left(f(x)\right) = 3

      • limx2+(f(x))=6\lim_{x \to 2^+}\left(f(x)\right) = 6

      • limx2(f(x))=DNE\lim_{x \to 2}\left(f(x)\right) = \text{DNE} (LHL \neq RHL)

    • At $x = 1$:

      • limx1(f(x))=4\lim_{x \to 1^-}\left(f(x)\right) = -4

      • limx1+(f(x))=4\lim_{x \to 1^+}\left(f(x)\right) = -4

      • limx1(f(x))=4\lim_{x \to 1}\left(f(x)\right) = -4

    • At $x = -6$:

      • limx6(f(x))=1\lim_{x \to -6^-}\left(f(x)\right) = -1

      • limx6+(f(x))=7\lim_{x \to -6^+}\left(f(x)\right) = 7

      • limx6(f(x))=DNE\lim_{x \to -6}\left(f(x)\right) = \text{DNE} (LHL \neq RHL)

    • At $x = -3$:

      • limx3(f(x))=\lim_{x \to -3^-}\left(f(x)\right) = \infty

      • limx3+(f(x))=\lim_{x \to -3^+}\left(f(x)\right) = \infty

      • limx3(f(x))=\lim_{x \to -3}\left(f(x)\right) = \infty

    • At $x = -1$:

      • limx1(f(x))=3\lim_{x \to -1}\left(f(x)\right) = -3

    • At $x = 6$:

      • limx6(f(x))=\lim_{x \to 6^-}\left(f(x)\right) = -\infty

      • limx6+(f(x))=\lim_{x \to 6^+}\left(f(x)\right) = \infty

      • limx6(f(x))=DNE\lim_{x \to 6}\left(f(x)\right) = \text{DNE}

Infinite Limits and Vertical Asymptotes

  • Understanding Infinite Limits:

    • If $f(x)$ increases or decreases without bound as xax \to a, the limit is written as \infty or -\infty.

    • Infinity (\,\infty\,) is not a real number; it describes the specific unbounded behavior of a function.

    • Reporting \infty or -\infty is a more descriptive and preferred answer than merely writing "DNE", though technically any limit equal to ±\pm\infty does not exist in terms of real numbers.

  • Basic Reciprocal Functions:

    • For f(x)=1x2f(x) = \frac{1}{x^2} as x0x \to 0:

    • As $x$ gets closer to $0$ from either side, $x^2$ becomes an extremely small positive number, making 1x2\frac{1}{x^2} extremely large.

    • limx0(1x2)=\lim_{x \to 0}\left(\frac{1}{x^2}\right) = \infty

    • For f(x)=1xf(x) = \frac{1}{x} as x0x \to 0:

    • limx0+(1x)=\lim_{x \to 0^+}\left(\frac{1}{x}\right) = \infty

    • limx0(1x)=\lim_{x \to 0^-}\left(\frac{1}{x}\right) = -\infty

    • limx0(1x)=DNE\lim_{x \to 0}\left(\frac{1}{x}\right) = \text{DNE} because \infty \neq -\infty.

  • Calculus Definition of a Vertical Asymptote:

    • The line $x = a$ is a vertical asymptote of the function $f(x)$ if at least one of the following six limit statements is true:

    • limxa(f(x))=\lim_{x \to a}\left(f(x)\right) = \infty

    • limxa(f(x))=\lim_{x \to a^-}\left(f(x)\right) = \infty

    • limxa+(f(x))=\lim_{x \to a^+}\left(f(x)\right) = \infty

    • limxa(f(x))=\lim_{x \to a}\left(f(x)\right) = -\infty

    • limxa(f(x))=\lim_{x \to a^-}\left(f(x)\right) = -\infty

    • limxa+(f(x))=\lim_{x \to a^+}\left(f(x)\right) = -\infty

    • Example: From the graphical analysis above, the graph exhibits vertical asymptotes at $x = -3$ and $x = 6$.

Evaluating Infinite Limits Algebraically (Non-Zero / Zero)

  • The Non-Zero0\frac{\text{Non-Zero}}{0} Form Rule:

    • Direct substitution yielding c0\frac{c}{0} (where c0c \neq 0) indicates the presence of a vertical asymptote.

    • The result of such a limit is guaranteed to be either \infty or -\infty (or DNE if a two-sided limit approaches opposite infinities).

    • Methodology (Test Point Sign Analysis):

    1. Perform direct substitution to confirm the nonzero0\frac{\text{nonzero}}{0} format.

    2. Select a test point extremely close to $a$ on the designated side (e.g., $a - 0.1$ for left-hand limits, $a + 0.1$ for right-hand limits).

    3. Evaluate the sign ($+$ or $-$) of the numerator and denominator to determine if the quotient approaches positive or negative infinity.

  • Worked Examples:

    • Example 1: limx5(x1x+5)\lim_{x \to -5^-}\left(\frac{x-1}{x+5}\right)

    • Direct Substitution: 515+5=60\frac{-5-1}{-5+5} = \frac{-6}{0}

    • Test Point: Choose $x = -5.1$ (left of $-5$):

      • Numerator: $-5.1 - 1 = -6.1$ (Negative)

      • Denominator: $-5.1 + 5 = -0.1$ (Negative)

      • Quotient Sign: NegativeNegative=Positive\frac{\text{Negative}}{\text{Negative}} = \text{Positive}

    • Result: limx5(x1x+5)=\lim_{x \to -5^-}\left(\frac{x-1}{x+5}\right) = \infty

    • Example 2: limx5+(x1x+5)\lim_{x \to -5^+}\left(\frac{x-1}{x+5}\right)

    • Direct Substitution: 60\frac{-6}{0}

    • Test Point: Choose $x = -4.9$ (right of $-5$):

      • Numerator: $-4.9 - 1 = -5.9$ (Negative)

      • Denominator: $-4.9 + 5 = +0.1$ (Positive)

      • Quotient Sign: NegativePositive=Negative\frac{\text{Negative}}{\text{Positive}} = \text{Negative}

    • Result: limx5+(x1x+5)=\lim_{x \to -5^+}\left(\frac{x-1}{x+5}\right) = -\infty

    • Example 3: limx5(x1x+5)\lim_{x \to -5}\left(\frac{x-1}{x+5}\right)

    • Since limx5(x1x+5)=\lim_{x \to -5^-}\left(\frac{x-1}{x+5}\right) = \infty and limx5+(x1x+5)=\lim_{x \to -5^+}\left(\frac{x-1}{x+5}\right) = -\infty, the two-sided limit Does Not Exist (DNE) because LHL \neq RHL.

    • Example 4: limx2(x+32x)\lim_{x \to 2^-}\left(\frac{x+3}{2-x}\right)

    • Direct Substitution: 2+322=50\frac{2+3}{2-2} = \frac{5}{0}

    • Test Point: Choose $x = 1.9$ (left of $2$):

      • Denominator: $2 - 1.9 = +0.1$ (Positive)

      • Quotient Sign: PositivePositive=Positive\frac{\text{Positive}}{\text{Positive}} = \text{Positive}

    • Result: limx2(x+32x)=\lim_{x \to 2^-}\left(\frac{x+3}{2-x}\right) = \infty

    • Example 5: limx3(x3(x6)(x3)2)\lim_{x \to 3}\left(\frac{x^3}{(x-6)(x-3)^2}\right)

    • Direct Substitution: 33(36)(33)2=273(0)2=270\frac{3^3}{(3-6)(3-3)^2} = \frac{27}{-3 \cdot (0)^2} = \frac{27}{0}

    • Structural Sign Analysis without explicit test points:

      • Numerator: $3^3 = 27$ (Positive)

      • Factor $(x-6)$: $3 - 6 = -3$ (Negative)

      • Factor $(x-3)^2$: Any non-zero value squared is strictly positive ($> 0$) from both the left and right sides.

      • Denominator Sign: (Negative)(Positive)=Negative(\text{Negative}) \cdot (\text{Positive}) = \text{Negative}

      • Overall Sign: PositiveNegative=Negative\frac{\text{Positive}}{\text{Negative}} = \text{Negative}

    • Result: limx3(x3(x6)(x3)2)=\lim_{x \to 3}\left(\frac{x^3}{(x-6)(x-3)^2}\right) = -\infty

Logarithmic Limits

  • Behavior of the Natural Logarithm near Zero:

    • The function f(x)=ln(x)f(x) = \ln(x) is defined strictly for $x > 0$.

    • Fundamental Limit: \n\lim_{x \to 0^+}\left(\ln(x)\right) = -\infty\n

    • Left-hand limit limx0(ln(x))\lim_{x \to 0^-}\left(\ln(x)\right) does not exist because negative numbers are outside the domain.

  • Composite Logarithmic Limit Example:

    • Evaluate limx4+(ln(x364))\lim_{x \to 4^+}\left(\ln(x^3 - 64)\right)

    • Direct evaluation of inner expression at $x = 4$: $4^3 - 64 = 0$.

    • Test point slightly to the right ($x = 4.1$): $4.1^3 - 64 > 0$ (approaches $0$ through positive values, $0^+$).

    • Applying logarithmic behavior: As inner argument u0+u \to 0^+, ln(u)\ln(u) \to -\infty.

    • Result: limx4+(ln(x364))=\lim_{x \to 4^+}\left(\ln(x^3 - 64)\right) = -\infty

Identifying Vertical Asymptotes vs. Holes

  • Rational Functions Candidate Analysis:

    • Vertical asymptotes occur where the denominator equals $0$, provided the numerator does not simultaneously equal $0$ (or provided the limit evaluates to nonzero0\frac{\text{nonzero}}{0}). If both numerator and denominator equal $0$, the point represents a removable discontinuity (a hole) rather than a vertical asymptote.

  • Comparative Candidate Example:

    • Function: f(x)=x2(x2)(x4)f(x) = \frac{x-2}{(x-2)(x-4)}

    • Setting denominator to zero yields candidates: $x = 2$ and $x = 4$.

    • Testing $x = 2$:

    • Direct Substitution: 22(22)(24)=00\frac{2-2}{(2-2)(2-4)} = \frac{0}{0}

    • Does not match nonzero0\frac{\text{nonzero}}{0} format; $x = 2$ is a hole (removable discontinuity), not a vertical asymptote.

    • Testing $x = 4$:

    • Direct Substitution: 42(42)(44)=20\frac{4-2}{(4-2)(4-4)} = \frac{2}{0}

    • Matches nonzero0\frac{\text{nonzero}}{0} format; $x = 4$ is a confirmed vertical asymptote.

Calculating Limits Algebraically (Section 2.3)

  • Fundamental Limit Laws (assuming limxa(f(x))\lim_{x \to a}\left(f(x)\right) and limxa(g(x))\lim_{x \to a}\left(g(x)\right) exist):

    1. Sum/Difference Rule: limxa(f(x)±g(x))=limxa(f(x))±limxa(g(x))\lim_{x \to a}\left(f(x) \pm g(x)\right) = \lim_{x \to a}\left(f(x)\right) \pm \lim_{x \to a}\left(g(x)\right)

    2. Constant Multiple Rule: limxa(cf(x))=climxa(f(x))\lim_{x \to a}\left(c \cdot f(x)\right) = c \cdot \lim_{x \to a}\left(f(x)\right)

    3. Product Rule: limxa(f(x)g(x))=limxa(f(x))limxa(g(x))\lim_{x \to a}\left(f(x) \cdot g(x)\right) = \lim_{x \to a}\left(f(x)\right) \cdot \lim_{x \to a}\left(g(x)\right)

    4. Quotient Rule: limxa(f(x)g(x))=limxa(f(x))limxa(g(x))\lim_{x \to a}\left(\frac{f(x)}{g(x)}\right) = \frac{\lim_{x \to a}\left(f(x)\right)}{\lim_{x \to a}\left(g(x)\right)} provided limxa(g(x))0\lim_{x \to a}\left(g(x)\right) \neq 0

    5. Power Rule: limxa([f(x)]n)=[limxa(f(x))]n\lim_{x \to a}\left([f(x)]^n\right) = \left[\lim_{x \to a}\left(f(x)\right)\right]^n

  • Rigorous Limit Law Step-by-Step Proof Demonstration:

    • Evaluate limx2((3x2+5x+1)4)\lim_{x \to -2}\left((3x^2 + 5x + 1)^4\right) using formal limit rules:     \n    \begin{aligned}\n    \lim_{x \to -2}\left((3x^2 + 5x + 1)^4\right) &= \left[\lim_{x \to -2}\left(3x^2 + 5x + 1\right)\right]^4 \quad &(\text{Rule 5: Power Rule}) \\\n    &= \left[\lim_{x \to -2}\left(3x^2\right) + \lim_{x \to -2}\left(5x\right) + \lim_{x \to -2}\left(1\right)\right]^4 \quad &(\text{Rule 1: Sum Rule}) \\\n    &= \left[3 \lim_{x \to -2}\left(x^2\right) + 5 \lim_{x \to -2}\left(x\right) + \lim_{x \to -2}\left(1\right)\right]^4 \quad &(\text{Rule 2: Constant Multiple}) \\\n    &= \left[3(-2)^2 + 5(-2) + 1\right]^4 \\\n    &= [12 - 10 + 1]^4 = 3^4 = 81\n    \end{aligned}\n    

  • Direct Substitution Property:

    • If $f$ is a polynomial or rational function and $a$ is in the domain of $f$, then limxa(f(x))=f(a)\lim_{x \to a}\left(f(x)\right) = f(a).

    • Full limit law expansions are shown for theoretical justification, but direct substitution is used in practice whenever defined.

  • Limit Law Given Abstract Given Values:

    • Given limx3(f(x))=16\lim_{x \to 3}\left(f(x)\right) = 16, evaluate:     \n    \lim_{x \to 3}\left(\frac{\sqrt{x^2 - 4} \cdot f(x)}{f(x) + x + 2}\right)\n    

    • Apply limit properties to evaluate components individually at $x = 3$:     \n    \frac{\sqrt{3^2 - 4} \cdot \lim_{x \to 3}\left(f(x)\right)}{\lim_{x \to 3}\left(f(x)\right) + 3 + 2} = \frac{\sqrt{5} \cdot 16}{16 + 3 + 2} = \frac{16\sqrt{5}}{21}\n    

    • Alternative equivalent form: 8021\frac{\sqrt{80}}{21}.

Indeterminate Forms (0/0) and Algebraic Strategies

  • Definition of Indeterminate Form 00\frac{0}{0}:

    • When direct substitution into a limit yields 00\frac{0}{0}, the result cannot be determined by inspection.

    • Mathematical conflict: The numerator approaching $0$ pulls the fraction toward $0$, while the denominator approaching $0$ pulls the fraction toward ±\pm\infty. The algebraic structure determines which behavior prevails.

  • Strict Rule on L'Hôpital's Rule:

    • L'Hôpital's Rule MUST NOT be used on written workout exams prior to its official introduction in the curriculum.

    • Logical reasoning: Derivatives are defined using limits. Using derivative rules (L'Hôpital) to evaluate limits creates circular logic.

  • Strict Notation Requirements:

    • The limit operator limxa\lim_{x \to a} must be explicitly written at every single step of algebraic simplification until direct substitution is performed.

  • Algebraic Strategy 1: Factoring and Canceling:

    • Evaluate limx4(x2x12x216)\lim_{x \to 4}\left(\frac{x^2 - x - 12}{x^2 - 16}\right)

    • Step 1: Direct Substitution     424124216=00\implies \frac{4^2 - 4 - 12}{4^2 - 16} = \frac{0}{0} (Indeterminate Form).

    • Step 2: Factor both numerator and denominator:       \n      \lim_{x \to 4}\left(\frac{(x-4)(x+3)}{(x-4)(x+4)}\right)\n      

    • Step 3: Cancel common factor $(x-4)$. This cancellation is valid under limits because limits evaluate behavior where x4x \neq 4.       \n      \lim_{x \to 4}\left(\frac{x+3}{x+4}\right)\n      

    • Step 4: Direct Substitution:       \n      \frac{4+3}{4+4} = \frac{7}{8}\n      

  • Mathematical Nuance on Function Equality:

    • The functions g(x)=(x4)(x+3)(x4)(x+4)g(x) = \frac{(x-4)(x+3)}{(x-4)(x+4)} and h(x)=x+3x+4h(x) = \frac{x+3}{x+4} are not strictly identical functions because $g(4)$ is undefined while h(4)=78h(4) = \frac{7}{8}.

    • They are equal for all x4x \neq 4. Because limits specifically care about x4x \to 4 (x4x \neq 4), replacing $g(x)$ with $h(x)$ inside the limit is mathematically rigorous.

  • Algebraic Strategy 2: Expanding and Factoring:

    • Evaluate limh0((h4)216h)\lim_{h \to 0}\left(\frac{(h-4)^2 - 16}{h}\right)

    • Step 1: Direct Substitution     (04)2160=16160=00\implies \frac{(0-4)^2 - 16}{0} = \frac{16-16}{0} = \frac{0}{0} (Indeterminate Form).

    • Step 2: Expand the squared binomial numerator:       \n      \lim_{h \to 0}\left(\frac{h^2 - 8h + 16 - 16}{h}\right) = \lim_{h \to 0}\left(\frac{h^2 - 8h}{h}\right)\n      

    • Step 3: Factor $h$ out of the numerator (recommended step to prevent cancellation errors):       \n      \lim_{h \to 0}\left(\frac{h(h - 8)}{h}\right)\n      

    • Step 4: Cancel $h$:       \n      \lim_{h \to 0}\left(h - 8\right)\n      

    • Step 5: Direct Substitution:       \n      0 - 8 = -8\n      

Dialogue and Student Interactions

  • Student Clarification on Graph Reading:

    • Student Question: On reading the graph around $x = 1$, a student noted that the graph level appeared closer to $y = -4$ rather than $y = -3$.

    • Instructor Response: The instructor acknowledged that graph labels could be clearer and confirmed that $y = -4$ is the intended precise reading for that point on the graph.

  • Student Interactions Post-Lecture:

    • Students discussed post-lecture plans, engineering coursework, dining hall schedules (eating at Zachry/Zachs at 12:10 PM), off-campus housing (North Plain Crossing), resume preparation for upcoming engineering events, and high school AP Chemistry credit exemptions.