andy-phung

Untitled

Oct 19th, 2020
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.47 KB | None | 0 0
  1. given the secant line with points x and x+h, the tangent at x is the line that results as h approaches 0
  2. the limit of the difference quotient in terms of x and h can be used to find the derivative with respect to x
  3. geometric interpretation of the derivative: f'(x) is the function whose value at x is the slope of the tangent line to f at x
  4. to find the tangent line equation, you can simply find the derivative, a set of points on the original function, and the point-slope formula
  5.  
Advertisement
Add Comment
Please, Sign In to add comment