Derivatives of Trig Functions

5.0(1)
studied byStudied by 8 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/39

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

40 Terms

1
New cards

(d)/(dx) sin (x)

cos (x)

2
New cards

(d)/(dx) cos (x)

-sin (x)

3
New cards

(d)/(dx) tan (x)

sec2(x)

4
New cards

(d)/(dx) cot (x)

-csc2(x)

5
New cards

(d)/(dx) sec (x)

sec(x)tan(x)

6
New cards

(d)/(dx) csc (x)

-csc(x)cot(x)

7
New cards

(d)/(dx) sin-1u

(1/ sqrt(1-u2))(du)/(dx)

One divided by the square root of one minus u squared times the derivative of u (sin argument).

8
New cards

(d)/(dx) tan-1u

(1/(1+u2))(du)/(dx)

One divided by one plus u squared times the derivative of u.

9
New cards

(d)/(dx) sec-1u

(1/ ( |u| (sqrt(u2-1))(du)/(dx)

One divided by the absolute value of u times the square root of u squared minus one times the derivative of u. The absolute value of u must be greate than one.

10
New cards

(d)/(dx) cos -1u

(-1/ sqrt(1-u2))(du)/(dx)

Negative one divided by the square root of one minus u squared times the derivative of u (sin argument).

11
New cards

(d)/(dx) cot-1u

(-1/(1+u2))(du)/(dx)

Negative one divided by one plus u squared times the derivative of u.

12
New cards

(d)/(dx) csc-1u

(-1/ ( |u| (sqrt(u2-1))(du)/(dx)

Negative one divided by the absolute value of u times the square root of u squared minus one times the derivative of u. The absolute value of u must be greate than one.

13
New cards

(d)/(dx) eu

eu(du)/(dx)

e to the power of u times the derivative of u

14
New cards

(d)/(dx) au

au(ln(a))((du)/(dx))

a to the power of u times the natural log of a times the derivative of u.

Pneumonic Device: Princess Aulnadu

15
New cards

(d)/(dx) ln (u)

(1/u)(du/dx)

16
New cards

(d)/(dx) logau

(1)/(u(ln(a)))((du)/dx))

One divided by u times the natural log of a time the derivative of u.

Pneumonic Device: Princess Ulnadu

17
New cards

Quotient Rule

lo d hi minus hi d lo all over lo lo

18
New cards

Physics Functions

Position

s(t)

Velocity

v(t) = s’(t)

Acceleration

a(t) = s’’(t) or a(t) = v’(t)

Jerk

j(t) = s’’’(t) or j(t) = a’(t)

Speed

|v(t)|

19
New cards

True Absolute Change

Δf=f(a+dx)-f(a)

Change in f equals f of a plus change in x minus f of a

20
New cards

True Relative Change

Δf/(f(a))

Change in f divided by f of a. (Change in f can be calculated by Absolute True Change equation)

21
New cards

True Percent Change

(Δf/(f(a))x100

Change in f divided by f of a times 100. (Change in f can be calculated by Absolute True Change equation)

22
New cards

Estimated Absolute Change

df=f’(a)dx

Estimated absolute change equals the derivative of f(a) times change in x.

23
New cards

Estimated Relative Change

df/f(a)

df divided by f(a) (df can be calculated by Estimated Absolute Change equation)

24
New cards

Estimated Percent Change

(df/f(a))x100

df divided by f(a) times 100

25
New cards

Average Mean Value

Calculates the average (mean) value

1/(b-a)∫(a,b)(f(x))(dx)

One divided by b minus a times the integral from a to b of f(x) dx

26
New cards

Difference Quotient

A formula that calculates the slope of a secant line between two points on a function

<p><span>A formula that calculates the slope of a secant line between two points on a function</span></p>
27
New cards

Horizontal Asymptotes

Compare degree of numerator to degree of denominator

If the degree of the denominator is higher than the degree of the numerator there is an asymptote at y=0

If the degrees of the numerator and denominatpr are equal, the asymptote is y = the ratio of the leading coefficients

If the degree of the numerator is higher than the degree of the denominator there is not horizontal asymptote

28
New cards

Vertical Asymptotes

To calculate vertical asymptotes of a rational function, simplify the function, crossing out like terms in the numerator and denominator and then set the denominator equal to zero and solve for x.

29
New cards

Intermediate Value Theorem

The Intermediate Value Theorem states that if a function f(x) is continuous on a closed interval [a, b], and N is a value between f(a) and f(b), then there exists a value c in the open interval (a, b) such that f(c) = N

If f(x) is continuous on and f(1) = 2 and f(5) = 8, then by the IVT, f(x) must take on the value 5 at some point between 1 and 5. 

30
New cards

Length of a Path (Parametric)

knowt flashcard image
31
New cards

Area of a Polar Curve

knowt flashcard image
32
New cards

How to find where a particle is at rest

Calculate where velocity is zero

33
New cards

Parametric Equation for Speed

knowt flashcard image
34
New cards

Mean Value Theorem

For a continuous function on a closed interval, there is some value c where the instantaneous slope (derivative) equals the average rate of change

The value c can be calculated by calculating the average rate of change of the function using the endpoints of the interval and the

(f(a)-f(b))/(a-b)

slope equation, then setting this equal to the derivative of the function and solving for x.

35
New cards

Derivative of Composite Functions

knowt flashcard image
36
New cards

Implicit Differentiation

To implicitly differentiate, differentiate as normal, but write dy/dx next to every y you differentiate. After you have differentiated, isolate and solve for dy/dx.

To take the second derivative using implicit differetiation, use the same strategy as before, but for every dy/dx, plug in the first derivative. If you are evaluating the second dervative at a point, you can prematurely plug that point into dy/dx to keep calculations as simple as possible.

37
New cards

Inverse Functions

If g(x) is the inverse function of f(x),

g(x) = 1/f(x)

f(g(x))=x

If f(4)=2, g(2)=4

g’(x)=1/f’(x)

If f(4)= -8, then g’(-8)=1/f’(4)

38
New cards

Linearization Formula (used to calculate linear approximations)

L(x) = f(a) + f'(a)(x - a)

Where f(x) is the function, a is a point where you know the function value and derivative, and L(x) is the linear approximation of f(x) near a. 

39
New cards

When does a particle change direction?

When velocity changes sign

40
New cards

Distance Travelled

∫|v(t)| dt

The integral of the absolute value of the velocity function