Linear Algebra & Mathematical Analysis — Study Guide
Linear Algebra &
Mathematical Analysis
Complete Study Guide for Final Exam
Simple explanations for every topic on your exam
Oguz Han Engineering and Technology University
Faculty of Computer Sciences and Information Technologies
Academic Year 2025/2026
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
1. Sets, Numbers, and Operations on Them
A set is simply a collection of objects. Imagine a bag with things inside — each thing is an
element of the set.
1.1 What is a Set?
Sets are written with curly brackets: {1, 2, 3} is a set containing 1, 2, and 3.
• Element: a member inside the set. We write x ∈ A to say "x belongs to set A".
• Empty set: a set with nothing inside it, written as ∅ or {}.
• Subset: if every element of A is also in B, then A ⊆ B (A is a subset of B).
1.2 Types of Numbers
• 1, 2, 3, 4 … the counting numbers: Natural numbers (N)
• … -2, -1, 0, 1, 2 … includes negatives and zero: Integers (Z)
• fractions like 1/2, 3/4, -7/3. Any number that can be written as p/q where q ≠ 0:
Rational numbers (Q)
• all numbers on the number line — rationals AND irrationals like π and √2: Real
numbers (R)
• numbers with a real part and imaginary part: a + bi where i = √(-1): Complex
numbers (C)
1.3 Operations on Sets
• all elements that are in A OR in B (or both): Union (A ∪ B)
• only elements that are in BOTH A and B: Intersection (A ∩ B)
• elements that are in A but NOT in B: Difference (A \ B)
📌 Example: If A = {1, 2, 3} and B = {2, 3, 4}, then A ∪ B = {1,2,3,4} and A ∩ B =
{2,3}.
1.4 Complex Numbers — Multiplication
A complex number looks like: a + bi, where a is the real part and b is the imaginary part.
To multiply two complex numbers, use the rule (a + bi)(c + di) = ac + adi + bci + bdi². Since i²
= −1:
(a + bi)(c + di) = (ac − bd) + (ad + bc)i
📌 Example: (2 + 3i)(1 + 4i) = (2·1 − 3·4) + (2·4 + 3·1)i = (2 − 12) + (8 + 3)i = −10 +
11i
Tip: Just treat i like a normal variable, but whenever you see i², replace it with −1.
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
2. Number Sequences and Their Ranges
A sequence is simply a list of numbers in a specific order. Like: 1, 2, 4, 8, 16, … each
number is called a term.
2.1 What is a Sequence?
A sequence is written as {aₙ}, meaning the list a₁, a₂, a₃, … where each term has a position
number n.
📌 Example: The sequence aₙ = 1/n gives: 1, 1/2, 1/3, 1/4, … (gets closer and closer
to 0)
2.2 Range (Boundedness)
• Bounded above: there is a ceiling that no term exceeds. Example: 1, 1/2, 1/3, …
never goes above 1.
• Bounded below: there is a floor that no term goes under.
• Bounded: bounded BOTH above and below.
• Unbounded: the terms grow forever with no limit (like 1, 2, 3, 4, …).
2.3 Convergence
A sequence converges if its terms get closer and closer to a single fixed number (the limit).
lim (n → ∞) aₙ = L means: the terms get as close as you want
to L
📌 Example: The sequence 1/n converges to 0. The sequence n² diverges (goes to
infinity).
Tip: If a sequence is monotone (always increasing or always decreasing) AND bounded,
it always converges.
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
3. Function Concept and Elementary Functions
A function is a rule that takes an input (x) and produces exactly one output (y). Think of it like
a machine: you put something in, and it always gives you one specific thing out.
f(x) = y (for every x, there is exactly one y)
3.1 Types of Elementary Functions
• f(x) = xⁿ (like x², x³, √x): Power functions
• f(x) = aˣ where a > 0 (like 2ˣ or eˣ): Exponential functions
• f(x) = logₐ(x), the inverse of exponential: Logarithmic functions
• sin(x), cos(x), tan(x), etc.: Trigonometric functions
• f(x) = aₙxⁿ + … + a₁x + a₀: Polynomial functions
3.2 Domain and Range
• all x-values where the function is defined (allowed inputs): Domain
• all y-values the function can produce (possible outputs): Range
📌 Example: For f(x) = √x, the domain is x ≥ 0 because you cannot take the square
root of a negative number.
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
4. Limits of a Function
The limit asks: "What value does f(x) approach as x gets close to a certain point?" It is NOT
about what happens exactly at that point, but what happens nearby.
lim (x → a) f(x) = L
This reads: "As x approaches a, f(x) approaches L."
4.1 Limit at a Point
We look at what happens to f(x) as x gets very close to a number a (from both sides).
📌 Example: lim (x → 2) (x²) = 4, because as x gets close to 2, x² gets close to 4.
Tip: Even if f(a) doesn’t exist, the limit might still exist if the function approaches a value
from both sides.
4.2 Limit at Infinity
We ask: what value does f(x) approach as x grows without bound (∞) or becomes very
negative (−∞)?
lim (x → ∞) (1/x) = 0
📌 Example: As x gets huge, 1/x becomes extremely small — it approaches 0 but
never reaches it.
4.3 The Main Limit Theorems
These rules let you calculate limits without doing everything from scratch:
• lim [f(x) + g(x)] = lim f(x) + lim g(x): Sum rule
• lim [f(x) · g(x)] = lim f(x) · lim g(x): Product rule
• lim [f(x)/g(x)] = lim f(x) / lim g(x) (when denominator ≠ 0): Quotient rule
• lim [c · f(x)] = c · lim f(x): Constant rule
• lim [f(x)]ⁿ = [lim f(x)]ⁿ: Power rule
4.4 The Two Remarkable Limits (VERY IMPORTANT!)
These two limits appear on your exam very often. You must memorize them!
First Remarkable Limit:
lim (x → 0) [sin(x) / x] = 1
As x gets close to 0, sin(x)/x approaches 1. This is used to evaluate limits involving sin(x).
📌 Example: lim (x → 0) [sin(5x) / 5x] = 1 (replace 5x with a new variable)
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
Second Remarkable Limit:
lim (n → ∞) (1 + 1/n)ⁿ = e ≈ 2.71828
Or in function form:
lim (x → 0) (1 + x)^(1/x) = e
This is how the mathematical constant e is defined. It comes up whenever you see
exponentials.
📌 Example: lim (x → 0) (1 + 3x)^(1/x) = e³ (because the 3 comes out as a power of
e)
Tip: The key trick: when you see (1 + something small)^(big number), think of the
second remarkable limit!
4.5 Infinitesimals
An infinitesimal is a quantity that approaches 0 as x approaches some value. Limits help us
compare how fast different infinitesimals shrink.
If lim [f(x)/g(x)] = 1, we say f(x) and g(x) are equivalent infinitesimals. This is very useful: you
can swap equivalent infinitesimals to make limits easier to compute.
📌 Common equivalents near x = 0: sin(x) ≈ x, tan(x) ≈ x, ln(1+x) ≈ x, eˣ − 1 ≈ x
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
5. Continuity of a Function
A function is continuous at a point a if you can draw its graph at that point WITHOUT lifting
your pencil. No holes, no jumps, no vertical gaps.
5.1 The Three Conditions for Continuity
A function f(x) is continuous at point a if ALL three conditions hold:
• f(a) is defined (no division by zero or square root of negative)
• lim (x → a) f(x) exists (limit from left = limit from right)
• lim (x → a) f(x) = f(a) (the limit equals the actual value at that point)
5.2 Types of Discontinuities
• a hole in the graph. The limit exists but f(a) is wrong or undefined.: Removable
discontinuity
• the function jumps from one value to another. Left and right limits exist but are
different.: Jump discontinuity
• the function shoots to ±∞ at the point (like 1/x at x=0).: Infinite discontinuity
📌 Example: f(x) = 1/x has an infinite discontinuity at x = 0.
Tip: All polynomials are continuous everywhere. Rational functions are continuous
everywhere except where the denominator = 0.
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
6. The Derivative
The derivative measures how fast a function changes. Think of it as the "speed" of change. If
f(x) is your position, f'(x) is your velocity.
f'(x) = lim (h → 0) [f(x+h) − f(x)] / h
6.1 Three Meanings of the Derivative
• f'(x) is the slope of the tangent line to the graph of f at the point x. A positive
derivative means the curve goes up, negative means it goes down.: Geometric
meaning
• if f(t) is position, then f'(t) is velocity (the rate of change of position over time).:
Physical meaning
• if f(q) is total cost, then f'(q) is marginal cost — the extra cost of producing one
more unit.: Economic meaning
6.2 Basic Differentiation Rules
• (c)' = 0 (a constant never changes, so its rate of change is 0): Constant rule
• (xⁿ)' = n·x^(n−1): Power rule
• (f ± g)' = f' ± g': Sum/difference rule
• (c·f)' = c·f': Constant multiple rule
Examples: (x⁵)' = 5x⁴, (3x²)' = 6x, (7)' = 0
6.3 Product Rule
When two functions are multiplied together, use the product rule:
(f · g)' = f' · g + f · g'
📌 Example: (x² · sin x)' = 2x · sin x + x² · cos x
Tip: Say it out loud: "derivative of first times second, PLUS first times derivative of
second."
6.4 Quotient Rule
When one function is divided by another, use the quotient rule:
(f / g)' = (f' · g − f · g') / g²
📌 Example: (sin x / x)' = (cos x · x − sin x · 1) / x² = (x cos x − sin x) / x²
Tip: Memory trick: "low d-high minus high d-low, over low squared."
6.5 Chain Rule
When a function is nested inside another function (a composite function), use the chain rule:
(f(g(x)))' = f'(g(x)) · g'(x)
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
In simple words: take the derivative of the outer function (keeping the inner function
unchanged), then multiply by the derivative of the inner function.
📌 Example: (sin(x²))' = cos(x²) · 2x
📌 Example: (e^(3x))' = e^(3x) · 3
6.6 Derivatives of Logarithmic and Exponential Functions
• the exponential function is its own derivative!: (eˣ)' = eˣ
• for any base a: (aˣ)' = aˣ · ln(a)
• derivative of natural log: (ln x)' = 1/x
• derivative of log with any base: (logₐ x)' = 1 / (x · ln a)
📌 Example: (e^(5x))' = e^(5x) · 5 [chain rule applied]
📌 Example: (ln(x² + 1))' = 1/(x²+1) · 2x = 2x/(x²+1)
6.7 Logarithmic Differentiation
When you have a complicated product, quotient, or a variable in the exponent, take the
natural log of both sides first, then differentiate. This turns multiplication into addition and
makes the work much easier.
Steps:
• Take ln of both sides: ln y = ln f(x)
• Use log rules to expand (ln(AB) = ln A + ln B, etc.)
• Differentiate both sides
• Multiply both sides by y to get y'
📌 Example: To find (xˣ)': let y = xˣ, then ln y = x ln x. Differentiate: y'/y = ln x + 1. So
y' = xˣ(ln x + 1).
6.8 Implicit Differentiation
Sometimes y is not written as an explicit function of x (for example: x² + y² = 25). You can
still find dy/dx by differentiating BOTH sides with respect to x, treating y as a function of x.
Every time you differentiate a term with y, multiply by dy/dx (using the chain rule).
📌 Example: For x² + y² = 25: differentiate both sides → 2x + 2y(dy/dx) = 0 → dy/dx =
−x/y
6.9 Higher-Order Derivatives
You can differentiate a function more than once. The second derivative f''(x) measures how
fast the rate of change is itself changing (acceleration).
• first derivative (slope, velocity): f'(x)
• second derivative (how slope changes, acceleration): f''(x)
• third derivative, and so on…: f'''(x)
📌 Example: f(x) = x⁴ → f'(x) = 4x³ → f''(x) = 12x² → f'''(x) = 24x
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
7. Differentials
The differential is a way to talk about a tiny, approximate change in the function’s value. If x
changes by a tiny amount dx, then the function changes by approximately:
dy = f'(x) · dx
Here, dy is the differential of y, and dx is a small change in x.
7.1 Why Differentials are Useful
Differentials give us a way to approximate changes without computing the exact value. They
are the foundation of integration and are useful in physics and engineering.
📌 Example: If f(x) = x², then dy = 2x · dx. If x = 3 and dx = 0.01, then dy ≈ 2(3)(0.01)
= 0.06. So f(3.01) ≈ f(3) + 0.06 = 9.06.
Tip: The differential dy is just the derivative multiplied by a tiny change dx. Think of it as
the exact linear approximation.
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
8. The Indefinite Integral
Integration is the reverse of differentiation. If differentiation tells you the rate of change,
integration puts it back together to find the original function.
∫ f(x) dx = F(x) + C, where F'(x) = f(x)
C is the constant of integration — since any constant disappears when you differentiate, we
add it back.
8.1 Basic Integration Rules
• ∫ xⁿ dx = x^(n+1)/(n+1) + C (for n ≠ −1): Power rule
• ∫ c dx = cx + C: Constant rule
• ∫ [f(x) + g(x)] dx = ∫ f(x) dx + ∫ g(x) dx: Sum rule
• ∫ eˣ dx = eˣ + C
• ∫ (1/x) dx = ln|x| + C
• ∫ sin(x) dx = −cos(x) + C
• ∫ cos(x) dx = sin(x) + C
8.2 Integration Techniques
Substitution (u-substitution)
When the integrand contains a composite function, let u = inner function, then du = u'(x) dx.
This simplifies the integral.
📌 Example: ∫ 2x · (x²+1)⁵ dx. Let u = x²+1, du = 2x dx. Then ∫ u⁵ du = u⁶/6 + C =
(x²+1)⁶/6 + C
Integration by Parts
Used when the integrand is a product of two different types of functions. The formula is:
∫ u · dv = u · v − ∫ v · du
Choose u = the part that gets simpler when differentiated, dv = the rest.
📌 Example: ∫ x · eˣ dx. Let u = x, dv = eˣ dx. Then du = dx, v = eˣ. Result: x·eˣ − ∫ eˣ
dx = x·eˣ − eˣ + C
Integrating Trigonometric and Exponential Functions
• ∫ sin(ax) dx = −cos(ax)/a + C
• ∫ cos(ax) dx = sin(ax)/a + C
• ∫ e^(ax) dx = e^(ax)/a + C
• ∫ tan(x) dx = −ln|cos(x)| + C
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
8.3 Integration with Initial Conditions
When you are given a condition like F(0) = 5, you can find the specific constant C (instead of
leaving it as an unknown).
Steps:
• Integrate to get F(x) = … + C
• Plug in the given condition: e.g. F(0) = 5
• Solve for C
• Write the final specific answer
📌 Example: If F'(x) = 2x and F(0) = 3, then F(x) = x² + C. Plug in: 3 = 0 + C, so C =
3. Answer: F(x) = x² + 3.
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
9. Matrix Algebra
A matrix is a rectangular grid of numbers arranged in rows and columns. Matrices are used
to organize data, solve systems of equations, and represent transformations.
A = [[a₁₁ a₁₂], [a₂₁ a₂₂]] (a 2×2 matrix)
9.1 Matrix Addition
You can only add matrices that have the same size (same number of rows AND columns).
Simply add the numbers in the matching positions.
A + B: add each element in the same position
📌 Example: [[1, 2], [3, 4]] + [[5, 6], [7, 8]] = [[6, 8], [10, 12]]
9.2 Scalar Multiplication
To multiply a matrix by a number (called a scalar), multiply EVERY element of the matrix by
that number.
c · A: multiply every element by c
📌 Example: 3 · [[1, 2], [3, 4]] = [[3, 6], [9, 12]]
9.3 Transposition
To transpose a matrix (written Aᵀ), you flip it along its diagonal — the rows become columns
and the columns become rows.
If A has element aᵢⱼ in row i, column j, then Aᵀ has aᵢⱼ in
row j, column i
📌 Example: If A = [[1, 2, 3], [4, 5, 6]], then Aᵀ = [[1, 4], [2, 5], [3, 6]]
Tip: Transposing a 2×3 matrix gives you a 3×2 matrix. The dimensions swap!
Oguz Han Engineering and Technology University Page
Linear Algebra & Mathematical Analysis — Study Guide
10. Exam Preparation Strategy
Every exam paper in your question document has 3 parts: a theory topic, another theory
topic, and a problem to solve. Based on the 28 question variants, here is what matters most:
Priority 1 — Study These First (appear most often)
• Remarkable Limits — appears in 6+ variants. Memorize both formulas cold.
• Differentiation Rules — product, quotient, chain rules are in nearly every variant.
• Limit Theorems — the sum, product, quotient rules for limits.
Priority 2 — Study These Second
• Derivative definition and its meanings (physical, geometric, economic)
• Indefinite integrals and basic techniques
• Differentials — a short topic, easy marks
• Continuity of functions
Priority 3 — Study These Last
• Sets and number operations — straightforward, just definitions
• Number sequences — understand convergence
• Function concept and elementary functions
• Matrix algebra — only appears in 1 variant!
General Tips for the Exam
• For limits, try direct substitution first. If you get 0/0, factor or use remarkable limits.
• For derivatives, identify the structure first: is it a product? quotient? composite?
• Always add +C when computing an indefinite integral.
• For implicit differentiation, every y-term gets a dy/dx factor.
• When in doubt on integration, try u-substitution first.
Good luck on your exam! 💪
Oguz Han Engineering and Technology University Page