Coordinate Geometry Practice I

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

1/32

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.

33 Terms

1
New cards

length of line AB

√[(x₂-x₁)² + (y₂-y₁)²]

2
New cards

midpoint of line AB

([(x₁+x₂)/2], [(y₁+y₂)/2])

3
New cards

gradient of line AB

m = (y₂-y₁)/(x₂-x₁)

4
New cards

equation of a line passing through A & B

y-y₁ = m(x-x₁)

5
New cards

product of the gradients of perpendicular lines

-1

6
New cards

equation of a circle with a centre (a, b) and radius, r

(x-a)² + (y-b)² = r² → x² + y² - 2ax - 2bx + c = 0

7
New cards

formula for the centre of the circle

(-1/2 coefficient of x, -1/2 coefficeint of y)

8
New cards

formula for c

a² + b² - r²

9
New cards

State the steps in determining whether or not a line intersects with a circle

  1. Substitute the value of y from the equation of the line into the circle’s equation

  2. After expanding, use the values of a, b and c to get the equation b² - 4ac

  3. If b²-4ac is less than 0, it does not intersect with the circle
    If b²-4ac is equal to 0, it is a tangent to the circle
    If b²-4ac is greater than 0, it intersects with the circle at 2 points

10
New cards

State the steps in determining the points of intersection between two circles

  1. Make a simultaneous equation with the equations of the two circles and get a value for either x or y

  2. Substitute the value obtained into the equation of any circle and solve the created quadratic equation

  3. Use the solution of the quadratic equation to get the coordinates of the points of intersection using the equation from step 1

11
New cards

parabola

set of all points in a plane which are the same distance from a fixed line

12
New cards

equation of parabola parallel to the x-axis

x = ay2 + by + c, a ≠ 0

13
New cards

equation of parabola parallel to the y-axis

y = ax² + bx + c, a ≠ 0

14
New cards

ellipse

locus of points in which the sum of the distances from any two fixed pointsis constant

15
New cards

equation of an ellipse with centre (0, 0) foci at (-c, 0) and (c, 0), vertices at (-a, 0) and (a, 0) and the major axis in the x-axis

(x2/a2) + (y2/b2) = 1

16
New cards

equation of an ellipse with centre (0, 0) foci at (0, -c) and (0, c), vertices at (0, -a) and (0, a) and the major axis in the y-axis

(x2/b2) + (y2/a2) = 1

17
New cards

formula for c in an ellipse

c2 = a2 - b2

18
New cards

State the steps for determining the point of intersection between a curve and a line

  1. Equate the two equations

  2. Find a value for x/y

  3. Substitute the obtain value(s) into any of the equations to get the coordinates of the point(s) of intersection

19
New cards

State the steps for determining the point(s) of intersection between two curves

  1. Use one of the equations to find a value for x/y

  2. Substitute that value into any one of the equations to get the counterpart values

  3. Substitute the obtained value(s) into any of the equations to get the coordinates of the point(s) of intersection

20
New cards

parametric equation of a curve

values of the functions y = g(t) and x = f(t) when t is a parameter

21
New cards

Cartesian equation of a curve

combination of two parametric equations so that y = f(x)

22
New cards

How do you find the Cartesian equation of a curve?

  1. Obtain a value for t using one of the parametric equation

  2. Substitute obtained value into the other parametric equation

23
New cards

parametric equations of a circle

x = a + rcos(t) and y = b + rcos(t)

24
New cards

Cartesian equation of a circle with centre (a, b)

(x-a)2 + (y-b)2 = r2

25
New cards

How do you find the Cartesian equation of a curve?

  1. Get the parametric equations in terms of their lone trigonometric functions

  2. Add the equations so that they add up to 1

  3. Simplify any fractions

26
New cards

parametric equations of an ellipse with centre (h, k)

x = h + acos(t) and y = k + bsin(t)

27
New cards

Cartesian equation of an ellipse with centre (h, k)

[(x-h)2/a2] + [(y-k)2/b2] = 1

28
New cards

How do you find the Cartesian equation of an ellipse?

  1. Get the parametric equations in terms of their lone trigonometric functions

  2. Add the equations so that they add up to 1

29
New cards

parametric equation of a parabola with centre (h, k) opening to the right

y = k + pt, x = h + pt2, where p is the distance from the vertex to the focus

30
New cards

parametric equation of a parabola with centre (h, k) opening to the left

y = k + pt, x = h - pt2, where p is the distance from the vertex to the focus

31
New cards

Cartesian equation of a parabola opening to the right with centre (h, k)

(y-k)2 = 4px, where p is the distance from the vertex to the focus

32
New cards

Cartesian equation of a parabola opening to the left with centre (h, k)

(y-k)2 = -4p(x-h), where p is the distance from the vertex to the focus

33
New cards

How to determine loci satisfying points?

If points are equidistant to a line and a point → parabola

If a constant sum between points is involved → ellipse

If there is a fixed point → circle