Xirius-CVENOTE2-GET101.pdf
Xirius AI
This document, "CVENOTE2-GET101.pdf," serves as a comprehensive set of lecture notes for the course GET101: Engineering Mathematics I. It systematically covers fundamental concepts in calculus, starting from the basic building blocks of number systems and functions, progressing through the core ideas of limits, continuity, differentiation, and finally, integration. The notes are structured to provide a thorough understanding of each topic, including definitions, properties, theorems, and practical applications.
The primary objective of these notes appears to be to equip engineering students with a strong mathematical foundation necessary for advanced studies in engineering and related fields. It emphasizes both theoretical understanding and practical problem-solving skills, presenting numerous examples and exercises to reinforce learning. The document is designed to be a primary resource for students, guiding them through the essential principles of single-variable calculus.
The content is organized into seven distinct chapters, each building upon the previous one. It begins with foundational concepts like real numbers and their properties, then introduces functions as a crucial mathematical tool. The subsequent chapters delve into the core calculus concepts of limits and continuity, which are prerequisites for understanding differentiation. Differentiation and its applications form a significant portion, followed by an introduction to integration and its various applications, such as calculating areas and volumes.
MAIN TOPICS AND CONCEPTS
This chapter introduces the fundamental building blocks of mathematics: numbers. It categorizes numbers and discusses their properties and relationships.
* Types of Numbers:
* Natural Numbers ($\mathbb{N}$): Positive integers used for counting: $\{1, 2, 3, ...\}$.
* Integers ($\mathbb{Z}$): Natural numbers, their negatives, and zero: $\{..., -2, -1, 0, 1, 2, ...\}$.
* Rational Numbers ($\mathbb{Q}$): Numbers that can be expressed as a fraction $p/q$ where $p, q \in \mathbb{Z}$ and $q \neq 0$. They have terminating or repeating decimal representations.
* Irrational Numbers ($\mathbb{I}$): Numbers that cannot be expressed as a fraction $p/q$. Their decimal representations are non-terminating and non-repeating (e.g., $\sqrt{2}$, $\pi$, $e$).
* Real Numbers ($\mathbb{R}$): The union of rational and irrational numbers. They can be represented on a number line.
* Complex Numbers ($\mathbb{C}$): Numbers of the form $a + bi$, where $a, b \in \mathbb{R}$ and $i = \sqrt{-1}$.
* Properties of Real Numbers: For any real numbers $a, b, c$:
* Closure Property: $a+b \in \mathbb{R}$, $a \cdot b \in \mathbb{R}$.
* Commutative Property: $a+b = b+a$, $a \cdot b = b \cdot a$.
* Associative Property: $(a+b)+c = a+(b+c)$, $(a \cdot b) \cdot c = a \cdot (b \cdot c)$.
* Identity Property: $a+0 = a$, $a \cdot 1 = a$.
* Inverse Property: $a+(-a) = 0$, $a \cdot (1/a) = 1$ (for $a \neq 0$).
* Distributive Property: $a \cdot (b+c) = a \cdot b + a \cdot c$.
* Order of Real Numbers (Inequalities):
* $a < b$: $a$ is less than $b$.
* $a > b$: $a$ is greater than $b$.
* $a \le b$: $a$ is less than or equal to $b$.
* $a \ge b$: $a$ is greater than or equal to $b$.
* Properties:
* If $a < b$ and $b < c$, then $a < c$.
* If $a < b$, then $a+c < b+c$.
* If $a < b$ and $c > 0$, then $ac < bc$.
* If $a < b$ and $c < 0$, then $ac > bc$.
* Absolute Value:
* Definition: The absolute value of a real number $x$, denoted $|x|$, is its distance from zero on the number line.
$|x| = \begin{cases} x & \text{if } x \ge 0 \\ -x & \text{if } x < 0 \end{cases}$
* Properties:
* $|x| \ge 0$
* $|x| = |-x|$
* $|xy| = |x||y|$
* $|x/y| = |x|/|y|$ (for $y \neq 0$)
* $|x+y| \le |x|+|y|$ (Triangle Inequality)
* Solving Equations/Inequalities:
* $|x| = c \implies x = c$ or $x = -c$ (for $c \ge 0$)
* $|x| < c \implies -c < x < c$ (for $c > 0$)
* $|x| > c \implies x < -c$ or $x > c$ (for $c > 0$)
* Intervals: Sets of real numbers represented by inequalities.
* Open Interval: $(a, b) = \{x \mid a < x < b\}$
* Closed Interval: $[a, b] = \{x \mid a \le x \le b\}$
* Half-Open/Half-Closed Intervals: $[a, b) = \{x \mid a \le x < b\}$, $(a, b] = \{x \mid a < x \le b\}$
* Infinite Intervals: $(a, \infty)$, $[a, \infty)$, $(-\infty, b)$, $(-\infty, b]$, $(-\infty, \infty)$
Chapter 2: FunctionsThis chapter introduces the concept of a function, its representation, types, and operations.
* Definition of a Function: A function $f$ is a rule that assigns to each element $x$ in a set $A$ (the domain) exactly one element $y$ in a set $B$ (the codomain). The set of all possible values of $f(x)$ is called the range.
* Domain: The set of all possible input values ($x$).
* Range: The set of all possible output values ($y$).
* Independent Variable: $x$ (input).
* Dependent Variable: $y$ (output, $y=f(x)$).
* Ways to Represent a Function:
* Verbally: A description in words.
* Numerically: A table of values.
* Visually: A graph.
* Algebraically: An explicit formula or equation.
* Types of Functions:
* Polynomial Functions: $P(x) = a_n x^n + a_{n-1} x^{n-1} + ... + a_1 x + a_0$, where $a_i$ are constants and $n$ is a non-negative integer.
* Rational Functions: Ratios of two polynomial functions, $f(x) = P(x)/Q(x)$, where $Q(x) \neq 0$.
* Power Functions: $f(x) = x^a$, where $a$ is a constant.
* Root Functions: Special case of power functions, $f(x) = \sqrt[n]{x} = x^{1/n}$.
* Algebraic Functions: Functions constructed using algebraic operations (addition, subtraction, multiplication, division, roots) on polynomials.
* Trigonometric Functions: $\sin x, \cos x, \tan x$, etc.
* Exponential Functions: $f(x) = a^x$, where $a > 0, a \neq 1$.
* Logarithmic Functions: $f(x) = \log_a x$, the inverse of exponential functions.
* Operations on Functions: Given functions $f$ and $g$:
* Sum: $(f+g)(x) = f(x) + g(x)$
* Difference: $(f-g)(x) = f(x) - g(x)$
* Product: $(fg)(x) = f(x)g(x)$
* Quotient: $(f/g)(x) = f(x)/g(x)$, provided $g(x) \neq 0$
* Composition: $(f \circ g)(x) = f(g(x))$. The domain of $f \circ g$ consists of all $x$ in the domain of $g$ such that $g(x)$ is in the domain of $f$.
* Transformations of Functions:
* Vertical Shifts: $y = f(x) + c$ (up $c$), $y = f(x) - c$ (down $c$).
* Horizontal Shifts: $y = f(x-c)$ (right $c$), $y = f(x+c)$ (left $c$).
* Vertical Stretching/Compressing: $y = c f(x)$ (stretch if $c>1$, compress if $0<c<1$).
* Horizontal Stretching/Compressing: $y = f(cx)$ (compress if $c>1$, stretch if $0<c<1$).
* Reflections: $y = -f(x)$ (across x-axis), $y = f(-x)$ (across y-axis).
* Inverse Functions:
* One-to-One Function: A function $f$ is one-to-one if $f(x_1) = f(x_2)$ implies $x_1 = x_2$. It passes the Horizontal Line Test.
* Inverse Function Definition: If $f$ is a one-to-one function with domain $A$ and range $B$, then its inverse function $f^{-1}$ has domain $B$ and range $A$ and is defined by $f^{-1}(y) = x \iff f(x) = y$.
* Properties:
* $f^{-1}(f(x)) = x$ for all $x$ in the domain of $f$.
* $f(f^{-1}(x)) = x$ for all $x$ in the domain of $f^{-1}$.
* Finding the Inverse:
1. Write $y = f(x)$.
2. Swap $x$ and $y$.
3. Solve for $y$ in terms of $x$.
4. Replace $y$ with $f^{-1}(x)$.
* Graph of Inverse: The graph of $f^{-1}$ is obtained by reflecting the graph of $f$ about the line $y=x$.
Chapter 3: LimitsThis chapter introduces the fundamental concept of a limit, which is crucial for understanding continuity and derivatives.
* Intuitive Definition of a Limit: The limit of $f(x)$ as $x$ approaches $a$ is $L$, written $\lim_{x \to a} f(x) = L$, if the values of $f(x)$ get closer and closer to $L$ as $x$ gets closer and closer to $a$ (from both sides), but $x \neq a$.
* Properties of Limits: If $\lim_{x \to a} f(x)$ and $\lim_{x \to a} g(x)$ exist, and $c$ is a constant:
* Sum Rule: $\lim_{x \to a} [f(x) + g(x)] = \lim_{x \to a} f(x) + \lim_{x \to a} g(x)$
* Difference Rule: $\lim_{x \to a} [f(x) - g(x)] = \lim_{x \to a} f(x) - \lim_{x \to a} g(x)$
* Constant Multiple Rule: $\lim_{x \to a} [c f(x)] = c \lim_{x \to a} f(x)$
* Product Rule: $\lim_{x \to a} [f(x) g(x)] = \lim_{x \to a} f(x) \cdot \lim_{x \to a} g(x)$
* Quotient Rule: $\lim_{x \to a} [f(x) / g(x)] = \lim_{x \to a} f(x) / \lim_{x \to a} g(x)$, provided $\lim_{x \to a} g(x) \neq 0$.
* Power Rule: $\lim_{x \to a} [f(x)]^n = [\lim_{x \to a} f(x)]^n$
* Root Rule: $\lim_{x \to a} \sqrt[n]{f(x)} = \sqrt[n]{\lim_{x \to a} f(x)}$, provided the root is defined.
* Direct Substitution Property: If $f$ is a polynomial or a rational function and $a$ is in the domain of $f$, then $\lim_{x \to a} f(x) = f(a)$.
* Indeterminate Forms: Expressions like $0/0$, $\infty/\infty$, $\infty - \infty$, $0 \cdot \infty$, $1^\infty$, $0^0$, $\infty^0$ that require further algebraic manipulation (e.g., factoring, rationalizing) to evaluate the limit.
* One-Sided Limits:
* Left-hand limit: $\lim_{x \to a^-} f(x) = L$ (as $x$ approaches $a$ from values less than $a$).
* Right-hand limit: $\lim_{x \to a^+} f(x) = L$ (as $x$ approaches $a$ from values greater than $a$).
* Existence of Limit: $\lim_{x \to a} f(x) = L$ if and only if $\lim_{x \to a^-} f(x) = L$ and $\lim_{x \to a^+} f(x) = L$.
* Infinite Limits (Vertical Asymptotes): If $f(x)$ approaches $\infty$ or $-\infty$ as $x$ approaches $a$ from either side, then the line $x=a$ is a vertical asymptote.
* $\lim_{x \to a} f(x) = \infty$ or $\lim_{x \to a} f(x) = -\infty$.
* Limits at Infinity (Horizontal Asymptotes): If $f(x)$ approaches a finite value $L$ as $x$ approaches $\infty$ or $-\infty$, then the line $y=L$ is a horizontal asymptote.
* $\lim_{x \to \infty} f(x) = L$ or $\lim_{x \to -\infty} f(x) = L$.
* For rational functions, compare degrees of numerator and denominator.
* Squeeze Theorem (Sandwich Theorem): If $g(x) \le f(x) \le h(x)$ for all $x$ in an open interval containing $a$ (except possibly at $a$), and $\lim_{x \to a} g(x) = L$ and $\lim_{x \to a} h(x) = L$, then $\lim_{x \to a} f(x) = L$.
Chapter 4: ContinuityThis chapter defines continuity of a function and explores its properties and implications.
* Definition of Continuity at a Point: A function $f$ is continuous at a number $a$ if:
1. $f(a)$ is defined (i.e., $a$ is in the domain of $f$).
2. $\lim_{x \to a} f(x)$ exists.
3. $\lim_{x \to a} f(x) = f(a)$.
* Types of Discontinuities:
* Removable Discontinuity: A hole in the graph where the limit exists but $f(a)$ is undefined or $f(a) \neq \lim_{x \to a} f(x)$. Can be "removed" by redefining $f(a)$.
* Jump Discontinuity: The left-hand limit and right-hand limit exist but are not equal.
* Infinite Discontinuity: The function approaches $\pm \infty$ as $x$ approaches $a$ (vertical asymptote).
* Continuity on an Interval:
* A function is continuous on an open interval $(a, b)$ if it is continuous at every point in the interval.
* A function is continuous on a closed interval $[a, b]$ if it is continuous on $(a, b)$, and $\lim_{x \to a^+} f(x) = f(a)$ (continuous from the right at $a$) and $\lim_{x \to b^-} f(x) = f(b)$ (continuous from the left at $b$).
* Properties of Continuous Functions: If $f$ and $g$ are continuous at $a$, and $c$ is a constant, then the following functions are also continuous at $a$:
* $f+g$, $f-g$, $cf$, $fg$, $f/g$ (if $g(a) \neq 0$).
* If $g$ is continuous at $a$ and $f$ is continuous at $g(a)$, then the composite function $(f \circ g)(x) = f(g(x))$ is continuous at $a$.
* Polynomials, rational functions (on their domains), root functions, trigonometric functions, exponential functions, and logarithmic functions are continuous on their respective domains.
* Intermediate Value Theorem (IVT): If $f$ is continuous on the closed interval $[a, b]$ and $N$ is any number between $f(a)$ and $f(b)$, then there exists a number $c$ in $(a, b)$ such that $f(c) = N$. This theorem is useful for showing the existence of roots of equations.
Chapter 5: DifferentiationThis chapter introduces the concept of the derivative, its definition, interpretation, and rules for calculation.
* Tangent Problem and Velocity Problem: These are the two motivating problems for the derivative.
* Tangent Problem: Finding the slope of the tangent line to a curve at a point.
* Velocity Problem: Finding the instantaneous velocity of an object.
* Definition of the Derivative: The derivative of a function $f$ at a number $a$, denoted $f'(a)$, is:
$f'(a) = \lim_{h \to 0} \frac{f(a+h) - f(a)}{h}$
or equivalently,
$f'(a) = \lim_{x \to a} \frac{f(x) - f(a)}{x - a}$
if this limit exists.
* Interpretation of the Derivative:
* Geometric: $f'(a)$ is the slope of the tangent line to the graph of $y=f(x)$ at the point $(a, f(a))$.
* Physical: $f'(a)$ is the instantaneous rate of change of $y=f(x)$ with respect to $x$ at $x=a$. If $s(t)$ is position, $s'(t)$ is instantaneous velocity.
* Notation for Derivative: $f'(x)$, $\frac{dy}{dx}$, $\frac{d}{dx}f(x)$, $y'$.
* Differentiability and Continuity: If $f$ is differentiable at $a$, then $f$ is continuous at $a$. The converse is not true (e.g., $|x|$ at $x=0$).
* Differentiation Rules:
* Constant Rule: $\frac{d}{dx}(c) = 0$
* Power Rule: $\frac{d}{dx}(x^n) = nx^{n-1}$
* Constant Multiple Rule: $\frac{d}{dx}(cf(x)) = c \frac{d}{dx}f(x)$
* Sum/Difference Rule: $\frac{d}{dx}(f(x) \pm g(x)) = \frac{d}{dx}f(x) \pm \frac{d}{dx}g(x)$
* Product Rule: $\frac{d}{dx}(f(x)g(x)) = f'(x)g(x) + f(x)g'(x)$
* Quotient Rule: $\frac{d}{dx}\left(\frac{f(x)}{g(x)}\right) = \frac{f'(x)g(x) - f(x)g'(x)}{[g(x)]^2}$
* Chain Rule: $\frac{d}{dx}(f(g(x))) = f'(g(x)) \cdot g'(x)$ or $\frac{dy}{dx} = \frac{dy}{du} \frac{du}{dx}$ if $y=f(u)$ and $u=g(x)$.
* Derivatives of Trigonometric Functions:
* $\frac{d}{dx}(\sin x) = \cos x$
* $\frac{d}{dx}(\cos x) = -\sin x$
* $\frac{d}{dx}(\tan x) = \sec^2 x$
* $\frac{d}{dx}(\cot x) = -\csc^2 x$
* $\frac{d}{dx}(\sec x) = \sec x \tan x$
* $\frac{d}{dx}(\csc x) = -\csc x \cot x$
* Higher-Order Derivatives: The derivative of the derivative. $f''(x)$, $f'''(x)$, $f^{(n)}(x)$.
* $\frac{d^2y}{dx^2}$, $\frac{d^3y}{dx^3}$, $\frac{d^ny}{dx^n}$.
* Implicit Differentiation: A technique for differentiating functions that are not explicitly solved for $y$ in terms of $x$. Differentiate both sides of the equation with respect to $x$, treating $y$ as a function of $x$ and using the chain rule for terms involving $y$.
* Related Rates: Problems where the rates of change of two or more related quantities are given, and the rate of change of another quantity is to be found. Involves implicit differentiation with respect to time $t$.
* Linear Approximation and Differentials:
* Linear Approximation: $L(x) = f(a) + f'(a)(x-a)$ approximates $f(x)$ near $x=a$.
* Differentials: $dy = f'(x)dx$. $dy$ is the change in the linear approximation, while $\Delta y = f(x+\Delta x) - f(x)$ is the actual change in $y$. For small $\Delta x$, $dy \approx \Delta y$.
Chapter 6: Applications of DifferentiationThis chapter explores how derivatives can be used to analyze function behavior, solve optimization problems, and approximate roots.
* Maximum and Minimum Values:
* Absolute Maximum/Minimum: The largest/smallest value of $f(x)$ over its entire domain.
* Local Maximum/Minimum: The largest/smallest value of $f(x)$ in a neighborhood around a point.
* Extreme Value Theorem: If $f$ is continuous on a closed interval $[a, b]$, then $f$ attains an absolute maximum value $f(c)$ and an absolute minimum value $f(d)$ at some numbers $c, d$ in $[a, b]$.
* Fermat's Theorem: If $f$ has a local maximum or minimum at $c$, and $f'(c)$ exists, then $f'(c) = 0$.
* Critical Number: A number $c$ in the domain of $f$ such that $f'(c) = 0$ or $f'(c)$ does not exist. Local extrema can only occur at critical numbers or endpoints of an interval.
* Mean Value Theorem (MVT): If $f$ is continuous on $[a, b]$ and differentiable on $(a, b)$, then there exists a number $c$ in $(a, b)$ such that:
$f'(c) = \frac{f(b) - f(a)}{b - a}$
* Monotonicity (Increasing/Decreasing Functions):
* If $f'(x) > 0$ on an interval, $f$ is increasing on that interval.
* If $f'(x) < 0$ on an interval, $f$ is decreasing on that interval.
* First Derivative Test: Used to classify local extrema.
* If $f'$ changes from positive to negative at $c$, $f(c)$ is a local maximum.
* If $f'$ changes from negative to positive at $c$, $f(c)$ is a local minimum.
* If $f'$ does not change sign at $c$, $f(c)$ is neither.
* Concavity and Inflection Points:
* Concave Up: The graph of $f$ lies above its tangent lines (f' is increasing, $f''(x) > 0$).
* Concave Down: The graph of $f$ lies below its tangent lines (f' is decreasing, $f''(x) < 0$).
* Inflection Point: A point where the concavity changes. Occurs where $f''(x) = 0$ or $f''(x)$ is undefined, and $f''$ changes sign.
* Second Derivative Test: Used to classify local extrema.
* If $f'(c) = 0$ and $f''(c) > 0$, $f(c)$ is a local minimum.
* If $f'(c) = 0$ and $f''(c) < 0$, $f(c)$ is a local maximum.
* If $f'(c) = 0$ and $f''(c) = 0$, the test is inconclusive.
* Curve Sketching: Using information from $f(x)$, $f'(x)$, and $f''(x)$ (domain, intercepts, asymptotes, intervals of increase/decrease, local extrema, concavity, inflection points) to sketch the graph of a function.
* Optimization Problems: Finding the absolute maximum or minimum values of a function to solve real-world problems (e.g., maximizing area, minimizing cost). Involves setting up a function, finding its critical points, and using the First or Second Derivative Test.
* Newton's Method: An iterative method for finding approximate roots of an equation $f(x) = 0$.
$x_{n+1} = x_n - \frac{f(x_n)}{f'(x_n)}$
* Antiderivatives: A function $F$ is an antiderivative of $f$ on an interval if $F'(x) = f(x)$ for all $x$ in the interval. If $F$ is an antiderivative of $f$, then the most general antiderivative is $F(x) + C$, where $C$ is an arbitrary constant.
Chapter 7: IntegrationThis chapter introduces the concept of integration, both definite and indefinite, and its applications.
* Area Problem: The motivating problem for integration, finding the area under a curve. Approximated by Riemann sums.
* Definite Integral:
Riemann Sum: $\sum_{i=1}^n f(x_i^) \Delta x$, where $\Delta x = (b-a)/n$ and $x_i^*$ is a sample point in the $i$-th subinterval.* Definition: The definite integral of $f$ from $a$ to $b$ is:
$\int_a^b f(x) dx = \lim_{n \to \infty} \sum_{i=1}^n f(x_i^*) \Delta x$
if the limit exists. This represents the net signed area between $f(x)$ and the x-axis from $a$ to $b$.
* Properties:
* $\int_a^b c f(x) dx = c \int_a^b f(x) dx$
* $\int_a^b [f(x) \pm g(x)] dx = \int_a^b f(x) dx \pm \int_a^b g(x) dx$
* $\int_a^b f(x) dx = \int_a^c f(x) dx + \int_c^b f(x) dx$
* $\int_a^b f(x) dx = -\int_b^a f(x) dx$
* $\int_a^a f(x) dx = 0$
* Fundamental Theorem of Calculus (FTC):
* Part 1: If $f$ is continuous on $[a, b]$, then the function $g(x) = \int_a^x f(t) dt$ is continuous on $[a, b]$ and differentiable on $(a, b)$, and $g'(x) = f(x)$.
* Part 2 (Evaluation Theorem): If $f$ is continuous on $[a, b]$, then $\int_a^b f(x) dx = F(b) - F(a)$, where $F$ is any antiderivative of $f$ (i.e., $F'(x) = f(x)$).
* Indefinite Integral: The general antiderivative of $f(x)$, denoted $\int f(x) dx = F(x) + C$, where $F'(x) = f(x)$ and $C$ is the constant of integration.
* Techniques of Integration:
* Substitution Rule (u-substitution): Used to integrate composite functions. If $u = g(x)$, then $du =