Functions.

Slides:



Advertisements
Similar presentations
1.6 Functions. Chapter 1, section 6 Functions notation: f: A B x in A, y in B, f(x) = y. concepts: –domain of f, –codomain of f, –range of f, –f maps.
Advertisements

The Function Concept DEFINITION: A function consists of two nonempty sets X and Y and a rule f that associates each element x in X with one.
Logarithmic Functions
8.3 Inverse Linear Transformations
Discrete Mathematics Lecture 7 Alexander Bukharovich New York University.
1 Chapter 7 Transcendental Functions Inverse Functions and Their Derivatives.
Functions Goals Introduce the concept of function Introduce injective, surjective, & bijective functions.
EXPONENTIAL FUNCTIONS: DIFFERENTIATION AND INTEGRATION Section 5.4.
RMIT University; Taylor's College
Functions.
5.5 Bases Other Than e and Applications
Solving Exponential Equations…
2.1 Sets 2.2 Set Operations 2.3 Functions ‒Functions ‒ Injections, Surjections and Bijections ‒ Inverse Functions ‒Composition 2.4 Sequences and Summations.
Logarithmic Functions
Recall: These are equations of the form y=ab x-h +k, ones where the ‘x’ is in the exponent Recall: These are equations of the form y=ab x-h +k, ones where.
Section 3.3a!!!. First, remind me… What does the horizontal line test tell us??? More specifically, what does it tell us about the function This function.
Sections 1.8/1.9: Linear Transformations
Copyright © Cengage Learning. All rights reserved. Logarithmic, Exponential, and Other Transcendental Functions.
Functions. Copyright © Peter Cappello2 Definition Let D and C be nonempty sets. A function f from D to C, for each element d  D, assigns exactly 1 element.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Q Exponential functions f (x) = a x are one-to-one functions. Q (from section 3.7) This means they each have an inverse function. Q We denote the inverse.
Discrete Mathematics and Its Applications Sixth Edition By Kenneth Rosen Copyright  The McGraw-Hill Companies, Inc. Permission required for reproduction.
FUNCTIONS.
ACTIVITY 37 Logarithmic Functions (Section 5.2, pp )
Chapter 1 SETS, FUNCTIONs, ELEMENTARY LOGIC & BOOLEAN ALGEBRAs BY: MISS FARAH ADIBAH ADNAN IMK.
Sets Define sets in 2 ways  Enumeration  Set comprehension (predicate on membership), e.g., {n | n  N   k  k  N  n = 10  k  0  n  50} the set.
Agenda Week 10 Lecture coverage: –Functions –Types of Function –Composite function –Inverse of a function.
MAT111 epw 11/19/061 Logarithms or Biorhythms of Numbers.
5.3 Intro to Logarithms 2/27/2013. Definition of a Logarithmic Function For y > 0 and b > 0, b ≠ 1, log b y = x if and only if b x = y Note: Logarithmic.
Chapter 4 – Exponential and Logarithmic Functions Logarithmic Functions.
2.1 Functions.
Section 12.3 Logarithmic Functions Review 2 = 4 2 = 8 2 = 13 2 = This is a pretty good approximation to the answer, but it is not the EXACT.
WARM UP 1. Find the equation of the inverse relation for 2. Find for f(x) = 8x – 1. Switch y and x in y = 8x – 1 x = 8y – 1 x + 1 = 8y So.
Math 1304 Calculus I 1.6 Inverse Functions. 1.6 Inverse functions Definition: A function f is said to be one-to- one if f(x) = f(y) implies x = y. It.
FUNCTIONS COSC-1321 Discrete Structures 1. Function. Definition Let X and Y be sets. A function f from X to Y is a relation from X to Y with the property.
8.4 Logarithmic Functions
Exponents – Logarithms xy -31/8 -2¼ ½ xy 1/8-3 ¼-2 ½ The function on the right is the inverse of the function on the left.
Logarithmic Properties Exponential Function y = b x Logarithmic Function x = b y y = log b x Exponential Form Logarithmic Form.
Section 2.3. Section Summary  Definition of a Function. o Domain, Cdomain o Image, Preimage  One-to-one (Injection), onto (Surjection), Bijection 
FUNCTIONS.
Topic 10 : Exponential and Logarithmic Functions Solving Exponential and Logarithmic Equations.
Discrete Mathematics Functions
Goals:  Understand logarithms as the inverse of exponents  Convert between exponential and logarithmic forms  Evaluate logarithmic functions.
Logarithmic, Exponential, and Other Transcendental Functions
Functions Section 2.3.
10.2 Logarithms & Logarithmic Functions
Logarithmic Functions
Logarithmic Functions
Relations, Functions, and Matrices
Chapter 6 – Functions 06 Learning Outcomes
Properties of Functions
Cartesian product Given two sets A, B we define their Cartesian product is the set of all the pairs whose first element is in A and second in B. Note that.
Transcendental Functions
Chapter 2 Sets and Functions.
Copyright © 2014, 2010, 2007 Pearson Education, Inc.
Functions Defined on General Sets
Logarithmic, Exponential, and Other Transcendental Functions
CS100: Discrete structures
EXPONENTIAL FUNCTIONS: DIFFERENTIATION AND INTEGRATION
Introduction to Logarithmic Functions
Copyright © Cengage Learning. All rights reserved.
Ch 5 Functions Chapter 5: Functions
2.1 Functions.
Inverse Functions and Logarithms.
Introduction to Logarithmic Functions
Exponential and Logarithmic Functions
2.1 Functions.
Exponential and Logarithmic Functions
6.3 Logarithmic Functions
Copyright © Zeph Grunschlag,
Presentation transcript:

Functions

Definition and notation Definition: A function f from a set X to a set Y is a relationship between elements of X and Y with the property that each element of X is related to a unique element of Y. Denoted f:X→Y . X is called domain of f; Y is called co-domain of f. Example: X=Z, Y=Z and f : x → 2∙x / 2 xX ! yY such that f(x)=y . f(x) is called f of x (or image of x under f). Range of f = {yY | y=f(x) for some x in X} Inverse image of y = {xX | f(x)=y} Example(cont.): range of f = all even integers ; inverse image of 4 = {3, 4} .

Examples of Functions Squaring function: f : x → x2 . Constant function: f : x → 3 . Linear function: f : x → 3x+2 . Factorial function: f : n → n! . Any sequence can be considered as a function defined on a set of integers. E.g., sequence 2,5,8,11,14,… is a function from Z+ to Z+ defined as follows f : n → 3n-1

Boolean Functions Recall the truth tables: Can be considered as a function; the domain is the set of all ordered couples of 0 and 1; the co-domain is {0,1} . Input Output p q p  q 1

Boolean Functions Definition: An (n-place) Boolean function is a function whose domain is the set of all ordered n-tuples of 0’s and 1’s and whose co-domain is the set {0,1}. Example: f : (x,y,z) → (~x  y)  z

One-to-one Functions Definition: Let F be a function from set X to set Y. F is one-to-one (or injective) iff for all elements x1, x2  X if F(x1)=F(x2) then x1=x2 . Examples: Define f : Z → Z by f(n)=2n+3 ; g : R → R by f(x)=x2 . Then f is one-to-one, and g is not.

Onto Functions Definition: Let F be a function from set X to set Y. F is onto (or surjective) iff for any element y  Y there is a x X such that F(x)=y . Examples: Define f : Z → Z by f(n)=2n+3 ; g : Z → Z by f(n)=n-2 . Then g is onto, and f is not.

Exponential Functions The exponential function with base b is the following function from R to R+ : expb(x) = bx b0=1 b-x = 1/bx bubv = bu+v (bu)v = buv (bc)u = bucu

Logarithmic Functions The logarithmic function with base b (b>0, b1) is the following function from R+ to R: logb(x) = the exponent to which b must raised to obtain x . Symbolically, logbx = y  by = x . Properties:

One-to-one Correspondences Definition: A one-to-one correspondence (or bijection) from a set X to a set Y is a function f:X→Y that is both one-to-one and onto. Examples: 1) Linear functions: f(x)=ax+b when a0 (with domain and co-domain R) 2) Exponential functions: f(x)=bx (b>0, b1) (with domain R and co-domain R+) 3) Logarithmic functions: f(x)=logbx (b>0, b1) (with domain R+ and co-domain R)

Inverse Functions Theorem: Suppose F: X→Y is a one-to-one correspondence. Then there is a function F-1: Y→X defined as follows: Given any element in Y, F-1(y) = the unique element x in X such that F(x)=y . The function F-1 is called the inverse function for F. Example: The logarithmic function with base b (b>0, b 1) is the inverse of the exponential function with base b.