$P$ and $Q$ are two points on the line $x-y+1=0$ and are at distance $5$ from the origin. Find the area of triangle $OPQ$.
My Attempt:
$\triangle OPQ$ is an isosceles triangle.
We know,
$$Ar.(\triangle OPQ)=\dfrac {b}{4} \sqrt {4a^2-b^2}$$ where, $a=$equal arms and $b=$ remaining side
How do I proceed further?
P.S:The shortest possible approach is appreciated
The following way should be easier.
We know that $P,Q$ are both on the line $y=x+1$ and on the circle $x^2+y^2=5^2$.
Eliminating $y$ from the system gives $$x^2+(x+1)^2=5^2\iff x^2+x-12=0\iff (x+4)(x-3)=0$$
So, letting $S(0,1)$, we know that the area of $\triangle{PQR}$ is $$[\triangle{OPQ}]=[\triangle{OSP}]+[\triangle{OSQ}]=\frac{1}{2}\times 1\times (3+|-4|)=\color{red}{\frac 72}$$