Coordinate Plane Math Example 2

Follow the full solution, then compare it with the other examples linked below.

Example 2

medium
Find the distance between points (1,2)(1, 2) and (4,6)(4, 6).

Solution

  1. 1
    Use the distance formula: d=(x2โˆ’x1)2+(y2โˆ’y1)2d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}.
  2. 2
    Substitute: d=(4โˆ’1)2+(6โˆ’2)2=9+16d = \sqrt{(4-1)^2 + (6-2)^2} = \sqrt{9 + 16}.
  3. 3
    Simplify: d=25=5d = \sqrt{25} = 5.

Answer

d=5d = 5
The distance formula is derived from the Pythagorean theorem. The horizontal and vertical differences form the legs of a right triangle, and the distance is the hypotenuse.

About Coordinate Plane

A two-dimensional surface formed by two perpendicular number lines โ€” the horizontal xx-axis and the vertical yy-axis โ€” intersecting at the origin (0,0)(0, 0). Every point on the plane is uniquely identified by an ordered pair (x,y)(x, y) giving its horizontal and vertical distances from the origin.

Learn more about Coordinate Plane โ†’

More Coordinate Plane Examples