My apologies. I should have read more closely earlier.
@jinkinglee wrote:
"What I want is
Make P_1 a variable
Creating a setq variable point
(SETQ P_1 (INTERSE p_E p_16 p_13 NIL))
(Setq P_1 (polar P_1 0.0 0.25)
I want to create a point by finding the intersection of line and arc."
Do you really have an INTERSE function, or do you mean INTERS? If the latter, it requires 4 points. 3 points and a nil won't suffice.
If you want to do this programmatically then you have to have sufficient data to represent the line and the arc.
I have given you the functions you can use. Maybe you just need a little guidance in how to use them?
Would three (3) points for the arc definition work for you, or could you come up with the center (aka radius point), radius, beginning angle, and ending angle on your own?
Maybe you would prefer @Kent1Cooper's semi-graphical method, which is fine, but at that rate an "apparent intersection" might work just as well.
Are the line and arc at the same elevation (Z value)? If not, do you want a 2D answer (where Z=0)?