Lesson 8 (09/11/2020)

Original PDF

Page 1

Lesson 8 (09/11/2020)

Today:

  • Definition of continuity
  • types of discontinuities
  • intermediate value theorem.

Office Hours: Monday, Wednesday, Friday 1:30pm – 2:30pm

Announcements:

  • Exam 1 on Wednesday 09/23, 8pm – 9pm
    • \(\hookrightarrow\) Study Guide, instructions, Seating Chart on Brightspace.
  • HW 8, 9 Due: Tuesday 09/15
  • Quiz 5 (Lesson 7): Tuesday 09/15

Page 2

Warmup Example:

Graph of a piecewise function f(x) on a Cartesian coordinate plane displaying various types of continuity and discontinuity: At x = -6, there is a removable discontinuity with an open circle at (-6, 2) on the curve and a solid point at (-6, 5). At x = -5, there is a jump discontinuity where the left curve ends with a solid point at (-5, 3) and the right curve begins with an open circle at (-5, -4). The curve then rises continuously through a solid point at (1, -2) and crosses the x-axis, approaching a vertical asymptote at x = 3 where f(x) approaches positive infinity from both the left and right sides. To the right of x = 3, the curve decreases towards the x-axis.
Visual Description: Graph of a piecewise function f(x) on a Cartesian coordinate plane displaying various types of continuity and discontinuity: At x = -6, there is a removable discontinuity with an open circle at (-6, 2) on the curve and a solid point at (-6, 5). At x = -5, there is a jump discontinuity where the left curve ends with a solid point at (-5, 3) and the right curve begins with an open circle at (-5, -4). The curve then rises continuously through a solid point at (1, -2) and crosses the x-axis, approaching a vertical asymptote at x = 3 where f(x) approaches positive infinity from both the left and right sides. To the right of x = 3, the curve decreases towards the x-axis.
  • \( f(-6) = 5 \)

    \( \lim_{x \to -6} f(x) = 2 \)

    Removable Discontinuity

  • \( f(-5) = 3 \)

    \( \lim_{x \to -5} f(x) = \text{DNE} \)

    \( \lim_{x \to -5^-} f(x) = 3 \)

    \( \lim_{x \to -5^+} f(x) = -4 \)

    jump discontinuity

  • \( f(3) = \text{Not defined} \)

    \( \lim_{x \to 3} f(x) = +\infty \)

    \( x = 3 \text{ is Vertical Asymptote} \)

    infinite discontinuity

  • \( f(1) = -2 \)

    \( \lim_{x \to 1} f(x) = -2 \)

    Continuous at \( x = 1 \)


Page 3

Definition of Continuity

  • there is no hole or jump or vertical Asymptote
  • can sketch the graph without lifting hand.

Mathematically, \( f(x) \) is continuous at \( x = a \) if

  1. \( f(a) \) is defined
  2. \( \lim_{x \to a} f(x) \) exists and is finite
  3. \( \lim_{x \to a} f(x) = f(a) \)

if Any of these three conditions are not satisfied the function is discontinuous at \( x = a \)


Page 4

Examples of some continuous everywhere function:

\[ \underbrace{5x+7, \quad x^2, \quad x^3-2x+1}_{\text{polynomials}}, \quad e^x, \quad \ln x \] \[ \sin x, \quad \cos x \] \[ \left. \frac{x^2+5}{x-1} \right\} \text{Continuous everywhere except when denominator } = 0 \]

In fact, all polynomials, trig functions, exponentials, logarithmic functions, rational functions are all continuous everywhere in their domain.


Page 5

Example:

\[ f(x) = \frac{x^2 + 2x - 15}{x + 5} \]

Is \( f(x) \) continuous at \( x = 23 \)?

Yes because \( f \) is rational & \( x = 23 \) is in domain.

\( x = -5 \) is the only discontinuity. \( f(-5) \) is not defined.

What is the type of discontinuity? find \( \lim_{x \to -5} f(x) \)


Page 6

\[ \lim_{x \to -5} \frac{x^2 + 2x - 15}{x + 5} \]

Factorize Numerator \(\to x^2 + 2x - 15 = (x + 5)(x - 3)\)

\[ \lim_{x \to -5} \frac{x^2 + 2x - 15}{x + 5} = \lim_{x \to -5} \frac{\cancel{(x + 5)}(x - 3)}{\cancel{(x + 5)}} = \lim_{x \to -5} x - 3 = -8 \]

\[ f(x) = \frac{x^2 + 2x - 15}{x + 5} = \begin{cases} x - 3 & x \neq -5 \\ \text{Not defined} & x = -5 \end{cases} \]

Cartesian coordinate graph depicting a removable discontinuity for the function f(x) = (x^2 + 2x - 15) / (x + 5). A linear line with a positive slope passes through the coordinate plane, with an open circle representing a hole at the coordinates (-5, -8). Dashed projection lines connect the hole vertically to -5 on the horizontal x-axis and horizontally to -8 on the vertical y-axis. Adjacent handwritten text in red reads 'Removable Discontinuity.'
Visual Description: Cartesian coordinate graph depicting a removable discontinuity for the function f(x) = (x^2 + 2x - 15) / (x + 5). A linear line with a positive slope passes through the coordinate plane, with an open circle representing a hole at the coordinates (-5, -8). Dashed projection lines connect the hole vertically to -5 on the horizontal x-axis and horizontally to -8 on the vertical y-axis. Adjacent handwritten text in red reads 'Removable Discontinuity.'

Page 7

\( f(x) \) has a Removable discontinuity at \( x=a \) if \( \lim_{x \to a} f(x) \) exists & is finite but not equal to \( f(a) \).

-we can redefine the function just at that one point to make it continuous at \( x=a \)

\[ f(x) = \frac{x^2+2x-15}{x-5} = \begin{cases} x-3 & x \neq -5 \\ \text{Not Defined} & x = -5 \end{cases} \leadsto \text{discontinuous at } x = -5 \]

\[ g(x) = \begin{cases} x-3 & x \neq -5 \\ -8 & x = -5 \end{cases} \leadsto \text{Continuous at } x = -5 \]


Page 8

eg: \[ f(x) = \frac{1}{x+5} \]

\( f(-5) \) is not defined \( \Rightarrow f(x) \) is discontinuous at \( x = -5 \)

\[ \left. \begin{aligned} \lim_{x \to -5^+} \frac{1}{x+5} &= +\infty \\ \lim_{x \to -5^-} \frac{1}{x+5} &= -\infty \end{aligned} \right\} \quad x = -5 \text{ is a Vertical Asymptote} \]

infinite discontinuity at \( x = -5 \).


Page 9

eg:

\[ f(x) = \begin{cases} -x^2 + 16 & x \le 0 \\ x + 8 & x > 0 \end{cases} \]

Graph of the piecewise function f(x) on the Cartesian plane. For x ≤ 0, the curve follows the parabola y = -x^2 + 16, rising through the second and third quadrants to a closed circle at (0, 16) on the y-axis. For x > 0, the graph is a straight line y = x + 8, starting with an open circle at (0, 8) on the y-axis and extending linearly into the first quadrant with a positive slope.
Visual Description: Graph of the piecewise function f(x) on the Cartesian plane. For x ≤ 0, the curve follows the parabola y = -x^2 + 16, rising through the second and third quadrants to a closed circle at (0, 16) on the y-axis. For x > 0, the graph is a straight line y = x + 8, starting with an open circle at (0, 8) on the y-axis and extending linearly into the first quadrant with a positive slope.

\[ f(0) = 16 \] \[ \lim_{x \to 0^+} f(x) = \lim_{x \to 0^+} x + 8 = 8 \] \[ \lim_{x \to 0^-} f(x) = \lim_{x \to 0^-} x^2 + 16 = 16 \]

Left and Right limit are different

\(\leadsto\) You have a jump discontinuity at \(x = 0\).


Page 10

Left and Right Continuity

Left continuous at \(x = a\)
  1. \(f(a)\) is Defined
  2. \(\lim_{x \to a^-} f(x)\) exists & is finite
  3. \(\lim_{x \to a^-} f(x) = f(a)\)
Right continuous at \(x = a\)
  1. \(f(a)\) is Defined
  2. \(\lim_{x \to a^+} f(x)\) exists & is finite
  3. \(\lim_{x \to a^+} f(x) = f(a)\)
Two coordinate graphs illustrating left continuity and right continuity. The left plot, labeled 'Left continuous', shows a curve coming from the left and ending at a solid closed circle at the vertical axis at a higher value, while to the right of the axis, the graph starts at an open circle at a lower value and extends upward to the right as a straight line. The right plot, labeled 'Right continuous', shows a curve coming from the left and ending at an open circle on the vertical axis, with a solid filled circle positioned below it on the vertical axis, from which a curve connects and continues into the right half-plane.
Visual Description: Two coordinate graphs illustrating left continuity and right continuity. The left plot, labeled 'Left continuous', shows a curve coming from the left and ending at a solid closed circle at the vertical axis at a higher value, while to the right of the axis, the graph starts at an open circle at a lower value and extends upward to the right as a straight line. The right plot, labeled 'Right continuous', shows a curve coming from the left and ending at an open circle on the vertical axis, with a solid filled circle positioned below it on the vertical axis, from which a curve connects and continues into the right half-plane.

Page 11

eg:

\[ f(x) = \begin{cases} x^2 + a & x < 1 \\ b & x = 1 \\ 2x + 3 & x > 1 \end{cases} \]

find \( a, b \) such that \( f(x) \) is continuous at \( x = 1 \).

\( f(1) = b \),

\[ \begin{aligned} \lim_{x \to 1^-} f(x) &= \lim_{x \to 1^-} x^2 + a = 1 + a \\ \lim_{x \to 1^+} f(x) &= \lim_{x \to 1^+} 2x + 3 = 5 \end{aligned} \]

want \( 1 + a = 5 \) for limit to exist \( \Rightarrow a = 4 \)

if \( a = 4 \Rightarrow \lim_{x \to 1} f(x) = 5 \)

want \( f(1) = b = \lim_{x \to 1} f(x) \) for function to be continuous at \( x = 1 \)

so \( b = 5 \).


Page 12

Intermediate Value Theorem. (IVT)

Coordinate graph illustrating the Intermediate Value Theorem. A continuous curve f(x) is plotted in blue across an interval from x = a to x = b. At x = a, the value is f(a) in the upper half-plane, and at x = b, the value is f(b) in the lower half-plane. A horizontal red line represents the intermediate value y = L. The curve crosses this horizontal line at three distinct points, which project vertically downward with red dashed lines onto the x-axis at points labeled c_1, c_2, and c_3 between a and b.
Visual Description: Coordinate graph illustrating the Intermediate Value Theorem. A continuous curve f(x) is plotted in blue across an interval from x = a to x = b. At x = a, the value is f(a) in the upper half-plane, and at x = b, the value is f(b) in the lower half-plane. A horizontal red line represents the intermediate value y = L. The curve crosses this horizontal line at three distinct points, which project vertically downward with red dashed lines onto the x-axis at points labeled c_1, c_2, and c_3 between a and b.

Suppose \( f(x) \) is continuous on \( [a, b] \)

then \( f(x) \) takes all values between \( f(a) \) & \( f(b) \)

More precisely:

for any \( L \) between \( f(a) \) & \( f(b) \) we can find a \( c \) between \( a \) & \( b \) such that \( f(c) = L \)


Page 13

Example: \( f(x) = 3x^5 + 2x^3 + 5 \) on \( [-1, 1] \)

\[ f(-1) = -3 - 2 + 5 = 0 \]

\[ f(1) = 3 + 2 + 5 = 10 \]

Cartesian coordinate graph illustrating the Intermediate Value Theorem for f(x) on the interval [-1, 1]. The x-axis is marked with -1, a point c (where -1 < c < 0), and 1. The y-axis has a tick mark at 10. A continuous blue curve starts at the point (-1, 0) on the x-axis, rises sharply, levels slightly as it crosses the y-axis, and continues up to end at (1, 10), indicated with a dashed horizontal line from y = 10 to (1, 10). A dashed red horizontal line is drawn across the graph at height y = L. From the point of intersection between the curve and the line y = L, a vertical dashed line drops down to the x-axis at x = c, demonstrating that f(c) = L.
Visual Description: Cartesian coordinate graph illustrating the Intermediate Value Theorem for f(x) on the interval [-1, 1]. The x-axis is marked with -1, a point c (where -1 < c < 0), and 1. The y-axis has a tick mark at 10. A continuous blue curve starts at the point (-1, 0) on the x-axis, rises sharply, levels slightly as it crosses the y-axis, and continues up to end at (1, 10), indicated with a dashed horizontal line from y = 10 to (1, 10). A dashed red horizontal line is drawn across the graph at height y = L. From the point of intersection between the curve and the line y = L, a vertical dashed line drops down to the x-axis at x = c, demonstrating that f(c) = L.

IVT: for any \( L \) between \( 0 \) & \( 10 \) you can find a number between \( -1 \) & \( 1 \) such that

\[ f(c) = L \]

for eg, \( L = 5 \) between \( 0 \) & \( 10 \)

\[ -1 < 0 < 1 \rightarrow f(0) = 5. \]


Page 14

Example: Show that \( f(x) = x^4 - 3x - 1 \) has a root in \( (1, 2) \)

(Root: Number such that function value \( = 0 \))

\[ f(1) = 1 - 3 - 1 = -3 < 0 \] \[ f(2) = 16 - 6 - 1 = 9 > 0 \]

A Cartesian coordinate graph illustrating the Intermediate Value Theorem. The horizontal x-axis has tick marks for 1 and 2, and the vertical y-axis has labels at 9 and -3. A point is marked at (1, -3) below the x-axis, and another point is marked at (2, 9) above the x-axis. A continuous curve connects (1, -3) to (2, 9), visibly intersecting the horizontal x-axis between x = 1 and x = 2.
Visual Description: A Cartesian coordinate graph illustrating the Intermediate Value Theorem. The horizontal x-axis has tick marks for 1 and 2, and the vertical y-axis has labels at 9 and -3. A point is marked at (1, -3) below the x-axis, and another point is marked at (2, 9) above the x-axis. A continuous curve connects (1, -3) to (2, 9), visibly intersecting the horizontal x-axis between x = 1 and x = 2.

IVT is to sketch graph from \( (1, -3) \) to \( (2, 9) \), we have to hit x-axis.

\( \Rightarrow \) there is a root between 1 & 2.