Relative Rates of Growth

Slides:



Advertisements
Similar presentations
 The running time of an algorithm as input size approaches infinity is called the asymptotic running time  We study different notations for asymptotic.
Advertisements

8.3 Relative Rates of Growth. The function grows very fast. We could graph it on the chalkboard: If x is 3 inches, y is about 20 inches: We have gone.
Relative Rates of Growth Section 8.2. The exponential function grows so rapidly and the natural logarithm function grows so slowly that they set standards.
3.3 Differentiation Formulas
The Growth of Functions
Cutler/HeadGrowth of Functions 1 Asymptotic Growth Rate.
Chapter 2: Fundamentals of the Analysis of Algorithm Efficiency
Warm Up Show all definite integrals!!!!! 1)Calculator Active: Let R be the region bounded by the graph of y = ln x and the line y = x – 2. Find the area.
I. Graphing Motion A.Can be shown on a line graph a.Plot distance against time b.Time: horizontal axis, x-axis (across) c.Distance: vertical axis, y-axis.
Announcements Topics: -finish section 4.2; work on sections 4.3, 4.4, and 4.5 * Read these sections and study solved examples in your textbook! Work On:
Guillaume De l'Hôpital Actually, L’Hôpital’s Rule was developed by his teacher Johann Bernoulli. De L’Hôpital paid Bernoulli for private lessons,
Polynomial Functions Quadratic Functions and Models.
Copyright © 2015, 2008, 2011 Pearson Education, Inc. Section 4.3, Slide 1 Chapter 4 Exponential Functions.
8.3 Relative Rates of Growth. The function grows very fast. We could graph it on the chalkboard: If x is 3 inches, y is about 20 inches: We have gone.
Let a function have the derivative on a contiguous domain D(f '). Then is a function on D(f ') and, as such, may again have the derivative. If so, it is.
Sequences of numbers appear in diverse situations. If you divide a cake in half, and then divide the remaining half in half, and continue dividing in.
Introduction to Significant Figures &
3 DERIVATIVES.
Slope Slope is the steepness of a straight line..
Quick Graphs of Linear Equations
Announcements Topics: Work On: Sections 3.1, 3.2, and 3.3
Introduction to Significant Figures &
m is the slope b is the y-intercept
Relative Rates of Growth
The Growth of Functions
Introduction to Significant Figures &
2.2 Limits Involving Infinity, p. 70
Copyright © Cengage Learning. All rights reserved.
Ways to Evaluate Limits:
Solving Polynomial Inequalities
Topics to be Discussed Steady State and Transient Response.
6.2 Definite Integrals.
Graphing Velocity and Distance vs. Time graphs
GRAPHING VELOCITY.
SLOPE.
Asymptotic Growth Rate
Chapter 2: Fundamentals of the Analysis of Algorithm Efficiency
GRAPHING ACCELERATION
2.2 Limits Involving Infinity
____ is the y-intercept ___ is the slope
Graphing Velocity and Distance vs. Time graphs
Homework Check.
Graphing Motion How can you find the speed from a distance-time graph?
Ch 3: Growth of Functions Ming-Te Chi
1.4 Continuity and One-Sided Limits
Introduction to Significant Figures &
Slope  4 Ways: Graph Formula Ordered Pairs Table.
The Expanding Universe
Introduction to Significant Figures &
Introduction to Significant Figures &
Combinations and Pascal’s triangle
Speed _______: the ratio of the distance an object moves to the amount of time the object moves. The SI unit of speed is meters per second (______). Two.
GRAPHING MOTION Distance vs. Time.
Copyright © Cengage Learning. All rights reserved.
Plotting and Graphing Lesson and Lab
Copyright © Cengage Learning. All rights reserved.
Converting Scientific Notation
Section 2.3: End Behavior of Polynomial Functions
Algorithms CSCI 235, Spring 2019 Lecture 3 Asymptotic Analysis
m is the slope b is the y-intercept
3-1 Extreme Values of Functions.
Position vs Time Graphs
Converting Scientific Notation
Relative Rates of Growth
8.2 Relative Rates of Growth
10.3 Graphing Exponential Functions
Introduction to Significant Figures &
Big Omega, Theta Defn: T(N) = (g(N)) if there are positive constants c and n0 such that T(N)  c g(N) for all N  n0 . Lingo: “T(N) grows no slower than.
Intercepts of a Line Intercepts are the points at which the graph intersects the x-axis or the y-axis. Since an intercept intersects the x-axis or the.
GRAPHING MOTION Distance vs. Time.
Presentation transcript:

Relative Rates of Growth

The function grows very fast. We could graph it on the chalkboard: If x is 3 inches, y is about 20 inches: We have gone less than half-way across the board horizontally, and already the y-value would reach the Andromeda Galaxy! At 64 inches, the y-value would be at the edge of the known universe! (13 billion light-years)

The function grows very slowly. 64 inches If we graph it on the chalkboard it looks like this: By the time we reach the edge of the universe again (13 billion light-years) the chalk line will only have reached 64 inches! We would have to move 2.6 miles to the right before the line moves a foot above the x-axis! The function increases everywhere, even though it increases extremely slowly.

Definitions: Faster, Slower, Same-rate Growth as Let f (x) and g(x) be positive for x sufficiently large. 1. f grows faster than g (and g grows slower than f ) as if or 2. f and g grow at the same rate as if

Grows faster than any polynomial function. ln x Grows slower than any polynomial function.

WARNING WARNING WARNING Careful about relying on your intuition.

According to this definition, does not grow faster than . Since this is a finite non-zero limit, the functions grow at the same rate! The book says that “f grows faster than g” means that for large x values, g is negligible compared to f. “Grows faster” is not the same as “has a steeper slope”!

“Growing at the same rate” is transitive. In other words, if two functions grow at the same rate as a third function, then the first two functions grow at the same rate.

f and g grow at the same rate. Show that and grow at the same rate as . f and g grow at the same rate.

Show that grows faster than Show that grows at the same rate as

Order and Oh-Notation Definition f of Smaller Order than g Let f and g be positive for x sufficiently large. Then f is of smaller order than g as if We write and say “f is little-oh of g.” Saying is another way to say that f grows slower than g.

Order and Oh-Notation p Definition f of at Most the Order of g Let f and g be positive for x sufficiently large. Then f is of at most the order of g as if there is a positive integer M for which We write and say “f is big-oh of g.” for x sufficiently large Saying is another way to say that f grows no faster than g. p