Elementary Mathematics III Lecture Notes Flashcards

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/47

flashcard set

Earn XP

Description and Tags

A comprehensive set of flashcards covering functions, limits, derivatives, integration, and their applications as presented in the Elementary Mathematics III lecture transcript.

Last updated 2:57 PM on 6/29/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

48 Terms

1
New cards

Function

A rule f:XYf: X \rightarrow Y which assigns or associates to each element xx of the set XX a unique element yy of the set YY, commonly written as y=f(x)y = f(x).

2
New cards

Domain

The set XX of all xx-values allowed by the function f:XYf: X \rightarrow Y, denoted by Dom(f)Dom(f) or D(f)D(f).

3
New cards

Range

The set of all admissible yy-values as xx goes through all values in its domain, denoted by Ran(f)Ran(f) or R(f)R(f).

4
New cards

Codomain

The set YY in the definition of a function f:XYf: X \rightarrow Y, which contains all possible image values.

5
New cards

Injective Function

Also known as one-to-one, it is a function where f(x1)=f(x2)f(x_1) = f(x_2) implies x1=x2x_1 = x_2, meaning different inputs always map to different outputs.

6
New cards

Surjective Function

Also known as onto, it is a function where every element in the codomain YY has at least one preimage xx in the domain XX.

7
New cards

Bijective Function

A function that is both injective (one to one) and surjective (onto).

8
New cards

Composite Function

The result of combining two functions f:XYf: X \rightarrow Y and g:YZg: Y \rightarrow Z to form h(x)=(g o f)(x)=g(f(x))h(x) = (g \text{ o } f)(x) = g(f(x)).

9
New cards

Inverse Function

A function f1f^{-1} that exists only for bijective functions such that f1(f(x))=xf^{-1}(f(x)) = x and f(f1(y))=yf(f^{-1}(y)) = y.

10
New cards

Monotonic Function

A function which is either increasing, strictly increasing, decreasing, or strictly decreasing on a given interval.

11
New cards

Odd Function

A function that satisfies the condition f(x)=f(x)f(-x) = -f(x) for all xx in its domain.

12
New cards

Even Function

A function that satisfies the condition f(x)=f(x)f(-x) = f(x) for all xx in its domain.

13
New cards

Parity

The property of a function based on its evenness or oddness.

14
New cards

Floor Function

Represented by bxc\text{bxc}, its value for every real number xx is the greatest integer which is less than or equal to xx.

15
New cards

Ceiling Function

Represented by dxe\text{dxe}, its value for every real number xx is the smallest integer that is greater than or equal to xx.

16
New cards

Periodic Function

A function where there exists T>0T > 0 such that f(x+T)=f(x)f(x + T) = f(x) for every xx in the domain; TT is called the period.

17
New cards

Zeros of a Function

The values of xx for which the function f(x)f(x) takes the value zero.

18
New cards

Singularities

For a rational function f(x)=P(x)Q(x)f(x) = \frac{P(x)}{Q(x)}, these are the values of xx for which the denominator Q(x)=0Q(x) = 0.

19
New cards

Limit from the Left

The limit ll reached as xx tends to bb from the left, written as limxbf(x)=l\text{lim}_{x \rightarrow b^{-}} f(x) = l.

20
New cards

Continuity at a Point

A function f(x)f(x) is continuous at x=ax = a if limxaf(x)\text{lim}_{x \rightarrow a} f(x) exists and equals f(a)f(a).

21
New cards

Indeterminate Form

A form such as 0/00/0 or infinf\frac{\text{inf}}{\text{inf}} that a ratio of functions takes as the variable approaches a specific value.

22
New cards

L'hospital's Rule

A rule stating that if f(x)/g(x)f(x)/g(x) result in an indeterminate form, its limit can be calculated as limxx0f(x)g(x)\text{lim}_{x \rightarrow x_0} \frac{f'(x)}{g'(x)}.

23
New cards

Derivative

The limiting value MM of the slope of a tangent line to the graph of ff at point PP, defined as M=limh0f(a+h)f(a)hM = \text{lim}_{h \rightarrow 0} \frac{f(a+h)-f(a)}{h}.

24
New cards

First Principles

The process of finding the derived function f(x)f'(x) using the definition of the derivative and the limiting process.

25
New cards

Differential Operator

The symbol dydx\frac{dy}{dx} first used by Liebnitz to denote the derivative of a function.

26
New cards

Chain Rule

A method for differentiating composite functions, expressed as dydx=dydu×dudx\frac{dy}{dx} = \frac{dy}{du} \times \frac{du}{dx}.

27
New cards

Leibnitz Rule

A formula for the nn-th derivative of the product of two functions U(x)U(x) and V(x)V(x), involving combinations nCrnCr.

28
New cards

Implicit Function

A function not expressed solely in terms of the independent variable, defined by conditions it satisfies rather than an explicit formula.

29
New cards

Natural Logarithmic Function

A function of the form f(x)=logeu(x)f(x) = \text{log}_e u(x), also denoted as ln u\text{ln } u.

30
New cards

Critical Point

A value cc in the domain where the derivative f(c)=0f'(c) = 0, representing a turning point where the tangent is horizontal.

31
New cards

Point of Inflexion

A point on a curve where the second derivative equals zero and the concavity of the graph changes.

32
New cards

Rolle's Theorem

States that if ff is continuous on [x1,x2][x_1, x_2], differentiable on (x1,x2)(x_1, x_2), and f(x1)=f(x2)f(x_1) = f(x_2), then there exists at least one pp in (x1,x2)(x_1, x_2) such that f(p)=0f'(p) = 0.

33
New cards

Mean Value Theorem

States that for a continuous and differentiable function on an interval [a,b][a, b], there is a point pp such that f(b)f(a)=(ba)f(p)f(b) - f(a) = (b - a)f'(p).

34
New cards

Antiderivative

The perspective of integration as finding a function whose derivative is given.

35
New cards

Indefinite Integral

Represented by integral f(x)dx=F(x)+C\text{integral } f(x)dx = F(x) + C, where CC is an arbitrary constant.

36
New cards

Integration by Parts

A method based on the product rule for derivatives: integral udvdxdx=uvintegral vdudxdx\text{integral } u \frac{dv}{dx} dx = uv - \text{integral } v \frac{du}{dx} dx.

37
New cards

Partial Fractions

A method of resolving a rational function into a sum of simpler fractions to facilitate integration.

38
New cards

Definite Integral

The limit of the sum of area strips as the number of strips tends to infinity, written as integralabf(x)dx\text{integral}_a^b f(x)dx.

39
New cards

Arc Length

The length of a curve y=f(x)y = f(x) between two points, calculated as integralab[1+(f(x))2]1/2dx\text{integral}_a^b [1 + (f'(x))^2]^{1/2} dx.

40
New cards

Solid of Revolution

A solid figure generated by rotating a region under a curve around an axis, such as the xx-axis or yy-axis.

41
New cards

Moment of Inertia

The sum of the product of each mass and the square of its distance from a given line, often denoted by II.

42
New cards

Radius of Gyration

The distance kk from a given line at which a single mass equal to the total mass would have the same moment of inertia.

43
New cards

Work

The integral of force over displacement, calculated as W=integralabF(s)dsW = \text{integral}_a^b F(s)ds.

44
New cards

Ordinary Differential Equation (ODE)

An equation involving ordinary differential coefficients like dydx\frac{dy}{dx} or d2ydx2\frac{d^2y}{dx^2}.

45
New cards

General Solution

The form of a solution to a differential equation that includes unknown constants representing all possible solutions.

46
New cards

Half-life

The time it takes for a substance to disintegrate to half of its original quantity.

47
New cards

Marginal Cost

The rate of change of the total cost with respect to the number of items produced: dCdx\frac{dC}{dx}.

48
New cards

Marginal Revenue

The rate of change of total revenue realized from the production and sale of units of a commodity.