Solving for perimeter and dimensions of a rectangle

Lancelot59
Messages
640
Reaction score
1
I understand calculus, I just don't understand how it is applied to solve these sorts of problems.

Homework Statement


What is the smallest perimeter for a rectangle with an area of 16, and what are its dimensions?

Homework Equations


A=L*W
P=2W+2L

The Attempt at a Solution



I managed to get the perimeter equation down to one variable like so:

Area is 16.

A=LW
16=LW
16/L=W

P=2L+2(16/L)
P=(2L2+32)/L

and this is where I stop. I just don't see how this can be applied to the situation stated.
 
Physics news on Phys.org
Well you now have a function, P, of just one variable, L. You want to find when this function is a minimum? Have you been shown how to find the minimum points of a function using calculus?
 
Yes I have.

I need to look for locations where the first derivative is zero and the second derivative is positive on both sides of the critical point.

I'm just having a tricky time actually applying calculus to these situations.
 
Ok. The easiest way to do these types of problems is probably to first find all of the critical point of the function (i.e. where the derivative is zero or undefined). From there, you can then check whether the critical point(s) you find are local maximums/minimums or inflections by evaluating the second derivative at those points.
 
Lancelot59 said:
I understand calculus, I just don't understand how it is applied to solve these sorts of problems.

Homework Statement


What is the smallest perimeter for a rectangle with an area of 16, and what are its dimensions?


Homework Equations


A=L*W
P=2W+2L

The Attempt at a Solution



I managed to get the perimeter equation down to one variable like so:

Area is 16.

A=LW
16=LW
16/L=W

P=2L+2(16/L)
P=(2L2+32)/L

and this is where I stop. I just don't see how this can be applied to the situation stated.

Lancelot59 said:
Yes I have.

I need to look for locations where the first derivative is zero and the second derivative is positive on both sides of the critical point.

I'm just having a tricky time actually applying calculus to these situations.
Perhaps because you are not trying! What is the derivative of P= 2L+ 32/L? Where is that derivative 0?
 
P=(2L^2+32)/L

Where do you get the power of 2?

"P=2L+2(16/L)
P=(2L2+32)/L" ??

P=2L+2(16/L)
P=2(L+16/L)

or

2L+32/L
L+16/L
 
Prove $$\int\limits_0^{\sqrt2/4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx = \frac{\pi^2}{8}.$$ Let $$I = \int\limits_0^{\sqrt 2 / 4}\frac{1}{\sqrt{x-x^2}}\arcsin\sqrt{\frac{(x-1)\left(x-1+x\sqrt{9-16x}\right)}{1-2x}} \, \mathrm dx. \tag{1}$$ The representation integral of ##\arcsin## is $$\arcsin u = \int\limits_{0}^{1} \frac{\mathrm dt}{\sqrt{1-t^2}}, \qquad 0 \leqslant u \leqslant 1.$$ Plugging identity above into ##(1)## with ##u...
Back
Top