Ch 3 - Exponential and Logarithmic Functions

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

1/43

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No study sessions yet.

44 Terms

1
New cards

sequence

function from the whole number to the real number

2
New cards

arithmetic sequence

a(n) = a(0) + dn

3
New cards

common difference

a(n) = a(k) + d(n - k)

4
New cards

geometric sequence

g(n) = g(0) * r^h

5
New cards

common ratio

g(n) = g(k) * r^(h-k)

6
New cards

arithmetic creates _______ while geometric create ________

linear functions; exponential functions

7
New cards

linear function based on table bc

equal length input value intervals have output values of function change at a constant rate

8
New cards

exponential

consistent ration that is multiplied between equa distant input intervals

9
New cards

rate of change is increasing when

concave up (quadratic) or going up (exponential)

10
New cards

rate of change is decreasing when

concave down (quadratic) or going near asymptote (exponential)

11
New cards

exponential function parts

f(x) = a * b ^(x - c) + d

a = vertical stretch or compression

b = base

c = horizontal shift

d = vertical shift

12
New cards

reflect over x-axis when (-) negative is in front of

a

13
New cards

reflect over y-axis when (-) negative is in front of

x

14
New cards

increasing at an increasing rate

f(x) = e^x

<p>f(x) = e^x </p>
15
New cards

increasing at a decreasing rate

f(x) = e^-x

<p>f(x) = e^-x </p>
16
New cards

decreasing at a decreasing rate

f(x) = -e^x

<p>f(x) = -e^x </p>
17
New cards

decreasing at an increasing rate

f(x) = -e^-x

<p>f(x) = -e^-x </p>
18
New cards

vertical stretch or compression

stretch = a > 1

compress/shrink = 0 < a < 1

19
New cards

half life formula

A = P (1/2) ^ t/h

20
New cards

compound interest

A = P (1 + r/n) ^ nt

21
New cards

compound continuous

A = Per^rt

22
New cards

logarithmic function

y = log(b) * (x - h) + k; vertical asymptote = h

23
New cards

log(a) 1 = 0 means

a^0 = 1

24
New cards

log(a) a = 1 means

a^1 = a

25
New cards

inverse property

log(a) a^x = x means a^log(a)x = x

26
New cards

one to one property

log(a) x = log(a) = y means x= y

27
New cards

for logs and ln, what must x always be

x > 0

28
New cards
<p>increasing at a decreasing rate</p>

increasing at a decreasing rate

f(x) = -ln(x)

29
New cards
<p>decreasing at an increasing rate </p>

decreasing at an increasing rate

f(x) = ln (-x)

30
New cards
<p>increasing at an increasing rate </p>

increasing at an increasing rate

f(x) = -ln (-x)

31
New cards
<p>decreasing at a increasing rate</p>

decreasing at a increasing rate

f(x) = ln (x)

32
New cards

ln (-x+3)

reflect across the y-axis at x = 3

-x +3 > 0 = x < 3

33
New cards

change of base formula

log (a) x = log x / log a

34
New cards

product property of logs

log (a) uv = log (a) u + log (a) v

35
New cards

quotient property of logs

log (a) u/v = log (a) u - log (a) v

36
New cards

log power property

log (a) u^v = v log (a) u

37
New cards
<p>gaussian model </p>

gaussian model

y = ae^-(x-b)² / c

38
New cards
<p>logistic model </p>

logistic model

y = a/ 1 + be^-rx

39
New cards

exponential model regression

y = a * b^x

40
New cards

coefficient of determination

r² ; measure that provides information about goodness of fit of a model; closer to 0.99 is best fit

41
New cards

correlation coefficient

r ; defined correlation between independent and depend variables between -1 and + 1;

42
New cards

power model regression

y = a * x^b

43
New cards

LnReg - Logarithmic Model

y = a + b ln x

44
New cards

LinReg - Linear Model

y = ax + b