SOLUTION: If you have a string of length 50 cm, what are the dimensions of the rectangle of maximum area that you can enclose with your string? Explain your reasoning. What about a string

Algebra ->  Quadratic Equations and Parabolas  -> Quadratic Equations Lessons  -> Quadratic Equation Lesson -> SOLUTION: If you have a string of length 50 cm, what are the dimensions of the rectangle of maximum area that you can enclose with your string? Explain your reasoning. What about a string       Log On


   



Question 18584: If you have a string of length 50 cm, what are the dimensions of the rectangle of maximum area that you can enclose with your string? Explain your reasoning. What about a string of length k cm?
I've gotten up to the quadratic equation for the area, which is X^2 - 25X = Area. Then you have to find the third component of the formula which I don't know how to do. Then you have to state what x and y are, and I don't really know that, either. This is finding a formula, and without information on x and y, I don't see how you can actually find the numbers.
The last part of question asks for a general formula, and the book says it's
k/4 by k/4. So, I have the answer, but no explanation, which is the most important part. This doesn't make sense unless the rectangle is a square, because with a rectangle the two k's would be different. Can you help me with this?
Thank you in advance.
-Jessie

Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
Ok, you can let x = the length of one side of the rectangle and y = the length of the other side of the rectangle.
The area is:
A+=+xy
and the perimeter is:
50+=+2%28x%2By%29 Solve this in terms of y. Divide both sides by 2.
25+=+x%2By Subtract x from both sides.
25-x+=+y Now substitute this into the equation for the area.
A+=+x%2825-x%29 Simplify.
A+=+-x%5E2+%2B+25 What you have here is a quadratic equation whose graph is a parabola that opens downward. If you were to graph this, you would be graphing a function like: y+=+-x%5E2+%2B+25 and you can see that y in this function plays the role of A, the area.
You want to find the value of x that would make A (or y) a maximum.
You could do this using differential calculus but there is a way to do it with algebra.
Since the graph of the quadratic is a parabola opening downward, the vertex of the parabola would be at the maximum point on the curve, right? The x-coordinate, which represents the length of the side of your rectangle, is given by:
x+=+-b%2F2a and this is taken from the general form of quadratic equation: ax%5E2+%2B+bx+%2B+c
In your quadratic equation: -x%5E2+%2B+25x, a = -1, b = 25, and c = 0
so we can find the x-coordinate of the vertex by:-25%2F2%28-1%29+=+12.5
So the length (x) of the rectangle must be 12.5 cm to get the maximum area.
But what about the width (y)?
Since the perimeter is 50 cm and this is twice the (length + width), the (length + width) is 25 cm, so the width is 25 cm - the length.
x+%2B+y+=+25
12.5+%2B+y+=+25
y+=+25+-+12.5
y+=+12.5
So, we end up with x (the length) = 12.5 cm and y (the width) = 12.5 cm.
And this, of course, is a square whose sides are 12.5 cm
If the perimeter were k cm, then you would use the same technique and your quadratic equation would look like:
A+=+-x%5E2+%2B+wk%2F2 and the x-coordinate of the vertex of the parabola would be:
x+=+%28-k%2F2%29%2F2%28-1%29
x+=+k%2F4
The sides of the rectangle then would be:
x+=+k%2F4 and y+=+k%2F4