2.2 Graphs of Equations

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

1/9

encourage image

There's no tags or description

Looks like no tags are added yet.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

10 Terms

1
New cards

graph of an equation

the set of all points (x, y) that are solutions of the equation, that make the equation true

2
New cards

finding points to graph an equation

1. solve for y in terms of x (like y=2x)

2. pick some values of x (0, -1, 1, 2, -2, etc) and plug them in to find corresponding y points

2a. make a little table to keep track of the points

2b. plot at least 5 points

3. plot the point pairs and draw a line to connect them

<p>1. solve for y in terms of x (like y=2x)</p><p>2. pick some values of x (0, -1, 1, 2, -2, etc) and plug them in to find corresponding y points</p><p>2a. make a little table to keep track of the points</p><p>2b. plot at least 5 points</p><p>3. plot the point pairs and draw a line to connect them</p>
3
New cards

y-x^2=1 sketch the graph

check your answer in desmos, etc.

4
New cards

finding x and y intercepts

x: where a function crosses the x-axis. Y-coordinate is 0.

y: where function crosses the y-axis. X-coordinate is 0.

<p>x: where a function crosses the x-axis. Y-coordinate is 0.</p><p>y: where function crosses the y-axis. X-coordinate is 0.</p>
5
New cards

circle on cartesian plane

has a center (h, k) and radius r. is the set of all points (x,y) that are a distance r from (h, k)

<p>has a center (h, k) and radius r. is the set of all points (x,y) that are a distance r from (h, k)</p>
6
New cards

circle equation (standard form)

(x-h)² + (y-k)² = r² where (h,k) is the center and r is the radius

is derived from distance formula

<p>(x-h)² + (y-k)² = r² where (h,k) is the center and r is the radius</p><p>is derived from distance formula</p>
7
New cards

can the radius of a circle be negative?

NO, never. distance from a point is always positive

8
New cards

a circle with center (7, -3) passes through (5, -2). find its equation in standard form.

1. get the distance between the points for the radius.

2. use the center to then plug those values into the equation of a circle

(x-7)^2+(y+3)^3=5

9
New cards

radius and diameter

Radius is half the diameter r=.5d

10
New cards

find the center and radius of x^2+y^2-6x+8y+10=0

1. we basically want to put into standard form

2. use completing the square (x^2-6x __) + (y^2+8y __)=-10

3. find the missing __ value and add to right hand side aswell (x^2-6x+9)+(y^2+8y+16)=-10+9+16

4. using perfect square, simplifly the right hand side to get find formula

(x-3)^2+(y+4)^2=15

center: (3, -4)

radius: sqrt(15)