Distance and Midpoint Formulas

0.0(0)
studied byStudied by 0 people
full-widthCall with Kai
GameKnowt Play
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
Card Sorting

1/6

flashcard set

Earn XP

Description and Tags

These flashcards cover the concepts of distance, midpoint, and area calculation for geometric figures.

Study Analytics
Name
Mastery
Learn
Test
Matching
Spaced

No study sessions yet.

7 Terms

1
New cards

What is the formula to calculate the distance between two points P1(x1, y1) and P2(x2, y2)?

Distance = √[(x2-x1)² + (y2-y1)²]

2
New cards

How do you calculate the distance between the points A(5,8) and B(-1,0)?

Plug in the values: √[(-1-5)² + (0-8)²] = √[36 + 64] = √100 = 10.

3
New cards

What is the Midpoint Formula?

Midpoint = ( (x1+x2)/2 , (y1+y2)/2 )

4
New cards

What is the midpoint of the endpoints (-2, 3) and (4, -2)?

Midpoint = [(2+4)/2, (3+(-2))/2] = (3, 0.5).

5
New cards

How can you show that a triangle with vertices A(2, 2), B(3, -1), and C(-3, -3) is a right triangle?

Use the distance formula to find the lengths of the sides and check if the Pythagorean theorem holds.

6
New cards

What does the area of a triangle with a base and height refer to in the context of the formula used?

Area = 1/2 * base * height.

7
New cards

How do you calculate the area of the triangle with vertices A(2, 2), B(3, -1), and C(-3, -3)?

Area = 1/2 * base * height, or using the determinant method for vertex coordinates.