L’Hôpital’s Rule states that when has an

Slides:



Advertisements
Similar presentations
Growth-rate Functions
Advertisements

L’Hôpital’s Rule. Another Look at Limits Analytically evaluate the following limit: This limit must exist because after direct substitution you obtain.
L’Hôpital’s Rule.
L’Hopital’s Rule (62) Note that the quotient is still indeterminate at x = π/2. We removed this indeterminacy by cancelling the factor − cos x.
3.2 Inverse Functions and Logarithms 3.3 Derivatives of Logarithmic and Exponential functions.
Limits and Continuity Definition Evaluation of Limits Continuity
 The running time of an algorithm as input size approaches infinity is called the asymptotic running time  We study different notations for asymptotic.
Miss Battaglia AP Calculus. If f and g are differentiable on an open interval (a,b) and continuous on [a,b] such that g’(x)≠0 for any x in (a,b), then.
7 INVERSE FUNCTIONS.
Asymptotic Growth Rate
Cutler/HeadGrowth of Functions 1 Asymptotic Growth Rate.
Copyright © Cengage Learning. All rights reserved. 11 Techniques of Differentiation with Applications.
APPLICATIONS OF DIFFERENTIATION 4. In Sections 2.2 and 2.4, we investigated infinite limits and vertical asymptotes.  There, we let x approach a number.
3.1 Derivative of a Function
The Secant-Line Calculation of the Derivative
3.9 Derivatives of Exponential and Logarithmic Functions.
3.9 Derivatives of Exponential and Logarithmic Functions.
The Nature of Exponential Growth Writing growth and decay problems with base e.
CHAPTER 2 LIMITS AND DERIVATIVES. 2.2 The Limit of a Function LIMITS AND DERIVATIVES In this section, we will learn: About limits in general and about.
Logarithmic and Exponential Equations
LIMITS AND DERIVATIVES 2. In Sections 2.2 and 2.4, we investigated infinite limits and vertical asymptotes.  There, we let x approach a number.  The.
APPLICATIONS OF DIFFERENTIATION 4. A polynomial behaves near infinity as its term of highest degree. The polynomial behaves like the polynomial Near infinity.
APPLICATIONS OF DIFFERENTIATION Indeterminate Forms and L’Hospital’s Rule APPLICATIONS OF DIFFERENTIATION In this section, we will learn: How to.
Copyright © Cengage Learning. All rights reserved. 6 Inverse Functions.
Section 7.8 Indeterminate Forms and l’Hospital’s Rule.
Section 4.4 Indeterminate Forms and L’Hospital’s Rule Applications of Differentiation.
Copyright © Cengage Learning. All rights reserved. 4 Applications of Differentiation.
Calculus Notes 7.5 Inverse Trigonometric Functions & 7.7 Indeterminate Forms and L’Hospital’s Rule Start up: 1.(AP question) Compute (Text Question) In.
5.4 Exponential Functions: Differentiation and Integration.
INDETERMINATE FORMS AND IMPROPER INTEGRALS
L’Hopital’s Rule Section 8.1a.
Indeterminate Forms and L’Hospital’s Rule.  As x approaches a certain number from both sides – what does y approach?  In order for them limit to exist.
4.4 Indeterminate Forms and L’Hôpital’s Rule We want to be able to find the limit of the following functions: However, the methods we learned in Chapter.
Ch 18 – Big-O Notation: Sorting & Searching Efficiencies Our interest in the efficiency of an algorithm is based on solving problems of large size. If.
10.1 Parametric Functions. In chapter 1, we talked about parametric equations. Parametric equations can be used to describe motion that is not a function.
Unit 1 Limits. Slide Limits Limit – Assume that a function f(x) is defined for all x near c (in some open interval containing c) but not necessarily.
Review Differentiation of Exponential Functions.
Limits and Derivatives
Chapter 4 The Exponential and Natural Logarithm Functions.
3.9 Derivatives of Exponential and Logarithmic Functions.
Nattee Niparnan Dept. of Computer Engineering, Chulalongkorn University.
5.3 Definite Integrals and Antiderivatives Objective: SWBAT apply rules for definite integrals and find the average value over a closed interval.
Copyright © Cengage Learning. All rights reserved. 2 Limits and Derivatives.
In the previous section, we studied positive series, but we still lack the tools to analyze series with both positive and negative terms. One of the keys.
Analysis of Algorithm. Why Analysis? We need to know the “behavior” of algorithms – How much resource (time/space) does it use So that we know when to.
Copyright © Cengage Learning. All rights reserved.
INDETERMINATE FORMS AND L’HOSPITAL’S RULE
Limits Involving Infinity Infinite Limits We have concluded that.
Section 6.2* The Natural Logarithmic Function. THE NATURAL LOGARITHMIC FUNCTION.
Limits An Introduction To Limits Techniques for Calculating Limits
Analysis of Algorithms CS 477/677 Instructor: Monica Nicolescu Lecture 2.
Chapter 4 Logarithm Functions
Chapter 6 Differentiation.
§ 4.5 The Derivative of ln x.
Big O: Make it Simple Determine how complex the algorithm is, in relative to the size of the problem (e.g: List to be sorted) 'O' Stands for 'Order' -
Copyright © Cengage Learning. All rights reserved.
4.3 – Differentiation of Exponential and Logarithmic Functions
Copyright © Cengage Learning. All rights reserved.
The Derivatives of ax and logax
Copyright © Cengage Learning. All rights reserved.
4.4 Indeterminate Forms and L’Hospital’s Rule

Section 8.2 L’Hospital’s Rule.
APPLICATIONS OF DIFFERENTIATION
The Derivatives of ax and logax
Copyright © Cengage Learning. All rights reserved.
L’Hôpital’s Rule Chapter 9.2.
Lesson 4-4 L’Hospital’s Rule.
Derivatives of Logarithmic and Exponential functions
Presentation transcript:

L’Hôpital’s Rule states that when has an at x = a, then we can replace f(x)/g(x) by the quotient of the derivatives f (x)/g (x). indeterminate form of type 0/0 or THEOREM 1 L’Hôpital’s Rule Assume that f (x) and g (x) are differentiable on an open interval containing a and that f (a) = g (a) = 0 Also assume that (except possibly at a). Then This conclusion also holds if f (x) and g (x) are differentiable for x near (but not equal to) a and if the limit on the right exists or is infinite Furthermore, this rule if valid for one-sided limits.

Note that the quotient is still indeterminate at x = π/2. We removed this indeterminacy by cancelling the factor − cos x.

Using L’Hôpital’s Rule Twice

Assumptions Matter Can L’Hôpital’s Rule be applied to `

The Form 00 First, compute the limit of the logarithm ln xx = x ln x: Limits of functions of the form f (x)g (x) can lead to the indeterminate forms In such cases, take the logarithm of the expression and then apply L’Hôpital’s Rule. The Form 00 First, compute the limit of the logarithm ln xx = x ln x: ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ` ``

Comparing Growth of Functions Sometimes, we are interested in determining which of two functions, f (x) and g(x), grows faster. For example, there are two standard computer algorithms for sorting data (alphabetizing, ordering according to rank, etc.): Quick Sort and Bubble Sort. The average time required to sort a list of size n has order of magnitude nlnn for Quick Sort and n2 for Bubble Sort. Which algorithm is faster when the size n is large? Although n is a whole number, this problem amounts to comparing the growth of f (x) = x ln x and g (x) = x2 as x → ∞. We say that f (x) grows faster than g (x) if ` `

To indicate that f (x) grows faster than g (x), we use the notation ` ` ` ` ` THEOREM 2 L’Hôpital’s Rule for Limits at Infinity Assume that f (x) and g(x) are differentiable on provided that the limit on the right exists. A similar result holds for limits as x →

Which of f (x) = x2 and g (x) = x ln x grows faster as x →

Jonathan is interested in comparing two computer algorithms whose average run times are approximately (ln n)2 and THEOREM 3