Fall 2014 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.

Slides:



Advertisements
Similar presentations
Graphing Data on the Coordinate Plane
Advertisements

A set of ordered pairs is called a __________.
Fall 2014 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
The Cartesian Coordinate System
The Coordinate Plane coordinate plane In coordinate Geometry, grid paper is used to locate points. The plane of the grid is called the coordinate plane.
Warm-Up 1)Graph -7 on a horizontal number line. 2)Graph 4 on a vertical number line.
Copyright © Cengage Learning. All rights reserved. CHAPTER 11 ANALYSIS OF ALGORITHM EFFICIENCY ANALYSIS OF ALGORITHM EFFICIENCY.
12.1 Inverse Functions For an inverse function to exist, the function must be one-to-one. One-to-one function – each x-value corresponds to only one y-value.
Warm-Up Graph the point (2, -3) If
1 Preliminaries Precalculus Review I Precalculus Review II
Fall 2015 COMP 2300 Discrete Structures for Computation
Copyright © 2009 Pearson Education, Inc. CHAPTER 5: Exponential and Logarithmic Functions 5.1 Inverse Functions 5.2 Exponential Functions and Graphs 5.3.
Slide Copyright © 2009 Pearson Education, Inc.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
2.3 Analyzing Graphs of Functions. Graph of a Function set of ordered pairs.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Lesson 1-6 Pages Ordered Pairs and Relations.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Chapter 1-The Basics Calculus, 2ed, by Blank & Krantz, Copyright 2011 by John Wiley & Sons, Inc, All Rights Reserved.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
A graph is a two-dimensional representation of a set of numbers, or data.
Chapter 9 Efficiency of Algorithms. 9.1 Real Valued Functions.
© 2010 Pearson Prentice Hall. All rights reserved. CHAPTER 7 Algebra: Graphs, Functions, and Linear Systems.
Fall 2015 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1.
2.1 Functions.
1.3 The Cartesian Coordinate System
Section 4.1 Inverse Functions. What are Inverse Operations? Inverse operations are operations that “undo” each other. Examples Addition and Subtraction.
Spring 2016 COMP 2300 Discrete Structures for Computation
Spring 2016 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University.
Chapter 3: Functions and Graphs Section 3.1: The Coordinate Plane & Section 3.2: Relations and Functions.
Spring 2016 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University.
Review Chapter 1 Functions and Their Graphs. Lines in the Plane Section 1-1.
Copyright © Cengage Learning. All rights reserved. 1 Functions and Their Graphs.
Graph points on the coordinate plane to solve real-world and mathematical problems. UW.GAP.5.M.G.02 Represent real world and mathematical problems by graphing.
Graphs and Applications of Linear Equations
Graphical Representation of Linear Equations and Functions
Locate Points on a Coordinate Plane
Graphing in the Coordinate Plane
The horizontal number line is called the ______. x-axis
The Coordinate Plane Chapter 2 Integers pg. 88.
Quadrants and Reading Ordered Pairs
Points, Lines, and Their Graphs
3.2 Power Functions and Models
MATH 1310 Section 1.1.
Chapter 1-1 Variables and expressions PreAlgebrateachers.com
Cartesian Coordinate System
2.1 Functions.
Graphing Linear Equations
Section 5.1 Inverse Functions
2.1 Functions.
Chapter 2: Lesson 2: The Coordinate Plane
Chapter 10 7th Grade Math.
Ch 12.1 Graph Linear Equations
One-to-one Correspondence
CHAPTER 5: Exponential and Logarithmic Functions
Graphing on a Coordinate plane
The Coordinate Plane #39.
Graphing Linear Equations
Presentation transcript:

Fall 2014 COMP 2300 Discrete Structures for Computation Donghyun (David) Kim Department of Mathematics and Physics North Carolina Central University 1 Chapter 11.1 Real-Valued Functions of a Real Variable and Their Graphs

Cartesian Plane A Cartesian plane or two-dimensional Cartesian coordinate system is a pictorial representation of obtained by setting up a one-to-one correspondence between ordered pairs of real numbers and points in a Euclidean plane. 2 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University Horizontal axis Vertical axis Origin: the intersection of the two axes

A Graph of A Function A real-valued function of a real variable is a function from one set of real numbers to another. If f is such a function, then for each real number x in the domain of f, there is a unique corresponding real number f ( x ). The graph of f is the set of all points ( x, y ) in the Cartesian coordinate plane with the property that x is in the domain of f and y = f ( x ). 3 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University

A Graph of A Function – cont’ 4 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University y = f ( x ) the point ( x, y ) lies on the graph of f. Graph of f

Power Functions Let a be any nonnegative real number. Define, the power function with exponent a, as follows: for each nonnegative real number x. 5 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University

Floor Functions The floor of a number is the integer immediately to its left on the number line. More formally, the floor function F is defined by the rule 6 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University = the greatest integer that is less than or equal to x = the unique integer n such that

Graphing Functions Defined on Sets of Integers Many real-valued functions used in computer science are defined on sets of integers and not on intervals of real numbers. 7 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University

Graph of Multiple of a Function Let f be a real-valued function of a real variable and let M be any real number. The function Mf, called the multiple of f by M or M times f, is the real-valued function with the same domain as f that is defined by the rule 8 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University for all x in domain of f.

Increasing and Decreasing Functions Consider the absolute value function, A, which is defined as follows: 9 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University for all real numbers x.

Increasing and Decreasing Functions – cont’ Let f be a real-valued function defined on a set of real numbers, and suppose the domain of f contains a set S. We say that f is increasing on the set S if, and only if, for all real numbers and in S, if then We say that if is decreasing on the set S if, and only if, for all real numbers and in S, if then We say that f is an increasing (or decreasing) function if, and only if, f is increasing (or decreasing) on its entire domain. 10 Fall 2014 COMP 2300 Department of Mathematics and Physics Donghyun (David) Kim North Carolina Central University