Finding whether the quadrilateral is cyclic or not

478 Views Asked by At

Is a quadrilateral with sides lengths $3$, $3$, $4$, and $4$ cyclic?

Progress

I found that sides joining 3 and 4 are of equal length. then I found that other diagonal should also have same length as the first one, then couldn't find the length and got stuck.

2

There are 2 best solutions below

4
On

A quadrilateral with sides $3,3,4,4$ is cyclic $\iff AC=5$. Consider this figure:

enter image description here

Here, $AD = AB = 3$. $DC = CB = 4$. Therefore $\triangle ADC \cong\triangle ABC$

$\implies AC$ must be the diameter. If $AC$ is the diameter, angles subtended on circle must be $90^\circ$ $(\angle ADC=\angle ABC=90)$

$\therefore AC=\sqrt{3^2+4^2}=5$

EDIT

@cyclicduck Yes you are correct. I didn't read the question properly. The quadrilateral $ABCD$ will be cyclic $\iff AC$ is the diameter, or $AC=5$

0
On

The Pragmatick's answer is (currently) incorrect. Specifically, $AD$ (or $AC$) does not need to be the diameter.

Unlike in triangles, determining the side lengths of a quadrilateral does not guarantee a unique quadrilateral. The angle between $AB$ and $AC$ can vary, giving quadrilaterals that aren't cyclic.

If, however, you are wondering whether or not this quadirlateral is tangential, then The Pragmatick's first line is helpful. From the congruency we can tell the angle bisectors of the angle concur, so this would have to be the 'incenter'. More generally, in a quadrilateral if $AB + CD = AC + BD$, the quadrilateral is tangential.