To find the perimeter of the parallelogram defined by the vertices \((0,0)\), \((2,3)\), \((5,2)\), and \((3,-1)\), we will first compute the lengths of the sides using the distance formula.
Distance Formula
The distance \(d\) between two points \((x_1, y_1)\) and \((x_2, y_2)\) is given by: \[ d = \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2} \]
Calculate the lengths of the sides:
-
Distance between \((0,0)\) and \((2,3)\): \[ d_1 = \sqrt{(2-0)^2 + (3-0)^2} = \sqrt{2^2 + 3^2} = \sqrt{4 + 9} = \sqrt{13} \]
-
Distance between \((2,3)\) and \((5,2)\): \[ d_2 = \sqrt{(5-2)^2 + (2-3)^2} = \sqrt{(3)^2 + (-1)^2} = \sqrt{9 + 1} = \sqrt{10} \]
-
Distance between \((5,2)\) and \((3,-1)\): \[ d_3 = \sqrt{(3-5)^2 + (-1-2)^2} = \sqrt{(-2)^2 + (-3)^2} = \sqrt{4 + 9} = \sqrt{13} \]
-
Distance between \((3,-1)\) and \((0,0)\): \[ d_4 = \sqrt{(0-3)^2 + (0+1)^2} = \sqrt{(-3)^2 + (1)^2} = \sqrt{9 + 1} = \sqrt{10} \]
Perimeter Calculation
Since \(d_1\) and \(d_3\) are equal (both \(\sqrt{13}\)), and \(d_2\) and \(d_4\) are equal (both \(\sqrt{10}\)), the perimeter \(P\) of the parallelogram is given by: \[ P = 2(d_1 + d_2) = 2(\sqrt{13} + \sqrt{10}) \]
Numerical Values
Now we evaluate these square roots:
\[ \sqrt{13} \approx 3.60555 \] \[ \sqrt{10} \approx 3.16228 \]
Adding these values: \[ \sqrt{13} + \sqrt{10} \approx 3.60555 + 3.16228 \approx 6.76783 \]
Now we can find the perimeter: \[ P \approx 2 \times 6.76783 \approx 13.53566 \]
Rounding
Rounding to the nearest tenth, the perimeter is approximately: \[ \boxed{13.5} \text{ units.} \]