SlideShare ist ein Scribd-Unternehmen logo
1 von 46
INTRODUCTORY CALCULUS
ICTE115
OSAFO APEANTI WILSON
Relations and Functions
A relation between two sets A and B is a collection of ordered pairs, where the
first coordinate comes from A (domain) and the second comes from B (range).
E.g. if A = {1, 2, 3, 4} and B = {a, b, c}, one relation is the three pairs {(1, c), (1,a),
(3, a)}.
A function on sets A and B is a special kind of relation where every element of A
(domain) is paired with exactly one element from B (range).
e.g. {(1, a), (2, a), (3, b), (4, b)} is a function from A to B.
The relation above fails to be a function in two ways.
• Not every element of A is paired with an element from B
• The element 1 is used twice, not once.
Note there is no such restrictions on B; that is, elements from B can be paired
with elements from A many times or not at all.
1
2
3
4
a
b
c
A B
1
2
3
4
a
b
c
A B
Example
Examples
Consider the following three relations on the set A = {1, 2, 3}:
• f = {(1, 3), (2, 3), (3, 1)},
• g= {(1, 2), (3, 1)},
• h= {(1, 3), (2, 1), (1, 2), (3, 1)}
f is a function from A into A since each member of A appears
as the first coordinate in exactly one ordered pair in f; here
f (1) = 3, f (2) = 3, and f (3) = 1.
g is not a function from A into A since 2 ∈ A is not the
first coordinate of any pair in g and so g does not assign any
image to 2.
h is not a function from A into A since 1 ∈ A appears as the
first coordinate of two distinct ordered pairs in h, (1, 3) and
(1, 2). If h is to be a function it cannot assign both 3 and 2
to the element 1 ∈ A.
Relations and Functions
Try
• Let X = {1, 2, 3, 4}. Determine whether each
relation on X is a function from X into X.
(a) f = {(2, 3), (1, 4), (2, 1), (3.2), (4, 4)}
(b) g = {(3, 1), (4, 2), (1, 1)}
(c) h = {(2, 1), (3, 4), (1, 4), (2, 1), (4, 4)}
Relations and Functions
DEFINITION
• A function ƒ from a set A to a set B is a rule that assigns a unique
(single) element ƒ(x) ∈ B to each element x ∈ A.
• The set A of all possible input values is called the domain of the function.
• The set B is called the target set or co-domain.
• The set of all values of ƒ(x) as x varies through out A is called the range of the
function.
• The range may not include every element in the set B (co-domain).
1
2
3
4
a
b
c
A (domain) B (Co-domain)
Range
Functions and Algorithms
let f denote a function from A into B. Then we
write f: A → B
• If 2 ∈ 𝐴, then 𝑓 (2) (read: “f of 2”) denotes
the unique element of B which f assigns to a; it
is called the image of 2 under f, or the value of f
at 2. in this case a
1
2
3
4
a
b
c
A B
f: A → B
Functions Defined by Equations
• Consider the equation y=x2 - 3x, where x can be any
real number. This equation assigns to each x-value
exactly one corresponding y- value.
• Example
Functions Defined by Equations
• Note that y depends on what value of x is
selected,
• y is the dependent variable (Range) .
• x is the independent variable (Domain)
• it is important to recognize that not all
equations define functions.
Functions Defined by Equations
• An equation is a function if each element in
the domain corresponds to exactly one
element in the range.
• Example
Not FunctionsFunctions
Vertical Line Test
• Given the graph of an equation, if any vertical
line that can be drawn intersects the graph at
no more than one point, the equation defines
a function of x.
• This test is called the vertical line test.
Vertical Line Test
• Functions
Vertical Line Test
• Not functions
Expressing a Function
• A function can be expressed one of four ways:
– verbally,
– numerically
– algebraically
– graphically
This is sometimes called the Rule of 4.
Function Notation
• Equation y = 2x + 5 is a function
• If we give the function a name, say, “ƒ ”, then we can
use function notation:
f (x) = 2x + 5
The symbol f (x) is read “f evaluated at x” or “f of x” and
represents the y-value that corresponds to a particular
x-value. In other words, y = f (x) a function can be
expressed by means of a mathematical formula.
The function 𝑓 𝑥 = 2𝑥 + 5 can be writen as 𝑥 →
2𝑥 + 5 or 𝑦 = 2𝑥 + 5
Function Notation
It is important to note that f is the function name,
whereas f (x) is the value of the function
Evaluating Functions by Substitution
Evaluating Functions by Substitution
Find 𝑓 (−2), 𝑓 (0), and 𝑓 (6) for 𝑓 (𝑥) = 𝑥 + 3.
We need to substitute −2, 0, and 6 for x in the function.
𝑓 (−2) = −2 + 3 = √1 = 1
𝑓 (0) = 0 + 3 = √3
𝑓 (6) = 6 + 3 = √9 = 3
Find 𝑓 (−8), 𝑓 (𝜋), and 𝑓 (10) for 𝑓 (𝑥) = 16.
𝑓 (𝑥) = 16 is a constant function, so the y-value is 16 no matter what quantity
is in the parentheses.
𝑓 (−8) = 16 𝑓 (𝜋) = 16 𝑓 (10) = 16
Evaluating Functions by Substitution
A piecewise function is a function with two or more formulas for computing 𝑦.
The formula to use depends on where 𝑥 is. There will be an interval for
𝑥 written next to each formula for 𝑦.
𝑓 𝑥 =
𝑥 − 1 𝑖𝑓 𝑥 ≤ −2
2𝑥 𝑖𝑓 − 2 < 𝑥 < 2
𝑥2
𝑖𝑓 𝑥 ≥ 2
In this example, there are three formulas for 𝑦: 𝑦 = 𝑥 − 1, 𝑦 = 2𝑥, and
𝑦 = 𝑥2, and three intervals for 𝑥: 𝑥 ≤ −2, −2 < 𝑥 < 2, and 𝑥 ≥ 2.
When evaluating this function, we need to decide to which interval 𝑥 belongs.
Then we will use the corresponding formula for 𝑦.
Evaluating Functions by Substitution
To find f (5), f (−3), and 𝑓 (0) for the function above.
For 𝑓 (5), does 𝑥 = 5 belong to 𝑥 ≤ −2, −2 < 𝑥 < 2, or 𝑥 ≥ 2?
Because 5 ≥ 2, we will use 𝑦 = 𝑥2, the formula written next to 𝑥 ≥ 2.
𝑓 (5) = 52 = 25
For 𝑓 (−3), does 𝑥 = −3 belong to 𝑥 ≤ −2, −2 < 𝑥 < 2, 𝑜𝑟 𝑥 ≥ 2?
Because −3 ≤ −2, we will use 𝑦 = 𝑥 − 1, the formula written next to
𝑥 ≤ −2.
𝑓 (−3) = −3 − 1 = −4
For 𝑓 (0), does 𝑥 = 0 belong to 𝑥 ≤ −2, −2 < 𝑥 < 2, 𝑜𝑟 𝑥 ≥ 2?
Because
−2 < 0 < 2, we will use 𝑦 = 2𝑥, the formula written next to −2 <
𝑥 < 2.
𝑓 (0) = 2(0) = 0
Evaluating Functions: Negatives
Evaluating Functions: Quotients
Evaluating the Difference Quotient
Evaluating the Difference Quotient
Domain of a Function
• “What can x be?” The domain of a function excludes
values that cause a function to be undefined or have
outputs that are not real numbers.
Determining the Domain of a
Function
Common Functions
Even and Odd Functions
Determining Whether a Function Is
Even, Odd, or Neither
Determining Whether a Function Is
Even, Odd, or Neither
ONE-TO-ONE, ONTO, AND INVERTIBLE
FUNCTIONS
A function f : A → B is said to be one-to-one (written 1-1) if different
elements in the domain A have
distinct images. That is f is one-to-one if f (a) = f (a’) implies a = a’
A function f: A → B is said to be an onto function if each element of B
is the image of some element of A.
Thus: f : A → B is onto if the image of f is the entire codomain, i.e.,
if f (A) = B. In such a case we say that f is a function from A onto B or
that f maps A onto B.
A function f: A → B is invertible if its inverse relation f −1 is a function
from B to A. In general, the inverse
relation f −1 may not be a function.
Theorem : A function f: A → B is invertible if and only if f is both one-
to-one and onto.
EXAMPLE
Consider the functions f1: A → B, f2: B → C, f3: C → D
and f4: D → E defined by the diagram of below.
Which of the function(s) are
a) One-to-one
b) Onto
c) Invertible
Geometrical Characterization of One-
to-One and Onto Functions
(1) f :R → R is one-to-one if each horizontal line
intersects the graph of f in at most one point.
(2) f :R → R is an onto function if each horizontal line
intersects the graph of f at one or more points.
Which of the following function is one to one or onto?
INCREASING, DECREASING, AND
CONSTANT FUNCTIONS
INCREASING, DECREASING, AND
CONSTANT FUNCTIONS
AVERAGE RATE OF CHANGE
• The slope of the secant line is used to
represent the average rate of change of the
function.
AVERAGE RATE OF CHANGE
Introductory calculus
Introductory calculus
Introductory calculus

Weitere ähnliche Inhalte

Was ist angesagt?

Functions and graphs
Functions and graphsFunctions and graphs
Functions and graphsSujata Tapare
 
7_Intro_to_Functions
7_Intro_to_Functions7_Intro_to_Functions
7_Intro_to_Functionsnechamkin
 
Relations & functions
Relations & functionsRelations & functions
Relations & functionsindu thakur
 
2.1 Functions and Their Graphs
2.1 Functions and Their Graphs2.1 Functions and Their Graphs
2.1 Functions and Their Graphshisema01
 
mathematical functions
mathematical functions mathematical functions
mathematical functions Anshul gour
 
CBSE Class 12 Mathematics formulas
CBSE Class 12 Mathematics formulasCBSE Class 12 Mathematics formulas
CBSE Class 12 Mathematics formulasParth Kshirsagar
 
Relations & functions.pps
Relations  &  functions.ppsRelations  &  functions.pps
Relations & functions.ppsindu psthakur
 
Function notation by sadiq
Function notation by sadiqFunction notation by sadiq
Function notation by sadiqSadiq Hussain
 
Algebraic functions powerpoint
Algebraic functions powerpointAlgebraic functions powerpoint
Algebraic functions powerpointCaron White
 
PPt on Functions
PPt on FunctionsPPt on Functions
PPt on Functionscoolhanddav
 
Relations and Functions
Relations and FunctionsRelations and Functions
Relations and Functionstoni dimella
 
Holt alg1 ch5 1 identify linear functions
Holt alg1 ch5 1 identify linear functionsHolt alg1 ch5 1 identify linear functions
Holt alg1 ch5 1 identify linear functionslothomas
 

Was ist angesagt? (18)

Functions and graphs
Functions and graphsFunctions and graphs
Functions and graphs
 
7_Intro_to_Functions
7_Intro_to_Functions7_Intro_to_Functions
7_Intro_to_Functions
 
Relations & functions
Relations & functionsRelations & functions
Relations & functions
 
function
functionfunction
function
 
Functions
FunctionsFunctions
Functions
 
Lec 04 function
Lec 04   functionLec 04   function
Lec 04 function
 
2.1 Functions and Their Graphs
2.1 Functions and Their Graphs2.1 Functions and Their Graphs
2.1 Functions and Their Graphs
 
mathematical functions
mathematical functions mathematical functions
mathematical functions
 
CBSE Class 12 Mathematics formulas
CBSE Class 12 Mathematics formulasCBSE Class 12 Mathematics formulas
CBSE Class 12 Mathematics formulas
 
Relations & functions.pps
Relations  &  functions.ppsRelations  &  functions.pps
Relations & functions.pps
 
Function notation by sadiq
Function notation by sadiqFunction notation by sadiq
Function notation by sadiq
 
Algebraic functions powerpoint
Algebraic functions powerpointAlgebraic functions powerpoint
Algebraic functions powerpoint
 
7 functions
7   functions7   functions
7 functions
 
Relations and functions
Relations and functionsRelations and functions
Relations and functions
 
PPt on Functions
PPt on FunctionsPPt on Functions
PPt on Functions
 
Relations and Functions
Relations and FunctionsRelations and Functions
Relations and Functions
 
Functions
FunctionsFunctions
Functions
 
Holt alg1 ch5 1 identify linear functions
Holt alg1 ch5 1 identify linear functionsHolt alg1 ch5 1 identify linear functions
Holt alg1 ch5 1 identify linear functions
 

Ähnlich wie Introductory calculus

power point presentation on genmath_lesson1_2_.pptx
power point presentation on genmath_lesson1_2_.pptxpower point presentation on genmath_lesson1_2_.pptx
power point presentation on genmath_lesson1_2_.pptxdatumanongnormalah
 
3.1 Functions and Function Notation
3.1 Functions and Function Notation3.1 Functions and Function Notation
3.1 Functions and Function Notationsmiller5
 
01. Functions-Theory & Solved Examples Module-4.pdf
01. Functions-Theory & Solved Examples Module-4.pdf01. Functions-Theory & Solved Examples Module-4.pdf
01. Functions-Theory & Solved Examples Module-4.pdfRajuSingh806014
 
Calculus - 1 Functions, domain and range
Calculus - 1 Functions, domain and rangeCalculus - 1 Functions, domain and range
Calculus - 1 Functions, domain and rangeIdrisJeffreyManguera
 
Chpt 2-functions-seqs v.5
Chpt 2-functions-seqs v.5Chpt 2-functions-seqs v.5
Chpt 2-functions-seqs v.5ShahidAkbar22
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10Boipelo Radebe
 
237654933 mathematics-t-form-6
237654933 mathematics-t-form-6237654933 mathematics-t-form-6
237654933 mathematics-t-form-6homeworkping3
 
CMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions RepresentationsCMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions Representationsallyn joy calcaben
 
Algebra 2. 9.16 Quadratics 2
Algebra 2.  9.16 Quadratics 2Algebra 2.  9.16 Quadratics 2
Algebra 2. 9.16 Quadratics 2dmatkeson21
 
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLESTYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLESMohanSonawane
 
5.1 indentifying linear equations
5.1 indentifying linear equations5.1 indentifying linear equations
5.1 indentifying linear equationscoolhanddav
 
Module 3 exponential and logarithmic functions
Module 3   exponential and logarithmic functionsModule 3   exponential and logarithmic functions
Module 3 exponential and logarithmic functionsdionesioable
 

Ähnlich wie Introductory calculus (20)

Task3
Task3Task3
Task3
 
Funcionesreales 160109205602
Funcionesreales 160109205602Funcionesreales 160109205602
Funcionesreales 160109205602
 
Functions
FunctionsFunctions
Functions
 
power point presentation on genmath_lesson1_2_.pptx
power point presentation on genmath_lesson1_2_.pptxpower point presentation on genmath_lesson1_2_.pptx
power point presentation on genmath_lesson1_2_.pptx
 
3.1 Functions and Function Notation
3.1 Functions and Function Notation3.1 Functions and Function Notation
3.1 Functions and Function Notation
 
01. Functions-Theory & Solved Examples Module-4.pdf
01. Functions-Theory & Solved Examples Module-4.pdf01. Functions-Theory & Solved Examples Module-4.pdf
01. Functions-Theory & Solved Examples Module-4.pdf
 
LCV-MATH-1.pptx
LCV-MATH-1.pptxLCV-MATH-1.pptx
LCV-MATH-1.pptx
 
Calculus - 1 Functions, domain and range
Calculus - 1 Functions, domain and rangeCalculus - 1 Functions, domain and range
Calculus - 1 Functions, domain and range
 
Chpt 2-functions-seqs v.5
Chpt 2-functions-seqs v.5Chpt 2-functions-seqs v.5
Chpt 2-functions-seqs v.5
 
Functions for Grade 10
Functions for Grade 10Functions for Grade 10
Functions for Grade 10
 
237654933 mathematics-t-form-6
237654933 mathematics-t-form-6237654933 mathematics-t-form-6
237654933 mathematics-t-form-6
 
CMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions RepresentationsCMSC 56 | Lecture 9: Functions Representations
CMSC 56 | Lecture 9: Functions Representations
 
Functions
FunctionsFunctions
Functions
 
Inverse Functions
Inverse FunctionsInverse Functions
Inverse Functions
 
Algebra 2. 9.16 Quadratics 2
Algebra 2.  9.16 Quadratics 2Algebra 2.  9.16 Quadratics 2
Algebra 2. 9.16 Quadratics 2
 
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLESTYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
TYPES OF FUNCTION FOR JEE PREPARATION WITH EXAMPLES
 
Chapter 5 Identifying Linear Functions
Chapter 5 Identifying Linear FunctionsChapter 5 Identifying Linear Functions
Chapter 5 Identifying Linear Functions
 
5.1 indentifying linear equations
5.1 indentifying linear equations5.1 indentifying linear equations
5.1 indentifying linear equations
 
Module 3 exponential and logarithmic functions
Module 3   exponential and logarithmic functionsModule 3   exponential and logarithmic functions
Module 3 exponential and logarithmic functions
 
Inverse function
Inverse function Inverse function
Inverse function
 

Kürzlich hochgeladen

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13Steve Thomason
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeThiyagu K
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)eniolaolutunde
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...EduSkills OECD
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityGeoBlogs
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Celine George
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfAyushMahapatra5
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room servicediscovermytutordmt
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...PsychoTech Services
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Disha Kariya
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajanpragatimahajan3
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfagholdier
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Krashi Coaching
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfAdmir Softic
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdfQucHHunhnh
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxiammrhaywood
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfchloefrazer622
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactPECB
 

Kürzlich hochgeladen (20)

The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13The Most Excellent Way | 1 Corinthians 13
The Most Excellent Way | 1 Corinthians 13
 
Measures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and ModeMeasures of Central Tendency: Mean, Median and Mode
Measures of Central Tendency: Mean, Median and Mode
 
Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)Software Engineering Methodologies (overview)
Software Engineering Methodologies (overview)
 
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
Presentation by Andreas Schleicher Tackling the School Absenteeism Crisis 30 ...
 
Paris 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activityParis 2024 Olympic Geographies - an activity
Paris 2024 Olympic Geographies - an activity
 
Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17Advanced Views - Calendar View in Odoo 17
Advanced Views - Calendar View in Odoo 17
 
Class 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdfClass 11th Physics NEET formula sheet pdf
Class 11th Physics NEET formula sheet pdf
 
9548086042 for call girls in Indira Nagar with room service
9548086042  for call girls in Indira Nagar  with room service9548086042  for call girls in Indira Nagar  with room service
9548086042 for call girls in Indira Nagar with room service
 
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
IGNOU MSCCFT and PGDCFT Exam Question Pattern: MCFT003 Counselling and Family...
 
Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..Sports & Fitness Value Added Course FY..
Sports & Fitness Value Added Course FY..
 
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptxINDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
INDIA QUIZ 2024 RLAC DELHI UNIVERSITY.pptx
 
social pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajansocial pharmacy d-pharm 1st year by Pragati K. Mahajan
social pharmacy d-pharm 1st year by Pragati K. Mahajan
 
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"Mattingly "AI & Prompt Design: The Basics of Prompt Design"
Mattingly "AI & Prompt Design: The Basics of Prompt Design"
 
Holdier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdfHoldier Curriculum Vitae (April 2024).pdf
Holdier Curriculum Vitae (April 2024).pdf
 
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
Kisan Call Centre - To harness potential of ICT in Agriculture by answer farm...
 
Key note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdfKey note speaker Neum_Admir Softic_ENG.pdf
Key note speaker Neum_Admir Softic_ENG.pdf
 
1029-Danh muc Sach Giao Khoa khoi 6.pdf
1029-Danh muc Sach Giao Khoa khoi  6.pdf1029-Danh muc Sach Giao Khoa khoi  6.pdf
1029-Danh muc Sach Giao Khoa khoi 6.pdf
 
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptxSOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
SOCIAL AND HISTORICAL CONTEXT - LFTVD.pptx
 
Disha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdfDisha NEET Physics Guide for classes 11 and 12.pdf
Disha NEET Physics Guide for classes 11 and 12.pdf
 
Beyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global ImpactBeyond the EU: DORA and NIS 2 Directive's Global Impact
Beyond the EU: DORA and NIS 2 Directive's Global Impact
 

Introductory calculus

  • 2. Relations and Functions A relation between two sets A and B is a collection of ordered pairs, where the first coordinate comes from A (domain) and the second comes from B (range). E.g. if A = {1, 2, 3, 4} and B = {a, b, c}, one relation is the three pairs {(1, c), (1,a), (3, a)}. A function on sets A and B is a special kind of relation where every element of A (domain) is paired with exactly one element from B (range). e.g. {(1, a), (2, a), (3, b), (4, b)} is a function from A to B. The relation above fails to be a function in two ways. • Not every element of A is paired with an element from B • The element 1 is used twice, not once. Note there is no such restrictions on B; that is, elements from B can be paired with elements from A many times or not at all. 1 2 3 4 a b c A B 1 2 3 4 a b c A B
  • 4. Examples Consider the following three relations on the set A = {1, 2, 3}: • f = {(1, 3), (2, 3), (3, 1)}, • g= {(1, 2), (3, 1)}, • h= {(1, 3), (2, 1), (1, 2), (3, 1)} f is a function from A into A since each member of A appears as the first coordinate in exactly one ordered pair in f; here f (1) = 3, f (2) = 3, and f (3) = 1. g is not a function from A into A since 2 ∈ A is not the first coordinate of any pair in g and so g does not assign any image to 2. h is not a function from A into A since 1 ∈ A appears as the first coordinate of two distinct ordered pairs in h, (1, 3) and (1, 2). If h is to be a function it cannot assign both 3 and 2 to the element 1 ∈ A.
  • 5. Relations and Functions Try • Let X = {1, 2, 3, 4}. Determine whether each relation on X is a function from X into X. (a) f = {(2, 3), (1, 4), (2, 1), (3.2), (4, 4)} (b) g = {(3, 1), (4, 2), (1, 1)} (c) h = {(2, 1), (3, 4), (1, 4), (2, 1), (4, 4)}
  • 6. Relations and Functions DEFINITION • A function ƒ from a set A to a set B is a rule that assigns a unique (single) element ƒ(x) ∈ B to each element x ∈ A. • The set A of all possible input values is called the domain of the function. • The set B is called the target set or co-domain. • The set of all values of ƒ(x) as x varies through out A is called the range of the function. • The range may not include every element in the set B (co-domain). 1 2 3 4 a b c A (domain) B (Co-domain) Range
  • 7. Functions and Algorithms let f denote a function from A into B. Then we write f: A → B • If 2 ∈ 𝐴, then 𝑓 (2) (read: “f of 2”) denotes the unique element of B which f assigns to a; it is called the image of 2 under f, or the value of f at 2. in this case a 1 2 3 4 a b c A B f: A → B
  • 8. Functions Defined by Equations • Consider the equation y=x2 - 3x, where x can be any real number. This equation assigns to each x-value exactly one corresponding y- value. • Example
  • 9. Functions Defined by Equations • Note that y depends on what value of x is selected, • y is the dependent variable (Range) . • x is the independent variable (Domain) • it is important to recognize that not all equations define functions.
  • 10. Functions Defined by Equations • An equation is a function if each element in the domain corresponds to exactly one element in the range. • Example Not FunctionsFunctions
  • 11. Vertical Line Test • Given the graph of an equation, if any vertical line that can be drawn intersects the graph at no more than one point, the equation defines a function of x. • This test is called the vertical line test.
  • 13. Vertical Line Test • Not functions
  • 14. Expressing a Function • A function can be expressed one of four ways: – verbally, – numerically – algebraically – graphically This is sometimes called the Rule of 4.
  • 15. Function Notation • Equation y = 2x + 5 is a function • If we give the function a name, say, “ƒ ”, then we can use function notation: f (x) = 2x + 5 The symbol f (x) is read “f evaluated at x” or “f of x” and represents the y-value that corresponds to a particular x-value. In other words, y = f (x) a function can be expressed by means of a mathematical formula. The function 𝑓 𝑥 = 2𝑥 + 5 can be writen as 𝑥 → 2𝑥 + 5 or 𝑦 = 2𝑥 + 5
  • 16. Function Notation It is important to note that f is the function name, whereas f (x) is the value of the function
  • 17. Evaluating Functions by Substitution
  • 18. Evaluating Functions by Substitution Find 𝑓 (−2), 𝑓 (0), and 𝑓 (6) for 𝑓 (𝑥) = 𝑥 + 3. We need to substitute −2, 0, and 6 for x in the function. 𝑓 (−2) = −2 + 3 = √1 = 1 𝑓 (0) = 0 + 3 = √3 𝑓 (6) = 6 + 3 = √9 = 3 Find 𝑓 (−8), 𝑓 (𝜋), and 𝑓 (10) for 𝑓 (𝑥) = 16. 𝑓 (𝑥) = 16 is a constant function, so the y-value is 16 no matter what quantity is in the parentheses. 𝑓 (−8) = 16 𝑓 (𝜋) = 16 𝑓 (10) = 16
  • 19. Evaluating Functions by Substitution A piecewise function is a function with two or more formulas for computing 𝑦. The formula to use depends on where 𝑥 is. There will be an interval for 𝑥 written next to each formula for 𝑦. 𝑓 𝑥 = 𝑥 − 1 𝑖𝑓 𝑥 ≤ −2 2𝑥 𝑖𝑓 − 2 < 𝑥 < 2 𝑥2 𝑖𝑓 𝑥 ≥ 2 In this example, there are three formulas for 𝑦: 𝑦 = 𝑥 − 1, 𝑦 = 2𝑥, and 𝑦 = 𝑥2, and three intervals for 𝑥: 𝑥 ≤ −2, −2 < 𝑥 < 2, and 𝑥 ≥ 2. When evaluating this function, we need to decide to which interval 𝑥 belongs. Then we will use the corresponding formula for 𝑦.
  • 20. Evaluating Functions by Substitution To find f (5), f (−3), and 𝑓 (0) for the function above. For 𝑓 (5), does 𝑥 = 5 belong to 𝑥 ≤ −2, −2 < 𝑥 < 2, or 𝑥 ≥ 2? Because 5 ≥ 2, we will use 𝑦 = 𝑥2, the formula written next to 𝑥 ≥ 2. 𝑓 (5) = 52 = 25 For 𝑓 (−3), does 𝑥 = −3 belong to 𝑥 ≤ −2, −2 < 𝑥 < 2, 𝑜𝑟 𝑥 ≥ 2? Because −3 ≤ −2, we will use 𝑦 = 𝑥 − 1, the formula written next to 𝑥 ≤ −2. 𝑓 (−3) = −3 − 1 = −4 For 𝑓 (0), does 𝑥 = 0 belong to 𝑥 ≤ −2, −2 < 𝑥 < 2, 𝑜𝑟 𝑥 ≥ 2? Because −2 < 0 < 2, we will use 𝑦 = 2𝑥, the formula written next to −2 < 𝑥 < 2. 𝑓 (0) = 2(0) = 0
  • 25.
  • 26. Domain of a Function • “What can x be?” The domain of a function excludes values that cause a function to be undefined or have outputs that are not real numbers.
  • 27. Determining the Domain of a Function
  • 29.
  • 30.
  • 31.
  • 32.
  • 33.
  • 34. Even and Odd Functions
  • 35. Determining Whether a Function Is Even, Odd, or Neither
  • 36. Determining Whether a Function Is Even, Odd, or Neither
  • 37. ONE-TO-ONE, ONTO, AND INVERTIBLE FUNCTIONS A function f : A → B is said to be one-to-one (written 1-1) if different elements in the domain A have distinct images. That is f is one-to-one if f (a) = f (a’) implies a = a’ A function f: A → B is said to be an onto function if each element of B is the image of some element of A. Thus: f : A → B is onto if the image of f is the entire codomain, i.e., if f (A) = B. In such a case we say that f is a function from A onto B or that f maps A onto B. A function f: A → B is invertible if its inverse relation f −1 is a function from B to A. In general, the inverse relation f −1 may not be a function. Theorem : A function f: A → B is invertible if and only if f is both one- to-one and onto.
  • 38. EXAMPLE Consider the functions f1: A → B, f2: B → C, f3: C → D and f4: D → E defined by the diagram of below. Which of the function(s) are a) One-to-one b) Onto c) Invertible
  • 39. Geometrical Characterization of One- to-One and Onto Functions (1) f :R → R is one-to-one if each horizontal line intersects the graph of f in at most one point. (2) f :R → R is an onto function if each horizontal line intersects the graph of f at one or more points. Which of the following function is one to one or onto?
  • 42. AVERAGE RATE OF CHANGE • The slope of the secant line is used to represent the average rate of change of the function.
  • 43. AVERAGE RATE OF CHANGE