A-level Mathematics/CIE/Pure Mathematics 1/Coordinate Geometry

From testwiki
Jump to navigation Jump to search

The Equation of a Line

Calculations involving lines

Distance between two points

The distance between two points can be found with the Pythagorean theorem

The distance between two points is given by the formula Dist=Δx2+Δy2 where Δx is the difference in x-values between the two points and Δy is the difference in y-values between the two points.

This formula can also be seen as applying the Pythagorean theorem to the points, where the differences in x-values and y-values form two sides of a right-angled triangle.

Midpoint of two points

The midpoint is the point halfway between two points.

The midpoint is the point which is exactly halfway between two points. The coordinates of the midpoint are given by (x1+x22,y1+y22) where (x1,y1) and (x2,y2) are the coordinates of the two points.

e.g. The midpoint between (2,1) and (4,3) is (3,1)

You may notice that this expression states that the midpoint's x-coordinate is the average of the x-coordinates of the points, and its y-coordinate is the average of the points' y-coordinates. Essentially, this means that the midpoint is the average of the two points.

Gradients

The gradient m of a line is determined by the ratio m=riserun where rise is the change in y-value and run is the change in x-value.

This can also be expressed as m=y2y1x2x1 when finding the gradient of a line between two points.

e.g. The gradient of a line that passes through (2,4) and (3,6) has gradient 6432=21=2

Intersecting lines

An intersection between two lines

When two lines intersect, the point of intersection is where the two lines cross. The point of intersection is thus on both lines, meaning that it can be found using simultaneous equations.

e.g. The lines y=2x+3 and y=x intersect. Find the point of intersection.

y=2x+3y=xx=2x+33x=3x=1y=(1)=1The point of intersection is at (1,1)

Parallel lines

The lines AB and CD are parallel.

Parallel lines always have the same gradient, and do not intersect.

e.g. The lines y=3x+1 and y=3x2 are parallel.

Sometimes we'll need to find a line which is parallel to a given line and passes through a given point.

e.g. Find the equation of a line parallel to y=2x+3 that passes through (5,6)

Parallely=2x+c(5,6)6=2(5)+c6=10+cc=4y=2x4

Perpendicular lines

The blue line and red line are perpendicular

Perpendicular lines are at right angles to one another. The product of the gradients of two perpendicular lines is always -1.

e.g. The lines y=x and y=x are perpendicular.

Sometimes we'll need to find a perpendicular line that goes through a specific point.

e.g. Find the equation of the line perpendicular to y=x2+3 that passes through the origin.

Perpendiculary=11/2x+cy=2x+cThrough origin0=2(0)+cc=0y=2x

Different forms of the equation of a line

There are three main ways to write an equation of a line:

  • y=mx+c
  • yy1xx1=m
  • ax+by+c=0

Finding the equation of a line from a point and the gradient

The equation of a line can be found using a point and the gradient using the second equation yy1xx1=m followed by rearranging the equation to the form y=mx+c.

e.g. A line with gradient 2 goes through the point (2,3). Find its equation.

y3x2=2y3=2(x2)y=2x4+3y=2x1

Finding the equation of a line from two points

When given two points, we can find the gradient using m=y2y1x2x1. Using this gradient, the same method can be used as for a point and the gradient.

e.g. A line travels through the points (2,3) and (1,1). Find the equation of the line.

m=1+312=41=4y+3x2=4y+3=4(x2)y+3=4x8y=4x11

The Equation of a Circle

A circle consists of all points that are a given distance from its centre. The distance between two points can be defined using the Pythagorean theorem a2+b2=c2. Thus, the equation of a circle centred at the origin is given by x2+y2=r2 where r is the radius of the circle.

e.g. A circle centred at the origin with radius 5 would have the equation x2+y2=25

If the circle is not centred at the origin, we can translate this equation to a different point. Thus, the equation becomes (xxc)2+(yyc)2=r2 where (xc,yc) are the coordinates of the centre.

e.g. A circle centred at (1,2) with radius 5 would have the equation (x1)2+(y2)2=5

Interactions between Lines & Circles

When given a problem where a line and a circle intersect, it is useful to use a substitution method of solving simultaneous equations.

e.g. The line y=1x intersects the circle x2+y2=1. Find the coordinates of these intersection points

x2+y2=1y=1xx2+(1x)2=1x2+12x+x2=12x22x=02x(x1)=0x={0,1}y={1,0} Intersections are at (0,1) and (1,0)

Interactions between Lines & Quadratics

When a quadratic and a line intersect, we can again use substitution to find the points of intersection.

e.g. The line y=3x8 intersects the quadratic y=x22x2. Find the points of intersection.

y=x22x2y=3x83x8=x22x2x25x+6=0(x2)(x3)=0x={2,3}y={2,1}The points of intersection are at (2,2) and (3,1)

In some cases, we need to find a constant that ensures there is only one point of intersection. In said cases, we should use the discriminant.

e.g. Find the value k such that the line y=x+k is tangent to y=x23x2

Tangentone rootΔ=0y=x23x2y=x+kx+k=x23x2x24x2k=0Δ=(4)24(1)(2k)=016+8+4k=04k=24k=6

Template:Chapnav

Template:BookCat