AP Calculus AB Exam Study Guide Notes

Table of Contents

  • INTRODUCTION
  • TOPICS TO STUDY
    • Elementary Functions
    • Limits
    • Differential Calculus
    • Integral Calculus
  • SOME USEFUL FORMULAS
  • CALCULATOR TIPS AND PROGRAMS
  • BOOK REVIEW OF AVAILABLE STUDY GUIDES
  • ACKNOWLEDGEMENTS

Introduction

  • Advanced Placement (AP) is a program offering college-level courses and exams.
  • The AP Calculus AB Exam assesses introductory differential and integral calculus skills.
  • It covers a full-year college mathematics course.
  • Exam Sections:
    • Multiple Choice Part A: 25 questions, 45 minutes, no calculator.
    • Multiple Choice Part B: 15 questions, 45 minutes, graphing calculator required.
    • Free Response: 6 questions, 45 minutes, graphing calculator required.
  • Scoring:
    • Multiple choice and free response sections have equal weight.
    • Grades are reported on a scale of 1 to 5.
      • 5: Extremely well qualified
      • 4: Well qualified
      • 3: Qualified
      • 2: Possibly qualified
      • 1: No recommendation
    • A score of 3 or higher requires approximately 50% correct answers on multiple-choice questions along with acceptable free-response work.
    • Multiple-choice penalty: 1/4 point is deducted for each incorrect answer.

Topics to Study

Elementary Functions

  • Properties of Functions
    • A function ƒƒ is a set of ordered pairs (x,y)(x, y), where each element xx corresponds to exactly one element yy.
      • Domain: the set of all xx values.
      • Range: the set of all yy values.
  • Combinations of Functions
    • If ƒ(x)=3x+1ƒ(x) = 3x + 1 and g(x)=x21g(x) = x^2 - 1, then:
      • Sum: ƒ(x)+g(x)=(3x+1)+(x21)=x2+3xƒ(x) + g(x) = (3x + 1) + (x^2 - 1) = x^2 + 3x
      • Difference: ƒ(x)g(x)=(3x+1)(x21)=x2+3x+2ƒ(x) - g(x) = (3x + 1) - (x^2 - 1) = -x^2 + 3x + 2
      • Product: ƒ(x)g(x)=(3x+1)(x21)=3x3+x23x1ƒ(x)g(x) = (3x + 1)(x^2 - 1) = 3x^3 + x^2 - 3x - 1
      • Quotient: ƒ(x)/g(x)=(3x+1)/(x21)ƒ(x)/g(x) = (3x + 1)/(x^2 - 1)
      • Composite: (ƒ°g)(x)=ƒ(g(x))=3(x21)+1=3x22(ƒ \,°\, g)(x) = ƒ(g(x)) = 3(x^2 - 1) + 1 = 3x^2 - 2
  • Inverse Functions
    • Functions ƒƒ and gg are inverses if ƒ(g(x))=xƒ(g(x)) = x for all xx in the domain of gg and g(ƒ(x))=xg(ƒ(x)) = x for all xx in the domain of ƒƒ.
    • The inverse of ƒƒ is denoted ƒ1ƒ^{-1}.
    • To find ƒ1ƒ^{-1}, switch xx and yy in the original equation and solve for yy.
    • Example: If ƒ(x)=3x+2ƒ(x) = 3x + 2, then ƒ1(x)=(x2)/3ƒ^{-1}(x) = (x-2)/3
  • Even and Odd Functions
    • Even: y=ƒ(x)y = ƒ(x) is even if ƒ(x)=ƒ(x)ƒ(-x) = ƒ(x); symmetric about the y-axis (e.g., y=x2y = x^2).
    • Odd: y=ƒ(x)y = ƒ(x) is odd if ƒ(x)=ƒ(x)ƒ(-x) = -ƒ(x); symmetric about the origin (e.g., y=x3y = x^3).
  • Periodic Functions
    • Familiarity with definitions and graphs of trigonometric functions (sine, cosine, tangent, cotangent, secant, cosecant) is expected.
    • Example: If ƒ(x)=sin(tan1x)ƒ(x) = \sin(\tan^{-1} x), the range of ƒƒ is (1,1)(-1, 1).
  • Zeros of a Function
    • Occur where the function ƒ(x)ƒ(x) crosses the x-axis (also called roots).
    • Example: The zeros of ƒ(x)=x32x2+xƒ(x) = x^3 - 2x^2 + x are 00 and 11. Factoring gives ƒ(x)=x(x22x+1)=x(x1)2ƒ(x) = x(x^2 - 2x + 1) = x(x - 1)^2
  • Properties of Graphs
    • Intercepts
    • Symmetry
    • Asymptotes
    • Transformations:
      • y=kƒ(x)y = kƒ(x)
      • y=ƒ(kx)y = ƒ(kx)
      • yk=ƒ(xh)y - k = ƒ(x - h)
      • y=ƒ(x)y = |ƒ(x)|
      • y=ƒ(x)y = ƒ(|x|)

Limits

  • Properties of Limits
    • If bb and cc are real numbers, nn is a positive integer, and ƒƒ and gg have limits as xcx → c, then:
      1. Scalar Multiple: lim<em>xc[b(ƒ(x))]=b[lim</em>xcƒ(x)]\lim<em>{x→c} [b(ƒ(x))] = b[\lim</em>{x→c} ƒ(x)]
      2. Sum or Difference: lim<em>xc[ƒ(x)±g(x)]=lim</em>xcƒ(x)±limxcg(x)\lim<em>{x→c} [ƒ(x) ± g(x)] = \lim</em>{x→c} ƒ(x) ± \lim_{x→c} g(x)
      3. Product: lim<em>xc[ƒ(x)g(x)]=[lim</em>xcƒ(x)][limxcg(x)]\lim<em>{x→c} [ƒ(x)g(x)] = [\lim</em>{x→c} ƒ(x)][\lim_{x→c} g(x)]
      4. Quotient: lim<em>xc[ƒ(x)/g(x)]=[lim</em>xcƒ(x)]/[lim<em>xcg(x)]\lim<em>{x→c} [ƒ(x)/g(x)] = [\lim</em>{x→c} ƒ(x)]/[\lim<em>{x→c} g(x)] if lim</em>xcg(x)0\lim</em>{x→c} g(x) ≠ 0
  • One-Sided Limits
    • limxa+ƒ(x)\lim_{x→a^+} ƒ(x) approaches aa from the right.
    • limxaƒ(x)\lim_{x→a^-} ƒ(x) approaches aa from the left.
  • Limits at Infinity
    • lim<em>x+ƒ(x)=L\lim<em>{x→+\infty} ƒ(x) = L or lim</em>xƒ(x)=L\lim</em>{x→-\infty} ƒ(x) = L: The value of ƒ(x)ƒ(x) approaches LL as xx increases/decreases without bound.
    • y=Ly = L is the horizontal asymptote of the graph of ƒƒ.
  • Some Nonexistent Limits
    • limx01x2\lim_{x→0} \frac{1}{x^2}
    • limx0xx\lim_{x→0} \frac{|x|}{x}
    • limx0sin(1x)\lim_{x→0} \sin(\frac{1}{x})
  • Some Infinite Limits
    • limx01x2=\lim_{x→0} \frac{1}{x^2} = \infty
    • limx0+lnx=\lim_{x→0^+} \ln x = -\infty
  • Limit Example
    • limx0sinxx=1\lim_{x→0} \frac{\sin x}{x} = 1 (memorize this limit)
  • Continuity
    • Definition: A function ƒƒ is continuous at cc if:
      1. ƒ(c)ƒ(c) is defined
      2. limxcƒ(x)\lim_{x→c} ƒ(x) exists
      3. limxcƒ(x)=ƒ(c)\lim_{x→c} ƒ(x) = ƒ(c)
    • Graphically, a function is continuous at cc if the graph can be traced through (c,ƒ(c))(c, ƒ(c)) without lifting the pencil.
    • Example:
      • If f(x)={3+x2x, for x0 k, for x=0f(x) = \begin{cases} \frac{\sqrt{3+x} - 2}{x} \text{, for } x \neq 0 \ k \text{, for } x = 0 \end{cases}
      • and if ƒƒ is continuous at x=0x = 0, then k=3/2k = 3/2.
      • limx0ƒ(x)=3/2\lim_{x→0} ƒ(x) = 3/2
  • Intermediate Value Theorem
    • If ƒƒ is continuous on [a,b][a, b] and kk is any number between ƒ(a)ƒ(a) and ƒ(b)ƒ(b), then there is at least one number cc between aa and bb such that ƒ(c)=kƒ(c) = k.

Differential Calculus

  • Definition
    • f(x)=limΔx0f(x+Δx)f(x)Δxf'(x) = \lim_{\Delta x \to 0} \frac{f(x + \Delta x) - f(x)}{\Delta x} if this limit exists
    • f(c)=limxcf(x)f(c)xcf'(c) = \lim_{x \to c} \frac{f(x) - f(c)}{x - c}
    • If ƒƒ is differentiable at x=cx = c, then ƒƒ is continuous at x=cx = c.
  • Differentiation Rules
    • General and Logarithmic Differentiation Rules
      1. ddx[cu]=cu\frac{d}{dx} [cu] = cu'
      2. ddx[u±v]=u±v\frac{d}{dx} [u ± v] = u' ± v' (sum rule)
      3. ddx[uv]=uv+vu\frac{d}{dx} [uv] = uv' + vu' (product rule)
      4. ddx[uv]=vuuvv2\frac{d}{dx} [\frac{u}{v}] = \frac{vu' - uv'}{v^2} (quotient rule)
      5. ddx[c]=0\frac{d}{dx} [c] = 0
      6. ddx[un]=nun1u\frac{d}{dx} [u^n] = nu^{n-1}u' (power rule)
      7. ddx[x]=1\frac{d}{dx} [x] = 1
      8. ddx[lnu]=uu\frac{d}{dx} [\ln u] = \frac{u'}{u}
      9. ddx[eu]=euu\frac{d}{dx} [e^u] = e^uu'
      10. ddx[ƒ(g(x))]=ƒ(g(x))g(x)\frac{d}{dx} [ƒ(g(x))] = ƒ'(g(x)) g'(x) (chain rule)
  • Derivatives of Trigonometric Functions
    1. ddx[sinu]=(cosu)u\frac{d}{dx} [\sin u] = (\cos u)u'
    2. ddx[cscu]=(cscucotu)u\frac{d}{dx} [\csc u] = -(\csc u \cot u)u'
    3. ddx[cosu]=(sinu)u\frac{d}{dx} [\cos u] = -(\sin u)u'
    4. ddx[secu]=(secutanu)u\frac{d}{dx} [\sec u] = (\sec u \tan u)u'
    5. ddx[tanu]=(sec2u)u\frac{d}{dx} [\tan u] = (\sec^2 u)u'
    6. ddx[cotu]=(csc2u)u\frac{d}{dx} [\cot u] = -(\csc^2 u)u'
  • Derivatives of Inverse Trigonometric Functions
    1. ddx[arcsinu]=u1u2\frac{d}{dx} [\arcsin u] = \frac{u'}{\sqrt{1 - u^2}}
    2. ddx[arccscu]=uuu21\frac{d}{dx} [\operatorname{arccsc} u] = \frac{-u'}{|u|\sqrt{u^2 - 1}}
    3. ddx[arccosu]=u1u2\frac{d}{dx} [\arccos u] = \frac{-u'}{\sqrt{1 - u^2}}
    4. ddx[arcsecu]=uuu21\frac{d}{dx} [\operatorname{arcsec} u] = \frac{u'}{|u|\sqrt{u^2 - 1}}
    5. ddx[arctanu]=u1+u2\frac{d}{dx} [\arctan u] = \frac{u'}{1 + u^2}
    6. ddx[arccotu]=u1+u2\frac{d}{dx} [\operatorname{arccot} u] = \frac{-u'}{1 + u^2}
  • Implicit Differentiation
    • Useful when you cannot easily solve for yy as a function of xx.
  • Higher Order Derivatives
    • Successive derivatives of ƒ(x)ƒ(x).
    • ƒ(x)ƒ''(x) is the second derivative (derivative of ƒ(x)ƒ'(x)).
    • Numerical notation: ƒ(n)(x)=y(n)ƒ^{(n)}(x) = y^{(n)}
    • Also indicated by d2ydx2\frac{d^2y}{dx^2}.
    • Example: If y=x5y = x^5, then y=5x4y' = 5x^4, y=20x3y'' = 20x^3, y=60x2y''' = 60x^2
  • Derivatives of Inverse Functions
    • If y=ƒ(x)y = ƒ(x) and x=ƒ1(y)x = ƒ^{-1}(y) are differentiable inverse functions, then their derivatives are reciprocals: dxdy=1dydx\frac{dx}{dy} = \frac{1}{\frac{dy}{dx}}
  • Logarithmic Differentiation
    1. Take ln\ln of both sides
    2. Differentiate
    3. Solve for yy'
    4. Substitute for yy
    5. Simplify
  • Mean Value Theorem
    • If ƒƒ is continuous on [a,b][a, b] and differentiable on (a,b)(a, b), then there exists a number cc in (a,b)(a, b) such that ƒ(c)=f(b)f(a)baƒ'(c) = \frac{f(b) - f(a)}{b - a}.
  • L'Hôpital's Rule
    • If limƒ(x)g(x)\lim \frac{ƒ(x)}{g(x)} is an indeterminate form of 0/00/0 or /\infty / \infty, and if limƒ(x)g(x)\lim \frac{ƒ'(x)}{g'(x)} exists, then limf(x)g(x)=limf(x)g(x)\lim \frac{f(x)}{g(x)} = \lim \frac{f'(x)}{g'(x)}.
    • The indeterminate form 00 \cdot \infty can be reduced to 0/00/0 or /\infty / \infty to apply L'Hôpital's Rule.
    • L'Hôpital's Rule can be applied to the four different indeterminate forms of /\infty / \infty: \frac{\infty}{\infty}, \frac{-\infty}{\infty}, \frac{\infty}{-\infty}, and \frac{-\infty}{-\infty}.
    • Example: limx0sinxx+1=1\lim_{x \to 0} \frac{\sin x}{x + 1} = 1
  • Tangent and Normal Lines
    • The derivative of a function at a point is the slope of the tangent line.
    • The normal line is perpendicular to the tangent line at the point of tangency.
    • Example: The slope of the normal line to the curve y=2x2+1y = 2x^2 + 1 at (1,3)(1, 3) is 1/4-1/4.
  • Extreme Value Theorem
    • If a function ƒ(x)ƒ(x) is continuous on a closed interval, then ƒ(x)ƒ(x) has both a maximum and minimum value in the interval.
  • Curve Sketching
    • f(c)>0f'(c) > 0: ƒƒ increasing at cc
    • f(c)<0f'(c) < 0: ƒƒ decreasing at cc
    • f(c)=0f'(c) = 0: Horizontal tangent at cc
    • f(c)=0,f(c)<0,f(c+)>0f'(c) = 0, f'(c^-) < 0, f'(c^+) > 0: Relative minimum at cc
    • f(c)=0,f(c)>0,f(c+)<0f'(c) = 0, f'(c^-) > 0, f'(c^+) < 0: Relative maximum at cc
    • f(c)=0,f(c)>0f'(c) = 0, f''(c) > 0: Relative minimum at cc
    • f(c)=0,f(c)<0f'(c) = 0, f''(c) < 0: Relative maximum at cc
    • f(c)=0,f(c)=0f'(c) = 0, f''(c) = 0: Further investigation required
    • f(c)>0f''(c) > 0: Concave upward
    • f(c)<0f''(c) < 0: Concave downward
    • f(c)=0f''(c) = 0: Further investigation required
    • f(c)=0,f(c)<0,f(c+)>0f''(c) = 0, f''(c^-) < 0, f''(c^+) > 0: Point of inflection
    • f(c)=0,f(c)>0,f(c+)<0f''(c) = 0, f''(c^-) > 0, f''(c^+) < 0: Point of inflection
    • f(c)f(c) exists, f(c)f'(c) does not exist: Possibly a vertical tangent; possibly an absolute max. or min.
  • Newton's Method for Approximating Zeros of a Function
    • x<em>n+1=x</em>nf(x<em>n)f(x</em>n)x<em>{n + 1} = x</em>n - \frac{f(x<em>n)}{f'(x</em>n)}
    • Let x1x_1 be a guess for one of the roots. Reiterate the function with the result until the required accuracy is obtained.
  • Optimization Problems
    • Calculus can be used to solve practical problems requiring maximum or minimum values.
  • Rates-of-Change Problems
    • Distance, Velocity, and Acceleration
      • y=s(t)y = s(t): Position of a particle along a line at time tt
      • v=s(t)v = s'(t): Instantaneous velocity (rate of change) at time tt
      • a=v(t)=s(t)a = v'(t) = s''(t): Instantaneous acceleration at time tt
  • Related Rates of Change
    • Calculus can be used to find the rate of change of two or more variables that are functions of time tt by differentiating with respect to tt.

Integral Calculus

  • Indefinite Integrals
    • Definition: A function F(x)F(x) is the antiderivative of a function ƒ(x)ƒ(x) if for all xx in the domain of ƒƒ, F(x)=ƒ(x)F'(x) = ƒ(x)
    • ƒ(x)dx=F(x)+C\int ƒ(x) dx = F(x) + C, where CC is a constant.
  • Basic Integration Formulas
    • General and Logarithmic Integrals
      1. kƒ(x)dx=kƒ(x)dx\int kƒ(x) dx = k \int ƒ(x) dx
      2. [ƒ(x)±g(x)]dx=ƒ(x)dx±g(x)dx\int [ƒ(x) ± g(x)] dx = \int ƒ(x) dx ± \int g(x) dx
      3. kdx=kx+C\int k dx = kx + C
      4. xndx=xn+1n+1+C\int x^n dx = \frac{x^{n+1}}{n+1} + C, n1n ≠ -1
      5. exdx=ex+C\int e^x dx = e^x + C
      6. axdx=axlna+C\int a^x dx = \frac{a^x}{\ln a} + C, a>0,a1a > 0, a ≠ 1
      7. dxx=lnx+C\int \frac{dx}{x} = \ln |x| + C
    • Trigonometric Integrals
      1. sinxdx=cosx+C\int \sin x dx = -\cos x + C
      2. cosxdx=sinx+C\int \cos x dx = \sin x + C
      3. sec2xdx=tanx+C\int \sec^2 x dx = \tan x + C
      4. csc2xdx=cotx+C\int \csc^2 x dx = -\cot x + C
      5. secxtanxdx=secx+C\int \sec x \tan x dx = \sec x + C
      6. cscxcotxdx=cscx+C\int \csc x \cot x dx = -\csc x + C
      7. tanxdx=lncosx+C\int \tan x dx = -\ln |\cos x| + C
      8. cotxdx=lnsinx+C\int \cot x dx = \ln |\sin x| + C
      9. secxdx=lnsecx+tanx+C\int \sec x dx = \ln |\sec x + \tan x| + C
      10. cscxdx=lncscx+cotx+C\int \csc x dx = -\ln |\csc x + \cot x| + C
      11. dxa2x2=arcsinxa+C\int \frac{dx}{\sqrt{a^2 - x^2}} = \arcsin \frac{x}{a} + C
      12. dxa2+x2=1aarctanxa+C\int \frac{dx}{a^2 + x^2} = \frac{1}{a} \arctan \frac{x}{a} + C
      13. dxxx2a2=1aarcsecxa+C\int \frac{dx}{x \sqrt{x^2 - a^2}} = \frac{1}{a} \operatorname{arcsec} \frac{x}{a} + C
  • Integration by Substitution
    • ƒ(g(x))g(x)dx=F(g(x))+C\int ƒ(g(x))g'(x) dx = F(g(x)) + C
    • If u=g(x)u = g(x), then du=g(x)dxdu = g'(x) dx and ƒ(u)du=F(u)+C\int ƒ(u) du = F(u) + C
  • Integration by Parts
    • udv=uvvdu\int u dv = uv - \int v du
  • Distance, Velocity, and Acceleration (on Earth)
    • a(t)=s(t)=32 ft/sec2a(t) = s''(t) = -32 \text{ ft/sec}^2
    • v(t)=s(t)=s(t)dt=32dt=32t+C1v(t) = s'(t) = \int s''(t) dt = \int -32 dt = -32t + C_1
      • at t=0t = 0, v<em>0=v(0)=(32)(0)+C</em>1=C1v<em>0 = v(0) = (-32)(0) + C</em>1 = C_1
    • s(t)=v(t)dt=(32t+v<em>0)dt=16t2+v</em>0t+C2s(t) = \int v(t) dt = \int (-32t + v<em>0) dt = -16t^2 + v</em>0t + C_2
  • Separable Differential Equations
    • It is sometimes possible to separate variables and write a differential equation in the form ƒ(y)dy+g(x)dx=0ƒ(y) dy + g(x) dx = 0 by integrating: ƒ(y)dy+g(x)dx=C\int ƒ(y) dy + \int g(x) dx = C
  • Applications to Growth and Decay
    • Often, the rate of change or a variable yy is proportional to the variable itself.
      • dydt=ky\frac{dy}{dt} = ky
      • Separate the variables: dyy=kdt\frac{dy}{y} = k dt
      • Integrate both sides: lny=kt+C1\ln |y| = kt + C_1
      • y=Cekty = Ce^{kt} (Law of Exponential Growth and Decay)
        • Exponential growth when k>0k > 0
        • Exponential decay when k<0k < 0
  • Definition of the Definite Integral
    • The definite integral is the limit of the Riemann sum of ƒƒ on the interval [a,b][a, b]
      • lim<em>Δx0</em>i=1nf(x<em>i)Δx=</em>abƒ(x)dx\lim<em>{\Delta x \to 0} \sum</em>{i=1}^n f(x<em>i) \Delta x = \int</em>a^b ƒ(x) dx
  • Properties of Definite Integrals
    1. <em>ab[ƒ(x)+g(x)]dx=</em>abƒ(x)dx+abg(x)dx\int<em>a^b [ƒ(x) + g(x)] dx = \int</em>a^b ƒ(x) dx + \int_a^b g(x) dx
    2. <em>abkƒ(x)dx+k</em>abƒ(x)dx\int<em>a^b kƒ(x) dx + k \int</em>a^b ƒ(x) dx
    3. aaƒ(x)dx=0\int_a^a ƒ(x) dx = 0
    4. <em>abƒ(x)dx=</em>baƒ(x)dx\int<em>a^b ƒ(x) dx = -\int</em>b^a ƒ(x) dx
    5. <em>abƒ(x)dx+</em>bcƒ(x)dx=acƒ(x)dx\int<em>a^b ƒ(x) dx + \int</em>b^c ƒ(x) dx = \int_a^c ƒ(x) dx
    6. If ƒ(x)g(x)ƒ(x) ≤ g(x) on [a,b][a, b], then <em>abƒ(x)dx</em>abg(x)dx\int<em>a^b ƒ(x) dx ≤ \int</em>a^b g(x) dx
  • Approximations to the Definite Integral
    • Riemann Sums
      • <em>abƒ(x)dx=S</em>n=<em>i=1nf(x</em>i)Δx\int<em>a^b ƒ(x)dx = S</em>n = \sum<em>{i=1}^n f(x</em>i) \Delta x
    • Trapezoidal Rule
      • <em>abƒ(x)dx[12ƒ(x</em>0)+ƒ(x<em>1)+ƒ(x</em>2)++ƒ(x<em>n1)+12ƒ(x</em>n)]ban\int<em>a^b ƒ(x)dx ≈ [\frac{1}{2}ƒ(x</em>0) + ƒ(x<em>1) + ƒ(x</em>2) + … + ƒ(x<em>{n-1}) + \frac{1}{2}ƒ(x</em>n)] \frac{b - a}{n}
  • The Fundamental Theorem of Calculus
    • If ƒƒ is continuous on [a,b][a, b] and if F=ƒF' = ƒ, then abƒ(x)dx=F(b)F(a)\int_a^b ƒ(x) dx = F(b) - F(a)
  • The Second Fundamental Theorem of Calculus
    • If ƒƒ is continuous on an open interval II containing aa, then for every xx in the interval, ddxaxƒ(t)dt=ƒ(x)\frac{d}{dx} \int_a^x ƒ(t) dt = ƒ(x)
  • Area Under a Curve
    • If ƒ(x)0ƒ(x) ≥ 0 on [a,b][a, b] then A=abƒ(x)dxA = \int_a^b ƒ(x) dx
    • If ƒ(x)0ƒ(x) ≤ 0 on [a,b][a, b] then A=abƒ(x)dxA = -\int_a^b ƒ(x) dx
    • If ƒ(x)0ƒ(x) ≥ 0 on [a,c][a, c] and ƒ(x)0ƒ(x) ≤ 0 on [c,b][c, b] then A=<em>acƒ(x)dx</em>cbƒ(x)dxA = \int<em>a^c ƒ(x) dx - \int</em>c^b ƒ(x) dx
  • Average Value of a Function on an Interval
    • 1baabƒ(x)dx\frac{1}{b - a} \int_a^b ƒ(x) dx
  • Volumes of Solids with Known Cross Sections
    1. For cross-sections of area A(x)A(x), taken perpendicular to the x-axis: V=abA(x)dxV = \int_a^b A(x) dx
    2. For cross-sections of area A(y)A(y), taken perpendicular to the y-axis: V=abA(y)dyV = \int_a^b A(y) dy
  • Volumes of Solids of Revolution: Disk Method
    • V=abπr2dxV = \int_a^b πr^2 dx
    • Rotated about the x-axis: V=abπ[ƒ(x)]2dxV = \int_a^b π[ƒ(x)]^2 dx
    • Rotated about the y-axis: V=abπ[ƒ(y)]2dyV = \int_a^b π[ƒ(y)]^2 dy
  • Volumes of Solids of Revolution: Washer Method
    • V=<em>abπ(r</em>o2dxri2)dxV = \int<em>a^b π(r</em>o^2 dx - r_i^2) dx
    • Rotated about the x-axis: V=<em>abπ[(ƒ</em>1(x))2(ƒ2(x))2]dxV = \int<em>a^b π[(ƒ</em>1(x))^2 - (ƒ_2(x))^2] dx
    • Rotated about the y-axis: V=<em>abπ[(ƒ</em>1(y))2(ƒ2(y))2]dyV = \int<em>a^b π[(ƒ</em>1(y))^2 - (ƒ_2(y))^2] dy
  • Volumes of Solids of Revolution: Cylindrical Shell Method
    • V=ab2πrhdrV = \int_a^b 2πrh dr
    • Rotated about the x-axis: V=2πabxƒ(x)dxV = 2π \int_a^b xƒ(x) dx
    • Rotated about the y-axis: V=2πabyƒ(y)dyV = 2π \int_a^b yƒ(y) dy

Some Useful Formulas

  • logax=logxloga\log_a x = \frac{\log x}{\log a}
  • sin2x+cos2x=1\sin^2x + \cos^2x = 1
  • 1+tan2x=sec2x1 + \tan^2x = \sec^2x
  • 1+cot2x=csc2x1 + \cot^2x = \csc^2x
  • sin2x=2sinxcosx\sin 2x = 2 \sin x \cos x
  • cos2x=cos2xsin2x\cos 2x = \cos^2x - \sin^2x
  • sin2x=12(1cos2x)\sin^2x = \frac{1}{2}(1- \cos 2x)
  • cos2x=12(1+cos2x)\cos^2x = \frac{1}{2}(1+ \cos 2x)
  • Volume of a right circular cylinder = πr2hπr^2h
  • Volume of a cone = 13πr2h\frac{1}{3} πr^2h
  • Volume of a sphere = 43πr3\frac{4}{3} πr^3

Calculator Tips and Programs

  • Calculator Tips
    • The TI-82 is referenced, however, most tips will apply to any graphing calculator.
    • Calculator is required for Part B of Section I and for Section II.
    • Skills to master include:
      • Simple calculations
      • Finding intersection of two graphs
      • Graphing a function and analyzing its properties (domain, range, asymptotes)
    • Key Functions in CALC Menu:
      1. Calculate value of a function at x=cx = c
      2. Calculate roots of a function
      3. Find minimum of a function
      4. Find maximum of a function
      5. Find point of intersection of two functions
      6. Find slope of tangent at (x,y)(x, y)
      7. Find area under the curve from aa to bb
    • Key Functions in MATH Menu:
      1. Find the minimum of a function: fMin(expression, variable, lower, upper)
      2. Find the maximum of a function: fMax(expression, variable, lower, upper)
      3. Find the numerical derivative at a given value: nDeriv(expression, variable, value)
      4. Find the numerical integral of an expression: fnInt(expression, variable, lower, upper)
      5. Calculate the root of an expression: solve(expression, variable, guess, {lower, upper})
  • Calculator Programs
    • Program to solve for f(x):
      • PROGRAM: SOLVE
      • : Input X
      • : 3x2 + 2 → X [type your function here and place → X at the end]
      • : Disp X
    • Program to solve for a quadratic equation:
      • PROGRAM: QUADRAT
      • :Input "A? ", A
      • :Input "B? ", B
      • :Input "C? ", C
      • :(- B + √ (B2 - 4AC) ) / 2A → D
      • :(- B - √ (B2 - 4AC) ) / 2A → E
      • :B2 - 4AC → F
      • :ClrHome
      • :Disp "+ EQUALS"
      • :Disp D
      • :Disp "- EQUALS"
      • :Disp E
      • :Disp "B2 - 4AC EQUALS"
      • :Disp F
      • To Run: Enter a, b, and c for ax2 + bx + c. "+ EQUALS" and "- EQUALS" give the roots of the equation
    • Program that will use the trapezoidal rule to approximate a definite integral:
      • PROGRAM: TRAP
      • :ClrHome
      • :Input "F(X) IN QUOTES:", Y0
      • :Input "START(A):", A
      • :Input "END(B):", B
      • :Input "NO. OF DIV. (N):", N
      • :(B - A) / N → D
      • :0 → S
      • :For (X, A, B, D)
      • :S + Y0 → S
      • :End
      • :A → X
      • : Y0 → F
      • :B → X
      • : Y0 → L
      • :D * (-F + S - L) → A
      • :ClrHome
      • :Disp "EST AREA="
      • :Disp A