1.1 Functions and their Graphs

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

1/10

flashcard set

Earn XP

Description and Tags

Pre Calc PHSP

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

11 Terms

1
New cards

The rectangular coordinate system (Cartesian plane)

you can represent ordered pairs of real numbers by points on this

2
New cards

x-axis

The horizontal real number line

3
New cards

y-axis

the vertical real number line

4
New cards

origin

The point of intersection of these two axes

5
New cards

quadrants

the two axes divide the plane into four

6
New cards

ordered pair

(x,y)

7
New cards

𝑥-coordinate represents the directed distance from the

𝑦-axis to the point (left and right)

8
New cards

𝑦-coordinate represents the directed distance from the

𝑥-axis to the point (up and down)

9
New cards

The pythagorean Theorem

a2 + b2 = c2

10
New cards

The distance formula

d = sqrt (x2 - x1)2 + (y2 - y1)2

<math xmlns="http://www.w3.org/1998/Math/MathML" display="block">

<mrow>

<mi>d</mi>

<mo>=</mo>

<msqrt>

<mrow>

<msup>

<mrow>

<mrow>

<mo>(</mo>

<mrow>

<msub>

<mi>x</mi>

<mn>2</mn>

</msub>

<mo>-</mo>

<msub>

<mi>x</mi>

<mn>1</mn>

</msub>

</mrow>

<mo>)</mo>

</mrow>

</mrow>

<mn>2</mn>

</msup>

<mo>+</mo>

<msup>

<mrow>

<mrow>

<mo>(</mo>

<mrow>

<msub>

<mi>y</mi>

<mn>2</mn>

</msub>

<mo>-</mo>

<msub>

<mi>y</mi>

<mn>1</mn>

</msub>

</mrow>

<mo>)</mo>

</mrow>

</mrow>

<mn>2</mn>

</msup>

</mrow>

</msqrt>

<mo>.</mo>

</mrow>

</math>

11
New cards

Midpoint Formula

m = (x1 + x2/2 , y1 + y2/s)