Difference between revisions of "Kite"

(Kite)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
A kite is a geometric figure that lies in a plane.  Its properties include:
+
==Diagram==
 +
<asy>
 +
dot((0,0));
 +
dot((-3,5));
 +
dot((3,5));
 +
dot((0,7));
 +
draw((0,0)--(-3,5)--(0,7)--(3,5)--cycle);
 +
</asy>
 +
==Definition and Usage==
 +
A '''kite''' is a geometric figure that lies in a plane.  [[Quadrilateral]] <math>ABCD</math> is a kite if and only if <math>AB=BC</math> and <math>CD=DA</math>.  Thus, there are two types of quadrilaterals with two pairs of [[congruent (geometry) | congruent]] [[edge]]s, the [[parallelogram]] (if the members of each pair are opposite each other), and the kite (if the members of each pair are adjacent to each other).  The properties of kites include:
  
 
* 2 sets of consecutive, congruent sides
 
* 2 sets of consecutive, congruent sides
 +
* [[perpendicular]] [[diagonal]]s
 +
* one pair of opposite, congruent [[angle]]s
  
* diagonals are perpendicular
+
[[Category:Geometry]]
 
 
* one pair of opposite, congruent angles
 

Latest revision as of 01:17, 18 January 2020

Diagram

[asy] dot((0,0)); dot((-3,5)); dot((3,5)); dot((0,7)); draw((0,0)--(-3,5)--(0,7)--(3,5)--cycle); [/asy]

Definition and Usage

A kite is a geometric figure that lies in a plane. Quadrilateral $ABCD$ is a kite if and only if $AB=BC$ and $CD=DA$. Thus, there are two types of quadrilaterals with two pairs of congruent edges, the parallelogram (if the members of each pair are opposite each other), and the kite (if the members of each pair are adjacent to each other). The properties of kites include: