Core Concepts

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/42

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 5:21 PM on 5/10/25
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

43 Terms

1
New cards

Limit Definition

The value a function approaches as the input approaches a number.

2
New cards

Continuity

A function is continuous at x=ax=a if lim[xaf(x)=f(a)\lim[{x \to a} f(x) = f(a)

3
New cards

Definition of Derivative

f(x)=lim[h0f(x+h)f(x)hf'(x) = \lim[{h \to 0} \frac{f(x+h) - f(x)}{h}

4
New cards

Power Rule

ddx(xn)=nxn1\frac{d}{dx}(x^n) = nx^{n-1}

5
New cards

Product Rule

(fg)=fg+fg(fg)' = f'g + fg'

6
New cards

Quotient Rule

(fg)=fgfgg2\left(\frac{f}{g}\right)' = \frac{f'g - fg'}{g^2}

7
New cards

Chain Rule

(f(g(x)))=f(g(x))g(x)(f(g(x)))' = f'(g(x)) \cdot g'(x)

8
New cards

d/dx [sinx]=

cos(x)

9
New cards

ddx[cos⁡x]ddx[cosx]=sinx\frac{d}{dx}[\cos x] = -\sin x

-sinx

10
New cards

ddx[tan⁡x]=sec⁡2xddx[tanx]=sec2x\frac{d}{dx}[\tan x] = \sec^2 x

string

11
New cards

ddx[ln⁡x]=1xddx[lnx]=1x\frac{d}{dx}[\ln x] = \frac{1}{x}

string

12
New cards

ddx[ex]=exddx[ex]=ex\frac{d}{dx}[e^x] = e^x

string

13
New cards

Critical Point

Where f(x)=0f'(x) = 0 or f(x)f'(x) is undefined.

14
New cards

First Derivative Test

Determines local extrema using sign changes in ff'.

15
New cards

Second Derivative Test

If f''(c) > 0, local min; if f''(c) < 0, local max.

16
New cards

Inflection Point

Where f(x)=0f''(x) = 0 and concavity changes.

17
New cards

Definition of Definite Integral

abf(x)dx=lim[nf(xi")Δx\int_a^b f(x)dx = \lim[{n \to \infty} \sum f(x_i^") \Delta x

18
New cards

Power Rule for Integrals

xndx=xn+1n+1+C(n1)\int x^n dx = \frac{x^{n+1}}{n+1} + C \quad (n \neq -1)

19
New cards

Substitution Rule

Use u=g(x)u = g(x), then change all parts to uu.

20
New cards

Integration by Parts

udv=uvvdu\int u \, dv = uv - \int v \, du

21
New cards

FTC Part 2

abf(x)dx=F(b)F(a)\int_a^b f(x)dx = F(b) - F(a)

22
New cards

Area Between Curves

ab[topbottom]dx\int_a^b [\text{top} - \text{bottom}] \, dx

23
New cards

Disk Method

πab[R(x)]2dx\pi \int_a^b [R(x)]^2 dx

24
New cards

Washer Method

πab[R(x)2r(x)2]dx\pi \int_a^b [R(x)^2 - r(x)^2] dx

25
New cards

Shell Method

2πab(radius)(height)dx2\pi \int_a^b (radius)(height) dx

26
New cards

Convergent Series

Has a finite sum.

27
New cards

Divergent Series

Does not have a finite sum.

28
New cards

Nth-Term Test

If liman0\lim a_n \neq 0, series diverges.

29
New cards

Geometric Series

\sum ar^n \text{ converges if } |r| < 1

30
New cards

P-Series

\sum \frac{1}{n^p} \text{ converges if } p > 1

31
New cards

Alternating Series Test

Converges if terms decrease and liman=0\lim a_n = 0.

32
New cards

Ratio Test

\lim \left|\frac{a{n+1}}{an}\right| < 1 \Rightarrow \text{converges}

33
New cards

Root Test

\lim \sqrt[n]{|a_n|} < 1 \Rightarrow \text{converges}

34
New cards

Maclaurin Series for exe^x

xnn!\sum \frac{x^n}{n!}

35
New cards

Maclaurin Series for sinx\sin x

(1)nx2n+1(2n+1)!\sum \frac{(-1)^n x^{2n+1}}{(2n+1)!}

36
New cards

Maclaurin Series for cosx\cos x

(1)nx2n(2n)!\sum \frac{(-1)^n x^{2n}}{(2n)!}

37
New cards

Taylor Series Centered at aa

f(n)(a)n!(xa)n\sum \frac{f^{(n)}(a)}{n!}(x - a)^n

38
New cards

Radius of Convergence

Use Ratio or Root Test.

39
New cards

IVT

If continuous on [a,b][a,b], hits every value between f(a)f(a) and f(b)f(b)

40
New cards

EVT

If continuous on [a,b][a,b], has absolute max and min.

41
New cards

MVT

f(c)=f(b)f(a)baf'(c) = \frac{f(b) - f(a)}{b - a}

42
New cards

Rolle’s Theorem

If f(a)=f(b)f(a) = f(b), then f(c)=0f'(c) = 0 somewhere.

43
New cards

FTC Part 1

ddxaxf(t)dt=f(x)\frac{d}{dx} \int_a^x f(t) dt = f(x)