Hi,
Here is the solution to your problem if the involute and the intersecting circle are concentric:
Problem Statement:
Involute has base radius R, its parametric equation is: x = R*(cos(t) + t*sin(t)); y = R*(sin(t) - t*cos(t));
Circle has radius r, equation: x^2 + y^2 = r^2.
Solution...