Analyzing the Setup
Imagine you are standing on a coordinate grid. You have two fixed paths: the line y=x, which cuts the plane at a perfect 45-degree angle, and the line x+y=2, which slopes downwards.
These two lines are our anchors. They meet at a specific point, which we shall call vertex A. By solving the system y=x and x+y=2, we find that 2x=2, so x=1, and consequently y=1.
Our vertex A is firmly planted at (1,1).
Defining the Moving Point and Intersections
Now, we introduce a moving point P(h,k). Through this point, we draw a line parallel to the x-axis. This is our 'moving' line, and its equation is simply y=k.
This line is the heartbeat of our triangle. It slices through our two fixed lines, creating two new intersection points, B and C.
To find B, we intersect y=k with y=x, which gives us the point (k,k). To find C, we intersect y=k with x+y=2, which gives us x+k=2, or x=2−k. So, C is at (2−k,k).
Calculating the Area
Because the line
y=k is horizontal, the side
BC is horizontal. The length of the base
BC is simply the difference in x-coordinates:
∣(2−k)−k∣=∣2−2k∣=2∣1−k∣
The height of the triangle is the vertical distance from
A(1,1) to the line
y=k, which is
∣1−k∣. The area of a triangle is given by the formula:
Area=21×base×height
Substituting our values, we get:
Area=21×(2∣1−k∣)×∣1−k∣=∣1−k∣2=(1−k)2
Determining the Locus
The problem states that this area is equal to
4h2. So, we set:
(1−k)2=4h2
Taking the square root of both sides, we get:
1−k=±2h
Rearranging for k, we find k=1−2h or k=1+2h. Replacing h and k with x and y to define the locus, we arrive at our final answer:
y=1−2x or y=1+2x