Lesson Calculus optimization problems for shapes in 2D plane

Algebra ->  Customizable Word Problem Solvers  -> Misc -> Lesson Calculus optimization problems for shapes in 2D plane      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   


This Lesson (Calculus optimization problems for shapes in 2D plane) was created by by ikleyn(52777) About Me : View Source, Show
About ikleyn:

Calculus optimization problems for shapes in 2D plane


Problem 1

A rectangular garden is to be surrounded by a low fence.  There is only  100  feet of fencing available for all four sides.
What is the largest possible area of the garden that can be fenced?

Solution

If x is the length of the garden, then its width is  100%2F2-x feet, and the area is


    A(x) = x%2A%2850-x%29 = -x%5E2+%2B+50x


They want you find the maximum of the function A(x) using Calculus.


For it, differentiate A(x) over x and equate the derivative to zero:


    A'(x) = -2x + 50 = 0,


which gives you  x = 50%2F2 = 25 feet.


Thus you obtain the


ANSWER.  Under given conditions, the maximum area is achieved for the square of the side length equal to 

         one fourth of the given perimeter, i.e.  25 feet.

The fact that under given conditions,  the maximum area is achieved for the square,  is  VERY  WELL  known and can be obtained by means of Algebra,  too.

See the lessons
    - HOW TO complete the square to find the minimum/maximum of a quadratic function
    - Briefly on finding the minimum/maximum of a quadratic function
    - HOW TO complete the square to find the vertex of a parabola
    - Briefly on finding the vertex of a parabola
    - A rectangle with a given perimeter which has the maximal area is a square
    - A farmer planning to fence a rectangular garden to enclose the maximal area
in this site.


Problem 2

A rectangular pen is being constructed with  500  feet of fencing.  One side of the pen is the wall of a barn and does not require fencing.
The other three sides are fenced.  What are the dimensions of the pen that will maximize the area of the pen?

Solution

Let x be the dimension of the pen (in feet) perpendicular to the wall. 


Then the side parallel to the wall is  (500-2x)  feet long,


and the area of the pen is


    A(x) = x*(500-2x)  = -2x^2 + 500x  square feet.


They want you find the maximum of the function A(x) using Calculus.


For it, differentiate A(x) over x and equate the derivative to zero:


    A'(x) = -4x + 500 = 0,


which gives you  x = 500%2F4 = 125 feet.


Thus you obtain the


ANSWER.  Under given conditions, the maximum area is achieved for the rectangle 

         with the short side of 125 ft perpendicular to the wall and long side of 500 - 2*125 = 250 ft parallel to the wall.

Problem 3

What is the minimum fencing length needed to construct a rectangle coral of the area  1800 ft^2
adjacent to a river using the river as a natural boundary on one side?

Solution

Let x be the coral length in the direction parallel to the river and y be the coral width in the perpendicular direction.



Then your task is to minimize  (x+2y)  under the given condition/restriction  on the area

    xy = 1800                (1)



From (1),  x = 1800%2Fy,  so we need to minimize the function  f(y) = 1800%2Fy+%2B+2y.


The derivative  f'(y) = -1800%2Fy%5E2 + 2.


To find the minimum of f(y), equate its derivative to zero


    -1800%2Fy%5E2 + 2 = 0


    1800%2Fy%5E2 = 2

    y%5E2 = 1800%2F2 = 900

    y = sqrt%28900%29 = 30.


ANSWER.  The minimum fencing is at y = 30 ft perpendicular to the river and x = 1800%2Fy = 1800%2F30 = 60 ft along the river.

Problem 4

If  x  and  y  are two positive real numbers whose product is  100,   x*y = 100,
then the the minimum value of   x+y  is achieved at   x = y = 10 m.

In other words,  if a rectangle has the given area of 100 m^2, then the minimal perimeter is achieved
for the square of the side  d = sqrt%28100%29.

Solution

It is simple calculus problem.

If x*y = 100,  then  y = 100%2Fx,  and the sum  x+y  is  x + 100%2Fx.


This function of "x",  f(x) = x + 100%2Fx  achieves the minimum when its derivative is equal to zero


    f'(x) = 1 - 100%2Fx%5E2 = 0.


Then   x%5E2 = 100;  hence  x = sqrt%28100%29 = 10.


Thus we proved that if  x*y = 100,  then  x+y has minimum at  x = y = 10.

Problem 5

A rectangular area of  1,050  square feet is to be enclosed by a fence,  then divided down the middle by another piece of fence.
The fence down the middle costs  $0.50  per running foot,  and the other fence costs  $1.50 per running foot.  Find the minimum cost for the required fence.

Solution

From the context, the dimensions of the rectangle are not given for advance - they are unknowns and they should be found

from the minimum cost condition.


Let x be one dimension and y be the other dimension of the rectangle.


Then the cost of the outside perimeter fence is 1.50*(2x+2y) dollars = 3*(x+y) dollars,

while the cost of the fence down middle is 0.50*x dollars.


    Note, that I don't know now, which dimension will be the length and which be the width.

    When the problem will be solved, the solution will tell me it . . . 


So, I need minimize the function  

        f(x,y) = 3*(x+y) + 0.5x     (1)

under the condition

        x*y = 1050.                 (2)



From (2), express  y = 1050%2Fx  and substitute it into (1). You will get

        g(x) = 3%2A%28x%2B+1050%2Fx%29+%2B+0.5x = 3x + 3150%2Fx + 0.5x.


Differentiate it over x

        g'(x) = 3 - 3150%2Fx%5E2 + 0.5

and equate the derivative to zero.  You will get


        3.5 = 3150%2Fx%5E2,    or

        3.5x^2 = 3150

           x^2 = 3150%2F3.5 = 900,

           x   = sqrt%28900%29 = 30.


Thus the dimensions of the rectangle are 30 ft  and  1050%2F30 = 35 ft.

The fence down middle has the length of 30 ft;  hence, it is parallel to the shorter side of the rectangle.

Problem 6

16  inches are a combined perimeter of a circle and a square.
What are the dimensions of the circle and square that produce a minimum total area?

Solution

Let "x" be the square side length, and "y" be the radius of the circle.

Then

    4x + 2%2Api%2Ay = 16 inches                               (1)  (perimeter)

    f(x,y) = x^2 + pi%2Ay%5E2   is the function to minimize   (2)  (area)


In other words, you should minimize (2) under the constraint (1).


From (1), express x = %2816-2%2Api%2Ay%29%2F4 = 4+-+0.5%2Api%2Ay  and substitute it into the function (2).

You will find then the function to minimize in the form

    g(y) = %284-0.5%2Api%2Ay%29%5E2 + pi%2Ay%5E2 = 

         = 16+-+4%2Api%2Ay+%2B+0.25%2Api%5E2%2Ay%5E2 + pi%2Ay%5E2 = 16+-+4%2Api%2Ay+%2B+1.25%2Api%5E2%2Ay%5E2.


This quadratic function of "y" has the minimum at  y = " -b%2F%282a%29 " = %284%2Api%29%2F%282%2A1.25%2Api%5E2%29 = 3.2%2Fpi.    


ANSWER.  The values that provide the minimum of the total area are

         y= 3.2%2Fpi inches (the circle radius)  and  

         x = %281%2F4%29%2A%2816+-+2%2Api%2Ay%29 = %281%2F4%29%2A%2816+-+2%2Api%2A%283.2%2Fpi%29%29 = %281%2F4%29%2A%2816-6.4%29 = %281%2F4%29%2A9.6%29 = 2.4 inches (the side of the square).

Problem 7

A rectangular cardboard poster is to have a 96 square inch rectangular section of printed material, a 2-inch border top and bottom,
and a 3-inch border on each side. Find the dimensions and area of the smallest poster that meets these specifications.

Solution

They want you to minimize

    f(x,y) = (x-6)*(y-4)  under the condition  x*y = 96.  (1)

where x and y are the dimensions of the poster.


In other words, from (1), you need to minimize

    f(x,y) = xy - 4x - 6y + 24 = 96 - 4x - 6y + 24 = -4x - 6y + 120.


From (1), you have  y = 96%2Fx, so the function f(x,y) takes the form

    g(x) = -4x - 6%2A%2896%2Fx%29 + 120 = -4x - 576%2Fx + 120.    (2)


So, you differentiate (2), and you get

    g'(x) = -4 + 576%2Fx%5E2.


Equate it to zero

    g'(x) = 0 = -4 + 576%2Fx%5E2.


So, to find x, you have this equation

    4x%5E2 = 576,

    x%5E2 = 576%2F4 = 144

     x = sqrt%28144%29 = 12 centimeters.


Then y = 96%2F12 = 8 cm.


Thus the dimension of the poster are  12 inches width and 8 inches height.

Problem 8

Prove that if the sum of two non-negative real number  x  and  y  is  9,   x + y = 9,
then the product  x%2Ay%5E2  has the local maximum value of  108.  Find the values of  x  and  y  that provide this maximum.

Solution

If  x+y = 9,  then  y = 9-x,  and the function  f(x,y) = x%2Ay%5E2  is


    f(x,y) = x%2Ay%5E2 = x%2A%289-x%29%5E2.


So, we need to find the maximum of the function of x  g(x) = x%2A%289-x%29%5E2.


To find the maximum of the function g(x), take its derivative and equate it to zero.


The derivative is

    g'(x) = %289-x%29%5E2 - 2x*(9-x) = 81+-+18x+%2B+x%5E2 - %2818x+-+2x%5E2%29 = 81+-+36x+%2B+3x%5E2.


Equating it to zero, you get

    81+-+36x+%2B+x%5E2 = 0,  which is equivalent to  x%5E2+-+12x+%2B+27 = 0.


Left side is factorable

    (x-9)*(x-3) = 0.


and two solution of the quadratic equation are x= 9  and  x= 3.


The value x= 9 provides the local minimum of the function f(x), while x= 3 provides the local maximum.


At x= 3,  y= 9-3 = 6,  and the function g(x,y) = 3%2A6%5E2 = 108.



    graph%28+330%2C+330%2C+-4%2C+20%2C+-20%2C+120%2C%0D%0A++++++++++x%2A%289-x%29%5E2%0D%0A%29


        Plot  g(x) = x*(9-x)^2


My other additional lessons on Miscellaneous word problems in this site are
    - I do not have enough savings now
    - In a jar, all but 6 are red marbles
    - How many boys and how many girls are there in a family ?
    - What is the last digit of the number a^n ?
    - Find the last three digits of these numbers
    - What are the last two digits of the number 3^123 + 7^123 + 9^123 ?
    - Advanced logical problems
    - Prove that if a, b, and c are the sides of a triangle, then so are sqrt(a), sqrt(b) and sqrt(c)
    - Calculus optimization problems for 3D shapes
    - Solving some linear minimax problems in 3D space
    - Solving one non-linear minimax problems in 3D space
    - Solving linear minimax problem in three unknowns by the simplex method
    - The "pigeonhole principle" problems
    - In the worst case
    - Page numbers on the left and right facing pages of an opened book
    - Selected problems on counting elements in subsets of a given finite set
    - How many integer numbers in the range 1-300 are divisible by at least one of the integers 4, 6 and 15 ?
    - Nice problems to setup them using Venn diagram
    - Wrapping a gift
    - In preparation for Halloween
    - Nice entertainment problems related to divisibility property
    - Stars and bars method for Combinatorics problems
    - Math Olympiad level problem on caves and bats
    - Math Olympiad level problem on caught fishes
    - Math Olympiad level problem on pigeonhole principle
    - Math Olympiad level problem on placing books in bookcase
    - OVERVIEW of additional lessons on Miscellaneous word problems

Use this file/link  ALGEBRA-I - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-I.

Use this file/link  ALGEBRA-II - YOUR ONLINE TEXTBOOK  to navigate over all topics and lessons of the online textbook  ALGEBRA-II.


This lesson has been accessed 1975 times.