Coordinate Geometry Flashcards
What is the formula for the gradient between two points?
m = (y2 - y1) / (x2 - x1)
How to make sure that two lines are perpendicular?
their gradients x to make -1
or
one is the negative reciprocal of the other
How to find the midpoint of the line joining two points?
How to find the length?
M = ( x1 + x2 / 2 , y2 + y1 / 2 )
for length - Pythagoras
What are the forms of a straight line?
Y = mx + c
or
ax + by + c = 0 where a, b and c are integers
What should you include when sketching graphs?
y - intercept
Any roots
Turning point (if quadratic)
Gradient (if linear)
what is the alternate equation of a line when given a gradient and a point it passes through?
y - y1 = m( x - x1)
where m is the gradient and (x1 , y1) is the point.
What is the equation of the line when given two points?
1) calculate gradient
2) input gradient and one point into y - y1 = m( x - x1)
y - y1 = y2 - y1 / x2 - x1 (x - x1)
What is the equation for a circle?
( x - a )^2 + ( y - b )^2 = r^2
How do you find the equation of a circle given:
1) Its centre and radius?
2) Its centre and a point on the outside?
1) just input a, b & r from centre (a,b) and radius r into (x - a)^2 + (y - b)^2 = r^2
2) use pythagoras to find the radius then us this and centre a, b to substitute into equation
What are the 3 circle theormes to know relating to circles?
1) The angle in the semi circle is a right angle ( If A, B and C are points on a circle and AB is the diameter oof the circle, then ABC = 90 degrees)
2) the perpendicular bisector of a chord passes through the centre of the circle
3) the tangent and radius meet at 90 degrees - perpendicular
How do you find the equation of a circle given 3 points on its circumfrence?
1) all points on circumfrence must be equidistant to the centre. Perpendicular bisector of AB must pass through the centre as equidistant from A & B. Same for AC
Hence, you must first calculate the perpendicular bisector of any two AB, BC or AC using gradients and midpoints
2) solve these two bisectors simultaneously to give the centre of the circle (where the two bisectors meet)
3) Finally, use this and any point (A, B, C) to find radius of the circle and hence find the equation of the circle.
How do you find the point of intersection between a line and a circle?
Solve simultaneously with substitution
when finding the the point(s) of intersection between 2 lines, solve simultaneously. It is always useful to equate for y first and then solve this way.
How do you know if two lines are parallel?
They have the same gradient
How do you calculate the area of any triangle?
1/2 x base x perpendicular height
How do you work out where two lines intersect?
Solve simultaneously