Functions & Limits Study Guide | EverExams.com

Functions & Limits Study Guide

Master the fundamentals of functions, limits, and continuity with this comprehensive guide
Theme:
Font Size:

Introduction to Functions & Limits

This study guide covers the fundamental concepts of functions, limits, and continuity as outlined in the attached document. Understanding these concepts is essential for success in calculus and higher mathematics.

What is a Function?

A function from set A to set B is a rule that assigns to each element in A a unique element in B.

Memory Tip:

Think of a function as a vending machine: you input a specific code (x), and you get a specific snack (f(x)).

Historical Context

The term “function” was recognized by German mathematician Leibniz. Euler used the notation f(x) for functions.

Remember:

Leibniz → “function”, Euler → f(x) notation

Real-World Examples

• Area of a square: A = x² (function of side length)
• Volume of a sphere: V = (4/3)πr³ (function of radius)

Application:

Functions model real-world relationships between variables.

Key Definition: A function f: A → B is a correspondence that assigns to each element x in A a unique element f(x) in B.

Functions: Definitions and Properties

What is a Function?

A function f from a set A to a set B is a rule or method or a correspondence that assigns to each element x in A a unique element f(x) in B.

Function Criteria: The correspondence f: A → B is a function if and only if:

  1. All the independent elements (inputs) in A must have their images in set B
  2. To each and every independent element in A there corresponds one and only one image in B
  3. Every function is a relation but every relation may or may not be a function

Vertical Line Test

If we draw a vertical line parallel to y-axis, if this line intersects a graph in more than one point, it is not the graph of a function.

Visual Tip:

Imagine dropping a vertical line across a graph. If it touches the graph at more than one point anywhere, it’s NOT a function.

Domain and Range

Domain: The set of all possible input values (x-values) for which the function is defined.

Range: The set of all possible output values (y-values) that the function can produce.

Co-domain: The set B in f: A → B (may be larger than the actual range).

Memory Trick:

Domain = Allowed x-values, Range = Possible y-values, Co-domain = All possible y-values in theory.

Function Values and Special Cases

Indeterminate: When f(x) takes the form 0/0 for some x = a.

Undefined: When the denominator vanishes (becomes 0) for some x = a.

Types of Functions

1. Algebraic Functions

Functions defined by algebraic expressions. Classified as:

Polynomial Function

f(x) = aₙxⁿ + aₙ₋₁xⁿ⁻¹ + … + a₁x + a₀

Domain: ℝ (all real numbers)

Tip:

The degree is the highest power of x with non-zero coefficient.

Linear Function

f(x) = ax + b (one-degree polynomial)

Graph is a straight line

Tip:

Linear functions have constant rate of change (slope).

Quadratic Function

f(x) = ax² + bx + c (two-degree polynomial)

Graph is a parabola

Tip:

The vertex of the parabola is at x = -b/(2a).

Identity Function

f(x) = x

Graph is line y = x bisecting I & III quadrants

Memory Trick:

Identity function: input = output

Constant Function

f(x) = c (fixed value)

Graph is a horizontal line

Tip:

No matter what x you input, you always get the same output.

Rational Function

f(x) = P(x)/Q(x) where P and Q are polynomials

Domain: All real numbers except where Q(x) = 0

Warning:

Watch for vertical asymptotes where denominator = 0.

2. Transcendental Functions

Exponential Function

f(x) = aˣ (variable appears as exponent)

Domain: ℝ, Range: (0, ∞)

Memory Tip:

Exponential growth/decay: a > 1 growth, 0 < a < 1 decay.

Logarithmic Function

f(x) = logₐx

Domain: (0, ∞), Range:

Important:

logₐx = y means aʸ = x. Logarithm is the inverse of exponential.

3. Special Function Types

Even Function

f(-x) = f(x) for all x

Symmetric about y-axis

Memory Trick:

Even functions: “E” for “Even” and “E” for symmetry across y-axis.

Odd Function

f(-x) = -f(x) for all x

Symmetric about origin

Memory Trick:

Odd functions: Origin symmetry (rotate 180°).

Hyperbolic Functions

sinh x = (eˣ – e⁻ˣ)/2, cosh x = (eˣ + e⁻ˣ)/2

Analogous to trig functions but for hyperbolas

Key Identity:

cosh²x – sinh²x = 1 (similar to cos²x + sin²x = 1)

Limits of Functions

What is a Limit?

If, as x approaches a from both left and right side, f(x) approaches a specific number L, then L is called the limit of f(x) as x approaches a.

Symbolically: limx→a f(x) = L

Limit Existence Criterion: limx→a f(x) exists if and only if:

limx→a⁻ f(x) = limx→a⁺ f(x) = L

(Left-hand limit = Right-hand limit = L)

Important Limit Theorems

If limx→a f(x) = L and limx→a g(x) = M, then:

  1. limx→a [f(x) + g(x)] = L + M
  2. limx→a [f(x) – g(x)] = L – M
  3. limx→a [cf(x)] = cL
  4. limx→a [f(x) * g(x)] = L * M
  5. limx→a [f(x)/g(x)] = L/M, provided M ≠ 0
Memory Tip:

Limits distribute over addition, subtraction, multiplication, and division (except division by zero).

Indeterminate Forms

Forms where a unique value cannot be assigned directly:

Warning:

When you get 0/0, you can’t conclude the limit doesn’t exist. Try factoring, rationalizing, or L’Hôpital’s Rule.

Important Limits to Memorize

Trigonometric Limits

limx→0 sin(x)/x = 1

limx→0 (1 – cos x)/x = 0

limx→0 tan x/x = 1

Memory Trick:

sin(x)/x → 1 as x → 0 (x must be in radians!)

Exponential Limits

limx→0 (eˣ – 1)/x = 1

limx→0 (aˣ – 1)/x = ln a

limx→∞ (1 + 1/x)ˣ = e

Memory Trick:

e is defined as limn→∞ (1 + 1/n)ⁿ

L’Hôpital’s Rule

If limx→a f(x)/g(x) = 0/0 or ∞/∞, then

limx→a f(x)/g(x) = limx→a f'(x)/g'(x)

Warning:

Only apply L’Hôpital’s Rule to 0/0 or ∞/∞ forms!

Evaluation Techniques

  1. Direct Substitution: Try plugging in the value first
  2. Factorization: Factor and cancel common terms
  3. Rationalization: Multiply by conjugate for radical expressions
  4. L’Hôpital’s Rule: For 0/0 or ∞/∞ forms
  5. Sandwich Theorem: When function is bounded between two others

Continuity of Functions

Definition of Continuity

A function f is continuous at x = a if and only if:

  1. f(a) exists (is defined)
  2. limx→a f(x) exists
  3. limx→a f(x) = f(a)

Simple Definition: A function is continuous at a point if you can draw its graph at that point without lifting your pencil.

Types of Discontinuities

Removable Discontinuity

limx→a f(x) exists but f(a) ≠ limit or f(a) undefined

Example: f(x) = (x²-1)/(x-1) at x=1

Fix:

Can “remove” by redefining f(a) = limx→a f(x)

Jump Discontinuity

Left-hand limit ≠ Right-hand limit

Example: f(x) = {x for x<0, x+1 for x≥0} at x=0

Visual:

The graph “jumps” from one value to another at the point.

Infinite Discontinuity

Function approaches ±∞ at the point

Example: f(x) = 1/x at x=0

Warning:

Vertical asymptotes indicate infinite discontinuities.

Properties of Continuous Functions

If f and g are continuous at x = a, then:

Important:

All polynomial functions are continuous everywhere. All rational functions are continuous except where denominator = 0.

50 MCQ Quiz on Functions & Limits

Test your knowledge with these 50 multiple choice questions. Select your answer and check the explanation.

Quiz Results

Your Score: 0/50

Answer Key

Study Guidelines for Students

Effective Study Strategies

1. Master the Basics First

• Understand the definition of a function thoroughly
• Practice domain and range calculations
• Learn to identify functions using the vertical line test

Tip:

Spend extra time on concepts you find confusing. Don’t rush to advanced topics.

2. Visualize Concepts

• Draw graphs for different function types
• Use graphing calculators or software
• Sketch limits approaching from left and right

Tip:

Visualizing helps understand continuity and discontinuity points.

3. Practice with Variety

• Solve different types of limit problems
• Work with various function combinations
• Practice both algebraic and graphical approaches

Tip:

Try solving problems without looking at solutions first.

Common Pitfalls to Avoid

Exam Strategy:

1. Read each question carefully
2. Identify what’s being asked (domain, range, limit, continuity)
3. Check for special cases (undefined points, asymptotes)
4. Verify your answer makes sense graphically

Recommended Practice Schedule

Week 1: Functions

• Function definitions and notation
• Domain and range calculations
• Function combinations and compositions
• Even and odd functions

Week 2: Limits

• Limit definitions and intuition
• Basic limit calculations
• One-sided limits
• Limit theorems

Week 3: Advanced Limits & Continuity

• Special trigonometric limits
• L’Hôpital’s Rule
• Continuity definitions
• Types of discontinuities

Final Advice: Mathematics is not a spectator sport. You learn by doing. Work through as many problems as possible, and don’t be afraid to make mistakes—that’s how you learn!