Concept:
- Once P, Q and R are known, the circumradius of any triangle can be found from its three side lengths and its area using $R = \dfrac{abc}{4\cdot\text{Area}}$, without needing to notice any special angle first.
Step 1: Find point $P$ on the parabola.
$y=x^2 \Rightarrow \dfrac{dy}{dx}=2x=4 \Rightarrow x=2,\ y=4$. So $P=(2,4)$.
Step 2: Find point $Q$ on the circle.
$x^2+y^2=2 \Rightarrow \dfrac{dy}{dx}=-\dfrac{x}{y}=-1 \Rightarrow x=y$. Substituting: $2x^2=2 \Rightarrow x=1,\ y=1$ (first quadrant). So $Q=(1,1)$.
Step 3: Find point $R$ on the ellipse.
$x^2+4y^2=8 \Rightarrow \dfrac{dy}{dx}=-\dfrac{x}{4y}=-\dfrac12 \Rightarrow x=2y$. Substituting: $8y^2=8 \Rightarrow y=1,\ x=2$. So $R=(2,1)$.
Step 4: Find the three side lengths.
$PQ=\sqrt{(2-1)^2+(4-1)^2}=\sqrt{10}$, $\ QR=\sqrt{(2-1)^2+(1-1)^2}=1$, $\ PR=\sqrt{(2-2)^2+(4-1)^2}=3$
Step 5: Find the area of triangle PQR using the coordinate (shoelace) formula.
$\text{Area}=\dfrac12\left|x_P(y_Q-y_R)+x_Q(y_R-y_P)+x_R(y_P-y_Q)\right|$
$=\dfrac12\left|2(1-1)+1(1-4)+2(4-1)\right|=\dfrac12|0-3+6|=1.5$
Step 6: Apply the circumradius formula.
$R=\dfrac{PQ\cdot QR\cdot PR}{4\cdot\text{Area}}=\dfrac{\sqrt{10}\times1\times3}{4\times1.5}=\dfrac{3\sqrt{10}}{6}=\dfrac{\sqrt{10}}{2}=\sqrt{\dfrac52}$
Final Answer: $\sqrt{\dfrac52}$