Inverse Functions and Graphing Circles

0.0(0)
studied byStudied by 0 people
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/46

flashcard set

Earn XP

Description and Tags

These flashcards cover key concepts in inverse functions, one-to-one functions, distance and midpoint formulas, and properties of polynomials.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

47 Terms

1
New cards

What is the formula to find the distance between two points in the Cartesian plane?

The formula is d = √((x₂ - x₁)² + (y₂ - y₁)²).

2
New cards

One-to-One Function

A function where each input corresponds to a unique output, passing the horizontal line test.

3
New cards

Horizontal Line Test

A method to determine if a function is one-to-one by checking if horizontal lines intersect the graph more than once.

4
New cards

Domain

The set of possible input values (x-values) for a function.

5
New cards

Range

The set of possible output values (y-values) for a function.

6
New cards

Distance Formula

The formula used to find the distance between two points in the Cartesian plane: d = √((x₂ - x₁)² + (y₂ - y₁)²).

7
New cards

Midpoint Formula

The formula for finding the midpoint of a line segment joining two points: M = ((x₁ + x₂)/2, (y₁ + y₂)/2).

8
New cards

Standard Form of a Circle

The equation of a circle in the form (x - h)² + (y - k)² = r², where (h,k) is the center and r is the radius.

9
New cards

Polynomial Functions

Functions that can be expressed in the form of a polynomial, with terms combining variables raised to whole number powers.

10
New cards

Degree of a Polynomial

The highest power of the variable in a polynomial expression.

11
New cards

Rational Zero Theorem

A theorem that provides a way to find possible rational zeros of a polynomial having integer coefficients.

12
New cards

Fundamental Theorem of Algebra

Every non-constant polynomial function has at least one complex root.

13
New cards

What is the formula for compound interest?

A = P(1 + r/n)^(nt), where A is the amount, P is the principal, r is the annual interest rate, n is the number of times interest is compounded per year, and t is the time in years.

14
New cards

How is the standard deviation of a data set calculated?

Standard deviation = sqrt((Σ(xi - μ)²) / N), where μ is the mean, xi are the data points, and N is the number of points.

15
New cards

What is the formula for calculating the volume of a cylinder with radius r and height h?

Volume = πr²h.

16
New cards

What is the distance formula in three-dimensional space?

d = √((x₂ - x₁)² + (y₂ - y₁)² + (z₂ - z₁)²).

17
New cards

What is the area of a triangle with base b and height h?

Area = (1/2) * b * h.

18
New cards

How do you find the factorial of a non-negative integer n, denoted as n!?

n! = n × (n-1) × (n-2) × … × 1, with 0! = 1.

19
New cards

What is the formula for the surface area of a sphere with radius r?

Surface Area = 4πr².

20
New cards

How do you calculate the expected value of a random variable X?

Expected value E(X) = Σ [x * P(x)], where x is a possible value of X and P(x) is the probability of x.

21
New cards

What is the formula for the geometric series sum?

Sum = a / (1 - r), where a is the first term and r is the common ratio, for |r| < 1.

22
New cards

What is the relationship between the sine, cosine, and tangent functions?

tan(θ) = sin(θ) / cos(θ), where θ is in radians.

23
New cards

How do you calculate the perimeter of a polygon?

Perimeter = Sum of the lengths of all sides.

24
New cards

What is the exponential function and its general form?

The exponential function is f(x) = a * b^x, where a is a constant, b is the base, and x is the exponent.

25
New cards

What is the formula for the probability of independent events A and B occurring?

P(A and B) = P(A) * P(B).

26
New cards

How is the median calculated for an even set of numbers?

For an even set, the median is the average of the two middle numbers after sorting the dataset.

27
New cards

What is the derivative of a function f(x) with respect to x?

The derivative f'(x) represents the rate of change of f(x) with respect to x.

28
New cards

What is the area of a rectangle with width w and height h?

Area = w * h.

29
New cards

What is the formula for the circumference of a circle with radius r?

Circumference = 2πr.

30
New cards

How do you calculate the average (mean) of a set of numbers?

Average = (Sum of all numbers) / (Total count of numbers).

31
New cards

What is the Pythagorean theorem?

a² + b² = c² (where c is the hypotenuse of a right triangle).

32
New cards

What is the formula for the slope of a line given two points (x₁, y₁) and (x₂, y₂)?

Slope (m) = (y₂ - y₁) / (x₂ - x₁).

33
New cards

How do you find the probability of an event occurring?

Probability = (Number of favorable outcomes) / (Total number of possible outcomes).

34
New cards

What is the formula for the sum of an arithmetic series?

Sum = n/2 (first term + last term), where n is the number of terms.

35
New cards

What is the quadratic formula for solving ax² + bx + c = 0?

x = (-b ± √(b² - 4ac)) / (2a).

36
New cards

How can you find the median of a set of numbers?

Arrange the numbers in order, and if there is an odd number of observations, the median is the middle number; if even, it is the average of the two middle numbers.

37
New cards

What is the binomial theorem?

(a + b)ⁿ = Σ (n choose k) a^(n-k) b^k, where k=0 to n.

38
New cards

What is the formula for the area of a circle with radius r?

Area = πr².

39
New cards

How do you calculate the volume of a sphere with radius r?

Volume = (4/3)πr³.

40
New cards

What is the formula for simple interest?

Simple Interest = P * r * t, where P is the principal, r is the rate, and t is the time in years.

41
New cards

How is a linear equation represented in slope-intercept form?

y = mx + b, where m is the slope and b is the y-intercept.

42
New cards

What is the formula for the surface area of a rectangular prism?

Surface Area = 2(lw + lh + wh), where l is length, w is width, and h is height.

43
New cards

What is the formula for the confidence interval of a population mean?

CI = x̄ ± z*(σ/√n), where x̄ is the sample mean, z is the z-score, σ is the population standard deviation, and n is the sample size.

44
New cards

What is the fundamental theorem of calculus?

It establishes the relationship between differentiation and integration, stating that if F is an antiderivative of f on [a, b], then ∫[a to b] f(x) dx = F(b) - F(a).

45
New cards

How do you convert a fraction to a decimal?

Divide the numerator by the denominator.

46
New cards

What is the formula for the median of a data set?

If the number of observations is odd, the median is the middle number; if even, the median is the average of the two middle numbers.

47
New cards

How do you calculate the range of a data set?

Range = Maximum value - Minimum value.