Q) A circle $C_{1}$ is drawn having point P on x-axis as its centre and passing through the centre of the circle $C:x^2 +y^2=1$. A common tangent to $C_{1}$ and $C$ touches the circles at Q and R respectively . Then $Q(x,y)$ always satisfies $x^{2}=\lambda $ , then find $\lambda$ ?
Attempt
Let $(p,0) $ be the centre of $C_1$ then we have $C_1 = x^2 +y^2 -2px=0$.
Let $R=(x_1 ,y_1 )$ and $Q=(x_2 , y_2 )$
Then I wrote the equation of tangents of both circles and equated them and got
$\frac{1}{p}=x_1 + x_2$
How do I proceed? Hints?


Slope form of tangent equation of circle with centre $(a,b)$, slope $m$ and radius $r$ is: $(y-b)=m(x-h)+r\sqrt{1+m^2}$
let tangent to $C$ be: $y=mx+\sqrt{1+m^2}$
Tangent to $C_1$: $y=m(x-h)+h\sqrt{1+m^2}$
$(h,0)$ is the centre of $C_1$
Since the tangents represent the same line, $$-mh+h\sqrt{1+m^2}=\sqrt{1+m^2}$$
Solving the above equation for m, $$m=\pm\frac{h-1}{\sqrt{2h-1}}$$
I will take the plus symbol for $m$. ($\pm$ shows two such tangents are possible.)
Substituting $m$ in the the tangent equation of $C$ and rearranging, $$(y\sqrt{2h-1}+x)-h(x+1)=0$$
This is an equation of family of straight lines passing through point of intersection of lines $y\sqrt{2h-1}+x=0$ and $x=-1$ with $h$ as the parameter. It's clear that $Q$ has to be the point of intersection of the family of straight lines since that's the only point that lies on the the line for any value of $h$.
The x-coordinate of point of intersection is $-1$. So $x^2=1$.