Three normals are drawn from a point $P(1,1)$ to a parabola and let $A,B,C$ be feet of perpendiculars with $A=(0,0)$ and $B=(3,-1),$ find the slope of directrix. If equation of parabola is$ (x-a)^2+(y+b)^2=\frac{(x+cy-8)^2}{10}$, find $a+2b+c$
My Attempt:
Sum of ordinates of feet of normals is zero. Therefore, let $C=(h,1)$.
Also, second part of the question implies focus is $(a,-b)$ and directrix is $x+cy-8=0$.
A solution exists on toppr website but I don't understand how they calculated $a$.
I know the semi-latus rectum is the harmonic mean of the segments of focal chord but don't know how to use that here.
Also, is there any other way solve this question?
Edit: In the answer below, are we rejecting $c=3$? Why?
Given that
$(x-a)^2 + (y+b)^2= \frac{(x+cy-8)^2}{10}$
Taking root both sides and converting it in the form of SP = e*SM (where e is 1 for parabola)
$\sqrt{(x-a)^2+ (y+b)^2}= \frac{(x+cy-8)}{\sqrt10}$
We see that focus is (a,-b) and directrix is x+cy-8=0, as noted by you.
Also, the RHS is the perpendicualr distance of a point from the directrix. Comparing it with
$\frac{ah + bk+ c}{\sqrt{a^2+b^2}}$
[perpendicular distance of (h,k) from the line ax+by+c=0]
$\sqrt{c^2+1} = \sqrt10$
This gives $c^2 = 9$
Also, slope of directrix x+cy-8=0 is $\frac{-1}{c}$ by comparing with y= mx +c
Also, putting (0,0) and (3,-1) in the equation you get
$a^2 + b^2 = 6.4$
$a^2+b^2-6a-2b+10=\frac{c^2+10c+10}{10}$
Write the second equation in terms of $a^2+b^2$ and set equal to first equation. Simplifying, and putting c as -3 we get
3a+b=2 b=2-3a
Substitute in eq 1. We get a= $\frac{12}{5}, b= \frac{4}{5}$
Hence, a+2b+c = 1
Why not +3?
To answer that, I did the same but took c as +3. You will get a bit complicated values for a and b. But when you put these values in the parabola's equation, there is no point with the y coordinate 1. Hence, this parabola will not have a point C(h,1).