Rectangle ABCD is drawn on a coordinate plane with point A(-1,-1) and B(1,2) and a diagonal distance from point B to point D of 6 units. Using the coordinates given and the diagonal distance, determaine the perimeter of the rectangle. Round your anwser to the nearest tenth

1 answer

To find the coordinates of point D, we need to find the slope of the diagonal line BD. The slope of a line passing through two points (x1, y1) and (x2, y2) is given by:

slope = (y2 - y1) / (x2 - x1)

Let's calculate the slope of line BD using the given coordinates (1, 2) and (x, y):

slope = (y - 2) / (x - 1)

Since the diagonal distance from B to D is 6 units, we can use the distance formula to obtain an equation:

√((x - 1)^2 + (y - 2)^2) = 6

Squaring both sides of the equation, we get:

(x - 1)^2 + (y - 2)^2 = 36

Expanding the equation, we have:

x^2 - 2x + 1 + y^2 - 4y + 4 = 36

Rearranging the terms, we obtain:

x^2 - 2x + y^2 - 4y - 31 = 0

To find the coordinates of point D, we substitute the value of x and y into the equation. By inspection, we can see that (4, 3) satisfies the equation:

4^2 - 2(4) + 3^2 - 4(3) - 31 = 0
16 - 8 + 9 - 12 - 31 = 0
-16 = 0 (True)

So the coordinates of point D are (4, 3). Now, we can calculate the length of the sides of the rectangle:

Side AB:
√((-1 - 1)^2 + (-1 - 2)^2) = √((-2)^2 + (-3)^2) = √(4 + 9) = √13

Side BC:
√((-1 - 4)^2 + (-1 - 3)^2) = √((-5)^2 + (-4)^2) = √(25 + 16) = √41

Side CD:
√((4 - 1)^2 + (3 - 2)^2) = √((3)^2 + (1)^2) = √(9 + 1) = √10

Side DA:
√((-1 - 4)^2 + (-1 - 3)^2) = √((-5)^2 + (-4)^2) = √(25 + 16) = √41

Finally, we can find the perimeter of the rectangle by adding the lengths of all sides:

Perimeter = AB + BC + CD + DA
Perimeter = √13 + √41 + √10 + √41

Rounded to the nearest tenth, the perimeter of the rectangle is 11.3.