Finding the equation of the circle which touches the pair of lines $7x^2 - 18xy +7 y^2 = 0$ and the circle $x^2 + y^2 - 8x -8y = 0$ and contained in the given circle??
My attempt The centre of required circle would lie on angle bisector of the pair of lines ie $x=y$.
Assuming circle to be $(x-h)^2+(y-h)^2=r^2$
Now $2(h-8)^2=r^2$ ( distance between the extreme of larger circle and center of contained circle,)
I am unable to frame a second equation . One way would be to calculate the angle between pair of straight lines and use it to find a relation between $r$ and $h$.
However I was looking for a better solution or suggestion ?


You are almost there. All you need is to use the fact that the circle center is equidistant from both lines. In particular, using the distance formula, you can write $$r^2 = \frac{((9+4\sqrt{2})h-7h)^2}{(9+4\sqrt{2})^2+7^2} = 2(h-8)^2 \implies h=6,12.$$ Since the center $(h,h)$ lies in the bigger circle, $h\neq 12$. Consequently, $h=6$ and $r^2=8.$ So $$(x-6)^2+(y-6)^2=8$$ is the equation of the sought circle.
Note that the tangent lines are $7y = (9\pm 4\sqrt{2})x.$