SlideShare uma empresa Scribd logo
1 de 13
FUNCTIONS
INTRODUCTION
The Function Rule
• A function can be thought of as a rule which
operates on an input and produces and output.
The Function Notation
𝑓 𝑥 = 3𝑥
• Read as “𝒇 as a function of 𝒙” or “𝒇 of 𝒙” or “the rule of 𝒇 is….”
• meaning that the value of the output from the function depends upon the value of the
input x.
• The value of the output is often called the ‘value of the function’.
Name of the
function
Input Output (value of the function)
The Function Notation
Given the following functions, find the value of the output with each given
input or argument:
1. Given: 𝑓 𝑥 = 3𝑥 + 1
i. 𝑓 2
ii. 𝑓 −1
iii. 𝑓(6)
2. Given: 𝑦 𝑥 = 3𝑥 + 2
i. 𝑦 𝑡
ii. 𝑦 2𝑡
iii. 𝑦(𝑧 + 2)
The Function Notation
Given the following functions, find the value of
the output with each given input or argument:
3. 𝑔 𝑥 = 3𝑥2 − 7
i. 𝑔(3𝑡)
ii. 𝑔 𝑡 + 5
Operations on Functions
•Similar to any real numbers, functions can also be added,
subtracted, multiplied and divided.
EQUATION OPERATION
𝒇 + 𝒈 𝒙 = 𝒇 𝒙 + 𝒈(𝒙) Addition
𝑓 − 𝑔 𝑥 = 𝑓 𝑥 − 𝑔(𝑥) Subtraction
𝑓 ∙ 𝑔 𝑥 = 𝑓(𝑥) ∙ 𝑔(𝑥) Multiplication
𝑓
𝑔
𝑥 = 𝑓(𝑥)/𝑔 𝑥 Division
𝑓 ∘ 𝑔 𝑥 = 𝑓(𝑔 𝑥 ) Composition
Operations on Functions
Examples:
1. Given 𝑓 𝑥 = 3𝑥 + 2 and 𝑔 𝑥 = 4 − 5𝑥,
Find:
i. (𝑓 + 𝑔)(𝑥)
ii. 𝑓 − 𝑔 𝑥
iii. 𝑓 ∙ 𝑔 𝑥
iv.
𝑓
𝑔
𝑥
Operations on Functions
Examples:
2. Given: 𝑓 𝑥 = 2𝑥, 𝑔 𝑥 = 𝑥 + 4, and ℎ 𝑥 = 5 − 𝑥3
.
Find:
i. 𝑓 + 𝑔 2
ii. ℎ − 𝑔 2
iii. 𝑓 ∙ ℎ 2
iv.
ℎ
𝑔
2
v. (𝑔 ∘ ℎ)(2)
Drills
For numbers 5 and 6, evaluate the following functions.
5. Given the function 𝑓 𝑥 = 5𝑥 + 8, find the value of the
output given the following input or argument
a. 𝑓 𝑡
b. 𝑓 −8
c. 𝑓 5
d. 𝑓 3𝑥
e. 𝑓(7 − 𝑥)
Functions in Real-Life Situations
Example 1:
f(t) = 10,000(1.05)t represent the amount of money if P10,000 is invested at 5% compounded
annually.
Example 2:
Suppose that a jeepney ride costs P8 for the first 4 kilometers, then an additional P1.50 for each
succeeding kilometer.Then the cost of a jeepney fare for a jeepney on an 8-kilometer route can be
modeled by:
𝐹( 𝑑) =
8.00 𝑖𝑓 0 < 𝑑 ≤ 4
9.50 𝑖𝑓 4 < 𝑑 ≤ 5
11.00 𝑖𝑓 5 < 𝑑 ≤ 6
12.50 𝑖𝑓 6 < 𝑑 ≤ 7
14.00 𝑖𝑓 7 < 𝑑 ≤ 8
where d is the distance travelled and F(d) is the fare.
Piecewise Function
• Is a function defined by multiple sub-functions with each sub-
function applying to a certain interval of the function’s domain
(or a sub-domain)
𝐹( 𝑑) =
8.00 𝑖𝑓 0 < 𝑑 ≤ 4
9.50 𝑖𝑓 4 < 𝑑 ≤ 5
11.00 𝑖𝑓 5 < 𝑑 ≤ 6
12.50 𝑖𝑓 6 < 𝑑 ≤ 7
14.00 𝑖𝑓 7 < 𝑑 ≤ 8
Piecewise Function
Example:
•The fee for hiring a guide to hike Mt. Apo is P700. Suppose that
the guide can take care of at least 8 hikers and a maximum of 16.
For every succeeding 2 hikers, there is an additional fee of P125.
Represent the cost of hiring guides as a piecewise function of the
number of hikers.
REVIEWTHE CONCEPTS FOR A SMOOTH
FLOWTHISWEEK! :3

Mais conteúdo relacionado

Mais procurados

Operators and expressions in C++
Operators and expressions in C++Operators and expressions in C++
Operators and expressions in C++Neeru Mittal
 
Python Basic Operators
Python Basic OperatorsPython Basic Operators
Python Basic OperatorsSoba Arjun
 
Pointers in Programming
Pointers in ProgrammingPointers in Programming
Pointers in ProgrammingHamadZia1
 
Operators
OperatorsOperators
OperatorsKamran
 
Infix to Prefix (Conversion, Evaluation, Code)
Infix to Prefix (Conversion, Evaluation, Code)Infix to Prefix (Conversion, Evaluation, Code)
Infix to Prefix (Conversion, Evaluation, Code)Ahmed Khateeb
 
USER DEFINE FUNCTIONS IN PYTHON[WITH PARAMETERS]
USER DEFINE FUNCTIONS IN PYTHON[WITH PARAMETERS]USER DEFINE FUNCTIONS IN PYTHON[WITH PARAMETERS]
USER DEFINE FUNCTIONS IN PYTHON[WITH PARAMETERS]vikram mahendra
 
Input processing and output in Python
Input processing and output in PythonInput processing and output in Python
Input processing and output in PythonRaajendra M
 
multiple linear regression
multiple linear regressionmultiple linear regression
multiple linear regressionAkhilesh Joshi
 
4. operators in c programming by digital wave
4. operators in  c programming by digital wave4. operators in  c programming by digital wave
4. operators in c programming by digital waveRahulSharma4566
 
Dam31303 dti2143 lab sheet 7
Dam31303 dti2143 lab sheet 7Dam31303 dti2143 lab sheet 7
Dam31303 dti2143 lab sheet 7alish sha
 
Infix prefix postfix
Infix prefix postfixInfix prefix postfix
Infix prefix postfixSelf-Employed
 
please sir i want to comments of every code what i do in eachline . in this w...
please sir i want to comments of every code what i do in eachline . in this w...please sir i want to comments of every code what i do in eachline . in this w...
please sir i want to comments of every code what i do in eachline . in this w...hwbloom27
 

Mais procurados (19)

C Sharp Jn (2)
C Sharp Jn (2)C Sharp Jn (2)
C Sharp Jn (2)
 
Operators and expressions in C++
Operators and expressions in C++Operators and expressions in C++
Operators and expressions in C++
 
Python : Operators
Python : OperatorsPython : Operators
Python : Operators
 
Prefix Postfix
Prefix PostfixPrefix Postfix
Prefix Postfix
 
Queue
QueueQueue
Queue
 
Operators in python
Operators in pythonOperators in python
Operators in python
 
Python Basic Operators
Python Basic OperatorsPython Basic Operators
Python Basic Operators
 
Pointers in Programming
Pointers in ProgrammingPointers in Programming
Pointers in Programming
 
Operators
OperatorsOperators
Operators
 
Labsheet_3
Labsheet_3Labsheet_3
Labsheet_3
 
Infix to Prefix (Conversion, Evaluation, Code)
Infix to Prefix (Conversion, Evaluation, Code)Infix to Prefix (Conversion, Evaluation, Code)
Infix to Prefix (Conversion, Evaluation, Code)
 
USER DEFINE FUNCTIONS IN PYTHON[WITH PARAMETERS]
USER DEFINE FUNCTIONS IN PYTHON[WITH PARAMETERS]USER DEFINE FUNCTIONS IN PYTHON[WITH PARAMETERS]
USER DEFINE FUNCTIONS IN PYTHON[WITH PARAMETERS]
 
Input processing and output in Python
Input processing and output in PythonInput processing and output in Python
Input processing and output in Python
 
multiple linear regression
multiple linear regressionmultiple linear regression
multiple linear regression
 
4. operators in c programming by digital wave
4. operators in  c programming by digital wave4. operators in  c programming by digital wave
4. operators in c programming by digital wave
 
Dam31303 dti2143 lab sheet 7
Dam31303 dti2143 lab sheet 7Dam31303 dti2143 lab sheet 7
Dam31303 dti2143 lab sheet 7
 
Infix prefix postfix
Infix prefix postfixInfix prefix postfix
Infix prefix postfix
 
DATA TYPE IN PYTHON
DATA TYPE IN PYTHONDATA TYPE IN PYTHON
DATA TYPE IN PYTHON
 
please sir i want to comments of every code what i do in eachline . in this w...
please sir i want to comments of every code what i do in eachline . in this w...please sir i want to comments of every code what i do in eachline . in this w...
please sir i want to comments of every code what i do in eachline . in this w...
 

Semelhante a BB - Functions (Operations and Piecewise)

Functional Programming in Swift
Functional Programming in SwiftFunctional Programming in Swift
Functional Programming in SwiftSaugat Gautam
 
Iterative control structures, looping, types of loops, loop working
Iterative control structures, looping, types of loops, loop workingIterative control structures, looping, types of loops, loop working
Iterative control structures, looping, types of loops, loop workingNeeru Mittal
 
46630497 fun-pointer-1
46630497 fun-pointer-146630497 fun-pointer-1
46630497 fun-pointer-1AmIt Prasad
 
how to reuse code
how to reuse codehow to reuse code
how to reuse codejleed1
 
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
 
Lecture#6 functions in c++
Lecture#6 functions in c++Lecture#6 functions in c++
Lecture#6 functions in c++NUST Stuff
 
Dti2143 chapter 5
Dti2143 chapter 5Dti2143 chapter 5
Dti2143 chapter 5alish sha
 
Introduction to functional programming using Ocaml
Introduction to functional programming using OcamlIntroduction to functional programming using Ocaml
Introduction to functional programming using Ocamlpramode_ce
 
Data Handling.pdf
Data Handling.pdfData Handling.pdf
Data Handling.pdfMILANOP1
 
FP 201 Unit 2 - Part 3
FP 201 Unit 2 - Part 3FP 201 Unit 2 - Part 3
FP 201 Unit 2 - Part 3rohassanie
 
16717 functions in C++
16717 functions in C++16717 functions in C++
16717 functions in C++LPU
 
Problemas resueltos de funciones lineales ccesa007
Problemas resueltos de  funciones lineales ccesa007Problemas resueltos de  funciones lineales ccesa007
Problemas resueltos de funciones lineales ccesa007Demetrio Ccesa Rayme
 
Derivatives and it’s simple applications
Derivatives and it’s simple applicationsDerivatives and it’s simple applications
Derivatives and it’s simple applicationsRutuja Gholap
 

Semelhante a BB - Functions (Operations and Piecewise) (20)

functions
functionsfunctions
functions
 
Functional Programming in Swift
Functional Programming in SwiftFunctional Programming in Swift
Functional Programming in Swift
 
Iterative control structures, looping, types of loops, loop working
Iterative control structures, looping, types of loops, loop workingIterative control structures, looping, types of loops, loop working
Iterative control structures, looping, types of loops, loop working
 
46630497 fun-pointer-1
46630497 fun-pointer-146630497 fun-pointer-1
46630497 fun-pointer-1
 
how to reuse code
how to reuse codehow to reuse code
how to reuse code
 
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
 
Monads in Swift
Monads in SwiftMonads in Swift
Monads in Swift
 
CSE240 Pointers
CSE240 PointersCSE240 Pointers
CSE240 Pointers
 
Lecture#6 functions in c++
Lecture#6 functions in c++Lecture#6 functions in c++
Lecture#6 functions in c++
 
Dti2143 chapter 5
Dti2143 chapter 5Dti2143 chapter 5
Dti2143 chapter 5
 
Introduction to functional programming using Ocaml
Introduction to functional programming using OcamlIntroduction to functional programming using Ocaml
Introduction to functional programming using Ocaml
 
Data Handling.pdf
Data Handling.pdfData Handling.pdf
Data Handling.pdf
 
C++ Language
C++ LanguageC++ Language
C++ Language
 
Chapter 4
Chapter 4Chapter 4
Chapter 4
 
FP 201 Unit 2 - Part 3
FP 201 Unit 2 - Part 3FP 201 Unit 2 - Part 3
FP 201 Unit 2 - Part 3
 
C++ Functions.ppt
C++ Functions.pptC++ Functions.ppt
C++ Functions.ppt
 
Lecture 4
Lecture 4Lecture 4
Lecture 4
 
16717 functions in C++
16717 functions in C++16717 functions in C++
16717 functions in C++
 
Problemas resueltos de funciones lineales ccesa007
Problemas resueltos de  funciones lineales ccesa007Problemas resueltos de  funciones lineales ccesa007
Problemas resueltos de funciones lineales ccesa007
 
Derivatives and it’s simple applications
Derivatives and it’s simple applicationsDerivatives and it’s simple applications
Derivatives and it’s simple applications
 

Último

USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...Postal Advocate Inc.
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Mark Reed
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Celine George
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatYousafMalik24
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfSpandanaRallapalli
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Jisc
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management systemChristalin Nelson
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxAnupkumar Sharma
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptxiammrhaywood
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfMr Bounab Samir
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfErwinPantujan2
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxHumphrey A Beña
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptxSherlyMaeNeri
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)cama23
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4MiaBumagat1
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxMaryGraceBautista27
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parentsnavabharathschool99
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxPoojaSen20
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPCeline George
 

Último (20)

USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
USPS® Forced Meter Migration - How to Know if Your Postage Meter Will Soon be...
 
Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)Influencing policy (training slides from Fast Track Impact)
Influencing policy (training slides from Fast Track Impact)
 
Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17Difference Between Search & Browse Methods in Odoo 17
Difference Between Search & Browse Methods in Odoo 17
 
Earth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice greatEarth Day Presentation wow hello nice great
Earth Day Presentation wow hello nice great
 
ACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdfACC 2024 Chronicles. Cardiology. Exam.pdf
ACC 2024 Chronicles. Cardiology. Exam.pdf
 
Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...Procuring digital preservation CAN be quick and painless with our new dynamic...
Procuring digital preservation CAN be quick and painless with our new dynamic...
 
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptxLEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
LEFT_ON_C'N_ PRELIMS_EL_DORADO_2024.pptx
 
Concurrency Control in Database Management system
Concurrency Control in Database Management systemConcurrency Control in Database Management system
Concurrency Control in Database Management system
 
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptxMULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
MULTIDISCIPLINRY NATURE OF THE ENVIRONMENTAL STUDIES.pptx
 
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptxAUDIENCE THEORY -CULTIVATION THEORY -  GERBNER.pptx
AUDIENCE THEORY -CULTIVATION THEORY - GERBNER.pptx
 
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdfLike-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
Like-prefer-love -hate+verb+ing & silent letters & citizenship text.pdf
 
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdfVirtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
Virtual-Orientation-on-the-Administration-of-NATG12-NATG6-and-ELLNA.pdf
 
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptxINTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
INTRODUCTION TO CATHOLIC CHRISTOLOGY.pptx
 
Judging the Relevance and worth of ideas part 2.pptx
Judging the Relevance  and worth of ideas part 2.pptxJudging the Relevance  and worth of ideas part 2.pptx
Judging the Relevance and worth of ideas part 2.pptx
 
Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)Global Lehigh Strategic Initiatives (without descriptions)
Global Lehigh Strategic Initiatives (without descriptions)
 
ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4ANG SEKTOR NG agrikultura.pptx QUARTER 4
ANG SEKTOR NG agrikultura.pptx QUARTER 4
 
Science 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptxScience 7 Quarter 4 Module 2: Natural Resources.pptx
Science 7 Quarter 4 Module 2: Natural Resources.pptx
 
Choosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for ParentsChoosing the Right CBSE School A Comprehensive Guide for Parents
Choosing the Right CBSE School A Comprehensive Guide for Parents
 
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptxCulture Uniformity or Diversity IN SOCIOLOGY.pptx
Culture Uniformity or Diversity IN SOCIOLOGY.pptx
 
What is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERPWhat is Model Inheritance in Odoo 17 ERP
What is Model Inheritance in Odoo 17 ERP
 

BB - Functions (Operations and Piecewise)

  • 2. The Function Rule • A function can be thought of as a rule which operates on an input and produces and output.
  • 3. The Function Notation 𝑓 𝑥 = 3𝑥 • Read as “𝒇 as a function of 𝒙” or “𝒇 of 𝒙” or “the rule of 𝒇 is….” • meaning that the value of the output from the function depends upon the value of the input x. • The value of the output is often called the ‘value of the function’. Name of the function Input Output (value of the function)
  • 4. The Function Notation Given the following functions, find the value of the output with each given input or argument: 1. Given: 𝑓 𝑥 = 3𝑥 + 1 i. 𝑓 2 ii. 𝑓 −1 iii. 𝑓(6) 2. Given: 𝑦 𝑥 = 3𝑥 + 2 i. 𝑦 𝑡 ii. 𝑦 2𝑡 iii. 𝑦(𝑧 + 2)
  • 5. The Function Notation Given the following functions, find the value of the output with each given input or argument: 3. 𝑔 𝑥 = 3𝑥2 − 7 i. 𝑔(3𝑡) ii. 𝑔 𝑡 + 5
  • 6. Operations on Functions •Similar to any real numbers, functions can also be added, subtracted, multiplied and divided. EQUATION OPERATION 𝒇 + 𝒈 𝒙 = 𝒇 𝒙 + 𝒈(𝒙) Addition 𝑓 − 𝑔 𝑥 = 𝑓 𝑥 − 𝑔(𝑥) Subtraction 𝑓 ∙ 𝑔 𝑥 = 𝑓(𝑥) ∙ 𝑔(𝑥) Multiplication 𝑓 𝑔 𝑥 = 𝑓(𝑥)/𝑔 𝑥 Division 𝑓 ∘ 𝑔 𝑥 = 𝑓(𝑔 𝑥 ) Composition
  • 7. Operations on Functions Examples: 1. Given 𝑓 𝑥 = 3𝑥 + 2 and 𝑔 𝑥 = 4 − 5𝑥, Find: i. (𝑓 + 𝑔)(𝑥) ii. 𝑓 − 𝑔 𝑥 iii. 𝑓 ∙ 𝑔 𝑥 iv. 𝑓 𝑔 𝑥
  • 8. Operations on Functions Examples: 2. Given: 𝑓 𝑥 = 2𝑥, 𝑔 𝑥 = 𝑥 + 4, and ℎ 𝑥 = 5 − 𝑥3 . Find: i. 𝑓 + 𝑔 2 ii. ℎ − 𝑔 2 iii. 𝑓 ∙ ℎ 2 iv. ℎ 𝑔 2 v. (𝑔 ∘ ℎ)(2)
  • 9. Drills For numbers 5 and 6, evaluate the following functions. 5. Given the function 𝑓 𝑥 = 5𝑥 + 8, find the value of the output given the following input or argument a. 𝑓 𝑡 b. 𝑓 −8 c. 𝑓 5 d. 𝑓 3𝑥 e. 𝑓(7 − 𝑥)
  • 10. Functions in Real-Life Situations Example 1: f(t) = 10,000(1.05)t represent the amount of money if P10,000 is invested at 5% compounded annually. Example 2: Suppose that a jeepney ride costs P8 for the first 4 kilometers, then an additional P1.50 for each succeeding kilometer.Then the cost of a jeepney fare for a jeepney on an 8-kilometer route can be modeled by: 𝐹( 𝑑) = 8.00 𝑖𝑓 0 < 𝑑 ≤ 4 9.50 𝑖𝑓 4 < 𝑑 ≤ 5 11.00 𝑖𝑓 5 < 𝑑 ≤ 6 12.50 𝑖𝑓 6 < 𝑑 ≤ 7 14.00 𝑖𝑓 7 < 𝑑 ≤ 8 where d is the distance travelled and F(d) is the fare.
  • 11. Piecewise Function • Is a function defined by multiple sub-functions with each sub- function applying to a certain interval of the function’s domain (or a sub-domain) 𝐹( 𝑑) = 8.00 𝑖𝑓 0 < 𝑑 ≤ 4 9.50 𝑖𝑓 4 < 𝑑 ≤ 5 11.00 𝑖𝑓 5 < 𝑑 ≤ 6 12.50 𝑖𝑓 6 < 𝑑 ≤ 7 14.00 𝑖𝑓 7 < 𝑑 ≤ 8
  • 12. Piecewise Function Example: •The fee for hiring a guide to hike Mt. Apo is P700. Suppose that the guide can take care of at least 8 hikers and a maximum of 16. For every succeeding 2 hikers, there is an additional fee of P125. Represent the cost of hiring guides as a piecewise function of the number of hikers.
  • 13. REVIEWTHE CONCEPTS FOR A SMOOTH FLOWTHISWEEK! :3