Find the gradient, length and midpoint of the line between (0,0) and (8,8).

let x1 = 0, y1 = 0 in (0,0) and let x2 = 8 and y2 = 8 in (8,8). To find the gradient, we would do (y2 - y1)/(x2-x1) = 1. To find the length, we would do the square root of the following: (y2-y1)^2 + (y2-y1)^2 which gives us the square root of 128 and this simplifies to 8sqrt(2). For the midpoint, we would do ((x1+x2)/2,(y1+y2)/2) which gives (4,4).The reason why I have opted to use x1, x2, y1 and y2 is to generalise it for any numbers we are given.

JA

Related Maths A Level answers

All answers ▸

Find the stationary pointsof the following: (y = x^3 - x^2 -16 x -17) and determine if each point is a maximum or minimum.


What is the derrivative (dy/dx) of the equation 2 = cos 4x - cos 2y in terms of x and y?


When using the addition rule in probability, why must we subtract the "intersection" to find the "union" with the Addition Rule?


A curve has the equation y=12+3x^4. Find dy/dx.