2
$\begingroup$

One of the diameters of the circle circumscribing the rectangle ABCD is $4y= x + 7$. If A & B are the points (–3, 4) & (5,4) respectively, then we have to find the area of the rectangle.

I tried it a lot

One of it side's length and equation is 8 ad y=4

Now what to do next

  • 2
    I'm confused. If the circle circumscribes the rectangle, why does the title say "in which circle is inscribed"? One of those has to be wrong.2017-01-30

3 Answers 3

3

The center of the circle is on the perpendicular bisector of $AB$: $x=1$. It intersects the given diameter in $O(1,2)$. Thus you only have to reflect $A$ and $B$ with respect to $O$, you get the remaining two vertices: $A'(5,0)$, $B'(-3,0)$.

4

Area of ABCD = 2 × Area of triangle ABC

$$ \mathrm{Area}(\Delta ABC) = \frac 17 \int_{-3}^{5} (x + 7) dx - \int_{-3}^{5} 4 dx $$

  • 0
    Why not just do $\int_{-3}^{5} 4 dx$?2017-01-30
  • 0
    @Mick it is bounded area.2017-01-30
  • 0
    Why integration is needed here ?2017-01-30
  • 1
    The area of the rectangle is bounded by x = –3, x = 5, y = 0 and y = 4. It is exactly the same as calculated using $\int_{-3}^{5} 4 dx$. Besides, as @A---B pointed out, the area can simply be calculated by counting, why use integral?2017-01-30
4

The centre of the circle is the point of intersection of the diameter $4y =x +7$ and the perpendicular bisector of $AB $ which comes out to be $x=1$. Hence, the center is at $(1,2) $. Also, $(1,2)$ is the midpoint of $BD$, thus $D (-3,0) $.

Thus area of rectangle $ABCD =2 \times$ area of $\triangle ABD =2\times \frac {1}{2} \times AB\times AD = 8\times 4 =32$. Hope it helps.