How do I find the value of x for the rectangular maximum area?

$\begingroup$

Refer to the graph below:

The points $(3,0)$, $(x,0)$, $(x, \frac{1}{x^2}),$ and $(3, \frac{1}{x^2})$ are the vertices of a rectangle where x $\ge$ 3, as shown in the figure below. For what value of x does the rectangle have a maximum area?

(A) $3$

(B) $4$

(C) $6$

(D) $9$

(E) there is no such value of x

I know the answer is (C), but I don't understand the steps to solving this problem.

If anyone could tell me the steps to solve this question and why each step is necessary, that would be super helpful!

Thank you.

enter image description here

$\endgroup$ 2

1 Answer

$\begingroup$

The rectangle has sides $x-3$ and $\frac{1}{x^2}$, so the area is:

$$f(x)=\frac{x-3}{x^2}$$

And: $$f'(x)=\frac{6-x}{x^3}$$ which is positive for $x<6$ ($f$ increasing) and negative for $x>6$ ($f$ decreasing)

So the max value is attained for $x=6$

$\endgroup$

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like