Coordinate Geometry & Straight Lines (AQA GCSE Further Maths): Flashcards

Exam code: 8365

1/26

0Still learning

Know0

  • Complete the distance between \left(x_{1} , y_{1}\right) and \left(x_{2} , y_{2}\right):

    d = \sqrt{\left(x_{1} - x_{2}\right)^{2} + \_\_\_\_\_\_}

Cards in this collection (26)

  • Complete the distance between \left(x_{1} , y_{1}\right) and \left(x_{2} , y_{2}\right):

    d = \sqrt{\left(x_{1} - x_{2}\right)^{2} + \_\_\_\_\_\_}

    The completed formula is:

    d = \sqrt{\left(x_{1} - x_{2}\right)^{2} + \left(y_{1} - y_{2}\right)^{2}}

    It is Pythagoras' theorem applied to the difference in the x-coordinates and the difference in the y-coordinates.

  • Find the distance between \left(3 , -4\right) and \left(-5 , 2\right).

    The differences are 3 - \left(-5\right) = 8 and -4 - 2 = -6.

    So d = \sqrt{8^{2} + \left(-6\right)^{2}} = \sqrt{100} = 10 units.

  • True or False?

    It does not matter which point you call \left(x_{1} , y_{1}\right) when finding a distance.

    True.

    Both differences are squared, and 3^{2} is the same as \left(-3\right)^{2}, so the sign is lost either way.

    This is not true of a midpoint, where the signs genuinely do matter.

  • How do you find the midpoint of two points?

    Take the average of the two x-coordinates and the average of the two y-coordinates.

    As a formula that is \left(\frac{x_{1} + x_{2}}{2} , \frac{y_{1} + y_{2}}{2}\right).

  • Find the midpoint of \left(-4 , 3\right) and \left(8 , -12\right).

    Average each coordinate separately: \frac{-4 + 8}{2} = 2 and \frac{3 + \left(-12\right)}{2} = -4.5.

    So the midpoint is \left(2 , -4.5\right).

  • Which point divides AB in the ratio m : n?

    The point dividing AB in the ratio m : n lies \frac{m}{m + n} of the way from A to B.

    So a ratio of 2 : 3 means \frac{2}{5} of the way along, and a midpoint is the ratio 1 : 1.

  • A is \left(-4 , 3\right) and B is \left(8 , -12\right). Find the point dividing AB in the ratio 1 : 2.

    The point is \frac{1}{3} of the way from A to B, and the differences are 12 in x and -15 in y.

    Adding a third of each to A gives \left(-4 + 4 , 3 - 5\right) = \left(0 , -2\right).

  • True or False?

    Dividing AB in the ratio 1 : 2 gives the same point as dividing BA in the ratio 1 : 2.

    False.

    The ratio is measured from the first letter, so one point is a third of the way from A and the other a third of the way from B.

    Those are different points unless the ratio happens to be 1 : 1.

  • What does the sign of a gradient tell you about a line?

    A positive gradient goes uphill from left to right, and a negative gradient goes downhill.

    The size of the gradient, ignoring its sign, is how steep the line is.

  • True or False?

    A line with gradient -5 is steeper than one with gradient -4.

    True.

    Steepness depends on the size of the gradient, not on its sign.

    Both lines go downhill, but the -5 line falls more sharply.

  • Complete the gradient of the line joining \left(x_{1} , y_{1}\right) and \left(x_{2} , y_{2}\right):

    m = \frac{y_{2} - y_{1}}{\_\_\_\_\_\_}

    The completed formula is:

    m = \frac{y_{2} - y_{1}}{x_{2} - x_{1}}

    This is the change in y divided by the change in x, sometimes called rise over run.

  • Why must the subtractions in the gradient formula run the same way?

    Because swapping the order in only one of them flips the sign of the gradient, giving the wrong answer.

    Either point may come first, as long as both the top and the bottom follow the same choice.

  • Find the gradient of the line joining \left(-1 , 4\right) and \left(7 , 28\right).

    The change in y is 28 - 4 = 24, and the change in x is 7 - \left(-1\right) = 8.

    So the gradient is \frac{24}{8} = 3.

  • Complete the two gradient relationships:

    Parallel lines have \_\_\_\_\_\_ gradients.

    Perpendicular lines have gradients whose product is \_\_\_\_\_\_.

    The completed relationships are:

    Parallel lines have equal gradients.

    Perpendicular lines have gradients whose product is -1, so m_{1} \times m_{2} = -1.

    The rule works both ways, so a product of -1 also proves two lines are perpendicular.

  • What is the gradient of a line perpendicular to one with gradient -\frac{2}{3}?

    The gradient is \frac{3}{2}, the negative reciprocal: flip the fraction over and change the sign.

    Checking, -\frac{2}{3} \times \frac{3}{2} = -1.

  • How do you check whether two given lines are parallel or perpendicular?

    Rearrange both equations into the form y = mx + c, since only then can you read off each gradient.

    An equation like 2x + 3y = 6 tells you nothing about its gradient until it has been rearranged.

  • Complete what each letter means in y = mx + c:

    m is the \_\_\_\_\_\_, and c is the \_\_\_\_\_\_.

    The completed statement is:

    m is the gradient, and c is the y-axis intercept.

    An alternative form is ax + by + c = 0, where a, b and c are integers.

  • What two things do you need to find the equation of a straight line?

    You need a gradient m and a point \left(x_{1} , y_{1}\right) that the line passes through.

    Those go into y - y_{1} = m\left(x - x_{1}\right), which can then be rearranged into either standard form.

  • Besides using two points, how else might you get a line's gradient?

    From a line it is parallel or perpendicular to, since either of those fixes the gradient.

    Collinear points also help, because points lying on the same straight line share a gradient.

  • What does the point of intersection of two lines represent?

    The solution of their two equations solved simultaneously, since that point lies on both lines at once.

    Its coordinates are the x and the y that satisfy both equations together.

  • True or False?

    Every pair of straight lines has a point of intersection.

    False.

    Parallel lines never meet, so their equations have no simultaneous solution.

    It is worth comparing the gradients before trying to solve, since equal gradients mean there is nothing to find.

  • How do you find where a line crosses the x-axis?

    Substitute y = 0, because the x-axis is itself the line y = 0.

    For the y-axis substitute x = 0 instead, so 2x + 3y = 24 crosses at \left(12 , 0\right) and \left(0 , 8\right).

  • True or False?

    y = 4x + 9 and y = 4x + 9 are parallel lines.

    False.

    They are the same line, and parallel lines have to be distinct.

    Parallel means equal gradients with different intercepts, as in y = 3x + 7 and y = 3x - 4.

  • Find the line parallel to y = 3x + 7 passing through \left(2 , 1\right).

    The gradient is unchanged, so the line has the form y = 3x + d.

    Substituting \left(2 , 1\right) gives 1 = 6 + d, so d = -5 and the line is y = 3x - 5.

  • Find the line perpendicular to y = 2x - 2 passing through \left(2 , -3\right).

    The perpendicular gradient is -\frac{1}{2}, so the line has the form y = -\frac{1}{2}x + c.

    Substituting \left(2 , -3\right) gives -3 = -1 + c, so c = -2 and the line is y = -\frac{1}{2}x - 2.

  • Write y = -\frac{1}{2}x - 2 in the form ax + by + c = 0 with integer coefficients.

    Move every term to one side, then clear the fraction by multiplying through by 2.

    That gives x + 2y + 4 = 0.

Sign up to unlock flashcards

or