If the line $x+y-1=0$ is a tangent to a parabola with focus (1,2) at A and intersects the directrix at B and tangent at vertex C respectively, then find the value of AC.BC
First of, they have given absolutely no infomation regarding the parabola, leaving me with no choice but to assume some standard case
If it is of the form $y^2=4ax$, the axis of the parabola is $y=2$
So $$(y-2)^2=4a(x-x_1)$$
The equation of tangent to the parabola is $$y-2=m(x-x_1)+\frac am$$ Putting m=-1
$$y-2=x_1-x-a$$ $$x+y=2+x_1-a$$
So $$2+x_1-a=1$$ $$x_1=a-1$$
The distance from vertex to focus is +a
So
As given
$$x_1+a=1$$
x coordinate of focus given
$$(a-1)+a=1$$
$$a=1$$
Then
$$x_1=0$$
Now vertex=(0,2)
U can try now finding directrix and its intersection point with tangent and intersection point with tangent at vertex then u get
AC= square root of 2
BC=square root of 2
Now,
AC.BC=2
That’s all I could do.
Experimenting in geogebra there seems to be an infinity of configurations with this parabola tangent to $x+y-1=0$ and for a few of them the value of $AC.BC$ seems to vary.
– Jan-Magnus Økland Feb 27 '20 at 08:58