MATH-283 (Calculus III) Curriculum

Session 01 - Course Overview + Prerequisite Review

Handout Worksheet
Fall Semester 2026
Session Objectives & Overview

By the end of this session, you will be able to:

  • Apply right-triangle trigonometric ratios, angle conversions, and unit circle values.
  • Solve limits, evaluate piecewise continuity/differentiability, and optimize geometric functions using derivatives.
  • Calculate net signed area, total area, and net change using definite integrals and geometric formulas.

Micro-Lecture

1. Trigonometric Unit Circle & Right Triangle Geometry

  • Mathematical Foundation: A right triangle with acute angle θ\thetaθ, adjacent side xxx, opposite side yyy, and hypotenuse r=x2+y2r = \sqrt{x^2 + y^2}r=x2+y2​ defines the standard trigonometric ratios:
    sin⁡θ=yr,cos⁡θ=xr,tan⁡θ=yx\sin\theta = \frac{y}{r}, \quad \cos\theta = \frac{x}{r}, \quad \tan\theta = \frac{y}{x}sinθ=ry​,cosθ=rx​,tanθ=xy​
    Angles are converted between radians and degrees using the ratio π rad=180∘\pi \text{ rad} = 180^\circπ rad=180∘. The unit circle maps angles to coordinates (x,y)=(cos⁡θ,sin⁡θ)(x,y) = (\cos\theta, \sin\theta)(x,y)=(cosθ,sinθ) on x2+y2=1x^2 + y^2 = 1x2+y2=1, where sign conventions are determined by the quadrant (CAST rule).
  • Engineering Context: Crucial for static force decompositions in structural trusses, coordinate system rotations, robotics kinematics, and analyzing alternating current (AC) circuits.

2. Limits, Continuity, and Differentiability

  • Mathematical Foundation: Limits describe function behavior as the input xxx approaches a value ccc. Indeterminate forms like 00\frac{0}{0}00​ are resolved algebraically via factoring or rationalizing. A function f(x)f(x)f(x) is continuous at ccc if lim⁡x→cf(x)=f(c)\lim_{x \to c} f(x) = f(c)limx→c​f(x)=f(c), and differentiable if the derivative limit lim⁡x→cf′(x)\lim_{x \to c} f'(x)limx→c​f′(x) exists and is continuous at ccc.
  • Engineering Context: Modeling state transitions in physical processes (such as thermodynamics or fluid mechanics) requires continuous and differentiable functions to avoid non-physical shocks or discontinuities in stress, pressure, or temperature.

3. Derivatives and Optimization

  • Mathematical Foundation: The derivative f′(x)f'(x)f′(x) measures the instantaneous rate of change. Critical points occur where f′(x)=0f'(x) = 0f′(x)=0 or is undefined. The second derivative f′′(x)f''(x)f′′(x) dictates concavity (concave up if f′′(x)>0f''(x) > 0f′′(x)>0, concave down if f′′(x)<0f''(x) < 0f′′(x)<0), and inflection points occur where concavity changes sign. Optimization uses these derivatives to locate maximum or minimum values under specific constraints.
  • Engineering Context: Used to minimize material cost (e.g., structural optimization), maximize structural load capacities, and determine peak operating efficiencies.

4. Definite Integrals and the Net Change Theorem

  • Mathematical Foundation: A definite integral ∫abf(x)dx\int_a^b f(x) dx∫ab​f(x)dx represents the net signed area bounded by the curve and the xxx-axis. Total area treats all bounded regions as positive. The Net Change Theorem states that the integral of a rate of change function F′(t)F'(t)F′(t) yields the net accumulated change:
    F(b)−F(a)=∫abF′(t)dtF(b) - F(a) = \int_a^b F'(t) dtF(b)−F(a)=∫ab​F′(t)dt
  • Engineering Context: Enables calculating total physical accumulation (e.g., total volume of water discharged, total charge accumulated, or total work done) from a time-varying rate.

Skill Block 1

Worked Example A: Unit Circle Evaluation

Evaluate the following, giving your answer in exact form:

sin⁡(3π4)\sin\left(\frac{3\pi}{4}\right)sin(43π​)

Worked Solution:
  1. Identify the Quadrant: The angle θ=3π4\theta = \frac{3\pi}{4}θ=43π​ lies in Quadrant II, where the sine function is positive.
  2. Find the Reference Angle (θR\theta_RθR​):
    θR=π−3π4=π4\theta_R = \pi - \frac{3\pi}{4} = \frac{\pi}{4}θR​=π−43π​=4π​
  3. Evaluate:
    sin⁡(π4)=22\sin\left(\frac{\pi}{4}\right) = \frac{\sqrt{2}}{2}sin(4π​)=22​​
    Since sine is positive in Quadrant II, the exact value is:
    sin⁡(3π4)=22\sin\left(\frac{3\pi}{4}\right) = \frac{\sqrt{2}}{2}sin(43π​)=22​​

Worked Example B: Right Triangle Side Lengths

Consider triangle ABCABCABC, a right triangle with a right angle at CCC. Given the hypotenuse c=12c = 12c=12 and adjacent side b=9b = 9b=9, find the exact length of the third side aaa.

Worked Solution:
  1. Apply the Pythagorean Theorem:
    a2+b2=c2  ⟹  a2+92=122a^2 + b^2 = c^2 \implies a^2 + 9^2 = 12^2a2+b2=c2⟹a2+92=122
  2. Isolate a2a^2a2:
    a2+81=144  ⟹  a2=63a^2 + 81 = 144 \implies a^2 = 63a2+81=144⟹a2=63
  3. Solve for aaa (exact form):
    a=63=9⋅7=37a = \sqrt{63} = \sqrt{9 \cdot 7} = 3\sqrt{7}a=63​=9⋅7​=37​

Worked Example C: Right Triangle Trigonometric Ratios

Consider triangle ABCABCABC, a right triangle with a right angle at CCC. Given adjacent side b=6b = 6b=6 and opposite side a=6a = 6a=6, find the exact values of sin⁡A\sin AsinA and cos⁡A\cos AcosA.

Worked Solution:
  1. Find the Hypotenuse (ccc):
    c2=a2+b2=62+62=36+36=72  ⟹  c=72=62c^2 = a^2 + b^2 = 6^2 + 6^2 = 36 + 36 = 72 \implies c = \sqrt{72} = 6\sqrt{2}c2=a2+b2=62+62=36+36=72⟹c=72​=62​
  2. Evaluate sin⁡A\sin AsinA:
    sin⁡A=OppositeHypotenuse=662=12=22\sin A = \frac{\text{Opposite}}{\text{Hypotenuse}} = \frac{6}{6\sqrt{2}} = \frac{1}{\sqrt{2}} = \frac{\sqrt{2}}{2}sinA=HypotenuseOpposite​=62​6​=2​1​=22​​
  3. Evaluate cos⁡A\cos AcosA:
    cos⁡A=AdjacentHypotenuse=662=12=22\cos A = \frac{\text{Adjacent}}{\text{Hypotenuse}} = \frac{6}{6\sqrt{2}} = \frac{1}{\sqrt{2}} = \frac{\sqrt{2}}{2}cosA=HypotenuseAdjacent​=62​6​=2​1​=22​​

Practice Problem 1

Consider triangle ABCABCABC, a right triangle with a right angle at CCC. Given the hypotenuse c=18c = 18c=18 and angle A=63∘A = 63^\circA=63∘, find the length aaa. Round your answer to 2 decimal places.

01 - Pre Review Image 1.png
Solution Key:
  1. Identify the Given Information:
    • Angle A=63∘A = 63^\circA=63∘
    • Hypotenuse c=18c = 18c=18
    • Side aaa is opposite to angle AAA.
  2. Apply the Sine Ratio:
    sin⁡(A)=OppositeHypotenuse  ⟹  sin⁡(63∘)=a18\sin(A) = \frac{\text{Opposite}}{\text{Hypotenuse}} \implies \sin(63^\circ) = \frac{a}{18}sin(A)=HypotenuseOpposite​⟹sin(63∘)=18a​
  3. Solve for aaa:
    a=18⋅sin⁡(63∘)≈18⋅0.8910065≈16.038  ⟹  a≈16.04a = 18 \cdot \sin(63^\circ) \approx 18 \cdot 0.8910065 \approx 16.038 \implies a \approx 16.04a=18⋅sin(63∘)≈18⋅0.8910065≈16.038⟹a≈16.04
Show your steps and calculations here.

Practice Problem 2

Express 7π12\frac{7\pi}{12}127π​ rad in degrees. (Enter exact values.)

Solution Key:

Degrees=(7π12)×180∘π=712×180∘=7×15∘=105∘\text{Degrees} = \left(\frac{7\pi}{12}\right) \times \frac{180^\circ}{\pi} = \frac{7}{12} \times 180^\circ = 7 \times 15^\circ = 105^\circDegrees=(127π​)×π180∘​=127​×180∘=7×15∘=105∘

Show your steps and calculations here.

Practice Problem 3

Express 23∘23^\circ23∘ in radians. (Enter exact values.)

Solution Key:

Radians=23∘×π180∘=23π180 rad\text{Radians} = 23^\circ \times \frac{\pi}{180^\circ} = \frac{23\pi}{180} \text{ rad}Radians=23∘×180∘π​=18023π​ rad

Show your steps and calculations here.

Practice Problem 4

A wooden ramp is to be built with one end on the ground and the other end at the top of a short staircase. If the top of the staircase is 6 ft6\text{ ft}6 ft from the ground and the angle between the ground and the ramp is to be 26∘26^\circ26∘, how long does the ramp need to be? Round your answer to four decimal places.

Solution Key:
  1. Apply the Sine Ratio:
    sin⁡(26∘)=6x  ⟹  x=6sin⁡(26∘)\sin(26^\circ) = \frac{6}{x} \implies x = \frac{6}{\sin(26^\circ)}sin(26∘)=x6​⟹x=sin(26∘)6​
  2. Calculate:
    x≈60.438371≈13.68703  ⟹  x≈13.6870 ftx \approx \frac{6}{0.438371} \approx 13.68703 \implies x \approx 13.6870\text{ ft}x≈0.4383716​≈13.68703⟹x≈13.6870 ft

Show your steps and calculations here.

Regroup 1

  • Review unit circle quadrant signs and reference angles.
  • Review radian-degree conversion factors.

Skill Block 2

Worked Example A: Algebraic Limit Evaluation

Evaluate the following limit:

lim⁡x→−2−x2+5x+14−5x2−2x+16\lim_{x \to -2} \frac{-x^2 + 5x + 14}{-5x^2 - 2x + 16}x→−2lim​−5x2−2x+16−x2+5x+14​

Worked Solution:
  1. Check for Indeterminate Form: Substituting x=−2x = -2x=−2 gives 00\frac{0}{0}00​.
  2. Factor Numerator and Denominator:
    • Numerator: −x2+5x+14=−(x−7)(x+2)-x^2 + 5x + 14 = -(x - 7)(x + 2)−x2+5x+14=−(x−7)(x+2)
    • Denominator: −5x2−2x+16=(x+2)(−5x+8)-5x^2 - 2x + 16 = (x + 2)(-5x + 8)−5x2−2x+16=(x+2)(−5x+8)
  3. Cancel Common Factor (x+2)(x + 2)(x+2):
    lim⁡x→−2−(x−7)−5x+8\lim_{x \to -2} \frac{-(x - 7)}{-5x + 8}x→−2lim​−5x+8−(x−7)​
  4. Evaluate by Substitution:
    −(−2−7)−5(−2)+8=918=12\frac{-(-2 - 7)}{-5(-2) + 8} = \frac{9}{18} = \frac{1}{2}−5(−2)+8−(−2−7)​=189​=21​

Worked Example B: Piecewise Continuity and Differentiability

Find the values of aaa and bbb that make the following piecewise defined function both continuous and differentiable everywhere:

f(x)={3x+4,x<−3 2x2+ax+b,x≥−3f(x) = \begin{cases} 3x + 4, & x < -3 \ 2x^2 + ax + b, & x \ge -3 \end{cases}f(x)={3x+4,​x<−3 2x2+ax+b,​x≥−3​

Worked Solution:
  1. Apply Continuity Condition at x=−3x = -3x=−3:
    3(−3)+4=2(−3)2+a(−3)+b  ⟹  −5=18−3a+b  ⟹  −23=−3a+b— (Eq. 1)3(-3) + 4 = 2(-3)^2 + a(-3) + b \implies -5 = 18 - 3a + b \implies -23 = -3a + b \quad \text{--- (Eq. 1)}3(−3)+4=2(−3)2+a(−3)+b⟹−5=18−3a+b⟹−23=−3a+b— (Eq. 1)
  2. Apply Differentiability Condition at x=−3x = -3x=−3:
    f′(x)={3,x<−3 4x+a,x>−3f'(x) = \begin{cases} 3, & x < -3 \ 4x + a, & x > -3 \end{cases}f′(x)={3,​x<−3 4x+a,​x>−3​
    3=4(−3)+a  ⟹  3=−12+a  ⟹  a=153 = 4(-3) + a \implies 3 = -12 + a \implies a = 153=4(−3)+a⟹3=−12+a⟹a=15
  3. Solve for bbb:
    −23=−3(15)+b  ⟹  −23=−45+b  ⟹  b=22-23 = -3(15) + b \implies -23 = -45 + b \implies b = 22−23=−3(15)+b⟹−23=−45+b⟹b=22

Worked Example C: Norman Window Optimization

A Norman window is constructed by adjoining a semicircle to the top of a rectangular window. What is the maximum possible area, in square meters, of a Norman window with a perimeter of 262626 meters?

Worked Solution:
  1. Set Up Perimeter and Area Equations: Let the rectangle have width yyy and height xxx. The semicircle has radius r=y/2r = y/2r=y/2.
    • Perimeter: P=2x+y+π(y/2)=26  ⟹  2x=26−y(1+π/2)P = 2x + y + \pi(y/2) = 26 \implies 2x = 26 - y(1 + \pi/2)P=2x+y+π(y/2)=26⟹2x=26−y(1+π/2)
    • Area: A=xy+12π(y/2)2=xy+πy28A = xy + \frac{1}{2}\pi(y/2)^2 = xy + \frac{\pi y^2}{8}A=xy+21​π(y/2)2=xy+8πy2​
  2. Substitute xxx to express AAA in terms of yyy:
    A=y(13−y2−πy4)+πy28=13y−y22−πy28=13y−y2(4+π8)A = y\left(13 - \frac{y}{2} - \frac{\pi y}{4}\right) + \frac{\pi y^2}{8} = 13y - \frac{y^2}{2} - \frac{\pi y^2}{8} = 13y - y^2\left(\frac{4 + \pi}{8}\right)A=y(13−2y​−4πy​)+8πy2​=13y−2y2​−8πy2​=13y−y2(84+π​)
  3. Maximize Area by Taking the Derivative:
    dAdy=13−y(4+π4)=0  ⟹  y=524+π\frac{dA}{dy} = 13 - y\left(\frac{4 + \pi}{4}\right) = 0 \implies y = \frac{52}{4 + \pi}dydA​=13−y(44+π​)=0⟹y=4+π52​
  4. Calculate Maximum Area:
    A=13(524+π)−(524+π)2(4+π8)=3384+π m2A = 13\left(\frac{52}{4 + \pi}\right) - \left(\frac{52}{4 + \pi}\right)^2\left(\frac{4 + \pi}{8}\right) = \frac{338}{4 + \pi} \text{ m}^2A=13(4+π52​)−(4+π52​)2(84+π​)=4+π338​ m2

Practice Problem 5

Evaluate:

lim⁡x→−5−x−2−3−x−5\lim_{x \to -5} \frac{\sqrt{-x-2} - \sqrt{3}}{-x-5}x→−5lim​−x−5−x−2​−3​​

Solution Key:
  1. Multiply by the Conjugate:
    lim⁡x→−5(−x−2−3)(−x−2+3)(−x−5)(−x−2+3)=lim⁡x→−5−x−5(−x−5)(−x−2+3)\lim_{x \to -5} \frac{(\sqrt{-x-2} - \sqrt{3})(\sqrt{-x-2} + \sqrt{3})}{(-x-5)(\sqrt{-x-2} + \sqrt{3})} = \lim_{x \to -5} \frac{-x - 5}{(-x - 5)(\sqrt{-x-2} + \sqrt{3})}x→−5lim​(−x−5)(−x−2​+3​)(−x−2​−3​)(−x−2​+3​)​=x→−5lim​(−x−5)(−x−2​+3​)−x−5​
  2. Cancel Common Factor (−x−5)(-x - 5)(−x−5) and Evaluate:
    lim⁡x→−51−x−2+3=13+3=123=36\lim_{x \to -5} \frac{1}{\sqrt{-x-2} + \sqrt{3}} = \frac{1}{\sqrt{3} + \sqrt{3}} = \frac{1}{2\sqrt{3}} = \frac{\sqrt{3}}{6}x→−5lim​−x−2​+3​1​=3​+3​1​=23​1​=63​​
Show your steps and calculations here.

Practice Problem 6

Consider a function f(x)f(x)f(x) with critical points at −2-2−2, −32-\frac{3}{2}−23​, −35-\frac{3}{5}−53​, and −12-\frac{1}{2}−21​. Based on the sign table for f′(x)f'(x)f′(x) below, on which of the intervals is f(x)f(x)f(x) increasing?

Interval (−∞,−2)(-\infty, -2)(−∞,−2) (−2,−32)\left(-2, -\frac{3}{2}\right)(−2,−23​) (−32,−35)\left(-\frac{3}{2}, -\frac{3}{5}\right)(−23​,−53​) (−35,−12)\left(-\frac{3}{5}, -\frac{1}{2}\right)(−53​,−21​) (−12,∞)\left(-\frac{1}{2}, \infty\right)(−21​,∞)
Sign of f′(x)f'(x)f′(x) +++ −-− +++ +++ +++
Solution Key:

Read the table and select the intervals with a positive (+++) derivative sign. All intervals except (−2,−32)\left(-2, -\frac{3}{2}\right)(−2,−23​) have f′(x)>0f'(x) > 0f′(x)>0, indicating the function is increasing.

Show your steps and calculations here.

Practice Problem 7

The graph of the derivative f′(x)f'(x)f′(x) is given below. On what interval(s) is the function f(x)f(x)f(x) concave up?

01 - Pre Review Image 4.png
Solution Key:

Identify the intervals where the graph of f′(x)f'(x)f′(x) has a positive slope (is rising):

  • Rising from x=−6x = -6x=−6 to x=−4x = -4x=−4
  • Rising from x=0x = 0x=0 to x=∞x = \inftyx=∞ Thus, the function f(x)f(x)f(x) is concave up on (−6,−4)∪(0,∞)(-6, -4) \cup (0, \infty)(−6,−4)∪(0,∞).
Show your steps and calculations here.

Practice Problem 8

Consider the function f(x)=4x5−7x3−5x+1f(x) = 4x^5 - 7x^3 - 5x + 1f(x)=4x5−7x3−5x+1. Find the xxx-values of all inflection points.

Solution Key:
  1. Find f′(x)f'(x)f′(x) and f′′(x)f''(x)f′′(x):
    f′(x)=20x4−21x2−5  ⟹  f′′(x)=80x3−42xf'(x) = 20x^4 - 21x^2 - 5 \implies f''(x) = 80x^3 - 42xf′(x)=20x4−21x2−5⟹f′′(x)=80x3−42x
  2. Solve f′′(x)=0f''(x) = 0f′′(x)=0:
    2x(40x2−21)=0  ⟹  x=0orx2=2140  ⟹  x=±2140=±210202x(40x^2 - 21) = 0 \implies x = 0 \quad \text{or} \quad x^2 = \frac{21}{40} \implies x = \pm \sqrt{\frac{21}{40}} = \pm \frac{\sqrt{210}}{20}2x(40x2−21)=0⟹x=0orx2=4021​⟹x=±4021​​=±20210​​
    Since f′′(x)f''(x)f′′(x) changes signs at each of these roots, they are all inflection points.
Show your steps and calculations here.

Practice Problem 9

Consider the function f(x)=x44+22x33+153x22+324x+3f(x) = \frac{x^4}{4} + \frac{22x^3}{3} + \frac{153x^2}{2} + 324x + 3f(x)=4x4​+322x3​+2153x2​+324x+3. Over what open interval(s) is the function increasing and concave up?

Solution Key:
  1. Find Increasing Intervals (f′(x)>0f'(x) > 0f′(x)>0):
    f′(x)=x3+22x2+153x+324=(x+4)(x+9)2=0  ⟹  Increasing on (−4,∞)f'(x) = x^3 + 22x^2 + 153x + 324 = (x + 4)(x + 9)^2 = 0 \implies \text{Increasing on } (-4, \infty)f′(x)=x3+22x2+153x+324=(x+4)(x+9)2=0⟹Increasing on (−4,∞)
  2. Find Concave Up Intervals (f′′(x)>0f''(x) > 0f′′(x)>0):
    f′′(x)=3x2+44x+153=(3x+17)(x+9)=0  ⟹  Concave up on (−∞,−9)∪(−173,∞)f''(x) = 3x^2 + 44x + 153 = (3x + 17)(x + 9) = 0 \implies \text{Concave up on } (-\infty, -9) \cup \left(-\frac{17}{3}, \infty\right)f′′(x)=3x2+44x+153=(3x+17)(x+9)=0⟹Concave up on (−∞,−9)∪(−317​,∞)
  3. Find the Intersection: The intersection of (−4,∞)(-4, \infty)(−4,∞) and (−∞,−9)∪(−173,∞)(-\infty, -9) \cup \left(-\frac{17}{3}, \infty\right)(−∞,−9)∪(−317​,∞) is (−4,∞)(-4, \infty)(−4,∞).
Show your steps and calculations here.

Practice Problem 10

A cell phone plan charges $30 per month for unlimited calls and texts, and each gigabyte (GB) of data is charged at $10 per GB (prorated). If a user uses more than 15 GB15\text{ GB}15 GB of data, the cost is capped at the cost for 15 GB15\text{ GB}15 GB. Write a piecewise-defined function for the cost CCC as a function of data ddd in GB.

Solution Key:
  1. For 0≤d≤150 \le d \le 150≤d≤15: C(d)=30+10dC(d) = 30 + 10dC(d)=30+10d
  2. For d>15d > 15d>15: Cost is capped at C(15)=30+10(15)=180C(15) = 30 + 10(15) = 180C(15)=30+10(15)=180.
    C(d)={30+10d,0≤d≤15180,d>15C(d) = \begin{cases} 30 + 10d, & 0 \le d \le 15 \\ 180, & d > 15 \end{cases}C(d)={30+10d,180,​0≤d≤15d>15​

Show your steps and calculations here.

Regroup 2

  • Review the definition of derivative, concavity, and critical points.
  • Discuss standard optimization setup (objective function and constraint).

Skill Block 3

Worked Example A: Geometric Definite Integral (Semicircle)

Evaluate the definite integral using geometric formulas:

∫−7−3(−(x+5)2+4)dx\int_{-7}^{-3} \left(\sqrt{-(x+5)^2 + 4}\right) dx∫−7−3​(−(x+5)2+4​)dx

Worked Solution:
  1. Identify the Curve: The integrand y=4−(x+5)2y = \sqrt{4 - (x+5)^2}y=4−(x+5)2​ represents a semicircle centered at (−5,0)(-5, 0)(−5,0) with radius R=4=2R = \sqrt{4} = 2R=4​=2, sitting above the xxx-axis.
  2. Check the Bounds: The bounds [−7,−3][-7, -3][−7,−3] represent the full domain of the semicircle (from −5−2-5 - 2−5−2 to −5+2-5 + 2−5+2).
  3. Calculate Semicircle Area:
    Area=12πR2=12π(2)2=2π\text{Area} = \frac{1}{2}\pi R^2 = \frac{1}{2}\pi (2)^2 = 2\piArea=21​πR2=21​π(2)2=2π

Worked Example B: Net Signed Area

Find the net signed area between the graph of f(x)=4−5x4f(x) = 4 - \frac{5x}{4}f(x)=4−45x​ and the xxx-axis over the interval [65,465]\left[\frac{6}{5}, \frac{46}{5}\right][56​,546​].

Worked Solution:
  1. Set Up the Definite Integral:
    Net Signed Area=∫6/546/5(4−5x4)dx\text{Net Signed Area} = \int_{6/5}^{46/5} \left(4 - \frac{5x}{4} \right) dxNet Signed Area=∫6/546/5​(4−45x​)dx
  2. Find the Antiderivative:
    F(x)=4x−5x28F(x) = 4x - \frac{5x^2}{8}F(x)=4x−85x2​
  3. Evaluate at the Bounds:
    • Upper bound: F(46/5)=4(46/5)−5(46/5)28=1845−52910=−16110F(46/5) = 4(46/5) - \frac{5(46/5)^2}{8} = \frac{184}{5} - \frac{529}{10} = -\frac{161}{10}F(46/5)=4(46/5)−85(46/5)2​=5184​−10529​=−10161​
    • Lower bound: F(6/5)=4(6/5)−5(6/5)28=245−910=3910F(6/5) = 4(6/5) - \frac{5(6/5)^2}{8} = \frac{24}{5} - \frac{9}{10} = \frac{39}{10}F(6/5)=4(6/5)−85(6/5)2​=524​−109​=1039​
  4. Subtract:
    Net Signed Area=−16110−3910=−20010=−20\text{Net Signed Area} = -\frac{161}{10} - \frac{39}{10} = -\frac{200}{10} = -20Net Signed Area=−10161​−1039​=−10200​=−20

Worked Example C: Net Change from a Graph

A function F(x)F(x)F(x) has an initial value F(0)=−1F(0) = -1F(0)=−1. The graph of its derivative F′(x)F'(x)F′(x) is a line passing through (0,0)(0,0)(0,0) with a constant slope of −2-2−2. What is the value of F(3)F(3)F(3)?

Worked Solution:
  1. Apply the Net Change Theorem:
    F(3)=F(0)+∫03F′(x)dxF(3) = F(0) + \int_{0}^{3} F'(x) dxF(3)=F(0)+∫03​F′(x)dx
  2. Calculate the Area under F′(x)F'(x)F′(x) Geometrically: From x=0x = 0x=0 to x=3x = 3x=3, the graph of F′(x)=−2xF'(x) = -2xF′(x)=−2x forms a right triangle below the xxx-axis.
    • Base = 3
    • Height = F′(3)=−6  ⟹  F'(3) = -6 \impliesF′(3)=−6⟹ vertical length is 6.
    • Area (below xxx-axis) = −12×3×6=−9-\frac{1}{2} \times 3 \times 6 = -9−21​×3×6=−9.
  3. Solve for F(3)F(3)F(3):
    F(3)=−1+(−9)=−10F(3) = -1 + (-9) = -10F(3)=−1+(−9)=−10

Practice Problem 11

Evaluate the definite integral using geometric formulas:

∫17(3−∣−4+x∣)dx\int_{1}^{7} (3 - |-4 + x|) dx∫17​(3−∣−4+x∣)dx

01 - Pre Review Image 7.png
Solution Key:
  1. Find Triangle Dimensions:
    • Base: from x=1x = 1x=1 to x=7  ⟹  b=6x = 7 \implies b = 6x=7⟹b=6.
    • Height: peak is at x=4  ⟹  h=f(4)=3−0=3x = 4 \implies h = f(4) = 3 - 0 = 3x=4⟹h=f(4)=3−0=3.
  2. Calculate Area:
    Area=12×6×3=9\text{Area} = \frac{1}{2} \times 6 \times 3 = 9Area=21​×6×3=9
Show your steps and calculations here.

Practice Problem 12

The piecewise function f(x)f(x)f(x) is graphed below. Use geometric formulas to find the total area between the graph of the function and the xxx-axis.

01 - Pre Review Image 8.png
Solution Key:
  1. Calculate Area of Triangle 1 (above axis):
    • Base b1=4b_1 = 4b1​=4, Height h1=1  ⟹  A1=12×4×1=2h_1 = 1 \implies A_1 = \frac{1}{2} \times 4 \times 1 = 2h1​=1⟹A1​=21​×4×1=2
  2. Calculate Area of Triangle 2 (below axis):
    • Base b2=4b_2 = 4b2​=4, Height h2=3  ⟹  A2=12×4×3=6h_2 = 3 \implies A_2 = \frac{1}{2} \times 4 \times 3 = 6h2​=3⟹A2​=21​×4×3=6
  3. Sum the Areas:
    Total Area=A1+A2=2+6=8\text{Total Area} = A_1 + A_2 = 2 + 6 = 8Total Area=A1​+A2​=2+6=8
Show your steps and calculations here.

Practice Problem 13

Water leaks out of a tank at a rate of r(t)=18−t22r(t) = 18 - \frac{t^2}{2}r(t)=18−2t2​ for t≥0t \ge 0t≥0, measured in gallons per minute. Initially the tank has 656565 gallons of water in the tank. How much water is left in the tank after 333 minutes?

Solution Key:
  1. Set Up the Equation:
    Water Left=65−∫03(18−t22)dt\text{Water Left} = 65 - \int_{0}^{3} \left(18 - \frac{t^2}{2}\right) dtWater Left=65−∫03​(18−2t2​)dt
  2. Integrate:
    ∫03(18−t22)dt=[18t−t36]03=18(3)−276=54−4.5=49.5 gallons lost\int_{0}^{3} \left(18 - \frac{t^2}{2}\right) dt = \left[18t - \frac{t^3}{6}\right]_0^3 = 18(3) - \frac{27}{6} = 54 - 4.5 = 49.5\text{ gallons lost}∫03​(18−2t2​)dt=[18t−6t3​]03​=18(3)−627​=54−4.5=49.5 gallons lost
  3. Subtract:
    Remaining Water=65−49.5=15.5 gallons\text{Remaining Water} = 65 - 49.5 = 15.5\text{ gallons}Remaining Water=65−49.5=15.5 gallons

Show your steps and calculations here.

Regroup 3

  • Discuss the difference between net signed area and total area.
  • Review the Net Change Theorem.

Synthesis Wrap-up

  • Re-emphasize key calculus prerequisites.
  • Discuss how limits, derivatives, optimization, and integration are generalized to multi-dimensional surfaces in Calculus 3.