Maximizing Area of Inscribed Rectangle - Yahoo Answers

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
1 replies · 12K views
MarkFL
Gold Member
MHB
Messages
13,284
Reaction score
12
Here is the question:

Optimization, Maximum area...?

A rectangle has one side on the x-axis and two vertices on the curve

y=7/(1+x^2)

Find the vertices of the rectangle with maximum area.

I have posted a link there to this thread so the OP can view my work.
 
on Phys.org
Hello Sunshine,

Because of the even symmetry of the given curve, the base $b$ of the rectangle will be $b=2x$ and the height $h$ will be $y$. And so the area of the rectangle is:

$$A=2xy$$ where $0\le x$

Substituting for $y$, we then get the area as a function of $x$:

$$A(x)=2x\left(\frac{7}{x^2+1} \right)=\frac{14x}{x^2+1}$$

Now, we want to find the critical value(s), so we equate the derivative with respect to $x$ to zero:

$$A'(x)=\frac{\left(x^2+1 \right)(14)-(14x)(2x)}{\left(x^2+1 \right)^2}=\frac{14\left(1-x^2 \right)}{\left(x^2+1 \right)^2}=0$$

And so we see that our relevant critical value is:

$$x=1$$

Using the first derivative test, we can see that on $(0,1)$ the area function is increasing and on $(1,\infty)$ the area function is decreasing, so we know our critical value is at a maximum. Hence the vertices of the rectangle of maximal area are:

$$\left(-1,0 \right),\,\left(-1,\frac{7}{2} \right),\,\left(1,0 \right),\,\left(1,\frac{7}{2} \right)$$