Pre-Calculus Flashcards

(33 cards)

1
Q

Q: What does it mean for two functions to be inverses?

A

A: If function f takes input a to output b, then its inverse f⁻¹ takes b back to a. They “reverse” each other.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Q: Do all functions have inverses?

A

A: No. A function must be one-to-one (each output paired with only one input) to have an inverse.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Q: Why is the function h(x) = {1→2, 2→1, 3→2, 4→5} not invertible?

A

A: Because h⁻¹(2) would map to both 1 and 3, violating the definition of a function.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the limit of f(x) = x + 2 as x approaches 3?

A

A: 5. As x gets closer to 3 from both sides, the y-value approaches 5.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

Q: Is the limit the same as the value of the function at that point?

A

A: Not always. The limit describes behavior near a point, not necessarily the function’s value at that point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

Q: What is the difference between f and g if both approach 5 at x = 3, but g is undefined at x = 3?

A

A: g(x) has a limit of 5 at x = 3, but g(3) is undefined. Limits describe behavior near x, not at x.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

Q: What does it mean when we say a limit equals 5?

A

A: It means as x gets closer to a value (like 3), f(x) gets arbitrarily close to 5 — from both sides.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

Q: What is the notation for the limit of f(x) as x approaches 3?

A

A: lim(x→3) f(x)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Q: What does lim(x→a) f(x) mean?

A

A: It means we are finding the value that f(x) approaches as x gets close to a.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

Q: What does the “horizontal line test” have to do with limits?

A

A: It’s used for invertibility, not limits — but limits require the function to approach the same y-value from both sides.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Q: What is a one-sided limit?

A

A: It’s the value a function approaches as x approaches a point from one side only (left or right).

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Q: What does a removable discontinuity look like on a graph?

A

A: A hole in the graph — the limit exists, but the function is not defined at that point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

Q: What must be true for a limit to exist?

A

A: The function must approach the same value from both the left and the right as x approaches the point.
Mathematically:
limₓ→a⁻ f(x) = limₓ→a⁺ f(x)
If these are equal, then limₓ→a f(x) exists.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Q: What is a derivative?

A

A: The derivative measures how a function changes — it’s the instantaneous rate of change or the slope of the tangent line at a point.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Q: What is the notation for a derivative?

A

A: Common notations include:

f ′(x)
dy/dx
d/dx [f(x)]

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Q: What does it mean if the derivative of a function is zero at a point?

A

A: The function has a horizontal tangent at that point — it could be a local max, min, or saddle point.

17
Q

Q: What is the Power Rule for derivatives?

A

A: If f(x) = xⁿ, then f ′(x) = n·xⁿ⁻¹

18
Q

Q: What does the derivative tell us about the graph of a function?

A

If f ′(x) > 0 → function is increasing
If f ′(x) < 0 → function is decreasing
If f ′(x) = 0 → possible max/min (check further)

19
Q

Q: What is the Power Rule for derivatives?

A

A: If f(x) = xⁿ, then f ′(x) = n·xⁿ⁻¹

20
Q

Find the derivative of:
f(x) = x² + 3x + 5

A

Use the Power Rule: f ′(x) = n·xⁿ⁻¹
d/dx[x²] = 2x
d/dx[3x] = 3
d/dx[5] = 0

21
Q

Q: Find the derivative of:
f(x) = 4x³ − 2x² + 7x − 10

A

Use the Power Rule: f ′(x) = n·xⁿ⁻¹
d/dx[4x³] = 12x²
d/dx[−2x²] = −4x
d/dx[7x] = 7
d/dx[−10] = 0

22
Q

Q: Find the derivative of:
f(x) = 5 / x

A

Rewrite: f(x) = 5x⁻¹
d/dx[5x⁻¹] = 5 × (−1)x⁻² = −5 / x²

23
Q

Solve
2/3(3/2(x+8)) - 8

A

2/3(3/2(x+8)) - 8
x+8 - 8
x

24
Q

Solve
s(x-7/2) +7

A

2(x-7/2) + 7
x-7 + 7
x

25
Q: What is the inverse composition rule?
A: Two functions f and g are inverses if: f(g(x)) = x for all x in the domain of g g(f(x)) = x for all x in the domain of f
26
Q: How can you check if two functions are inverses?
A: Compose them both ways (f(g(x)) and g(f(x))). If both simplify to x, then they are inverses.
27
Q: What is a real-life example of inverse functions in navigation?
A: Converting between miles and kilometers. f(x) = x × 1.609 (miles to km) f⁻¹(x) = x / 1.609 (km to miles)
28
Q: What is a real-life example of inverse functions in temperature conversion?
A: Converting between Celsius and Fahrenheit. f(x) = (9/5)x + 32 (Celsius to Fahrenheit) f⁻¹(x) = (5/9)(x − 32) (Fahrenheit to Celsius)
29
cos(π/3)
1/2
30
sin(π/3)
√3 / 2
31
Why does tan(π/3) = √3
tan = sin / cos
32
sin(π/6)
1/2
33
cos(π/6) =
√3 / 2