Derivative Formulas

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/28

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

29 Terms

1
New cards

d/dx [k]

0

2
New cards

d/dx [f(x) ± g(x)]

f′(x) ± g′(x)

3
New cards

d/dx [k·f(x)]

k·f′(x)

4
New cards

d/dx [f(x)·g(x)]

g(x)·f′(x) + g’(x)·f(x)

5
New cards

d/dx [f(x)/g(x)]

[g(x)·f′(x) − f(x)·g′(x)] / [g(x)]² (domain: g(x) ≠ 0)

6
New cards

d/dx [f(g(x))]

f′(g(x)) · g′(x) (chain rule; domain: g(x) in domain of f)

7
New cards

d/dx [xⁿ]

n · xⁿ⁻¹

8
New cards

d/dx [uⁿ] (chain form)

n · uⁿ⁻¹ · u′ (domain: depends on ‘n’; for non-integer ‘n’ ensure ‘u’ stays in domain)

9
New cards

d/dx [sin(u)]

cos(u) · u′ (domain: all real u)

10
New cards

d/dx [cos(u)]

−sin(u) · u′ (domain: all real u)

11
New cards

d/dx [tan(u)]

sec²(u) · u′ (domain: u ≠ π/2 + kπ)

12
New cards

d/dx [cot(u)]

−csc²(u) · u′ (domain: u ≠ kπ)

13
New cards

d/dx [sec(u)]

sec(u)·tan(u) · u′ (domain: u ≠ π/2 + kπ)

14
New cards

d/dx [csc(u)]

−csc(u)·cot(u) · u′ (domain: u ≠ kπ)

15
New cards

d/dx [e^{u}]

e^{u} · u′ (domain: all real u)

16
New cards

d/dx [a^{u}]

a^{u}·ln(a) · u′ (domain: a>0)

17
New cards

d/dx [ln|u|]

u′ / u (domain: u ≠ 0)

18
New cards

d/dx [sin⁻¹(u)]

u′ / √(1 − u²) (domain: |u| < 1)

19
New cards

d/dx [cos⁻¹(u)]

− u′ / √(1 − u²) (domain: |u| < 1)

20
New cards

d/dx [tan⁻¹(u)]

u′ / (1 + u²) (domain: all real u)

21
New cards

d/dx [cot⁻¹(u)]

− u′ / (1 + u²) (domain: all real u)

22
New cards

d/dx [sec⁻¹(u)]

u′ / (|u|·√(u² − 1)) (domain: |u| > 1)

23
New cards

d/dx [csc⁻¹(u)]

− u′ / (|u|·√(u² − 1)) (domain: |u| > 1)

24
New cards

d/dx [log_a(u)]

u’/u·​​​ln(a) (domain: a > 0, a ≠ 1, u>0)

25
New cards

f’(c) (Use for specific ‘c’ value)

\lim_{x \to c} \frac{f(x) - f(c)}{x - c}

26
New cards

How do you check if a function is differentiable at x=c using the limit definition of the derivative?

  1. Compute the left-hand derivative:
    f'_-(c) = \lim_{x \to c^-} \frac{f(x) - f(c)}{x - c}

  2. Compute the right-hand derivative:
    f'_+(c) = \lim_{x \to c^+} \frac{f(x) - f(c)}{x - c}

  3. Compare:

    • If f'_-(c) = f'_+(c), f is differentiable at c.

    • If they are not equal, f is not differentiable at c .

27
New cards

If f is differentiable at x = c, then…

f is continuous at x = c
However, the opposite is not always true.

28
New cards

Limit Definition of a Derivative

\lim_{h \to 0} \frac{f(x+h)-f(x)}{h}

29
New cards

Where is a function not differentiable?

A function is not differentiable at points where it is not continuous, has a corner or cusp, a vertical tangent, or where the left-hand and right-hand derivatives are not equal.