Graphs of Basic Functions and Transformations - Study Notes
Continuity and Discontinuity
- Definition of continuity (intuitive): A function is continuous on an interval if you can draw its graph without lifting your pencil from the paper. In other words, no breaks, holes, or jumps on the graph over the interval.
- Graphical indicator of continuity: A graph that can be drawn in one stroke (without lifting the pen) over the interval.
- Example of discontinuity (at x = 2): A function where the graph has a break at x = 2. The transcript describes a function that is not defined at x = 2 on one side but has a defined value at x = 2 from another piece, creating a discontinuity.
- Visual cue: an open circle at (2, yleft) and a closed dot at (2, yright). The function value at x = 2 is the closed dot value (y_right).
- Open vs closed dots (key notation):
- An open dot at a point means the function is not taking that value there (not defined at that point for that branch).
- A closed dot at a point means the function value at that x is equal to that y-value (included in the function).
- Example of a continuous function (described in the transcript): A function with arrows indicating the graph continues indefinitely in both directions (domain: \(-\infty, \infty\)\) and range starting from 0 upwards (\[0, \infty)\).
- Example of a discontinuous function due to a missing point: A function not defined at x = 3 (domain excludes x = 3) but defined elsewhere; this creates a break in the graph at x = 3.
Describing intervals of continuity for given functions
- Function with unbroken arrows (continuous):
- Domain: \(-\infty, \infty\)
- Range: \([0, \infty)\)
- Function with a discontinuity at x = 3:
- Not defined at x = 3; defined elsewhere.
- Domain: all real numbers except x = 3, i.e., \((-\infty, 3) \cup (3, \infty)\).
Piecewise-defined functions: graphing and domain/range
- Example 1 (piecewise):
- Left piece:
- Right piece: f(x) = x + 1 ext{ for } x \,>\, 2
- At x = 2: left piece would give , but the transcript shows the left branch has an open circle at (2,1) and the right branch has a closed dot at (2,3). Hence, the actual value is set by the right piece: .
- Domain (overall):
- Left-hand limit as x approaches 2 from the left: (not included since x < 2 for that branch).
- Right-hand limit as x approaches 2 from the right: (included for x > 2).
- Range: From the left piece, values approach 1 from above; from the right piece, values start at 3 and go to infinity. Therefore, the combined range is f(x) = 2x + 3 ext{ for } x \le 0f(x) = -x^2 + 3 ext{ for } x > 0(-\infty, 0] \cup (0, \infty)f(x) = x
- Domain: \(-\infty, \infty\)
- Range: \(-\infty, \infty\)
- Graph: a straight line with slope 1 through the origin.
Squaring function: f(x) = x^2f(x) = x^3f(x) = \sqrt{x}x \ge 0f(x) = \sqrt[3]{x}f(x) = |x|g(x) = a \, f(x)a > 1a0 < a < 1aa < 0f(x) = |x|g(x) = 2|x|f(x)f(x) + kkf(x) - kkg(x) = f(bx)b > 11/b0 < b < 11/bb < 0g(x) = -f(x)g(x) = f(-x)|x| by a factor of 2 (compare the blue and red graphs).
- Example: h(x) = \tfrac{1}{2} |x| is a vertical compression by a factor of 2 (|a| < 1).
- Understanding via a table: you can still generate points for the transformed function by applying the transformation rules to the basic function’s points.
- Important observation: the basic shapes (abs, x^2, sqrt, etc.) help you anticipate how the transformed graph will look.
Reflections and symmetry (even and odd functions)
- Even functions: f(x) is even if for all x, f(x) = f(-x). Graphs are symmetric about the y-axis (horizontal reflection).
- Odd functions: f(x) is odd if for all x, f(x) = -f(-x). Graphs are symmetric about the origin.
- Quick test approach:
- Check if f(-x) equals f(x) for all x to test for evenness.
- Check if f(-x) equals -f(x) for all x to test for oddness.
- Practical example from the transcript:
- Consider f(x) = x^3 - 2x. Then f(-x) = -x^3 + 2x = -(x^3 - 2x) = -f(x); hence f is odd.
- Another example discussed: a polynomial with even powers (like s^4 + 3s^2 + 7 using s as the variable) is even (f(-s) = f(s)).
- It’s possible to have a function that is neither even nor odd (e.g., f(x) = x^4 + 3x^3 - 7 may fail both tests).
Combining transformations (order matters when inside the function is transformed)
- General guidance for combining vertical transformations (outside the function):
- Apply the vertical stretch/compression first (multiply by a), then apply vertical shift (add k).
- Example form: g(x) = a f(x) + kf(bx + h)bx + h = b\left(x + \frac{h}{b}\right)-\frac{h}{b}1/bf(bx + h)-\frac{h}{b}1/bf\left(b\left(x + \frac{h}{b}\right)\right) = f\left(bx + h\right).h(x) = f\left(\tfrac{1}{2}x + 1\right) - 3.f(x) = \sqrt{x}\,x \ge 0.f(x) = \sqrt{-x}\,x \le 0.g(x) = a\,f(x)g(x) = f(bx)f(x - h)hf(x + h)hf(x) + kkf(x) - kkg(x) = -f(x)g(x) = f(-x)h(x) = f\left(\tfrac{1}{2}x + 1\right) - 3(-\infty, 2) \cup [2, \infty)$$, etc.)
Note on the lecture context
- The notes above faithfully reflect the topics discussed: continuity and discontinuity, piecewise functions, six basic functions to know, transformations (vertical/horizontal shifts, stretches/compressions, reflections), even/odd functions, and combining transformations with a worked example.
- The content emphasizes developing intuition via basic shapes, then applying transformation rules to build more complex graphs.
- Practical reminder: some of the specifics (like exact numerical domain/range in every example) depend on the precise function definitions given in exercises; use the rules outlined here to analyze similar problems.
End of notes