SOLUTION: Two verticies of a rectangle are on the x-axis and the other two vertices on the curve y=8/(x^2+4). Find the maximum area of the rectangle. I did find y'=-16x/(x^2+4)^2. I could

Algebra ->  Functions -> SOLUTION: Two verticies of a rectangle are on the x-axis and the other two vertices on the curve y=8/(x^2+4). Find the maximum area of the rectangle. I did find y'=-16x/(x^2+4)^2. I could      Log On


   



Question 1192564: Two verticies of a rectangle are on the x-axis and the other two vertices on the curve y=8/(x^2+4). Find the maximum area of the rectangle.
I did find y'=-16x/(x^2+4)^2. I couldn't figure out what do afterwards, I did try setting this to zero, but that isn't correct.

Answer by ikleyn(52790) About Me  (Show Source):
You can put this solution on YOUR website!
.
Two verticies of a rectangle are on the x-axis and the other two vertices on the curve y=8/(x^2+4).
Find the maximum area of the rectangle.
I did find y'=-16x/(x^2+4)^2. I couldn't figure out what do afterwards,
I did try setting this to zero, but that isn't correct.
~~~~~~~~~~~~~~~~~

The rectangle has the horizontal side 2x and vertical side  8%2F%28x%5E2%2B4%29.


So the area of the rectangle is   


        A(x) = 2x%2A%288%2F%28x%5E2%2B4%29%29 = %2816x%29%2F%28x%5E2%2B1%29.    (1)


To find the maximum of the area, we should calculate the derivative  A'(x)  and equate it to zero.



It is enough to calculate the NUMERATOR of the derivative: it is


    16*(x^2+1) - 16x*(2x) = 16x^2 + 16 - 32x^2 = 16 - 16x^2.



After that, we equate the derivative to zero - - - again, it is enough to equate the NUMERATOR to zero, which gives


    16 = 16x^2,  or  x^2 = 1,  or  x = +/-1, of which we select  x= 1.



So the maximum area of the rectangle is  (use formula (1)  at x= 1 )    


         A%5Bmax%5D = 16%2F%281%5E2%2B1%29 = 16%2F2 = 8.    ANSWER

Solved.