Chapter 3 Flashcards

1
Q

What is the constant rule? (DxC=?)

A

The derivative of a constant is always 0. (DxC=0)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the derivative of x? (DxX=?)

A

The derivative of x is 1. (DxX=1) (y=x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the power rule for derivatives? (DxX^n=?)

A

The derivative of x^n is nx^(n-1). (DxX^n=nX^(n-1))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the sum/difference rule? ((f+g)prime=?)

A

The sum/difference of (f +/- g)prime is fprime +/-g prime.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is the derivative of a constant times a function of x? (DxCf(x)=?)

A

The constant times the derivative of the function of x. (DxCf(x)=C*fprime(x))

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is the definition of the number e?

A

The number e is such that the lim h->0 (e^h-1)/h=1. (That the tangent slope of e^x at x=0 is 1)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the product rule? ((fgl*m)prime)=?

A

((fglm)prime= fprimeglm+fgprimelm+fglprimem+fgl*mprime

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the quotient rule? (f/g)prime=?

A

(f/g)prime=(fprimeg-fgprime)/g^2

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

DxSinx=?

A

Cosx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

DxCosx=?

A

-Sinx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

DxTanx=?

A

Sec^2x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

DxCscx=?

A

-CscxCotx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

DxSecx=?

A

SecxTanx

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

DxCotx=?

A

-Csc^2x

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

What is lim (theta)->0 Sin(theta)/(theta)?

A

lim (theta)->0 Sin(theta)/(theta)=1

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

What is lim (theta)->0 (Cos(theta)-1)/(theta)?

A

lim (theta)->0 (Cos(theta)-1)/(theta)=0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
17
Q

What is the Chain Rule? Dx(f o g)(x)=?

A

The Chain Rule states that the derivative of (f o g)(x) is f(prime)(g(x))(gprime(x) (the derivative of the outside function with the inside function intact and still inside it multiplied by the derivative of the inside)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
18
Q

What is the derivative of e^x?

A

Dx e^x=e^x

19
Q

What is the derivative of e^f(x)?

A

Dx e^f(x)=e^f(x)*fprime(x) (The derivative of e to the function f(x) is e to the function f(x) multiplied by the derivative of the function f(x)) (This comes from the chain rule)

20
Q

What is the method for implicit differentiation? What do you use this for

A

Given an equation, find the prime (thinking of y(dx/dy) as f(x))(use the chain rule for substituting), and then solve for dx/dy. With the found equation, you can find the slope of the tangent line at a given point by plugging in values of the given point.

21
Q

DxSin^-1(x)=?

A

DxSin^-1(x)= 1/√(1-x^2)

22
Q

DxCos^-1(x)=?

A

DxCos^-1(x)= -1/√(1-x^2)

23
Q

DxSec^-1(x)=?

A

DxSec^-1(x)= 1/x√(x^2-1)

24
Q

DxCsc^-1(x)=?

A

DxCsc^-1(x)= -1/x√(x^2-1)

25
DxCot^-1(x)=?
DxCot^-1(x)= -1/(x^2+1)
26
DxTan^-1(x)=?
DxTan^-1(x)=1/(x^2+1)
27
What is the Derivation of Log sub a of x? DxLogaX=?
The Derivation of the Log sub a of x is 1/xlna. DxLogaX= 1/((x)lna)
28
What is the Derivation of the Natural log of x? DxLnx=?
The Derivation of the Natural log of x is 1/x. Dxlnx=1/x
29
What is the Derivation of Log sub a of f(x)? DxLogaF(x)=?
The Derivation of Log sub a of f(x) is 1/(f(x) *lna)*fprime(x). DxlogaF(x)=1/(f(x)*lna)*fprime(x)
30
What is the Derivation of the Natural log of f(x)? DxLnf(x)=?
The Derivation of the Natural log of f(x) is 1/f(x) *fprime(x). DxLnf(x)=1/f(x) *fprime(x)
31
What is Logarithmic Differentiation? How do you use it? When do you use it?
Logarithmic Differentiation is using the properties of logarithms and Implicit Differentiation to find dy/dx. 1st take the ln of both sides, then simplify the Right Hand Side, then use Implicit Differentiation. If y is on the RHS, substitute the given y for it. You use it when there is a function x to the power of another function x.
32
What is the equation for the area of the circle?
A=pi(r)^2
33
How do you evaluate a limit at infinity? (Chapter 2 Review)
You multiply both the numerator and the denominator by 1/x^n if n is the highest power of x found in the denominator
34
What is the equation for the volume of a sphere?
V=4/3pi(r)^3
35
How do you calculate Average Rate of Change? (Chapter 2 Review)
Its just the slope formula ya dummy
36
What is the equation for the surface area of a sphere?
4pi(r)^2
37
What is the equation for the volume of a cone?
(pi(r)^2)*(h/3)
38
How do you find theta using trig?
Soh-Cah-Toa, (if opposite side is 4 and adjacent side is 3, sin(theta)=4/3)
39
What is the derivative of n^x?
Dx n^x=N^x*lnx*fprime(x)
40
What is the Law of Cosines? (For not a right triangle)
c^2=a^2+b^2-2(a)(b)(CosC)
41
What is the Law of Sines? (For not a right triangle)
SinA/a=SinB/b=SinC/c
42
What is the definition of the "Normal Line" in relation to the tangent line?
The Normal Line is the line that is perpendicular to the tangent line at the point of tangency
43
What is the equation for the area of a triangle?
1/2base*height