SOLUTION: find the equation satisfied by the set of points such that each is equidistant from (2,-1) and 3x+y-7=0

Algebra ->  Parallelograms -> SOLUTION: find the equation satisfied by the set of points such that each is equidistant from (2,-1) and 3x+y-7=0      Log On


   



Question 1128278: find the equation satisfied by the set of points such that each is equidistant from (2,-1) and 3x+y-7=0
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
find the equation satisfied by the set of points such that each is equidistant from P(2,-1) and 3x+y-7=0
-------------
It's a parabola. The focus is (2,-1) and the directrix is 3x+y-7 = 0
---
Find the equation of the axis of the parabola, the line thru (2,-1) and perpendicular to (call it L1) 3x+y-7=0.
Slope of L1 = -3
Slope of perpendicular line = 1/3
---
y+1= (1/3)*(x-2)
The intersection of the 2 lines is D(13/5,-4/5)
The midpoint of PD is M(23/10,-9/10), a point on the parabola.
The distance from M to the line L1 is MD = PM =
sqrt%28%2823%2F10-2%29%5E2+%2B+%28-1+-+9%2F10%29%5E2%29
= sqrt%289%2F100+%2B+1%2F100%29+=+sqrt%2810%29%2F10
----------------
The distance from a point (m,n) to a line Ax + By + C = 0 is:
(Am + Bn + C)/sqrt(A^2 + B^2)
---
The distance from P to the line L is:
|2*3 -1*1 -7|/sqrt(9+1) = 2/sqrt(10)
========
Line L2 parallel to L1 thru (2,-1) is y+1 = -3(x-2)
The 2 points on L2 at a distance of sqrt(10)/10 from P are Q(2.1,-1.3) and
R(1.9,-0.7)
-------------------
Find the parabola thru the 3 points about the axis.
----
More later.
My Excel sheet always finds a parabola with its axis parallel to the y-axis.
---------------
Use this method:
====================================
For any point (x,y) the distance to (2,-1) is sqrt((x-2)^2 + (y+1)^2)
The distance to the line L1 is |3x + y - 7|/sqrt(10)
----
d%5E2+=+%28x-2%29%5E2+%2B+%28y%2B1%29%5E2+=+%283x%2By-7%29%5E2%2F10
10%2A%28x%5E2-4x%2B4+%2B+y%5E2%2B2y%2B1%29+=+9x%5E2-42x%2B6xy%2By%5E2-14y%2B49
10x%5E2+-+40x+%2B+40+%2B+10y%5E2+%2B+20y+%2B+10+=+9x%5E2-42x%2B6xy%2By%5E2-14y%2B49
--> x%5E2+%2B+2x+%2B+1+%2B+9y%5E2+%2B+34y+-+6xy+=+0