A point $P$ is given on the circumference of a circle of radius $r$. The chord $QR$ is parallel to the tangent line at $P$. The maximum area of the triangle $PQR$ is:
Reveal answer
Fill a bubble to check yourself
A point $P$ is given on the circumference of a circle of radius $r$. The chord $QR$ is parallel to the tangent line at $P$. The maximum area of the triangle $PQR$ is:
For a chord QR parallel to the tangent at P, the triangle PQR has its maximum area when the height from P to the chord QR is maximized. This occurs when the triangle is equilateral, with height 3r/2. The area is (1/2) * base * height, which equals (3 * sqrt(3) / 4) * r^2.
Let the circle be centered at the origin with P at (0,r), making the tangent line at P horizontal. The chord QR is parallel to this tangent and lies at some y-coordinate -h. The length of QR is given by the chord formula as 2*sqrt(r^2 - h^2), and the height of the triangle is (r - (-h)) = r + h. The area is (1/2) * (r+h) * 2*sqrt(r^2 - h^2) = (r+h)sqrt(r^2 - h^2). Expressing this in polar coordinates with h = r*cos(theta) yields an area of r^2*sin(theta)(1+cos(theta)), which is maximized when theta is 30 degrees (pi/6 radians). Substituting theta gives a maximum area of (3*sqrt(3)/4)*r^2.