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 xintheDomainmapstoexactlyoneoutputyx in the **Domain** maps to *exactly one* output y in the Range.
  • Transcendental vs. Algebraic: Algebraic functions involve poly/roots; Transcendental functions (Trig, Logs, Exponents) "transcend" algebra.
  • The Limit Existence: limxaf(x)=L\lim_{x \to a} f(x) = L if and only if limxaf(x)=limxa+f(x)=L\lim_{x \to a^-} f(x) = \lim_{x \to 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 ff is continuous on [a,b],itmusttakeeveryvaluebetweenf(a)[a, b], it must take every value between f(a) and f(b)f(b) at least once.

Loading Diagram...

## Common Pitfalls

  • Inverse Trig Ranges: Forgetting that arcsin(x)\arcsin(x) is restricted to [π/2,π/2][-\pi/2, \pi/2] and arccos(x)\arccos(x) to [0,π][0, \pi].
  • Log Rules: Confusing ln(x+y)\ln(x+y) with ln(x)+ln(y)\ln(x) + \ln(y). (Note: ln(xy)=lnx+lny\ln(xy) = \ln x + \ln y 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), not just cos(x2)\cos(x^2).
  • 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}.
  • 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]=vduudvv2\frac{d}{dx}[\frac{u}{v}] = \frac{v du - u dv}{v^2}
  • Log Power Rule: "The Log brings the power down to the front." ln(xn)=nln(x)\ln(x^n) = n\ln(x).

## Formula / Equation Sheet

Trigonometric Identities

Identity TypeEquation
Pythagoreansin2θ+cos2θ=1\sin^2\theta + \cos^2\theta = 1
Double Anglesin(2θ)=2sinθcosθ\sin(2\theta) = 2\sin\theta\cos\theta
Tangenttanθ=sinθcosθ\tan\theta = \frac{\sin\theta}{\cos\theta}

Exponential & Logarithmic Rules

  • Change of Base: logb(x)=lnxlnb\log_b(x) = \frac{\ln x}{\ln b}
  • Natural Base: e=limn(1+1n)n2.718e = \lim_{n \to \infty} (1 + \frac{1}{n})^n \approx 2.718
  • Inverses: elnx=xe^{\ln x} = x and ln(ex)=x\ln(e^x) = x

Core Derivatives

  1. Power Rule: ddxxn=nxn1\frac{d}{dx} x^n = nx^{n-1}
  2. Exponentials: ddxeg(x)=eg(x)g(x)\frac{d}{dx} e^{g(x)} = e^{g(x)} \cdot g'(x)
  3. Logarithms: ddxln(x)=1x\frac{d}{dx} \ln(x) = \frac{1}{x}
  4. Trig: ddxsinx=cosx\frac{d}{dx} \sin x = \cos x; ddxcosx=sinx\frac{d}{dx} \cos x = -\sin x
Compiling TikZ diagram…
Running TeX engine…
This may take a few seconds

## Practice Set

  1. Inverse Property: Given f(x)=3x1x+2f(x) = \frac{3x - 1}{x + 2}, find the domain of f1(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 limx0e2x1sin(x)\lim_{x \to 0} \frac{e^{2x} - 1}{\sin(x)}.
    • Check for indeterminate form 0/0 and apply L'Hôpital's Rule.
  3. Factor Identification: A polynomial f(x)f(x) passes through (5,0)(-5, 0), (1,0)(1, 0), and (4,0).Whichmustbeafactoroff(x)(4, 0). Which must be a factor of f(x)?
    • A) (x+1)(x+1) | B) (x1)(x-1) | C) (x5)(x-5) | D) (x+4)(x+4)
  4. Chain Rule: Differentiate y=ln(cos(x3))y = \ln(\cos(x^3)).
    • Apply layers: Natural log \rightarrow Cosine \rightarrow Cubic.
  5. Logarithmic Equation: Solve for xx in 2ln(x)ln(x1)=ln(4)2\ln(x) - \ln(x-1) = \ln(4).
Click to view Practice Set Answers
  1. Range of f: y3y \neq 3 (H.A. is $3/1). Therefore, Domain of f^{-1}$ is x3x \neq 3.
  2. ddx\frac{d}{dx} top: 2e2x2e^{2x}; bottom: cosx\cos x. At x=0x=0, 2(1)1=2\frac{2(1)}{1} = \mathbf{2}.
  3. Since f(1)=0f(1) = 0, (x1)(x-1) must be a factor.
  4. yy' = \frac{1}{\cos(x^3)} \cdot (-\sin(x^3)) \cdot 3x^2 = \mathbf{-3x^2\tan(x^3)}$$.
  5. ln(x2x1)=ln(4)x2=4x4x24x+4=0(x2)2=0x=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}.

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

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

Start Studying — Free