Calculus Exam Study Guide

Reading a Graph

  • Understanding how to interpret information presented graphically.
    • Key aspects include identifying axes, scales, and units.
    • Interpreting data points, trends, and relationships between variables.
    • Recognizing different types of graphs (e.g., bar graphs, line graphs, scatter plots) and their appropriate uses.
    • Example: A line graph showing temperature change over time. The x-axis represents time, the y-axis represents temperature, and the slope indicates the rate of temperature change.

Parent Functions

  • Knowing the basic shapes and properties of common functions like polynomials, exponentials, and trigonometric functions.
    • Polynomial Functions: f(x)=x,x2,x3f(x) = x, x^2, x^3 (linear, quadratic, cubic).
    • Example: f(x)=x2f(x) = x^2 is a parabola centered at the origin.
    • Exponential Functions: f(x)=axf(x) = a^x (growth or decay).
    • Example: f(x)=2xf(x) = 2^x shows exponential growth.
    • Trigonometric Functions: f(x)=sin(x),cos(x),tan(x)f(x) = \sin(x), \cos(x), \tan(x).
    • Example: f(x)=sin(x)f(x) = \sin(x) oscillates between -1 and 1 with a period of 2π2\pi.
    • Understanding domain, range, intercepts, and asymptotes.

Lines

  • Understanding the equation of a line, slope, intercepts, and how to graph linear equations.
    • Slope-intercept form: y=mx+by = mx + b, where mm is the slope and bb is the y-intercept.
    • Example: y=2x+3y = 2x + 3 has a slope of 2 and a y-intercept of 3.
    • Point-slope form: yy<em>1=m(xx</em>1)y - y<em>1 = m(x - x</em>1).
    • Example: A line passing through (1, 2) with a slope of 3 is y2=3(x1)y - 2 = 3(x - 1).
    • Graphing linear equations by plotting points or using slope and intercepts.
    • Example: To graph y=x+5y = -x + 5, plot the y-intercept at (0, 5) and use the slope of -1 to find another point.

Factoring and Reducing

  • Techniques for simplifying algebraic expressions by factoring and reducing common terms.
    • Factoring quadratic expressions, difference of squares, perfect square trinomials.
    • Example: x24=(x2)(x+2)x^2 - 4 = (x - 2)(x + 2)
    • Reducing rational expressions by canceling common factors.
    • Example: x21x+1=x1\frac{x^2 - 1}{x + 1} = x - 1
    • Examples: (x24)=(x2)(x+2)(x^2 - 4) = (x - 2)(x + 2), x21x+1=x1\frac{x^2 - 1}{x + 1} = x - 1.

2.1 The Tangent and Velocity Problems

  • Introduction to calculus concepts through geometric (tangent) and physical (velocity) problems.
    • Finding the slope of a tangent line to a curve at a given point.
    • Example: Find the tangent line to y=x2y = x^2 at x=2x = 2.
    • Determining the instantaneous velocity of an object at a specific time.
    • Example: An object's position is given by s(t)=t2s(t) = t^2. Find its velocity at t=3t = 3.
    • Using limits to approximate these values more accurately.

Trig Graphs and Expressions

  • Graphs of sine, cosine, tangent, and other trigonometric functions.
    • Understanding trigonometric identities and expressions.
    • Sine and Cosine: periodic, amplitude, phase shift.
    • Example: The graph of y=sin(x)y = \sin(x) has a period of 2π2\pi and an amplitude of 1.
    • Tangent: asymptotes, period.
    • Example: The graph of y=tan(x)y = \tan(x) has vertical asymptotes at x=π2+nπx = \frac{\pi}{2} + n\pi.

Trig Exact Values

  • Knowing the exact values of trigonometric functions for common angles (e.g., 0, π/6{\pi/6}, π/4{\pi/4}, π/3{\pi/3}, π/2{\pi/2}).
    • <br/>sin(0)=0<br /> \sin(0) = 0, cos(0)=1\cos(0) = 1.
    • <br/>sin(π/6)=1/2<br /> \sin(\pi/6) = 1/2, cos(π/6)=3/2\cos(\pi/6) = \sqrt{3}/2.
    • <br/>sin(π/4)=2/2<br /> \sin(\pi/4) = \sqrt{2}/2, <br/>cos(π/4)=2/2<br /> \cos(\pi/4) = \sqrt{2}/2.
    • <br/>sin(π/3)=3/2<br /> \sin(\pi/3) = \sqrt{3}/2, <br/>cos(π/3)=1/2<br /> \cos(\pi/3) = 1/2.
    • <br/>sin(π/2)=1<br /> \sin(\pi/2) = 1, <br/>cos(π/2)=0<br /> \cos(\pi/2) = 0.

Piecewise Functions and Vertical Asymptotes

  • Understanding functions defined by different expressions on different intervals.
    • Identifying vertical asymptotes and their behavior.
    • Piecewise Functions: Evaluating at different intervals, graphing.
    • Example: <br/>f(x)={x2,amp;xlt;0 x,amp;x0<br/><br /> f(x) = \begin{cases} x^2, &amp; x &lt; 0 \ x, &amp; x \geq 0 \end{cases}<br />
    • Vertical Asymptotes: Points where the function approaches infinity, typically where the denominator of a rational function equals zero.
    • Example: f(x)=1x2f(x) = \frac{1}{x-2} has a vertical asymptote at x=2x = 2.

2.2 The Limit of a Function

  • Formal definition of a limit and its properties.
    • Understanding the concept of approaching a value.
    • Formal definition: <br/>limxaf(x)=L<br /> \lim_{x \to a} f(x) = L
      means as xx gets closer to aa, f(x)f(x) gets closer to LL.
    • Example: <br/>limx2x2=4<br /> \lim_{x \to 2} x^2 = 4
    • Properties of limits: uniqueness, arithmetic operations.

2.3 Calculating Limits Using Limit Laws

  • Using properties such as the sum, product, and quotient laws to evaluate limits.
    • Sum Law: <br/>lim<em>xa[f(x)+g(x)]=lim</em>xaf(x)+limxag(x)<br /> \lim<em>{x \to a} [f(x) + g(x)] = \lim</em>{x \to a} f(x) + \lim_{x \to a} g(x).
    • Example: <br/>lim<em>x2[x2+3x]=lim</em>x2x2+limx23x=4+6=10<br /> \lim<em>{x \to 2} [x^2 + 3x] = \lim</em>{x \to 2} x^2 + \lim_{x \to 2} 3x = 4 + 6 = 10
    • Product Law: <br/>lim<em>xa[f(x)g(x)]=lim</em>xaf(x)limxag(x)<br /> \lim<em>{x \to a} [f(x) \cdot g(x)] = \lim</em>{x \to a} f(x) \cdot \lim_{x \to a} g(x).
    • Example: <br/>lim<em>x2[x23x]=lim</em>x2x2limx23x=46=24<br /> \lim<em>{x \to 2} [x^2 \cdot 3x] = \lim</em>{x \to 2} x^2 \cdot \lim_{x \to 2} 3x = 4 \cdot 6 = 24
    • Quotient Law: <br/>lim<em>xa[f(x)g(x)]=lim</em>xaf(x)lim<em>xag(x)<br /> \lim<em>{x \to a} [\frac{f(x)}{g(x)}] = \frac{\lim</em>{x \to a} f(x)}{\lim<em>{x \to a} g(x)}, provided lim</em>xag(x)0\lim</em>{x \to a} g(x) \neq 0.
    • Example: <br/>lim<em>x2[x23x]=lim</em>x2x2limx23x=46=23<br /> \lim<em>{x \to 2} [\frac{x^2}{3x}] = \frac{\lim</em>{x \to 2} x^2}{\lim_{x \to 2} 3x} = \frac{4}{6} = \frac{2}{3}

Intervals, Domains, & Evaluating

  • Understanding interval notation.
    • Determining the domain of a function.
    • Evaluating functions at specific points.
    • Interval Notation: closed intervals [a,b][a, b], open intervals (a,b)(a, b), half-open intervals [a,b)[a, b), (a,b](a, b].
    • Example: x[2,5]x \in [2, 5] means 2x52 \leq x \leq 5
    • Domain: set of all possible input values (xx) for which the function is defined.
    • Example: The domain of f(x)=xf(x) = \sqrt{x} is [0,)[0, \infty).

2.5 Continuity

  • Definition of continuity at a point and on an interval.
    • Types of discontinuities.
    • A function f(x)f(x) is continuous at x=ax = a if <br/>limxaf(x)=f(a)<br /> \lim_{x \to a} f(x) = f(a).
    • Example: f(x)=x2f(x) = x^2 is continuous at all points.
    • Types of discontinuities: removable, jump, infinite.
    • Example: f(x)=1xf(x) = \frac{1}{x} has an infinite discontinuity at x=0x = 0.

End Behavior & Asymptotes

  • Analyzing the behavior of functions as xx approaches infinity.
    • Identifying horizontal and slant asymptotes.
    • Horizontal Asymptotes: <br/>lim<em>xf(x)=L<br /> \lim<em>{x \to \infty} f(x) = L or lim</em>xf(x)=L\lim</em>{x \to -\infty} f(x) = L.
    • Example: f(x)=1xf(x) = \frac{1}{x} has a horizontal asymptote at y=0y = 0.
    • Slant Asymptotes: occur when the degree of the numerator is one greater than the degree of the denominator.
    • Example: f(x)=x2x+1f(x) = \frac{x^2}{x+1} has a slant asymptote.

2.6 Limits at Infinity

  • Evaluating limits as xx approaches positive or negative infinity.
    • Techniques include dividing by the highest power of xx in the denominator.
    • Example: <br/>limx3x2+2xx2+1=3<br /> \lim_{x \to \infty} \frac{3x^2 + 2x}{x^2 + 1} = 3
    • Considering the dominant terms in the numerator and denominator.

2.7 Derivatives and Rates of Change

  • Introducing the concept of a derivative as the instantaneous rate of change.
    • Definition of the derivative: <br/>f(x)=limh0f(x+h)f(x)h<br /> f'(x) = \lim_{h \to 0} \frac{f(x + h) - f(x)}{h}.
    • Example: Derivative of f(x)=x2f(x) = x^2 at x=3x = 3.
    • Geometric interpretation: slope of the tangent line.
    • Example: The derivative of f(x)=x2f(x) = x^2 at x=2x = 2 is the slope of the tangent line to y=x2y = x^2 at the point (2, 4).

2.8 The Derivative as a Function

  • Understanding the derivative as a function itself.
    • Notation for derivatives.
    • Notation: f(x)f'(x), <br/>dydx<br /> \frac{dy}{dx}, yy'.
    • Example: If f(x)=x3f(x) = x^3, then f(x)=3x2f'(x) = 3x^2.
    • The derivative function gives the slope of the tangent line at each point on the original function.

Exponent Properties

  • Rules for manipulating expressions with exponents.
    • Product of powers: <br/>aman=am+n<br /> a^m \cdot a^n = a^{m+n}.
    • Example: 2322=25=322^3 \cdot 2^2 = 2^5 = 32
    • Quotient of powers: <br/>aman=amn<br /> \frac{a^m}{a^n} = a^{m-n}.
    • Example: <br/>3532=33=27<br /> \frac{3^5}{3^2} = 3^3 = 27
    • Power of a power: (am)n=amn(a^m)^n = a^{mn}.
    • Example: (42)3=46=4096(4^2)^3 = 4^6 = 4096

3.1 Derivatives of Polynomial and Exponential Functions

  • Applying power rule and derivative rules for exponential functions.
    • Power Rule: <br/>ddx(xn)=nxn1<br /> \frac{d}{dx}(x^n) = nx^{n-1}.
    • Example: If f(x)=x4f(x) = x^4, then f(x)=4x3f'(x) = 4x^3.
    • Derivative of exe^x: <br/>ddx(ex)=ex<br /> \frac{d}{dx}(e^x) = e^x.
    • Example: If f(x)=exf(x) = e^x, then f(x)=exf'(x) = e^x.
    • Derivative of axa^x: <br/>ddx(ax)=axln(a)<br /> \frac{d}{dx}(a^x) = a^x \ln(a).
    • Example: If f(x)=2xf(x) = 2^x, then f(x)=2xln(2)f'(x) = 2^x \ln(2).

3.2 The Product and Quotient Rules

  • Techniques for finding derivatives of products and quotients of functions.
    • Product Rule: <br/>ddx[f(x)g(x)]=f(x)g(x)+f(x)g(x)<br /> \frac{d}{dx}[f(x)g(x)] = f'(x)g(x) + f(x)g'(x).
    • Example: If f(x)=x2f(x) = x^2 and g(x)=sin(x)g(x) = \sin(x), then <br/>ddx[x2sin(x)]=2xsin(x)+x2cos(x)<br /> \frac{d}{dx}[x^2\sin(x)] = 2x\sin(x) + x^2\cos(x).
    • Quotient Rule: <br/>ddx[f(x)g(x)]=f(x)g(x)f(x)g(x)[g(x)]2<br /> \frac{d}{dx}[\frac{f(x)}{g(x)}] = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}.
    • Example: If f(x)=x2f(x) = x^2 and g(x)=xg(x) = x, then <br/>ddx[x2x]=2xxx21x2=x2x2=1<br /> \frac{d}{dx}[\frac{x^2}{x}] = \frac{2x \cdot x - x^2 \cdot 1}{x^2} = \frac{x^2}{x^2} = 1.

Trig Identities

  • Fundamental trigonometric identities (e.g., Pythagorean identities, double-angle formulas).
    • Pythagorean Identities: <br/>sin2(x)+cos2(x)=1<br /> \sin^2(x) + \cos^2(x) = 1, <br/>1+tan2(x)=sec2(x)<br /> 1 + \tan^2(x) = \sec^2(x), <br/>1+cot2(x)=csc2(x)<br /> 1 + \cot^2(x) = \csc^2(x).
    • Example: Using <br/>sin2(x)+cos2(x)=1<br /> \sin^2(x) + \cos^2(x) = 1, if <br/>sin(x)=35<br /> \sin(x) = \frac{3}{5}, then <br/>cos(x)=±45<br /> \cos(x) = \pm \frac{4}{5}.
    • Double-Angle Formulas: <br/>sin(2x)=2sin(x)cos(x)<br /> \sin(2x) = 2\sin(x)\cos(x), <br/>cos(2x)=cos2(x)sin2(x)<br /> \cos(2x) = \cos^2(x) - \sin^2(x).
    • Example: <br/>sin(2x)=2sin(x)cos(x)<br /> \sin(2x) = 2\sin(x)\cos(x)

3.3 Derivatives of Trig Functions

  • Derivatives of trigonometric functions (sine, cosine, tangent, etc.).
    • <br/>ddx(sin(x))=cos(x)<br /> \frac{d}{dx}(\sin(x)) = \cos(x).
    • Example: If f(x)=sin(x)f(x) = \sin(x), then f(x)=cos(x)f'(x) = \cos(x).
    • <br/>ddx(cos(x))=sin(x)<br /> \frac{d}{dx}(\cos(x)) = -\sin(x).
    • Example: If f(x)=cos(x)f(x) = \cos(x), then f(x)=sin(x)f'(x) = -\sin(x).
    • <br/>ddx(tan(x))=sec2(x)<br /> \frac{d}{dx}(\tan(x)) = \sec^2(x).
    • Example: If f(x)=tan(x)f(x) = \tan(x), then f(x)=sec2(x)f'(x) = \sec^2(x).

Composite Functions

  • Understanding composite functions (function within a function).
    • Notation: f(g(x))f(g(x)), where g(x)g(x) is the inner function and f(x)f(x) is the outer function.
    • Example: If f(x)=x2f(x) = x^2 and g(x)=sin(x)g(x) = \sin(x), then f(g(x))=(sin(x))2f(g(x)) = (\sin(x))^2.
    • Evaluating composite functions by substituting the inner function into the outer function.

3.4 The Chain Rule

  • Finding the derivative of composite functions.
    • Chain Rule: <br/>ddx[f(g(x))]=f(g(x))g(x)<br /> \frac{d}{dx}[f(g(x))] = f'(g(x)) \cdot g'(x).
    • Example: If f(x)=x2f(x) = x^2 and g(x)=sin(x)g(x) = \sin(x), then <br/>ddx[(sin(x))2]=2sin(x)cos(x)<br /> \frac{d}{dx}[(\sin(x))^2] = 2\sin(x) \cdot \cos(x).
    • Applying the chain rule involves finding the derivative of the outer function evaluated at the inner function, multiplied by the derivative of the inner function.

3.7 Rates of Change in the Natural and Social Sciences

  • Applications of derivatives to real-world problems in various fields.
    • Physics: velocity, acceleration.
    • Example: The velocity of a particle is the derivative of its position function.
    • Biology: population growth, reaction rates.
    • Example: The rate of growth