COMPUTING DERIVATIVES During the last lecture we built some “bricks” (derivatives of four actual functions) and some “mortar” (commonly known as “rules.

Slides:



Advertisements
Similar presentations
Consider the function We could make a graph of the slope: slope Now we connect the dots! The resulting curve is a cosine curve. 2.3 Derivatives of Trigonometric.
Advertisements

Section 3.3a. The Do Now Find the derivative of Does this make sense graphically???
Section 2.3 – Product and Quotient Rules and Higher-Order Derivatives
Chapter 3 Elementary Number Theory and Methods of Proof.
2 Derivatives.
Copyright © Cengage Learning. All rights reserved. CHAPTER 5 SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION SEQUENCES, MATHEMATICAL INDUCTION, AND RECURSION.
Copyright © Cengage Learning. All rights reserved.
Induction and recursion
Consider the set of all square matrices. To actually compute the inverse of a square matrix A (actually to determine if the inverse exists and also compute.
3.3 Differentiation Formulas
DERIVATIVES ARE FUNCTIONS TOO ! First of all, let us see how many consequences are implied by the statement The derivative of at exists. Recall that the.
RELATED RATES Recall the second “situation” we still have to address, namely: Situation no. 2: Two quantities and are related to each other via some formula.
COMPUTING DERIVATIVES During the last lecture we saw that we need some “bricks” (derivatives of actual functions) and some “mortar” (commonly known as.
HOW DO YOU GET THOSE LOVELY CURVES? Unfortunately the only curves we can draw (so far, you’ll learn more later) are graphs of functions Today, with any.
Velocity and tangents We are going to look at two questions that, in appearance, have nothing to do with each other (one is geometrical, the other physical);
IMPLICIT DIFFERENTIATION AND RELATED RATES
INFINITE SEQUENCES AND SERIES
Copyright © Cengage Learning. All rights reserved. 3 Differentiation Rules.
3.1 Derivative of a Function
Copyright © 2007 Pearson Education, Inc. Slide 8-1.
3 DIFFERENTIATION RULES.
Logarithmic and Exponential Functions
The derivative as the slope of the tangent line
College Algebra Sixth Edition James Stewart Lothar Redlin Saleem Watson.
Induction and recursion
3 DERIVATIVES.
The answer to exponential questions. How many times do I need to multiply 1 by 2 to get 64? Try this on your calculator and write an equation that gives.
College Algebra Fifth Edition James Stewart Lothar Redlin Saleem Watson.
2.2 Basic Differentiation Rules and Rates of Change.
Index FAQ Rolle and Mean Value Theorem. Index FAQ APPLICATIONS OF DIFFERENTIATION We will see that many of the results of this chapter depend on one central.
DERIVATIVES 3. If it were always necessary to compute derivatives directly from the definition, as we did in the Section 3.2, then  Such computations.
Copyright © Cengage Learning. All rights reserved. 2 Derivatives.
DIFFERENTIATION RULES
DERIVATIVES 3. If it were always necessary to compute derivatives directly from the definition, as we did in the Section 3.2, then  Such computations.
Section 2.6 Representation of numbers. Decimal representation (base 10) Given a positive integer X, the decimal representation of X is a string of digits.
9.4 Mathematical Induction
3.6 Derivatives of Logarithmic Functions In this section, we: use implicit differentiation to find the derivatives of the logarithmic functions and, in.
3.2 The Product and Quotient Rules DIFFERENTIATION RULES In this section, we will learn about:  Formulas that enable us to differentiate new functions.
3 DIFFERENTIATION RULES. We have:  Seen how to interpret derivatives as slopes and rates of change  Seen how to estimate derivatives of functions given.
In section 11.9, we were able to find power series representations for a certain restricted class of functions. Here, we investigate more general problems.
CompSci 102 Discrete Math for Computer Science March 1, 2012 Prof. Rodger Slides modified from Rosen.
Applications of Differentiation Section 4.2 The Mean Value Theorem
APPLICATIONS OF DIFFERENTIATION 4. We will see that many of the results of this chapter depend on one central fact—the Mean Value Theorem.
3 DIFFERENTIATION RULES. We have:  Seen how to interpret derivatives as slopes and rates of change  Seen how to estimate derivatives of functions given.
Applications of Differentiation Section 4.9 Antiderivatives
Mathematical Induction Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If.
Slide Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
Mathematical Induction
Copyright © Zeph Grunschlag, Induction Zeph Grunschlag.
CSE 311: Foundations of Computing Fall 2013 Lecture 8: Proofs and Set theory.
Copyright © Cengage Learning. All rights reserved. Sequences and Series.
Chapter 5. Section 5.1 Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach.
Proofs, Recursion and Analysis of Algorithms Mathematical Structures for Computer Science Chapter 2 Copyright © 2006 W.H. Freeman & Co.MSCS SlidesProofs,
Foundations of Discrete Mathematics Chapter 1 By Dr. Dalia M. Gil, Ph.D.
Section 2.3 Mathematical Induction. First Example Investigate the sum of the first n positive odd integers. 1= ____ 1 + 3= ____ = ____
Section 5.1. Climbing an Infinite Ladder Suppose we have an infinite ladder: 1.We can reach the first rung of the ladder. 2.If we can reach a particular.
3 DERIVATIVES.
Starter  .
MTH1150 Rules of Differentiation
DIFFERENTIATION RULES.
Proofs, Recursion and Analysis of Algorithms
Derivative of a Function
Induction and recursion
Mathematical Induction I
Mathematical Induction
3 DERIVATIVES.
Chapter 11: Further Topics in Algebra
Copyright © Cengage Learning. All rights reserved.
Mathematical Induction
Mathematical Induction
Presentation transcript:

COMPUTING DERIVATIVES During the last lecture we built some “bricks” (derivatives of four actual functions) and some “mortar” (commonly known as “rules of differentiation.”) We can now apply the mortar to the bricks and start building a collection of known derivatives. Before we start, let me review a method of proof that is a little subtle and apparently tautological, called the method of induction, better illustrated

as the Domino Theory. Suppose you have a formula that depends on an integer and may or may not be true (in computer terminology we say the formula has a boolean value, (from George Boole, look him up on wikipedia!), let’s denote the formula by Here is an example: (true) (false)

Suppose you would like to prove that a certain formula Is true for all values of. You can try a … proof by induction (computer people call this recursion, your textbook discusses it on p. 97 ) Here is how it works:

1.Verify that is true (this is called the base case 2.Prove that if is true (the induction assumption) then is true. If you can do this, then you have proved that is true for all integers. We can use this method (as well as sometimes a direct proof) to build a few more bricks in the differentiation building.

(the power rule for positive exponents) (in words, decrease the exponent by 1, move the old exponent down as a multiplier.) Base case: Induction assumption: To prove: Here we go: (product rule) (by ind. assmpt)

(we repeat for ease of reading) VOILÁ, another brick! This particular statement is amenable to a direct proof, using a difference quotient, but one needs to know Newton’s binomial formula, that probably some of you do not know.

(one more brick) In words this is the same as before, decrease the exponent by 1, move the old exponent down as a multiplier. Once more we use induction: Base case (that’s our third elementary brick ) Induction hypothesis Must prove

We start from the left and hope to get to the right. (Product rule) (ind. assumption and known brick) (8 th grade algebra) Remark. I stress again that in words the rule stays the same, move the exponent down as a multiplier, decrease the exponent by 1.

This is a neat (cool, nice, bad, what’s the jargon nowadays?) rule for the derivative of a power function, But you know more general power functions, namely, Will the same rule (known as the power rule) still hold? The answer is YES, but we will only prove it for, you will compute next sem.

I think next semester you will also compute, but unfortunately the rule breaks down, Let’s get back to our work, I’d like to show that Let (E for easier.) We need to compute. We know that

Therefore. By the chain rule, so we get and therefore Now 7 th grade algebra shows that

The (extended) power rule, the five rules of differentiation (sum, scalar product, product, inverse, chain rule) and our few simple bricks allow us enormous power to compute derivatives! I will make a list of a few funtions and compute their derivatives at the board.

Tangents and Velocities Find the equation of the straight line tangent to the graph of at The distance from earth of a falling meteor (in m) is given by 1. How far from the earth is it at time t = 0? 2.How fast is it traveling at time t = 0? 3. How fast is it going when it hits the earth?