1. **State the problem:** We need to find the coordinates of point $X$ on segment $CD$ such that the area of triangle $AXD$ equals the area of triangle $BXC$.
2. **Set up the problem:** Let the coordinates of points $A$, $B$, $C$, and $D$ be known or given as $A(x_A,y_A)$, $B(x_B,y_B)$, $C(x_C,y_C)$, and $D(x_D,y_D)$. Point $X$ lies on segment $CD$, so its coordinates can be parameterized as:
$$X = (x_X,y_X) = (x_C + t(x_D - x_C), y_C + t(y_D - y_C))$$
where $0 \leq t \leq 1$.
3. **Formula for area of a triangle given coordinates:**
The area of triangle with vertices $(x_1,y_1)$, $(x_2,y_2)$, $(x_3,y_3)$ is:
$$\text{Area} = \frac{1}{2} \left| x_1(y_2 - y_3) + x_2(y_3 - y_1) + x_3(y_1 - y_2) \right|$$
4. **Write expressions for areas:**
- Area of $AXD$:
$$A_{AXD} = \frac{1}{2} \left| x_A(y_X - y_D) + x_X(y_D - y_A) + x_D(y_A - y_X) \right|$$
- Area of $BXC$:
$$A_{BXC} = \frac{1}{2} \left| x_B(y_X - y_C) + x_X(y_C - y_B) + x_C(y_B - y_X) \right|$$
5. **Set areas equal:**
$$A_{AXD} = A_{BXC}$$
6. **Substitute $x_X$ and $y_X$ in terms of $t$:**
$$x_X = x_C + t(x_D - x_C), \quad y_X = y_C + t(y_D - y_C)$$
7. **Solve the resulting equation for $t$:**
This will be a linear equation in $t$ because the areas are linear in $x_X$ and $y_X$.
8. **Calculate $X$ coordinates:**
Once $t$ is found, compute:
$$x_X = x_C + t(x_D - x_C), \quad y_X = y_C + t(y_D - y_C)$$
**Final answer:** The coordinates of $X$ are given by the above formula with $t$ found from the equality of areas.
This method finds the exact point $X$ on $CD$ such that the areas of triangles $AXD$ and $BXC$ are equal.
Point X Area 279C80
Step-by-step solutions with LaTeX - clean, fast, and student-friendly.