MA116 Unit 3: Factoring, Inverses, Mathematical Modeling

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

1/12

flashcard set

Earn XP

Description and Tags

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

13 Terms

1
New cards

If one code gives two different snacks, is it a function? (Yes/No)

No, because a function must have one input for each output

2
New cards

If a graph fails the horizontal line test, can it have an inverse that’s a function? (Yes/No)

No, if a graph fails the horizontal test. It is not 1-to-1; therefore, it is not a function, so it can’t have an inverse that’s a function.

3
New cards

Why do we need one-to-one to have an inverse function? (one sentence)

You need a 1-to-1 so that you know which function the graph is coming from. Two same inputs/outputs you wouldn’t know

4
New cards

If f’s range is (0, ∞), what’s domain of f⁻¹?

flip which end is smaller — intervals always go left to right:
→ Domain of f⁻¹ = (0, ∞).
(The swap is domain range, but orientation stays increasing left→right.)

5
New cards
6
New cards

Is log(x − 3) defined at x = 2?

No, because it would be log(−1).

7
New cards

If h(x) passes the vertical line test but fails the horizontal line test, what must you do before finding an inverse function for h?

we restrict its domain so that each x gives a unique y.

8
New cards
<p>If a bacteria culture doubles every 3 hours, what’s the growth rate r in N = N₀ e^{r t}?</p>

If a bacteria culture doubles every 3 hours, what’s the growth rate r in N = N₀ e^{r t}?

our setup has an extra 2N0 Start from N(t)= N0​ert and use “double at t=3t=3t=3”:

2N0=N0er⋅3    ⇒    2=e3r.2N_0 = N_0 e^{r\cdot 3}\;\;\Rightarrow\;\; 2 = e^{3r}.2N0​=N0​er⋅3⇒2=e3r.

9
New cards

If something decays by 5 % each hour, how much remains after 10 hours?

Your form N=N0e−0.05⋅10N = N_0 e^{-0.05\cdot 10}N=N0​e−0.05⋅10 is perfect if you’re modeling a continuous 5% rate.
(If it were “5% off each hour, step-by-step,” that’d be N=N0(0.95)10N=N_0(0.95)^{10}N=N0​(0.95)10. Both are common; they’ll give close answers.)

<p>Your form <span>N=N0e−0.05⋅10N = N_0 e^{-0.05\cdot 10}N=N0​e−0.05⋅10</span> is perfect <strong>if</strong> you’re modeling a <strong>continuous</strong> 5% rate.<br>(If it were “5% off each hour, step-by-step,” that’d be <span>N=N0(0.95)10N=N_0(0.95)^{10}N=N0​(0.95)10</span>. Both are common; they’ll give close answers.)</p>
10
New cards

Solve

10^𝑥=250

Log(250)=2.40

11
New cards

how do you do row2 on calc?

2nd, Matrix—> Math B: go back and insert matrix that you previously made

12
New cards

Find the inverse of \sqrt{1+x}

\sqrt{1+x},x=\sqrt{1+y,}x^2=1+y,y=x^2-1,f^{-1}\left(x\right)=x^2-1

13
New cards

find the inverse off(x)=\frac{1}{x}-2.

  1. y=1/x​−2

  2. Swap x and y: x=1/y−2

  3. solve like algebra, manipulate to get y- x+2=1/y

  4. f^−1(x)=1/x+21