\documentclass[10pt,a4paper]{article} % Packages \usepackage{fancyhdr} % For header and footer \usepackage{multicol} % Allows multicols in tables \usepackage{tabularx} % Intelligent column widths \usepackage{tabulary} % Used in header and footer \usepackage{hhline} % Border under tables \usepackage{graphicx} % For images \usepackage{xcolor} % For hex colours %\usepackage[utf8x]{inputenc} % For unicode character support \usepackage[T1]{fontenc} % Without this we get weird character replacements \usepackage{colortbl} % For coloured tables \usepackage{setspace} % For line height \usepackage{lastpage} % Needed for total page number \usepackage{seqsplit} % Splits long words. %\usepackage{opensans} % Can't make this work so far. Shame. Would be lovely. \usepackage[normalem]{ulem} % For underlining links % Most of the following are not required for the majority % of cheat sheets but are needed for some symbol support. \usepackage{amsmath} % Symbols \usepackage{MnSymbol} % Symbols \usepackage{wasysym} % Symbols %\usepackage[english,german,french,spanish,italian]{babel} % Languages % Document Info \author{bryxe} \pdfinfo{ /Title (calculus-2-final.pdf) /Creator (Cheatography) /Author (bryxe) /Subject (Calculus 2 Final Cheat Sheet) } % Lengths and widths \addtolength{\textwidth}{6cm} \addtolength{\textheight}{-1cm} \addtolength{\hoffset}{-3cm} \addtolength{\voffset}{-2cm} \setlength{\tabcolsep}{0.2cm} % Space between columns \setlength{\headsep}{-12pt} % Reduce space between header and content \setlength{\headheight}{85pt} % If less, LaTeX automatically increases it \renewcommand{\footrulewidth}{0pt} % Remove footer line \renewcommand{\headrulewidth}{0pt} % Remove header line \renewcommand{\seqinsert}{\ifmmode\allowbreak\else\-\fi} % Hyphens in seqsplit % This two commands together give roughly % the right line height in the tables \renewcommand{\arraystretch}{1.3} \onehalfspacing % Commands \newcommand{\SetRowColor}[1]{\noalign{\gdef\RowColorName{#1}}\rowcolor{\RowColorName}} % Shortcut for row colour \newcommand{\mymulticolumn}[3]{\multicolumn{#1}{>{\columncolor{\RowColorName}}#2}{#3}} % For coloured multi-cols \newcolumntype{x}[1]{>{\raggedright}p{#1}} % New column types for ragged-right paragraph columns \newcommand{\tn}{\tabularnewline} % Required as custom column type in use % Font and Colours \definecolor{HeadBackground}{HTML}{333333} \definecolor{FootBackground}{HTML}{666666} \definecolor{TextColor}{HTML}{333333} \definecolor{DarkBackground}{HTML}{A3A3A3} \definecolor{LightBackground}{HTML}{F3F3F3} \renewcommand{\familydefault}{\sfdefault} \color{TextColor} % Header and Footer \pagestyle{fancy} \fancyhead{} % Set header to blank \fancyfoot{} % Set footer to blank \fancyhead[L]{ \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{C} \SetRowColor{DarkBackground} \vspace{-7pt} {\parbox{\dimexpr\textwidth-2\fboxsep\relax}{\noindent \hspace*{-6pt}\includegraphics[width=5.8cm]{/web/www.cheatography.com/public/images/cheatography_logo.pdf}} } \end{tabulary} \columnbreak \begin{tabulary}{11cm}{L} \vspace{-2pt}\large{\bf{\textcolor{DarkBackground}{\textrm{Calculus 2 Final Cheat Sheet}}}} \\ \normalsize{by \textcolor{DarkBackground}{bryxe} via \textcolor{DarkBackground}{\uline{cheatography.com/145317/cs/31940/}}} \end{tabulary} \end{multicols}} \fancyfoot[L]{ \footnotesize \noindent \begin{multicols}{3} \begin{tabulary}{5.8cm}{LL} \SetRowColor{FootBackground} \mymulticolumn{2}{p{5.377cm}}{\bf\textcolor{white}{Cheatographer}} \\ \vspace{-2pt}bryxe \\ \uline{cheatography.com/bryxe} \\ \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Cheat Sheet}} \\ \vspace{-2pt}Published 1st May, 2022.\\ Updated 1st May, 2022.\\ Page {\thepage} of \pageref{LastPage}. \end{tabulary} \vfill \columnbreak \begin{tabulary}{5.8cm}{L} \SetRowColor{FootBackground} \mymulticolumn{1}{p{5.377cm}}{\bf\textcolor{white}{Sponsor}} \\ \SetRowColor{white} \vspace{-5pt} %\includegraphics[width=48px,height=48px]{dave.jpeg} Measure your website readability!\\ www.readability-score.com \end{tabulary} \end{multicols}} \begin{document} \raggedright \raggedcolumns % Set font size to small. Switch to any value % from this page to resize cheat sheet text: % www.emerson.emory.edu/services/latex/latex_169.html \footnotesize % Small font. \begin{multicols*}{3} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Trig Integrals}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Look to simplify the fraction. Remember different ways to write trig values, taking advantage of properties provided on the formula sheet. Also look to see if you can rewrite something inside the integral to something that has an easier anti derivative.} \tn % Row Count 6 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Improper Integrals}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Three Types of Improper Integrals. Type 1: Integrate from 1 to infinity/-infinity. Type 2: integrate from 0 to 1. Type 3: Combination of both. Type 1 converges when the P (1/xp) is greater than one. (P \textgreater{} 1). Diverges for P \textless{}= 1. Type 2 converges when P \textless{} 1, and diverges for P \textgreater{}= 1. Look for changing bounds during u-substitution and separating integrals if there is a non-continuous point. For Type 1 take the limit as t-\textgreater{}inf, and replace the inf bound with t.} \tn % Row Count 10 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Partial Fraction}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Use constant over non-linear function, (x-1)2 is not non-linear, just multiple so include all multiples. Linear functions have a numerator of Bx+C. When using other technique, distribute and simplify all of the terms, then have x2 (A+B) if Ax2 and Bx2 are the only terms including x2. So A+B = coefficient of x2 in numerator provided. Look for shortcuts for taking anti-derivative of logs.} \tn % Row Count 8 (+ 8) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Trig Substitution}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Use the formula to determine which type of Trig Sub we are doing, determining an a and using that to calculate x and dx. Then substitute everything back into the original integral. Now you have a Trig Integrals and refer back to them.} \tn % Row Count 5 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Integration By Parts}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Formula Provided, use ILATE to choose U. Evaluate all x's if it is a definite integral with bounds. Look for Ln(x) and multiplication inside integrals to execute.} \tn % Row Count 4 (+ 4) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Power Series ( Convergence )}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{First compute the ratio test by doing (an+1)/1 * 1/(an). Keep Change Flip. After computing remove the constants (terms without an n) and compute the limit. Distribute the remaining terms, and use this function to determine the radius. Set the funciton greater than -1 and less than 1. Then solve for x. The term not including the center is the radius. Manual check the end points for the interval of convergence.} \tn % Row Count 9 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Power Series ( Representation )}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Manipulate into the form (a/1-r). Then substitute into the Geometric Series and simplify. If given an x-value in the numerator, separate into two functions and complete expansion on one and then multiply by numerator. If given multiple of x in the denominaotr, factor out the coefficient but leave it in the r of the formula a/1-r. If the denominator simplifies, perform PFD and do expansion of both.} \tn % Row Count 8 (+ 8) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Arc Length}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Identify which formula to use based on x or y integration. If you are given x values then you will most likely be doing x-integration with x bounds. Y values will be doing y-integration with y bounds. Use similar integral techniques referred to in other sections to solve.} \tn % Row Count 6 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Area Between Curves}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Identify if you are doing x or y integration. If you are doing x integration then the bounds are in x and you take Vertical Slices (Upper – Lower) for your height. If you are doing y integration then the bounds are in y and you take Horizontal Slices (Rightmost – Leftmost) for your height. The larger (Upper/Rightmost) becomes f(x) and smaller (Lower/Leftmost) becomes g(x).} \tn % Row Count 8 (+ 8) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Volume: X-axis (Y=?)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Rotating around a horizontal axis look to do disk/washer method (vertical slices \& dx). Where the radius is the function and if its washer do the (Upper\textasciicircum{}2\textasciicircum{} - Lower\textasciicircum{}2\textasciicircum{}). Radius becomes (bounded - function) if it is above the x-axis.} \tn % Row Count 5 (+ 5) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Volume: Y-axis (X=?)}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Vertical axis of rotation, use the cylinder shell method. The height is the function given, or if its bounded it is (bounded - function). The radius is the distance from the axis of rotation. So if it is Y a-axis, radius is x, if it is a different x-value, it becomes (bounded - x).} \tn % Row Count 6 (+ 6) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Surface Area - About x-axis}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{If you are given y in terms of x and in a range of x-values use Alternate X1. Here we can substitute into the formula and use bounds in terms of x. If you are given x in terms of y and a range of y-values use Alternate X2, substituting in the function g(y) and doing y-integration, with y-value bounds. Look for u-sub and multiplying two radicals to simplify. Pay attention to the bounds and simplification.} \tn % Row Count 9 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Surface Area - About y-axis}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{If you are given y in terms of x and in a range of x-values use Alternate Y1. Here we can substitute into the formula and follow the methods of Surface Area listed previously. If you are given x in terms of y and a range of y-values use Alternate Y2, substituting in the function g(y) and doing y-integration.} \tn % Row Count 7 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Work: Pumping liquid}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Create a line next to tank having the upmost point being 0 and decreasing downward. The distance the water must travel is now x, and our bounds are where we need to travel from. If it is from the entire tank go from top to bottom, however if it is 1 less than full, go from 1 to the height. Use the equation of force and that Volume for each shape. The radius is half of the diameter. Plug in and take constants out and solve. If a cone, you may have to use similar triangles, look for formula.} \tn % Row Count 10 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Work: Lifting Chain}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Lifting cable to top, Find the Force in weight of cable/length of cable. The force becomes that answer * x (distance). The bounds of the integral is the distance from the top to the bottom. Answer in ft/lbs. If only pulling half the rope to the top, take the integral from 0 to half using normal function, but then add the integral from half to the bottom, and substitute the half \# for the distance (x) in the formula.} \tn % Row Count 9 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Work: Spring}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{The force required to maintain a spring is f(x) = kx. If given a force in N, find the distance from normal height to new length in meters. F(distance) = force in N., distance*K = force, solve for k. Substitute k back into f(x) = kx. Compute the integral from the desired distances of work done in meters. Final answer in J.} \tn % Row Count 7 (+ 7) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Parametric}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Use the multiple equations for parametric. Bounds are in terms of t. Find tangent: Take derivative of x(t) and y(t) and have y'(t) as num and x'(t) as denom. That is our m (slope). If given a t value plug into x(t) and y(t) to get point cords. Substituting t into m will give you slope at a point. {\bf{Horizontal}} is num = 0. {\bf{Vertical}} is denom = 0. Make sure the point is not undefined, if it is take limit and do L'Hopitals.} \tn % Row Count 9 (+ 9) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Polar: Area}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{If they are asking for area of circle and not the other circle. One integral would be from the point of intersection to the next point of intersection, following the polar curve. And then subtracting the integral of circle not included from the point of intersection to the value of its next point of intersection. Ex) sin at zero is pi and cos at zero is pi/2. If they are asking for the area in between take the integral from the lower point of intersection and go to the point of intersection and add the integrals so you just have the smaller area. If it is a curve that loops itself, find the area of the top half and subtract when it loops back. Then multiply by 2.} \tn % Row Count 14 (+ 14) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} \begin{tabularx}{5.377cm}{X} \SetRowColor{DarkBackground} \mymulticolumn{1}{x{5.377cm}}{\bf\textcolor{white}{Polar: Tangent Line}} \tn % Row 0 \SetRowColor{LightBackground} \mymulticolumn{1}{x{5.377cm}}{Given an r function, determine the angle where the points intersect (tangent occurs). First, take the derivative of the r function, r'(x). Then substitute the angle into our r function to determine the variable r. Using x=rcos(theta) and y=rsin(theta) substitute in the variable r and the angle. These will give the x,y cords for the y-y1=m(x-x1). Now solve for m. M=(r'(x){\emph{sin(theta) + r}}cos(theta)) / (r'(x){\emph{cos(theta) - r}}sin(theta)). Now plug in our terms and solve for m. Enter into formula.} \tn % Row Count 10 (+ 10) \hhline{>{\arrayrulecolor{DarkBackground}}-} \end{tabularx} \par\addvspace{1.3em} % That's all folks \end{multicols*} \end{document}