Chapter Four: Special Topics Flashcards

1
Q

equations of a vertical parabola

A

(x - h)2 = 4p(y - k)

y = a(x - h)2 + k

note: a = 4p

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

equations of a horizontal parabola

A

(y - k)2 = 4p(x - h)

x = a(y - k)2 + h

note: a = 4p

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

where is the focus of a parabola located?

A
  • ±p distance away from the vertex
  • y = cx2 –> (0, 1/4c)
  • x = cy2 –> (1/4c, 0)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

where is the directrix of a parabola located?

A
  • ±p distance away from the vertex (in the opposite direction of the focus)
  • y = cx2 –> y = -1/4c
  • x = cy2 –> x = -1/4c
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

how can you determine the axis of symmetry of a parabola?

A

it is the equation of the horizontal or vertical line through the vertex and the center of the parabola

(ie: if the vertex is (-3, 2) and the parabola opens up, the equation for the axis of symmetry is x = -3)

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

what is the standard equation of an ellipse?

A

note: the term with the larger denominator comes first

(the larger denominator denotes the major axis)

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

where are the intercepts of an ellipse that has a center of (0, 0)?

A

the x-intercepts are at ±a

the y-intercepts are at ±b

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

where are the foci of an ellipse?

A
  • if the x term is first –> (±c, 0)
    • c2 = a2 - b2
  • if the y term is first –> (0, ±c)
    • c2 = b2 - a2
  • c2 = larger denominator - smaller denominator
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

what is the equation of a standard hyperbola? what are the intercepts of this hyperbola?

A
  • will never cross y-axis
  • x-intercepts at ±a
  • foci at (±c, 0)
    • c2 = a2 + b2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

what is the standard equation of a vertical hyperbola? what are the intercepts and foci of this hyperbola?

A
  • will never cross the x-axis
  • intercepts at ±b
  • foci at (0, ±c)
    • c2 = a2 + b2
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

what is the equation for the asymptotes of a hyperbola?

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

binomial theorem

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

binomial coefficient

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

factorial

A

n!

the product of all the natural numbers that are less than or equal to n

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

sequence

A

an ordered collection of numbers, where an describes the location of a number in that sequence

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

inductive/recursive sequence

A

a sequence where the next term depends on the value of the previous term (ex: fibonacci)

17
Q

arithmetic sequence

A
  • a sequence with a constant difference between terms
  • an = a1 + (n - 1)d
18
Q

geometric sequence

A
  • a sequence with a constant multiplicative ratio
  • an = a1rn-1
    • r = (an + 1)/(an)
19
Q

sum of a finite arithmetic sequence

20
Q

sum of a finite geometric sequence

21
Q

induction

A

if the first statement is proven true –> the next statement must be true –> all statements are true

22
Q

steps to prove by induction

A
  1. prove that the statement is true for n = 1
    • the base case does not have to be for n = 1
  2. assume that the statement is true for n = k
  3. prove that the statement is true for n = (k + 1)
23
Q

permutation

A

an arrangement of distinct objects in a definite order

24
Q

combination

A

a way of selecting things from a collection when order does not matter

(also the binomial coefficient formula)

25
probability formula
(# of successful outcomes) / (# of total outcomes)
26
multiplicative probability
the probability of two events co-occurring is the product of their individual probabilities
27
additive probability
the probability of two mutually exclusive events occuring is the sum of their probabilities
28
mutually inclusive probability
the probability of two mutually inclusive events occuring is the sum of the two events minus the probability of the inclusive event (ex: the probability of a red or a queen would be red + queen - red queen)