Analytical Geometry

0.0(0)
Studied by 0 people
call kaiCall Kai
Locked
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/23

encourage image

There's no tags or description

Looks like no tags are added yet.

Last updated 3:53 AM on 6/28/26
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai
Chat

No analytics yet

Send a link to your students to track their progress

24 Terms

1
New cards

Rectangular coordinate system labels

x–coordinate = abscissa; y–coordinate = ordinate; z–coordinate = applicate

2
New cards

Complex plane (Argand plane)

rectangular form z = a + bi, where a is the real part (x–component) and b is the imaginary part (y–component)

3
New cards

Polar form

z = r∠theta, where r is magnitude/distance and theta is argument/angle

4
New cards

Rectangular to polar coordinates

r = sqrt(x^2 + y^2) and theta = tan^–1(y/x)

5
New cards

Polar to rectangular coordinates

x = r cos(theta) and y = r sin(theta)

6
New cards

Distance between two points in a plane

d = sqrt((x2 – x1)^2 + (y2 – y1)^2)

7
New cards

Distance between two points in space

d = sqrt((x2 – x1)^2 + (y2 – y1)^2 + (z2 – z1)^2)

8
New cards

Distance between a point and a line

d = |Ax1 + By1 + C| / sqrt(A^2 + B^2) for line Ax + By + C = 0

9
New cards

Distance between two parallel lines

d = |C2 – C1| / sqrt(A^2 + B^2) for lines Ax + By + C1 = 0 and Ax + By + C2 = 0

10
New cards

Slope fundamental equations

m = rise/run = Delta y / Delta x = tan(theta)

11
New cards

Slope formula between two points

m = (y2 – y1) / (x2 – x1)

12
New cards

General equation of a line

Ax + By + C = 0

13
New cards

Point slope form

y – y1 = m(x – x1)

14
New cards

Slope intercept form

y = mx + b

15
New cards

Two point form

y – y1 = [(y2 – y1) / (x2 – x1)] * (x – x1)

16
New cards

Intercept form

x/a + y/b = 1

17
New cards

Parallel lines condition

m1 = m2

18
New cards

Perpendicular lines condition

m1 * m2 = –1

19
New cards

Acute angle between two lines

theta = tan^–1 |(m2 – m1) / (1 + m1 * m2)|

20
New cards

Acute angle between two lines (General Form)

theta = tan^–1 |(a2b1 – a1b2) / (a1a2 + b1b2)|

21
New cards

Acute angle between two planes

cos(theta) = |n1 · n2| / (|n1| * |n2|) = (A1A2 + B1B2 + C1C2) / [sqrt(A1^2+B1^2+C1^2) * sqrt(A2^2+B2^2+C2^2)]

22
New cards

Midpoint formula

(xM, yM) = ((x1 + x2) / 2, (y1 + y2) / 2)

23
New cards

Internal section formula

C(x, y) = ((mx2 + nx1) / (m + n), (my2 + ny1) / (m + n))

24
New cards

Shoelace Formula (Area by Coordinates)

Area = (1/2) |(x1y2 + x2y3 + … + xny1) – (y1x2 + y2x3 + … + ynx1)|