Solveeit Logo

Question

Question: Given a perimeter of 180, how do you find the length and the width of the rectangle of the maximum a...

Given a perimeter of 180, how do you find the length and the width of the rectangle of the maximum area?

Explanation

Solution

Here will first assume the length and width of the rectangle to be any variable. We will then use the formula of the perimeter of the rectangle to find the value of one of the dimensions in terms of variables. Then we will substitute the values of dimensions in terms of variables in the formula for the area of a rectangle. We will then simplify and differentiate the area. We will then equate it with the zero and simplify it to find the length and breadth of the rectangle.

Complete step by step solution:
Here we have been given a perimeter and we have to find the length and the width of the rectangle.
Let the length of the rectangle be xx and the width of the rectangle be yy.
Now, we will find the perimeter of the rectangle using the assumed length and the width of the rectangle and the given perimeter is 180.
We know that the formula of perimeter of the rectangle is given by Perimeter=2(Length+Breadth){\rm{Perimeter}} = 2\left( {{\rm{Length}} + {\rm{Breadth}}} \right)
Now, we will substitute the value of perimeter, length, and width of the rectangle here.
180=2(x+y)\Rightarrow 180 = 2\left( {x + y} \right)
Now, we will divide both sides by 2.
1802=2(x+y)2 90=x+y\begin{array}{l} \Rightarrow \dfrac{{180}}{2} = \dfrac{{2\left( {x + y} \right)}}{2}\\\ \Rightarrow 90 = x + y\end{array}
Subtracting xx from both the sides, we get
90x=x+yx 90x=y\begin{array}{l} \Rightarrow 90 - x = x + y - x\\\ \Rightarrow 90 - x = y\end{array}
y=90x\Rightarrow y = 90 - x …………. (1)\left( 1 \right)
Let the area of the rectangle be AA.
We know that the formula of the area of the rectangle is given by Area of rectangle== Length ×\timesBreadth
Now, we will substitute the value of the area, length, and breadth in the formula, we get
A=x×yA = x \times y
Now, we will substitute the value of yy from equation (1)\left( 1 \right) in the above equation. Therefore, we get
A=x(90x)\Rightarrow A = x\left( {90 - x} \right)
Now, multiplying the terms using the distributive property of multiplication, we get
A=90xx2\Rightarrow A = 90x - {x^2}
Now, we will differentiate both sides with respect to xx.
dAdx=d(90xx2)dx\Rightarrow \dfrac{{dA}}{{dx}} = \dfrac{{d\left( {90x - {x^2}} \right)}}{{dx}}
Using the differentiation formula ddx(xn)=nxn1\dfrac{d}{{dx}}\left( {{x^n}} \right) = n{x^{n - 1}}, we get
dAdx=902x\Rightarrow \dfrac{{dA}}{{dx}} = 90 - 2x
Now, to find the maximum area, dAdx\dfrac{{dA}}{{dx}} should be equal to 0. So,
dAdx=0 902x=0\begin{array}{l}\dfrac{{dA}}{{dx}} = 0\\\ \Rightarrow 90 - 2x = 0\end{array}
Subtracting 90 from both sides, we get
902x90=090\Rightarrow 90 - 2x - 90 = 0 - 90
On further simplification, we get
2x=90\Rightarrow - 2x = - 90
Now, dividing both sides by 2 - 2, we get
2x2=902\Rightarrow \dfrac{{ - 2x}}{{ - 2}} = \dfrac{{ - 90}}{{ - 2}}
x=45\Rightarrow x = 45
Now, we will substitute the value of xx in equation (1)\left( 1 \right). Therefore, we get
y=9045y = 90 - 45
Subtracting the terms, we get
y=45\Rightarrow y = 45

Therefore, the value of length of the rectangle is equal to 45 and breadth of the rectangle is equal to 45.

Note:
We know that a rectangle is defined as a polygon whose opposite sides are parallel to each other and are also equal to each other. Each internal angle of a rectangle is equal to 9090^\circ and the sum of all interior angles is 360360^\circ . We have used the distributive property of multiplication to simplify the equation. According to the distributive property of multiplication, if aa, bb and cc are real numbers then a(b+c)=ab+aca \cdot \left( {b + c} \right) = a \cdot b + a \cdot c.