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), where each element x corresponds to exactly one element y.
- Domain: the set of all x values.
- Range: the set of all y values.
- Combinations of Functions
- If ƒ(x)=3x+1 and g(x)=x2−1, then:
- Sum: ƒ(x)+g(x)=(3x+1)+(x2−1)=x2+3x
- Difference: ƒ(x)−g(x)=(3x+1)−(x2−1)=−x2+3x+2
- Product: ƒ(x)g(x)=(3x+1)(x2−1)=3x3+x2−3x−1
- Quotient: ƒ(x)/g(x)=(3x+1)/(x2−1)
- Composite: (ƒ°g)(x)=ƒ(g(x))=3(x2−1)+1=3x2−2
- Inverse Functions
- Functions ƒ and g are inverses if ƒ(g(x))=x for all x in the domain of g and g(ƒ(x))=x for all x in the domain of ƒ.
- The inverse of ƒ is denoted ƒ−1.
- To find ƒ−1, switch x and y in the original equation and solve for y.
- Example: If ƒ(x)=3x+2, then ƒ−1(x)=(x−2)/3
- Even and Odd Functions
- Even: y=ƒ(x) is even if ƒ(−x)=ƒ(x); symmetric about the y-axis (e.g., y=x2).
- Odd: y=ƒ(x) is odd if ƒ(−x)=−ƒ(x); symmetric about the origin (e.g., y=x3).
- Periodic Functions
- Familiarity with definitions and graphs of trigonometric functions (sine, cosine, tangent, cotangent, secant, cosecant) is expected.
- Example: If ƒ(x)=sin(tan−1x), the range of ƒ is (−1,1).
- Zeros of a Function
- Occur where the function ƒ(x) crosses the x-axis (also called roots).
- Example: The zeros of ƒ(x)=x3−2x2+x are 0 and 1. Factoring gives ƒ(x)=x(x2−2x+1)=x(x−1)2
- Properties of Graphs
- Intercepts
- Symmetry
- Asymptotes
- Transformations:
- y=kƒ(x)
- y=ƒ(kx)
- y−k=ƒ(x−h)
- y=∣ƒ(x)∣
- y=ƒ(∣x∣)
Limits
- Properties of Limits
- If b and c are real numbers, n is a positive integer, and ƒ and g have limits as x→c, then:
- Scalar Multiple: lim<em>x→c[b(ƒ(x))]=b[lim</em>x→cƒ(x)]
- Sum or Difference: lim<em>x→c[ƒ(x)±g(x)]=lim</em>x→cƒ(x)±limx→cg(x)
- Product: lim<em>x→c[ƒ(x)g(x)]=[lim</em>x→cƒ(x)][limx→cg(x)]
- Quotient: lim<em>x→c[ƒ(x)/g(x)]=[lim</em>x→cƒ(x)]/[lim<em>x→cg(x)] if lim</em>x→cg(x)=0
- One-Sided Limits
- limx→a+ƒ(x) approaches a from the right.
- limx→a−ƒ(x) approaches a from the left.
- Limits at Infinity
- lim<em>x→+∞ƒ(x)=L or lim</em>x→−∞ƒ(x)=L: The value of ƒ(x) approaches L as x increases/decreases without bound.
- y=L is the horizontal asymptote of the graph of ƒ.
- Some Nonexistent Limits
- limx→0x21
- limx→0x∣x∣
- limx→0sin(x1)
- Some Infinite Limits
- limx→0x21=∞
- limx→0+lnx=−∞
- Limit Example
- limx→0xsinx=1 (memorize this limit)
- Continuity
- Definition: A function ƒ is continuous at c if:
- ƒ(c) is defined
- limx→cƒ(x) exists
- limx→cƒ(x)=ƒ(c)
- Graphically, a function is continuous at c if the graph can be traced through (c,ƒ(c)) without lifting the pencil.
- Example:
- If f(x)={x3+x−2, for x=0 k, for x=0
- and if ƒ is continuous at x=0, then k=3/2.
- limx→0ƒ(x)=3/2
- Intermediate Value Theorem
- If ƒ is continuous on [a,b] and k is any number between ƒ(a) and ƒ(b), then there is at least one number c between a and b such that ƒ(c)=k.
Differential Calculus
- Definition
- f′(x)=limΔx→0Δxf(x+Δx)−f(x) if this limit exists
- f′(c)=limx→cx−cf(x)−f(c)
- If ƒ is differentiable at x=c, then ƒ is continuous at x=c.
- Differentiation Rules
- General and Logarithmic Differentiation Rules
- dxd[cu]=cu′
- dxd[u±v]=u′±v′ (sum rule)
- dxd[uv]=uv′+vu′ (product rule)
- dxd[vu]=v2vu′−uv′ (quotient rule)
- dxd[c]=0
- dxd[un]=nun−1u′ (power rule)
- dxd[x]=1
- dxd[lnu]=uu′
- dxd[eu]=euu′
- dxd[ƒ(g(x))]=ƒ′(g(x))g′(x) (chain rule)
- Derivatives of Trigonometric Functions
- dxd[sinu]=(cosu)u′
- dxd[cscu]=−(cscucotu)u′
- dxd[cosu]=−(sinu)u′
- dxd[secu]=(secutanu)u′
- dxd[tanu]=(sec2u)u′
- dxd[cotu]=−(csc2u)u′
- Derivatives of Inverse Trigonometric Functions
- dxd[arcsinu]=1−u2u′
- dxd[arccscu]=∣u∣u2−1−u′
- dxd[arccosu]=1−u2−u′
- dxd[arcsecu]=∣u∣u2−1u′
- dxd[arctanu]=1+u2u′
- dxd[arccotu]=1+u2−u′
- Implicit Differentiation
- Useful when you cannot easily solve for y as a function of x.
- Higher Order Derivatives
- Successive derivatives of ƒ(x).
- ƒ′′(x) is the second derivative (derivative of ƒ′(x)).
- Numerical notation: ƒ(n)(x)=y(n)
- Also indicated by dx2d2y.
- Example: If y=x5, then y′=5x4, y′′=20x3, y′′′=60x2
- Derivatives of Inverse Functions
- If y=ƒ(x) and x=ƒ−1(y) are differentiable inverse functions, then their derivatives are reciprocals: dydx=dxdy1
- Logarithmic Differentiation
- Take ln of both sides
- Differentiate
- Solve for y′
- Substitute for y
- Simplify
- Mean Value Theorem
- If ƒ is continuous on [a,b] and differentiable on (a,b), then there exists a number c in (a,b) such that ƒ′(c)=b−af(b)−f(a).
- L'Hôpital's Rule
- If limg(x)ƒ(x) is an indeterminate form of 0/0 or ∞/∞, and if limg′(x)ƒ′(x) exists, then limg(x)f(x)=limg′(x)f′(x).
- The indeterminate form 0⋅∞ can be reduced to 0/0 or ∞/∞ to apply L'Hôpital's Rule.
- L'Hôpital's Rule can be applied to the four different indeterminate forms of ∞/∞: ∞∞, ∞−∞, −∞∞, and −∞−∞.
- Example: limx→0x+1sinx=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+1 at (1,3) is −1/4.
- Extreme Value Theorem
- If a function ƒ(x) is continuous on a closed interval, then ƒ(x) has both a maximum and minimum value in the interval.
- Curve Sketching
- f′(c)>0: ƒ increasing at c
- f′(c)<0: ƒ decreasing at c
- f′(c)=0: Horizontal tangent at c
- f′(c)=0,f′(c−)<0,f′(c+)>0: Relative minimum at c
- f′(c)=0,f′(c−)>0,f′(c+)<0: Relative maximum at c
- f′(c)=0,f′′(c)>0: Relative minimum at c
- f′(c)=0,f′′(c)<0: Relative maximum at c
- f′(c)=0,f′′(c)=0: Further investigation required
- f′′(c)>0: Concave upward
- f′′(c)<0: Concave downward
- f′′(c)=0: Further investigation required
- f′′(c)=0,f′′(c−)<0,f′′(c+)>0: Point of inflection
- f′′(c)=0,f′′(c−)>0,f′′(c+)<0: Point of inflection
- f(c) exists, 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>n−f′(x</em>n)f(x<em>n)
- Let x1 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): Position of a particle along a line at time t
- v=s′(t): Instantaneous velocity (rate of change) at time t
- a=v′(t)=s′′(t): Instantaneous acceleration at time t
- Related Rates of Change
- Calculus can be used to find the rate of change of two or more variables that are functions of time t by differentiating with respect to t.
Integral Calculus
- Indefinite Integrals
- Definition: A function F(x) is the antiderivative of a function ƒ(x) if for all x in the domain of ƒ, F′(x)=ƒ(x)
- ∫ƒ(x)dx=F(x)+C, where C is a constant.
- Basic Integration Formulas
- General and Logarithmic Integrals
- ∫kƒ(x)dx=k∫ƒ(x)dx
- ∫[ƒ(x)±g(x)]dx=∫ƒ(x)dx±∫g(x)dx
- ∫kdx=kx+C
- ∫xndx=n+1xn+1+C, n=−1
- ∫exdx=ex+C
- ∫axdx=lnaax+C, a>0,a=1
- ∫xdx=ln∣x∣+C
- Trigonometric Integrals
- ∫sinxdx=−cosx+C
- ∫cosxdx=sinx+C
- ∫sec2xdx=tanx+C
- ∫csc2xdx=−cotx+C
- ∫secxtanxdx=secx+C
- ∫cscxcotxdx=−cscx+C
- ∫tanxdx=−ln∣cosx∣+C
- ∫cotxdx=ln∣sinx∣+C
- ∫secxdx=ln∣secx+tanx∣+C
- ∫cscxdx=−ln∣cscx+cotx∣+C
- ∫a2−x2dx=arcsinax+C
- ∫a2+x2dx=a1arctanax+C
- ∫xx2−a2dx=a1arcsecax+C
- Integration by Substitution
- ∫ƒ(g(x))g′(x)dx=F(g(x))+C
- If u=g(x), then du=g′(x)dx and ∫ƒ(u)du=F(u)+C
- Integration by Parts
- ∫udv=uv−∫vdu
- Distance, Velocity, and Acceleration (on Earth)
- a(t)=s′′(t)=−32 ft/sec2
- v(t)=s′(t)=∫s′′(t)dt=∫−32dt=−32t+C1
- at t=0, v<em>0=v(0)=(−32)(0)+C</em>1=C1
- s(t)=∫v(t)dt=∫(−32t+v<em>0)dt=−16t2+v</em>0t+C2
- Separable Differential Equations
- It is sometimes possible to separate variables and write a differential equation in the form ƒ(y)dy+g(x)dx=0 by integrating: ∫ƒ(y)dy+∫g(x)dx=C
- Applications to Growth and Decay
- Often, the rate of change or a variable y is proportional to the variable itself.
- dtdy=ky
- Separate the variables: ydy=kdt
- Integrate both sides: ln∣y∣=kt+C1
- y=Cekt (Law of Exponential Growth and Decay)
- Exponential growth when k>0
- Exponential decay when k<0
- Definition of the Definite Integral
- The definite integral is the limit of the Riemann sum of ƒ on the interval [a,b]
- lim<em>Δx→0∑</em>i=1nf(x<em>i)Δx=∫</em>abƒ(x)dx
- Properties of Definite Integrals
- ∫<em>ab[ƒ(x)+g(x)]dx=∫</em>abƒ(x)dx+∫abg(x)dx
- ∫<em>abkƒ(x)dx+k∫</em>abƒ(x)dx
- ∫aaƒ(x)dx=0
- ∫<em>abƒ(x)dx=−∫</em>baƒ(x)dx
- ∫<em>abƒ(x)dx+∫</em>bcƒ(x)dx=∫acƒ(x)dx
- If ƒ(x)≤g(x) on [a,b], then ∫<em>abƒ(x)dx≤∫</em>abg(x)dx
- Approximations to the Definite Integral
- Riemann Sums
- ∫<em>abƒ(x)dx=S</em>n=∑<em>i=1nf(x</em>i)Δx
- Trapezoidal Rule
- ∫<em>abƒ(x)dx≈[21ƒ(x</em>0)+ƒ(x<em>1)+ƒ(x</em>2)+…+ƒ(x<em>n−1)+21ƒ(x</em>n)]nb−a
- The Fundamental Theorem of Calculus
- If ƒ is continuous on [a,b] and if F′=ƒ, then ∫abƒ(x)dx=F(b)−F(a)
- The Second Fundamental Theorem of Calculus
- If ƒ is continuous on an open interval I containing a, then for every x in the interval, dxd∫axƒ(t)dt=ƒ(x)
- Area Under a Curve
- If ƒ(x)≥0 on [a,b] then A=∫abƒ(x)dx
- If ƒ(x)≤0 on [a,b] then A=−∫abƒ(x)dx
- If ƒ(x)≥0 on [a,c] and ƒ(x)≤0 on [c,b] then A=∫<em>acƒ(x)dx−∫</em>cbƒ(x)dx
- Average Value of a Function on an Interval
- b−a1∫abƒ(x)dx
- Volumes of Solids with Known Cross Sections
- For cross-sections of area A(x), taken perpendicular to the x-axis: V=∫abA(x)dx
- For cross-sections of area A(y), taken perpendicular to the y-axis: V=∫abA(y)dy
- Volumes of Solids of Revolution: Disk Method
- V=∫abπr2dx
- Rotated about the x-axis: V=∫abπ[ƒ(x)]2dx
- Rotated about the y-axis: V=∫abπ[ƒ(y)]2dy
- Volumes of Solids of Revolution: Washer Method
- V=∫<em>abπ(r</em>o2dx−ri2)dx
- Rotated about the x-axis: V=∫<em>abπ[(ƒ</em>1(x))2−(ƒ2(x))2]dx
- Rotated about the y-axis: V=∫<em>abπ[(ƒ</em>1(y))2−(ƒ2(y))2]dy
- Volumes of Solids of Revolution: Cylindrical Shell Method
- V=∫ab2πrhdr
- Rotated about the x-axis: V=2π∫abxƒ(x)dx
- Rotated about the y-axis: V=2π∫abyƒ(y)dy
- logax=logalogx
- sin2x+cos2x=1
- 1+tan2x=sec2x
- 1+cot2x=csc2x
- sin2x=2sinxcosx
- cos2x=cos2x−sin2x
- sin2x=21(1−cos2x)
- cos2x=21(1+cos2x)
- Volume of a right circular cylinder = πr2h
- Volume of a cone = 31πr2h
- Volume of a sphere = 34πr3
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:
- Calculate value of a function at x=c
- Calculate roots of a function
- Find minimum of a function
- Find maximum of a function
- Find point of intersection of two functions
- Find slope of tangent at (x,y)
- Find area under the curve from a to b
- Key Functions in MATH Menu:
- Find the minimum of a function: fMin(expression, variable, lower, upper)
- Find the maximum of a function: fMax(expression, variable, lower, upper)
- Find the numerical derivative at a given value: nDeriv(expression, variable, value)
- Find the numerical integral of an expression: fnInt(expression, variable, lower, upper)
- 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