Less78Derivatives Flashcards
What is a derivative?
It is the slope of the tangent line.
What notations are used for derivatives?
y’, dy/dx, d/dx[f(x)], D[y]
What is the derivative of a constant function line y = 2?
The derivative is 0, because it is a horizontal line.
What is a power function and how do you calculate its derivative?
f(x) = xn,
f’(x) = n*xn-1
What is the derivative of f(x) = x⅔ ?
f’(x) = ⅔*x-⅓ = 2 /3x⅓ ,
What is the derivative of f(x) = x-2?
f’(x) = -2*x-3 = -2/x³
not differentiable if x=0
What can derivatives tell you about graphs?
Where the slope of the graph is negative and positive.
What is the derivative constant multiple rule?
f(x) = 3*x²
f’(x) = 3*2x = 6x
What is the derivative of f(x) = 2/x?
f(x) = 2/x = 2*x-1,
f’(x) = 2*-x-2
f’(x) = -2/x²
What is the derivative of 7/(3x)-2?
f(x) = 7*(3x)² = 7*9x² = 63x²,
f’(x) = 126x
What is the derivative of a sum or difference of 2 functions?
It is the sum or difference of their derivatives
What is the derivative of f(x) = x³ - 4x + 5?
3x² - 4
What is the derivative of 3t5 - 14π?
15t4
Is the product (quotient) of 2 derivatives the product (quotient) of their derivatives?
No.
What is the Product Rule of derivatives?
d/dx[f(x)*g(x)] =
f(x)*g’(x) + g(x)*f’(x)
What is the Quotient Rule of derivatives?
d/dx[f(x)/g(x)] = [g(x)*f’(x) - f(x)*g’(x)]/[g(x)]²
What are the derivatives of sinx and cosx?
d/dxsinx = cosx
d/dxcosx = - sinx
When x is near 0, what line approximates sinx?
y = x
???
Show that y = x approximates sinx near 0.
sin(.2) = .19867
sin(.01) = .009999
x and y are getting closer to each other
What is d/dx[3sinx + π]?
3cosx
What is d/dx[5x² + ⅓cosx]?
10x - ⅓sinx
In the formula for a freefalling object, what do the variables stand for?
s(t) = ½gt² + vot + so
s(t) = ½gt² + vot + so
s(t) = position at time t
s0 = starting position
g = the gravitational constant = -32ft./sec²
v0t = the initial velocity
In s(t) = ½gt² + vot + so
what is the average velocity at any given time v(t)?
The average velcity at time t is the change in position/change in from time 0 to time t.
What is the instantaneous velocity?
It is the velocity at any point in time and is measured as the derivative of the original position equation.
v(t) = s’(t) = gt + v0