BrainyBeeBrainyBee
ExploreBlogStart Studying
HomeCalculus I: Single-Variable Differential CalculusExam Cram Sheet: Functions, Graphs, and Foundations
Exam Cram Sheet685 words

Exam Cram Sheet: Functions, Graphs, and Foundations

Functions, Graphs, and Mathematical Foundations

Exam Cram Sheet: Functions, Graphs, and Mathematical Foundations

This guide covers the essential foundations for Calculus I, focusing on the mechanics of functions, limits, and the transition into derivatives.

## Topic Weighting

Topic AreaExam Weighting (Est.)High-Yield Focus
Functions & Inverses20%Domain/Range, Inverse Trig, Logs
Limits & Continuity25%L'Hôpital's, Asymptotes, Continuity
Differentiation Rules30%Chain Rule, Transcendental Functions
Applications25%Optimization, Related Rates, Curve Sketching

## Key Concepts Summary

  • The Function Rule: Every input xinthe∗∗Domain∗∗mapsto∗exactlyone∗outputyx in the **Domain** maps to *exactly one* output yxinthe∗∗Domain∗∗mapsto∗exactlyone∗outputy in the Range.
  • Transcendental vs. Algebraic: Algebraic functions involve poly/roots; Transcendental functions (Trig, Logs, Exponents) "transcend" algebra.
  • The Limit Existence: lim⁡x→af(x)=L\lim_{x \to a} f(x) = Llimx→a​f(x)=L if and only if lim⁡x→a−f(x)=lim⁡x→a+f(x)=L\lim_{x \to a^-} f(x) = \lim_{x \to a^+} f(x) = Llimx→a−​f(x)=limx→a+​f(x)=L.
  • The Derivative: Represents the instantaneous rate of change or the slope of the tangent line at a point.

[!IMPORTANT] Intermediate Value Theorem (IVT): If fff is continuous on [a,b],itmusttakeeveryvaluebetweenf(a)[a, b], it must take every value between f(a)[a,b],itmusttakeeveryvaluebetweenf(a) and f(b)f(b)f(b) at least once.

Loading Diagram...

## Common Pitfalls

  • Inverse Trig Ranges: Forgetting that arcsin⁡(x)\arcsin(x)arcsin(x) is restricted to [−π/2,π/2][-\pi/2, \pi/2][−π/2,π/2] and arccos⁡(x)\arccos(x)arccos(x) to [0,π][0, \pi][0,π].
  • Log Rules: Confusing ln⁡(x+y)\ln(x+y)ln(x+y) with ln⁡(x)+ln⁡(y)\ln(x) + \ln(y)ln(x)+ln(y). (Note: ln⁡(xy)=ln⁡x+ln⁡y\ln(xy) = \ln x + \ln yln(xy)=lnx+lny is correct).
  • Chain Rule Neglect: Forgetting to multiply by the "inside" derivative, e.g., ddx(sin⁡(x2))=2xcos⁡(x2)\frac{d}{dx}(\sin(x^2)) = 2x\cos(x^2)dxd​(sin(x2))=2xcos(x2), not just cos⁡(x2)\cos(x^2)cos(x2).
  • Vertical Asymptotes: Assuming every zero of the denominator is an asymptote (check if it's a hole/removable discontinuity first).

## Mnemonics / Memory Triggers

  • SOH CAH TOA: sin⁡=OH,cos⁡=AH,tan⁡=OA\sin = \frac{O}{H}, \cos = \frac{A}{H}, \tan = \frac{O}{A}sin=HO​,cos=HA​,tan=AO​.
  • The CAST Rule: Quadrants where trig functions are positive: Cos (IV), All (I), Sin (II), Tan (III).
  • Quotient Rule Song: "Low d-High minus High d-Low, over the square of what's below."
    • ddx[uv]=vdu−udvv2\frac{d}{dx}[\frac{u}{v}] = \frac{v du - u dv}{v^2}dxd​[vu​]=v2vdu−udv​
  • Log Power Rule: "The Log brings the power down to the front." ln⁡(xn)=nln⁡(x)\ln(x^n) = n\ln(x)ln(xn)=nln(x).

## Formula / Equation Sheet

Trigonometric Identities

Identity TypeEquation
Pythagoreansin⁡2θ+cos⁡2θ=1\sin^2\theta + \cos^2\theta = 1sin2θ+cos2θ=1
Double Anglesin⁡(2θ)=2sin⁡θcos⁡θ\sin(2\theta) = 2\sin\theta\cos\thetasin(2θ)=2sinθcosθ
Tangenttan⁡θ=sin⁡θcos⁡θ\tan\theta = \frac{\sin\theta}{\cos\theta}tanθ=cosθsinθ​

Exponential & Logarithmic Rules

  • Change of Base: log⁡b(x)=ln⁡xln⁡b\log_b(x) = \frac{\ln x}{\ln b}logb​(x)=lnblnx​
  • Natural Base: e=lim⁡n→∞(1+1n)n≈2.718e = \lim_{n \to \infty} (1 + \frac{1}{n})^n \approx 2.718e=limn→∞​(1+n1​)n≈2.718
  • Inverses: eln⁡x=xe^{\ln x} = xelnx=x and ln⁡(ex)=x\ln(e^x) = xln(ex)=x

Core Derivatives

  1. Power Rule: ddxxn=nxn−1\frac{d}{dx} x^n = nx^{n-1}dxd​xn=nxn−1
  2. Exponentials: ddxeg(x)=eg(x)⋅g′(x)\frac{d}{dx} e^{g(x)} = e^{g(x)} \cdot g'(x)dxd​eg(x)=eg(x)⋅g′(x)
  3. Logarithms: ddxln⁡(x)=1x\frac{d}{dx} \ln(x) = \frac{1}{x}dxd​ln(x)=x1​
  4. Trig: ddxsin⁡x=cos⁡x\frac{d}{dx} \sin x = \cos xdxd​sinx=cosx; ddxcos⁡x=−sin⁡x\frac{d}{dx} \cos x = -\sin xdxd​cosx=−sinx
Compiling TikZ diagram…
⏳
Running TeX engine…
This may take a few seconds

## Practice Set

  1. Inverse Property: Given f(x)=3x−1x+2f(x) = \frac{3x - 1}{x + 2}f(x)=x+23x−1​, find the domain of f−1(x)f^{-1}(x)f−1(x).
    • Hint: The domain of the inverse is the range of the original function. Check the horizontal asymptote.
  2. Limit Calculation: Evaluate lim⁡x→0e2x−1sin⁡(x)\lim_{x \to 0} \frac{e^{2x} - 1}{\sin(x)}limx→0​sin(x)e2x−1​.
    • Check for indeterminate form 0/0 and apply L'Hôpital's Rule.
  3. Factor Identification: A polynomial f(x)f(x)f(x) passes through (−5,0)(-5, 0)(−5,0), (1,0)(1, 0)(1,0), and (4,0).Whichmustbeafactoroff(x)(4, 0). Which must be a factor of f(x)(4,0).Whichmustbeafactoroff(x)?
    • A) (x+1)(x+1)(x+1) | B) (x−1)(x-1)(x−1) | C) (x−5)(x-5)(x−5) | D) (x+4)(x+4)(x+4)
  4. Chain Rule: Differentiate y=ln⁡(cos⁡(x3))y = \ln(\cos(x^3))y=ln(cos(x3)).
    • Apply layers: Natural log →\rightarrow→ Cosine →\rightarrow→ Cubic.
  5. Logarithmic Equation: Solve for xxx in 2ln⁡(x)−ln⁡(x−1)=ln⁡(4)2\ln(x) - \ln(x-1) = \ln(4)2ln(x)−ln(x−1)=ln(4).
▶Click to view Practice Set Answers
  1. Range of f: y≠3y \neq 3y=3 (H.A. is $3/1). Therefore, Domain of f^{-1}$ is x≠3x \neq 3x=3.
  2. ddx\frac{d}{dx}dxd​ top: 2e2x2e^{2x}2e2x; bottom: cos⁡x\cos xcosx. At x=0x=0x=0, 2(1)1=2\frac{2(1)}{1} = \mathbf{2}12(1)​=2.
  3. Since f(1)=0f(1) = 0f(1)=0, (x−1)(x-1)(x−1) must be a factor.
  4. y′y' y′= \frac{1}{\cos(x^3)} \cdot (-\sin(x^3)) \cdot 3x^2 = \mathbf{-3x^2\tan(x^3)}$$.
  5. ln⁡(x2x−1)=ln⁡(4)⇒x2=4x−4⇒x2−4x+4=0⇒(x−2)2=0⇒x=2\ln(\frac{x^2}{x-1}) = \ln(4) \Rightarrow x^2 = 4x - 4 \Rightarrow x^2 - 4x + 4 = 0 \Rightarrow (x-2)^2 = 0 \Rightarrow \mathbf{x=2}ln(x−1x2​)=ln(4)⇒x2=4x−4⇒x2−4x+4=0⇒(x−2)2=0⇒x=2.
All Calculus I: Single-Variable Differential Calculus Study Resources

Related Notes

  • Curriculum Overview: Mastering Antiderivatives685 words
  • Exam Cram: Application of Derivatives685 words
  • Exam Cram: Applications of Integration780 words
  • Curriculum Overview: Applied Optimization Problems745 words
  • Curriculum Overview: Approximating Areas685 words
  • A Preview of Calculus: Curriculum Overview685 words
  • Curriculum Overview: Arc Length of a Curve and Surface Area685 words
  • Curriculum Overview: Mastery of Areas between Curves685 words
  • Master Curriculum Overview: Basic Classes of Functions785 words
  • Calculus I: Single-Variable Differential Calculus — Curriculum Overview745 words
  • Briefing Doc: The Fundamentals and Applications of Integration685 words
  • Briefing Document: Fundamentals and Applications of Integration685 words

Ready to study Calculus I: Single-Variable Differential Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up.

Start Studying

Ready to study Calculus I: Single-Variable Differential Calculus?

Practice tests, flashcards, and all study notes — free, no sign-up needed.

Start Studying — Free
Calculus I: Single-Variable Differential Calculus ResourcesExplore All HivesBlogHome

© 2026 BrainyBee. Free AI-powered exam prep.