Analyzing the Setup
Imagine you are standing on the Cartesian plane, looking at the curve defined by y2−2x−2y=1. It looks like a standard parabola, but it is slightly shifted, hiding its true nature.
To truly understand it, we must first bring it into the light. By rearranging the terms and completing the square, we transform the equation into the elegant standard form:
This tells us immediately that the vertex is at (−1,1) and it opens to the right.
Now, we are given two points, A(1,3) and B(1,−1). Notice something special? Both points have an x-coordinate of 1.
This means the chord connecting them is a perfectly vertical line. This is a gift from the problem setter—it simplifies our area calculation significantly later on.
The Power of T=0
Now, we need the tangents at these points. You could find the slope by differentiating, but why take the long road when a shortcut exists?
We use the T=0 method. This is a fundamental tool in coordinate geometry for any second-degree curve. For our parabola, we replace y2 with yy1, 2y with y+y1, and 2x with x+x1.
Applying this to our equation y2−2y=2x+1, the tangent at any point (x1,y1) becomes:
For point A(1,3), we substitute x1=1 and y1=3. The equation becomes 3y−(y+3)=(x+1)+1, which simplifies beautifully to 2y−3=x+2, or x−2y+5=0. This is our first tangent.
For point B(1,−1), we substitute x1=1 and y1=−1. The equation becomes −y−(y−1)=(x+1)+1, which simplifies to −2y+1=x+2, or x+2y+1=0. These two lines are the guardians of our triangle.
The Intersection and the Final Area
Now, we find the point P where these two tangents meet. We have a system of two linear equations: x−2y+5=0 and x+2y+1=0.
Adding them together is a stroke of genius—the y terms vanish instantly! We get 2x+6=0, which gives x=−3.
Substituting this back into the second equation, we find y=1. So, the intersection point P is (−3,1).
We now have the three vertices of our triangle: P(−3,1), A(1,3), and B(1,−1). We could use the determinant formula for the area, but let's use our geometric insight.
The base AB is a vertical segment with length ∣3−(−1)∣=4. The height of the triangle is the horizontal distance from P(−3,1) to the line x=1, which is ∣1−(−3)∣=4.
The area is simply:
Area=21×base×height=21×4×4=8
The final area is 8 square units. It is elegant, it is precise, and it is the result of understanding the underlying structure of the conic section.