2

A square inscribed in another square

I was doing a mathematics question from my textbook and the question says to express the area of the inscribed square as a function of $x$. We are also given that the length of the large square is $10$ units. My reasoning was to first see that the area of the large square is $10 \times 10 = 100$ sq units. Then I called the height of the right triangles along the outside of the inscribed squares as $h$. After this, I got the area of all the triangles, multiplied it by $4$, and then subtracted it from $100$. To get the final expression of $100-2xh = f(x)$. Does anyone know what I did wrong? Any help would be greatly appreciated.

1 Answers1

6

There's nothing wrong, but you haven't finished yet. Just note $h=10-x$, so the area of the inscribed square in terms of $x$ is $$f(x)=100-2x(10-x)=100-20x+2x^2.$$

This aside, you can compute $f(x)$ even easier just using the Pythagorean Theorem: $$f(x)=h^2+x^2=(10-x)^2+x^2=100-20x+2x^2.$$

Don
  • 1,262