Thomas’ Calculus Fifteenth Edition Chapter 1 - Functions

Functions; Domain and Range

  • Definition of a Function: A function ff from a set DD to a set YY is a rule that assigns a single value in YY to each xx in DD.
  • Notation: The relationship is expressed as y=f(x)y = f(x), read as "yy equals ff of xx."
  • Variables:
    • The symbol ff represents the function itself.
    • The letter xx is the independent variable, representing the input value of ff.
    • The letter yy is the dependent variable or output value of ff at xx.
  • Machine Metaphor: A function can be visualized as a machine where an input xx enters, and a unique output f(x)f(x) is produced.
  • Mapping: A function assigns a unique element of YY to each element in DD. It is possible for different inputs to map to the same output, but one input cannot map to multiple different outputs.

Standard Functions: Domain and Range Examples

  • Square Function: y=x2y = x^2
    • Domain (xx): (,)(-\infty, \infty)
    • Range (yy): [0,)[0, \infty)
  • Reciprocal Function: y=1xy = \frac{1}{x}
    • Domain (xx): (,0)(0,)(-\infty, 0) \cup (0, \infty)
    • Range (yy): (,0)(0,)(-\infty, 0) \cup (0, \infty)
  • Square Root Function: y=xy = \sqrt{x}
    • Domain (xx): [0,)[0, \infty)
    • Range (yy): [0,)[0, \infty)
  • Shifted Square Root: y=4xy = \sqrt{4 - x}
    • Domain (xx): (,4](-\infty, 4]
    • Range (yy): [0,)[0, \infty)
  • Semicircle Function: y=1x2y = \sqrt{1 - x^2}
    • Domain (xx): [1,1][-1, 1]
    • Range (yy): [0,1][0, 1]

Graphs of Functions and the Vertical Line Test

  • Definition of a Graph: The graph of a function ff is the set of points (x,y)(x, y) in the coordinate plane for which y=f(x)y = f(x).
  • Geometric Interpretation: If a point (x,y)(x, y) lies on the graph, the value f(x)f(x) represents the height of the graph above or below the point xx on the horizontal axis. A negative value indicates the graph is below the axis.
  • The Vertical Line Test:
    • A curve in the coordinate plane is the graph of a function if and only if no vertical line intersects the curve more than once.
    • This confirms that each xx in the domain corresponds to exactly one value f(x)f(x).
    • If aa is in the domain, the vertical line x=ax = a intersects the graph at exactly one point (a,f(a))(a, f(a)).
  • Examples of the Test:
    • A circle is not the graph of a function because it fails the vertical line test.
    • The upper semicircle, defined by f(x)=1x2f(x) = \sqrt{1 - x^2}, is a function.
    • The lower semicircle, defined by g(x)=1x2g(x) = -\sqrt{1 - x^2}, is also a function.

Piecewise-Defined Functions

  • Definition: Functions that apply different formulas to different parts of their domain.
  • Absolute Value Function:
    • Defined as follows:
    • x=x|x| = x if x0x \ge 0
    • x=x|x| = -x if x<0x < 0
    • Domain: (,)(-\infty, \infty)
    • Range: [0,)[0, \infty)
  • Greatest Integer Function (Floor Function):
    • Symbolized as y=xy = \lfloor x \rfloor.
    • This function outputs the greatest integer less than or equal to xx.
    • Its graph lies on or below the line y=xy = x, serving as an "integer floor."
  • Least Integer Function (Ceiling Function):
    • Symbolized as y=xy = \lceil x \rceil.
    • This function outputs the smallest integer greater than or equal to xx.
    • Its graph lies on or above the line y=xy = x, serving as an "integer ceiling."

Function Behavior: Increasing, Decreasing, and Symmetry

  • Increasing and Decreasing Functions:
    • Let ff be a function on an interval II and x1,x2x_1, x_2 be points in II.
    • Increasing: ff is increasing on II if f(x1)<f(x2)f(x_1) < f(x_2) whenever x1<x2x_1 < x_2.
    • Decreasing: ff is decreasing on II if f(x1)>f(x2)f(x_1) > f(x_2) whenever x1<x2x_1 < x_2.
  • Even and Odd Functions:
    • Even Function: A function is even if f(x)=f(x)f(-x) = f(x) for every xx in the domain. The graph is symmetric about the y-axis (e.g., y=x2y = x^2).
    • Odd Function: A function is odd if f(x)=f(x)f(-x) = -f(x) for every xx in the domain. The graph is symmetric about the origin (e.g., y=x3y = x^3).
  • Effect of Constant Terms:
    • Adding a constant to an even function (e.g., y=x2+1y = x^2 + 1) preserves its even property and y-axis symmetry.
    • Adding a constant to an odd function (e.g., y=x+1y = x + 1) typically results in a function that is neither even nor odd, as origin symmetry is lost.

Catalog of Common Functions

  • Linear Functions: Functions of the form f(x)=mx+bf(x) = mx + b, where mm is the slope and bb is the y-intercept.
  • Proportionality: Two variables are proportional if y=kxy = kx for some nonzero constant kk.
  • Power Functions: Functions of the form f(x)=xaf(x) = x^a.
    • Examples include integer powers (xnx^n), reciprocal powers (x1,x2x^{-1}, x^{-2}), and root functions (x1/2,x2/3x^{1/2}, x^{2/3}).
  • Polynomial Functions: A function p(x)=anxn+an1xn1++a1x+a0p(x) = a_n x^n + a_{n-1} x^{n-1} + \dots + a_1 x + a_0, where nn is a non-negative integer and coefficients are real constants.
  • Rational Functions: A quotient of two polynomials, f(x)=p(x)q(x)f(x) = \frac{p(x)}{q(x)}. The domain is all real numbers where the denominator q(x)0q(x) \ne 0. Graphs often approach lines called asymptotes.
  • Algebraic Functions: Functions constructed from polynomials using algebraic operations (addition, subtraction, multiplication, division, and roots).
  • Transcendental Functions: Functions that are not algebraic, including:
    • Trigonometric and inverse trigonometric functions.
    • Exponential functions.
    • Logarithmic functions.

Combining Functions

  • Arithmetic Operations:
    • Sum: (f+g)(x)=f(x)+g(x)(f + g)(x) = f(x) + g(x)
    • Difference: (fg)(x)=f(x)g(x)(f - g)(x) = f(x) - g(x)
    • Product: (fg)(x)=f(x)g(x)(f \cdot g)(x) = f(x) \cdot g(x)
    • Quotient: (fg)(x)=f(x)g(x)\left(\frac{f}{g}\right)(x) = \frac{f(x)}{g(x)}
  • Domain of Combined Functions: For sums, differences, and products, the domain is the intersection of the domains of ff and gg (DfDgD_f \cap D_g). For quotients, the domain is the intersection EXCEPT where the denominator g(x)=0g(x) = 0.
  • Composite Functions:
    • Formula: (fg)(x)=f(g(x))(f \circ g)(x) = f(g(x)).
    • Process: The output of the first function gg is used as the input for the second function ff.
    • Domain: Consists of values xx in the domain of gg such that the output g(x)g(x) lies within the domain of ff.

Shifting, Scaling, and Reflecting Graphs

  • Vertical Shifts:
    • y=f(x)+ky = f(x) + k shifts the graph up if k>0k > 0 and down if k<0k < 0.
  • Horizontal Shifts:
    • y=f(x+h)y = f(x + h) shifts the graph left if h>0h > 0 and right if h<0h < 0.
  • Vertical Scaling (for c>1c > 1):
    • Stretch: y=cf(x)y = cf(x).
    • Compression: y=1cf(x)y = \frac{1}{c}f(x).
  • Horizontal Scaling (for c>1c > 1):
    • Compression: y=f(cx)y = f(cx).
    • Stretch: y=f(xc)y = f\left(\frac{x}{c}\right).
  • Reflections:
    • Across x-axis: y=f(x)y = -f(x).
    • Across y-axis: y=f(x)y = f(-x).

Trigonometric Functions: Fundamentals

  • Radian Measure: The radian measure of a central angle is θ=sr\theta = \frac{s}{r}. For a unit circle (r=1r = 1), the angle equals the arc length (θ=s\theta = s).
  • Standard Position: Angles in the xy-plane are measured from the positive x-axis. Positive measures are counter-clockwise; negative measures are clockwise.
  • The Six Basic Functions:
    • sin(θ)=opphyp\sin(\theta) = \frac{\text{opp}}{\text{hyp}}
    • cos(θ)=adjhyp\cos(\theta) = \frac{\text{adj}}{\text{hyp}}
    • tan(θ)=oppadj\tan(\theta) = \frac{\text{opp}}{\text{adj}}
    • csc(θ)=hypopp\csc(\theta) = \frac{\text{hyp}}{\text{opp}}
    • sec(θ)=hypadj\sec(\theta) = \frac{\text{hyp}}{\text{adj}}
    • cot(θ)=adjopp\cot(\theta) = \frac{\text{adj}}{\text{opp}}
  • The ASTC Rule: "All Students Take Calculus" identifies quadrants where functions are positive:
    • Quadrant I: All functions positive.
    • Quadrant II: Sine (and csc) positive.
    • Quadrant III: Tangent (and cot) positive.
    • Quadrant IV: Cosine (and sec) positive.

Table of Key Trigonometric Values

DegreesRadians (θ\theta)sin(θ)\sin(\theta)cos(θ)\cos(\theta)tan(θ)\tan(\theta)
180-180^\circπ-\pi001-100
135-135^\circ3π4-\frac{3\pi}{4}22-\frac{\sqrt{2}}{2}22-\frac{\sqrt{2}}{2}11
90-90^\circπ2-\frac{\pi}{2}1-100undefined
45-45^\circπ4-\frac{\pi}{4}22-\frac{\sqrt{2}}{2}22\frac{\sqrt{2}}{2}1-1
00^\circ00001100
3030^\circπ6\frac{\pi}{6}12\frac{1}{2}32\frac{\sqrt{3}}{2}33\frac{\sqrt{3}}{3}
4545^\circπ4\frac{\pi}{4}22\frac{\sqrt{2}}{2}22\frac{\sqrt{2}}{2}11
6060^\circπ3\frac{\pi}{3}32\frac{\sqrt{3}}{2}12\frac{1}{2}3\sqrt{3}
9090^\circπ2\frac{\pi}{2}1100undefined
120120^\circ2π3\frac{2\pi}{3}32\frac{\sqrt{3}}{2}12-\frac{1}{2}3-\sqrt{3}
135135^\circ3π4\frac{3\pi}{4}22\frac{\sqrt{2}}{2}22-\frac{\sqrt{2}}{2}1-1
150150^\circ5π6\frac{5\pi}{6}12\frac{1}{2}32-\frac{\sqrt{3}}{2}33-\frac{\sqrt{3}}{3}
180180^\circπ\pi001-100
270270^\circ3π2\frac{3\pi}{2}1-100undefined
360360^\circ2π2\pi001100

Trigonometric Periodicity and Identities

  • Periodicity: A function is periodic if f(x+p)=f(x)f(x + p) = f(x) for a positive constant pp.
    • Period π\pi: tan(x),cot(x)\tan(x), \cot(x).
    • Period 2π2\pi: sin(x),cos(x),sec(x),csc(x)\sin(x), \cos(x), \sec(x), \csc(x).
  • Odd/Even Identities:
    • Even: cos(x)=cos(x)\cos(-x) = \cos(x); sec(x)=sec(x)\sec(-x) = \sec(x).
    • Odd: sin(x)=sin(x)\sin(-x) = -\sin(x); tan(x)=tan(x)\tan(-x) = -\tan(x); csc(x)=csc(x)\csc(-x) = -\csc(x); cot(x)=cot(x)\cot(-x) = -\cot(x).
  • Fundamental Identities:
    • cos2(θ)+sin2(θ)=1\cos^2(\theta) + \sin^2(\theta) = 1
    • 1+tan2(θ)=sec2(θ)1 + \tan^2(\theta) = \sec^2(\theta)
    • 1+cot2(θ)=csc2(θ)1 + \cot^2(\theta) = \csc^2(\theta)
  • Addition Formulas:
    • cos(A+B)=cos(A)cos(B)sin(A)sin(B)\cos(A + B) = \cos(A)\cos(B) - \sin(A)\sin(B)
    • sin(A+B)=sin(A)cos(B)+cos(A)sin(B)\sin(A + B) = \sin(A)\cos(B) + \cos(A)\sin(B)
  • Double-Angle and Half-Angle Formulas:
    • cos(2θ)=cos2(θ)sin2(θ)\cos(2\theta) = \cos^2(\theta) - \sin^2(\theta)
    • sin(2θ)=2sin(θ)cos(θ)\sin(2\theta) = 2\sin(\theta)\cos(\theta)
    • cos2(θ)=1+cos(2θ)2\cos^2(\theta) = \frac{1 + \cos(2\theta)}{2}
    • sin2(θ)=1cos(2θ)2\sin^2(\theta) = \frac{1 - \cos(2\theta)}{2}

Advanced Geometric and Trigonometric Principles

  • Law of Cosines: For a triangle with sides a,b,ca, b, c and angle θ\theta opposite side cc:
    • c2=a2+b22abcos(θ)c^2 = a^2 + b^2 - 2ab\cos(\theta)
  • Special Trig Inequalities:
    • θsin(θ)θ-|\theta| \le \sin(\theta) \le |\theta|
    • θ1cos(θ)θ-|\theta| \le 1 - \cos(\theta) \le |\theta|
  • General Sinusoid Formula:
    • y=af(b(x+c))+dy = a f(b(x + c)) + d
    • aa: Vertical stretch/compression (amplitude if sine/cosine).
    • bb: Horizontal stretch/compression (affects period).
    • cc: Horizontal shift.
    • dd: Vertical shift.