ABC Calculus I - Comprehensive Study Notes (10 Topics)
Fractions
- Concept: Fractions represent parts of a whole. Denominator indicates the size of the piece, numerator how many pieces. Two fractions can only be added if they count the same size pieces.
- Technique 1 (common denominator): To add a/b and c/d, rewrite so both have a common denominator, then add numerators. A common denominator can be found by multiplying top and bottom of each fraction by a factor that yields the common denominator.
- Example 1.1 (1/2 + 2/3):
- Common denominator: 6
- Convert: 21=63,32=64
- Sum: 63+64=67
- Example 1.2 (with variables): x+12x+x−31
- If the denominators have no common factors, LCD = (x+1)(x-3)
- Multiply to get common denominator and add:
- x+12x⋅x−3x−3+x−31⋅x+1x+1=(x+1)(x−3)2x(x−3)+(x+1)
- Numerator: 2x2−6x+x+1=2x2−5x+1
- Result: (x+1)(x−3)2x2−5x+1
- Note: When possible, leave the denominator factored. Why? (1) Factored forms are preferable; (2) less room for mistakes which would cost full credit on the ABC (no partial credit).
- Example 1.3 (3/t^2 − 3/t):
- Write with LCD t^2: t23−t3=t23−t23t=t23−3t=t23(1−t)
- Remarks:
- In some editions, the least common denominator and product LCDs are discussed; if denominators share factors, you may use a common denominator that’s not the least, then reduce at the end.
Factoring
- Goal: Express a polynomial as a product of irreducible factors.
- Technique 2 (simple trinomials): For x^2 + bx + c, find r and s such that r + s = b and rs = c. Then x^2 + bx + c = (x + r)(x + s).
- Example 2.1: Factor x^2 − 9x − 36
- Find r, s with r + s = −9 and rs = −36. r = 3, s = −12 → x^2 − 9x − 36 = (x + 3)(x − 12).
- Technique 3 (a ≠ 1): Factor ax^2 + bx + c by first factoring out gcd, then (AC) method:
- Multiply a and c; find r, s with r + s = b and rs = ac; rewrite ax^2 + bx + c = (ax^2 + rx) + (sx + c); factor by grouping; look for a common binomial factor.
- Example 2.2: Factor 6t^2 + 7t − 5
- ac = (6)(−5) = −30; find r, s with rs = −30, r + s = 7. r = 10, s = −3
- Rewrite: 6t^2 + 7t − 5 = (6t^2 − 3t) + (10t − 5) = 3t(2t − 1) + 5(2t − 1) = (3t + 5)(2t − 1).
- Example 2.3: Factor 36x^2 − 18x − 4
- Common factor 2: 2(18x^2 − 9x − 2)
- ac = 18(−2) = −36; r, s with rs = −36, r + s = −9 → r = −12, s = 3
- Group: 2[(18x^2 − 12x) + (3x − 2)] = 2[6x(3x − 2) + 1(3x − 2)] = 2(6x + 1)(3x − 2)
- Tips:
- Check by expanding to verify. A correct factorization should multiply back to the original expression.
Solving Equations
- Goal: Solve for a variable in an equation using inverse operations. If the variable appears only to the first power, isolate with inverse operations; if higher powers, treat as a polynomial or other strategies.
- Technique 4 (quadratic equations): For ax^2 + bx + c = 0, bring all terms to one side, then either factor or use the quadratic formula x = \frac{−b \pm \sqrt{b^2 − 4ac}}{2a}.
- Important: Quadratic equations typically have two solutions. If b^2 − 4ac = 0, there is a double root; if b^2 − 4ac < 0, no real solutions.
- Example 3.1: Solve 2t^2 + 6t − 3 = t
- Move terms: 2t^2 + 5t − 3 = 0
- Factor: (2t − 1)(t + 3) = 0 → t = 1/2 or t = −3
- Quadratic formula: x = (−5 ± sqrt(25 + 24)) / 4 = (−5 ± 7)/4 → x = 1/2 or −3
- Example 3.2: Solve z^2 = 16
- z^2 − 16 = 0 → (z − 4)(z + 4) = 0 → z = ±4
- Technique 5 (clear denominators): When an equation has fractions, multiply both sides by a common denominator to clear denominators. Then solve and check for extraneous solutions (denominators cannot be zero in the original equation).
- Example 3.3: Solve 5 − 8x = 3/4
- Clear denominators by multiplying by 4: 4(5 − 8x) = 3 → 20 − 32x = 3 → −32x = −17 → x = 17/32
- Check: original denominators do not vanish for x = 17/32, so it’s valid.
- Example 3.4: Solve t + 2/(t − 1) = 2t/(t − 1)
- Multiply both sides by (t − 1): t(t − 1) + 2 = 2t
- Simplify: t^2 − t + 2 = 2t → t^2 − 3t + 2 = 0 → (t − 1)(t − 2) = 0 → t = 1 or t = 2
- Check: t = 1 makes a denominator zero in the original equation, so discard; final t = 2.
- Technique 6 (square roots): If an equation contains a square root, isolate it first, then square both sides. Be aware that squaring may introduce extraneous solutions.
- Example 3.5: Solve x = \sqrt{4x + 9} − 1
- Isolate: x + 1 = \sqrt{4x + 9}
- Square both sides: x^2 + 2x + 1 = 4x + 9 → x^2 − 2x − 8 = 0 → (x − 4)(x + 2) = 0 → x = 4 or x = −2
- Check in original: x = −2 does not satisfy; only x = 4 is valid.
Inequalities
- Definition: An inequality uses
- Rule: If A < B and c > 0, then Ac < Bc; if c < 0, then Ac > Bc (sign flip).
- Technique 7: Solve inequalities by inverse operations, but flip the inequality sign when multiplying/dividing by a negative number.
- Example 4.1 (number line intuition with negation): If you multiply both sides of a true inequality by −1, the inequality flips; e.g., if 7 < 8, then −7 > −8.
- Example 4.2: Solve 3 + x/(3 − x) ≥ 1
- Treat like an equation but consider sign of the denominator (3 − x)
- Consider two cases: 3 − x > 0 (x < 3) and 3 − x < 0 (x > 3)
- After analysis, solution is 0 ≤ x < 3 (note: x cannot be 3 because denominator would be zero)
- Example 4.3: Solve t − 3t + 1 ≥ 0 (i.e., (t − 3)/(t + 1) ≥ 0)
- Critical points: t = 3 and t = −1 (denominator zero at t = −1)
- Sign analysis yields t = 3 or t > 3, or t < −1; combining with the fact that t = −1 is excluded gives t ≥ 3 or t < −1
- Example 4.4: Absolute value inequality |3r + 2| ≥ 4
- Solve as two inequalities: 3r + 2 ≥ 4 or 3r + 2 ≤ −4
- Solutions: r ≥ 2/3 or r ≤ −2
- Example 4.5: |5 − z| < 3
- Translate: −3 < 5 − z < 3
- Solve for z: 2 < z < 8
- Example 4.6: 32 − 2x^2 ≥ 0
- Rewrite: −2x^2 ≥ −32 → x^2 ≤ 16 → −4 ≤ x ≤ 4 (also note √x^2 = |x|, so |x| ≤ 4)
The Equation of a Line
- Key concepts:
- Slope m of line through (x1, y1) and (x2, y2): m=x<em>2−x</em>1y<em>2−y</em>1
- Point-slope form: y−y<em>1=m(x−x</em>1)
- Slope-intercept form: y=mx+b with b=y<em>1−mx</em>1 when you plug a known point.
- Technique 8: To find a line from given data, first identify a point on the line and the slope. Use point-slope form to obtain the equation; convert to slope-intercept form if requested.
- Example 5.1: Line through (−1, 2) with slope 6
- Point-slope: y−2=6(x+1)
- Slope-intercept: y=6x+8
- Example 5.2: Line through (2, 2) and (6, −8)
- Slope: m=6−2−8−2=4−10=−25
- Point-slope: y−2=−25(x−2)
- Slope-intercept: y=−25x+7
- Note: The transcript contains a sign error in the intermediate arithmetic; the correct slope is -5/2 and the correct intercept is 7.
Right Triangles
- Core relationships:
- Pythagorean theorem: x2+y2=h2
- Similar triangles give trig ratios for a given angle θ in a right triangle:
- sinθ=hypotenuseopposite=hy
- cosθ=hypotenuseadjacent=hx
- tanθ=adjacentopposite=xy
- Identity: sinθ⋅cosθ=hy⋅hx=xy=tanθ
- Reciprocals: cscθ=sinθ1,secθ=cosθ1,cotθ=tanθ1
- Table 1 (critical angles in the first quadrant) and unit circle coordinates are provided to memorize sine and cosine values at key angles.
- Technique 9: Problem-solving strategy for right triangles
- If unknown is a side: use Pythagorean theorem or trig ratios if you know a side and one angle.
- If unknown is sin, cos, tan of an angle: use the unit-circle coordinates (Table 1) or the definitions, and possibly find needed sides via Pythagoras.
- Remember radian measure and the reference to critical angle values.
- Examples (brief):
- 6.1: Given an angle π/6, find a missing side using sin(π/6) = 1/2, and the value of the hypotenuse.
- 6.2: Given adjacent and hypotenuse, compute sin θ by finding the opposite via the Pythagorean theorem and then sin θ = opposite/hypotenuse.
Trig Functions
- Definition: For any real θ, on the unit circle, cos θ is the x-coordinate, sin θ is the y-coordinate, and tan θ = sin θ / cos θ.
- Critical angles and Table 1 values (sin and cos) provide the necessary coordinates.
- Technique 10: For a critical angle, sketch the unit circle, locate the angle, read off the coordinates (cos θ, sin θ). Use signs by quadrant to determine sin, cos, tan values.
- Examples:
- 7.1: sin(11π/6) = −1/2
- 7.2: cos(−π/4) = √2/2
- 7.3: tan(10π/3) = tan(4π/3) = √3
- Exponents (two types of questions): simplify expressions with exponents; or solve for a variable in the exponent.
- Exponent rules (E1–E5):
- (E1) Am⋅An=Am+n
- (E2) (Am)n=Amn
- (E3) (AB)m=AmBm
- (E4) A^{−m} = \frac{1}{A^m}</li><li>(E5)A^{m/n} = \sqrt[n]{A^m}(assumingn=0,A≥0ifrealrootsareinvolved)</li></ul></li><li>Importantcaveat:Exponentsdistributeoverproducts,notoversums:(A + B)^m \neq A^m + B^m.Thesameappliestorootsandfractionalexponents.</li><li>Technique11:Tosimplifywithexponents,apply(E1)–(E5)andinterpretfractionalpowersasrootsfirsttoreducemagnitudebeforeapplyingtheexponent.</li><li>Example8.1(caveat):Thetranscript’shandlingof(9x−8)3/2treatstheexpressionasaproductinsidetheparentheses,whichisnotvalid;thecorrectapproachforasum/differenceinsidethebaseistoapplytheexponenttotheentirebaseafterfactoringifpossible,ortoseparateiftheexpressioncanbefactoredintoaproduct.Aprecisesimplificationrequiresaconcretefactorizationof(9x−8)ifpossible;otherwisethisexpressioncannotbesimplifiedfurtherwithoutadditionalcontext.</li><li>Example8.2:(8/125)−2/3→Userule(E5)andreciprocalrule:<ul><li>(1258)−2/3=(8125)2/3=82/31252/3=2252=425</li></ul></li><li>Technique12(solvingexponents):Twomethods<ul><li>(i)Same−basemethod:rewritebothsidesaspowersofthesamebaseandequateexponents.</li><li>(ii)Takelogarithms:applylogtobothsidesandsolvefortheexponent.</li><li>Inmanycases,thesame−basemethodyieldsrationalanswers;logsyieldpotentiallynon−rationalresults.</li></ul></li><li>Example8.3:Solve95x−1=81<ul><li>Since81=92,equateexponents:5x−1=2→x=3/5</li></ul></li><li>Example8.4:Solve3x=16<ul><li>Notacleansame−basecase;uselogs:x=log(16)/log(3)(orx=ln3ln16)orx=log3(16)</li></ul></li></ul><p>Graphing</p><ul><li>Threemaintypestosketch:trigcurves(y=sinx,y=cosx,y=tanx),linear(y=mx+b),andparabola(y=ax2+bx+c).</li><li>Requiredlabeledfeatures:x−intercepts,y−intercept,maxima/minima,asymptotes(fortan),andcoordinatesofverticeswhenapplicable.</li><li>Trigonometricgraphs(Figures5–7inthedocument):sinx,cosx,tanxwiththeirperiodicbehaviorandintercepts.</li><li>Relationship:sinxandcosxarethesameshapeshiftedbyπ/2;sin0=0,cos0=1;sinzerosatmultiplesofπ;coszerosatoddmultiplesofπ/2;tanhasverticalasymptoteswherecosx=0.</li><li>Technique13:Tographstandardtrigfunctions,remembertheshapesandimportantvalues(intercepts,extrema,asymptotes)usingtheunitcirclevaluesfromFigure4.</li><li>Example9.1:Graphy=cosxfor−π≤x≤π,labelinginterceptsandextremepoints.</li><li>Graphinglines(Technique14):Tography=mx+b(notvertical):plotintercepts(0,b)andsolveforx−interceptbysettingy=0;drawlinethroughtwopoints;labelslopem.</li><li>Examplesforlines:<ul><li>9.2:Graphy=2x−4;intercepts(0,−4)and(2,0);slope2.</li><li>9.3:Graphy=−3x;interceptsat(0,0)andanotherpointsuchas(1,−3).</li></ul></li><li>Parabolas(Technique15):Graphy=ax2+bx+cby:<ul><li>Findingintercepts:y−intercept(0,c);x−interceptsbysolvingy=0;vertexx−coordinateis−b/(2a),oruseaverageofx−interceptsiftwoexist;y−coordinateatthevertexisy(−b/(2a)).</li><li>Example9.4:Graphy=x2+4withintercepts(0,4)andnorealx−intercepts;vertexat(0,4).</li><li>Example9.5:Graphy=2x2+x;interceptsat(0,0)andx−interceptswhen2x2+x=0→x(2x+1)=0→x=0orx=−1/2;vertexnearx=−1/4;yatvertexis−1/8.</li></ul></li></ul><p>GeometricMeasurement</p><ul><li>Focus:computegeometricquantitieswithcorrectunits;formulasaregiveninTable2.</li><li>Units:length(perimeter)haslinearunits(cm,in,etc.);areahassquareunits(cm2);volumehascubicunits(cm3).</li><li>Technique16:Picktherightformula,adjustasneeded(one−half,one−third,scalefactors),andensureunitsmatch(squareunitsforarea,cubicunitsforvolume).</li><li>Table2(selected):<ul><li>Perimeter:RectangleP=2(l+w);TriangleP=s1+s2+s3;CircleC=2πr</li><li>Area:RectangleA=lw;CircleA=πr2;TriangleA=1/2bh</li><li>Volume:BoxV=lwh;SphereV=(4/3)πr3;ConeV=(1/3)πr2h;CylinderV=πr2h</li></ul></li><li>Examples:<ul><li>Example10.1:Perimeteroftrianglewithsides5cm,6cm,1cm→P=5+6+1=12cm</li><li>Example10.2:Volumeofspherewithradius3ft→V=(4/3)π(3)3=36πft3</li><li>Example10.3:Areaofacirclesectorwithradius7ftandangleπ/3radians</li><li>Fractionofcircle:θ/(2π)=(π/3)/(2π)=1/6</li><li>Area:Asector=(1/6)⋅(πr2)=(1/6)⋅(π⋅49)=49π/6ft2</li></ul></li></ul><p>Notesandclarifications</p><ul><li>Theprovidedtranscriptcontainsseveraltypographicalerrorsinsomenumericalsteps(e.g.,slopesignsinExample5.2,incorrectarithmeticinseveralplaces).Thenotesaboveprovidethestandard,correctresolutionsforthoseproblems.Whenpracticing,verifyresultsbyexpandingproductstocheckfactoringorbysubstitutingbackintooriginalequations.</li><li>AllformulasarepresentedinLaTeX−compatibleformatforyourstudynotes(enclosedin…$$ when displayed).
- The ten topics form a compact review of essential concepts needed for the ABC Calculus I exam, including algebra, trigonometry, exponents, geometry, and graphing. Focus on understanding the techniques, not just memorizing results, and pay attention to domain restrictions (denominators, zeros) when solving equations and inequalities.