A series of ellipses which are scaled and rotated at each step will form the illusion of a logarithmic spiral. Years ago, I saw this on some recreational math site and lately I have been seeing this in discussions of spiral arm formation in galaxies. Like this illustration
If the scale and angle are selected correctly, two successive ellipses will be tangent and that the tangency points will form an exact log spiral.
I'd like to draw this in a CAD program with tangent ellipses but I am having trouble with the math. For a given rotation angle, it should be possible to find the correct scaling factor to have tangency. Do you have to use the tangent angle relative to the vector to the origin at the point of tangency to solve this?
ETA: I googled to learn more about the properties of ellipses to try to find some aspect to exploit to solve this problem and found two properties that seemed relevant. One was a ratio between distances involving the tangent and the major axis and the other used the angles between lines from the tangency point and the focus points and the tangent line which are equal. The latter one helped me draw an approximate diagram of the problem. To solve the problem would involve having those pairs of angles equal for both ellipses while preserving the eccentricity.
Also, any two ellipses with a common center can have either 0, 2 or 4 intersections and what I'm trying to find is a second ellipse at a particular angle to the first that has only two points of intersection while preserving the shape. So there must be something about the two ellipses being tangent that I need to understand to solve this.