Step 1: Understanding Coordinate Transformation
When the origin is shifted to (h,k), the transformation is:
X=x−h,Y=y−k
Given the new origin (−1,2):
X=x+1,Y=y−2 Step 2: Substituting into the Given Equation
The given equation:
x2−y2+2x+4y=0
Substituting x=X−1 and y=Y+2:
(X−1)2−(Y+2)2+2(X−1)+4(Y+2)=0
Expanding:
X2−2X+1−(Y2+4Y+4)+2X−2+4Y+8=0 Step 3: Simplifying the ExpressionX2−Y2+1−4−2+8=0X2−Y2+3=0 Final Answer:X2−Y2+3=0