Rectangle Diagonal Length Calculator
How to use this Rectangle Diagonal Length Calculator 🤔
- Enter ✎ value for length (l).
- Enter ✎ value for width (w).
- As soon as you enter the required input value(s), the Rectangle Diagonal Length is calculated immediately, and displaed in the output section (present under input section).
Calculation
Once you enter the input values in the calculator, the output parameters are calculated.
Examples
The following examples cover how to calcualte the Diagonal Length when length, and width are given.
1. What is the Diagonal Length of Rectangle whose length is 3 units, and width is 4 units?
Answer
Given:
- length, l = 3 units
- width, w = 4 units
The formula to find the Diagonal Length of a Rectangle is:
d = \({\ \sqrt{ l ^2 + w ^2}\ }\)
Substitute given values in the above formula.
d = \({\ \sqrt{3^2 +4^2}\ }\)
d = 5 units
∴ Diagonal Length, d = 5 units
2. What is the Diagonal Length of Rectangle whose length is 3 units, and width is 7 units?
Answer
Given:
- length, l = 3 units
- width, w = 7 units
The formula to find the Diagonal Length of a Rectangle is:
d = \({\ \sqrt{ l ^2 + w ^2}\ }\)
Substitute given values in the above formula.
d = \({\ \sqrt{3^2 +7^2}\ }\)
d = 7.62 units
∴ Diagonal Length, d = 7.62 units
{
"topic": "rectangle-diagonal-length",
"img": {
"width": 420,
"height": 255
},
"input_types": [
"float",
"float"
],
"input_labels": [
"l",
"w"
],
"input_values": [
"8",
"5"
],
"input_units": [
"units",
"units"
],
"input_descriptions": [
"length",
"width"
],
"examples": [
{
"l": 3,
"w": 4
},
{
"l": 3,
"w": 7
}
],
"type": "Calculate",
"title": "Rectangle Diagonal Length",
"category": "Geometry",
"shape": "Rectangle",
"formula_mathjax": "\\({\\ \\sqrt{ l ^2 + w ^2}\\ }\\)",
"formula": "Math.sqrt( l **2 + w ** 2 )",
"op_label": "Diagonal Length",
"output_unit": "units",
"description": "The rectangle diagonal length calculator calculates the length of diagonal of a rectangle by taking its length and breadth as inputs.",
"explanation": "The diagonal of a rectangle is a straight line segment that connects two opposite corners or vertices of the rectangle. It is the longest possible straight-line distance that can be measured inside the rectangle, passing through its center.",
"examples_data": "<h2>Examples</h2><p>The following examples cover how to calcualte the Diagonal Length when length, and width are given.</p><div class=\"example\"><h3 class=\"question\"><span class=\"example_n\">1.</span> What is the Diagonal Length of Rectangle whose length is 3 units, and width is 4 units?</h3><h4 class=\"answer\">Answer</h4><p>Given:</p><ul><li>length, l = 3 units<li>width, w = 4 units</ul><p>The formula to find the Diagonal Length of a Rectangle is:</p><p class=\"tabspace\">d = \\({\\ \\sqrt{ l ^2 + w ^2}\\ }\\)</p><p>Substitute given values in the above formula.</p><p class=\"tabspace\">d = \\({\\ \\sqrt{3^2 +4^2}\\ }\\)</p><p class=\"tabspace\">d = 5 units</p><p class=\"tabspace answer\">∴ Diagonal Length, d = 5 units</p></div><div class=\"example\"><h3 class=\"question\"><span class=\"example_n\">2.</span> What is the Diagonal Length of Rectangle whose length is 3 units, and width is 7 units?</h3><h4 class=\"answer\">Answer</h4><p>Given:</p><ul><li>length, l = 3 units<li>width, w = 7 units</ul><p>The formula to find the Diagonal Length of a Rectangle is:</p><p class=\"tabspace\">d = \\({\\ \\sqrt{ l ^2 + w ^2}\\ }\\)</p><p>Substitute given values in the above formula.</p><p class=\"tabspace\">d = \\({\\ \\sqrt{3^2 +7^2}\\ }\\)</p><p class=\"tabspace\">d = 7.62 units</p><p class=\"tabspace answer\">∴ Diagonal Length, d = 7.62 units</p></div>",
"schema_data": "\n <script type=\"application/ld+json\">\n {\n \"@context\": \"https://schema.org\",\n \"@type\": \"Article\",\n \"author\": {\n \"@type\": \"Person\",\n \"name\": \"Mallikarjuna M\",\n \"honorificSuffix\": \"B.Tech. (Electronics & Communication)\",\n \"url\": \"https://www.linkedin.com/in/mallikarjuna-mallisetty-7330314a/\"\n },\n \"image\": [\"https://convertonline.org/images/calculators/rectangle-diagonal-length.png\"],\n \"dateModified\": \"2024-09-05T00:23:14.014Z\",\n \"datePublished\": \"2024-07-21T07:20:32.526Z\",\n \"description\": \"The rectangle diagonal length calculator calculates the length of diagonal of a rectangle by taking its length and breadth as inputs.\",\n \"headline\": \"Rectangle Diagonal Length Calculator\",\n \"mainEntityOfPage\": {\n \"@id\": \"https://convertonline.org\",\n \"@type\": \"WebPage\"\n },\n \"publisher\": {\n \"@type\": \"Organization\",\n \"name\": \"ConvertOnline.org\",\n \"logo\": {\n \"@type\": \"ImageObject\",\n \"url\": \"https://convertonline.org/images/icon.png\",\n \"width\": \"512px\",\n \"height\": \"512px\"\n }\n }\n }\n </script>\n "
}