Advanced Placement Calculus AB Pre-requisites Study Notes

Document Metadata and Context

  • Course Assignment: Advanced Placement (AP) Calculus AB.

  • Instructor/Identifier: Lemes - p03 - sF02.

  • Source File: calc_pre-requisites_worksheet.pdf (File Size: 1.25MB1.25\,MB).

  • Platform Context: The material is hosted on a K12 learning management system for the Full Year 2026-2027 term.

  • Module Navigation: The interface includes sections for Announcements, Modules, Grades, Google Drive, TeachTCI LTI 1.3, Pages, Courses, BetterCampus DE, Dashboard, Planner, Notes, Study, Calendar, and Inbox.

Simplifying Expressions with Rational Exponents

  • Product of Rational Exponents (Problem 78):

    • Expression: (5a2/3)(4a3/2)(5a^{2/3})(4a^{3/2})

    • Mathematical Concept: To multiply terms with like bases, multiply the coefficients and add the exponents according to the rule xa×xb=xa+bx^a \times x^b = x^{a+b}.

    • Coefficient Calculation: 5×4=205 \times 4 = 20.

    • Exponent Addition: 23+32=46+96=136\frac{2}{3} + \frac{3}{2} = \frac{4}{6} + \frac{9}{6} = \frac{13}{6}.

    • Simplified Result: 20a13/620a^{13/6}.

  • Quotient and Negative Exponents (Problem 79):

    • Expression: 4xy212x1/3y5\frac{4xy^{-2}}{12x^{-1/3}y^{-5}}

    • Coefficient Simplification: 412\frac{4}{12} reduces to 13\frac{1}{3}.

    • Variable xx Evaluation: Apply the rule xaxb=xab\frac{x^a}{x^b} = x^{a-b}. Here, x1(1/3)=x1+1/3=x4/3x^{1 - (-1/3)} = x^{1 + 1/3} = x^{4/3}.

    • Variable yy Evaluation: Apply the same rule: y2(5)=y2+5=y3y^{-2 - (-5)} = y^{-2 + 5} = y^3.

    • Simplified Result: 13x4/3y3\frac{1}{3}x^{4/3}y^3

  • Power of a Power Rule (Problem 80):

    • Expression: (4a5/3)3/2(4a^{5/3})^{3/2}

    • Rule Application: (xa)b=xab(x^a)^b = x^{ab}. Both the coefficient and the variable are raised to the power of 32\frac{3}{2}.

    • Coefficient Evaluation: 43/2=(4)3=23=84^{3/2} = (\sqrt{4})^3 = 2^3 = 8.

    • Variable Evaluation: a(5/3)×(3/2)=a5/2a^{(5/3) \times (3/2)} = a^{5/2}.

    • Simplified Result: 8a5/28a^{5/2}.

Function Definitions

  • Discrete Function f(x)f(x): Defined as a finite set of ordered pairs: f(x)={(3,5),(2,4),(1,7)}f(x) = \{(3, 5), (2, 4), (1, 7)\}.

  • Algebraic Function g(x)g(x): A square root function defined as g(x)=(x3)g(x) = \sqrt{(x - 3)}.

  • Discrete Function h(x)h(x): Defined as a finite set of ordered pairs: h(x)={(3,2),(4,3),(1,6)}h(x) = \{(3, 2), (4, 3), (1, 6)\}.

  • Algebraic Function k(x)k(x): A quadratic function defined as k(x)=x2+5k(x) = x^2 + 5.

Function Operations and Evaluation

  • Sum of Functions (Problem 81):

    • Expression: (f+h)(1)(f + h)(1)

    • Evaluation: Find f(1)f(1) and h(1)h(1). From the sets provided, f(1)=7f(1) = 7 and h(1)=6h(1) = 6.

    • Calculation: 7+6=137 + 6 = 13.

  • Difference of Functions (Problem 82):

    • Expression: (kg)(5)(k - g)(5)

    • Evaluation of k(5)k(5): 52+5=25+5=305^2 + 5 = 25 + 5 = 30.

    • Evaluation of g(5)g(5): (53)=2\sqrt{(5 - 3)} = \sqrt{2}.

    • Calculation: 30230 - \sqrt{2}.

  • Single Point Evaluation (Problem 85):

    • Expression: h(3)h(3)

    • Evaluation: Locate the ordered pair in set hh with an xx-coordinate of 3. The pair is (3,2)(3, 2).

    • Result: 2.

Compositions and Inverses

  • Composite Evaluation (Problem 83):

    • Expression: f(h(3))f(h(3))

    • Inner Function: h(3)=2h(3) = 2.

    • Outer Function: f(2)=4f(2) = 4.

    • Result: 4.

  • Algebraic Composition (Problem 84):

    • Expression: g(k(7))g(k(7))

    • Inner Function: k(7)=72+5=49+5=54k(7) = 7^2 + 5 = 49 + 5 = 54.

    • Outer Function: g(54)=(543)=51g(54) = \sqrt{(54 - 3)} = \sqrt{51}.

    • Result: 51\sqrt{51}.

  • Nested Algebraic Composition (Problem 86):

    • Expression: g(g(9))g(g(9))

    • First Evaluation: g(9)=(93)=6g(9) = \sqrt{(9 - 3)} = \sqrt{6}.

    • Second Evaluation: g(6)=(63)g(\sqrt{6}) = \sqrt{(\sqrt{6} - 3)}.

    • Note: In the real number system, this result involves taking the square root of a negative value, as \sqrt{6} < 3.

  • Discrete Function Inverse (Problem 87):

    • Expression: f1(4)f^{-1}(4)

    • Concept: For an inverse function f1(y)=xf^{-1}(y) = x, one must find the input xx that yields the output yy in the original function.

    • Evaluation: In f(x)={(3,5),(2,4),(1,7)}f(x) = \{(3, 5), (2, 4), (1, 7)\}, the output 4 corresponds to the input 2.

    • Result: 2.

  • Algebraic Function Inverse (Problem 88):

    • Expression: k1(x)k^{-1}(x)

    • Procedure: Replace k(x)k(x) with yy, yielding y=x2+5y = x^2 + 5. Swap xx and yy to get x=y2+5x = y^2 + 5. Solve for yy: y2=x5y^2 = x - 5.

    • Result: k1(x)=(x5)k^{-1}(x) = \sqrt{(x - 5)} (assuming the restricted domain of the original function to the positive branch).