Given a point $P$ and two circles $\Gamma$ and $\Gamma'$ with centers $O$ and $O'$. I'm searching for a method to construct lines passing through $P$ and defining on each circle chords of same length.
A geometer professor made the following drawing to illustrate the problem.
Many thanks for any constructive idea or suggestions.

Let $r_1$ and $R_1$ the radii of $\Gamma$ and $\Gamma '$ respectively, and $w$ the length of the desired chord.
Construct two circles $\Lambda$ and $\Lambda '$ concentric to $\Gamma$ and $\Gamma '$ with radii $r$ and $R$ respectively, so that: $$r = \sqrt{r_1^2-(\frac{w}{2})^2} \quad \quad (1)$$ and $$R = \sqrt{R_1^2-(\frac{w}{2})^2}\quad \quad (2)$$ Let $OP=d$, $O'P=D$,and $OO'=L$.
Let $PS$ the height of $\triangle POO'$ relative to side $OO'$, and let's call $PS=H$ and $O'S=\delta$ for short. We have:
$$\delta = \frac{D^2-d^2+L^2}{2L} \quad \quad (3)$$
and
$$H^2 = D^2 - \delta^2 \quad \quad (4)$$
The value of $w$, so that P is a point of the secant lines that does not cross the segment $OO'$, can be found solving equations (1), (2), (3), (4) e (5).
$$\frac{LR}{R-r} -\delta = \sqrt{(\frac{HL} {R-r})^2-R^2} \quad \quad (5)$$
That value of $w$ makes the two secant lines relative to $\Gamma$ and $\Gamma '$ be also tangent lines of $\Lambda$ and $\Lambda '$.