I'm not a math person or coder, so please be patient with me. If I have an ellipse using this equation: $$\frac{(x-h)^2}{a^2}+\frac{\left(y-k\right)^2}{b^2}=1$$
And I know the values $a,b,h,k,x',y'$ how do I calculate the coordinates for a point on the ellipse where the normal intersects $x',y'$?
I did find this solution here: How to find the point on an ellipse that is closest to the point A outside of the ellipse
But I don't understand how to use the equations, and also can't comment to ask for help because I don't have enough reputation points.
Much appreciated!

Given an ellipse
$$\frac{(x-h)^2}{a^2}+\frac{(y-k)^2}{b^2}=1 \tag{1}$$
The equation of the normal at $(X,Y)$ is
$$\frac{(X-h)(y-Y)}{a^2}-\frac{(x-X)(Y-k)}{b^2}=0$$
If $B$, $C$, $D$ and $E$ are the feet (or pedals) of the concurrent normals from $A(x',y')$, then switching the roles of $(x,y)$ and $(X,Y)$ gives an Apollonian rectangular hyperbola
$$\frac{(x-h)(y-y')}{a^2}-\frac{(x'-x)(y-k)}{b^2}=0 \tag{2}$$
on which $A$, $B$, $C$, $D$ and $E$ are lying. Hence, the intersections of $(1)$ and $(2)$ are the required feet of the concurrent normals.
$$[a(x'-h)]^{2/3}+[b(y'-k)]^{2/3}<(a^2-b^2)^{2/3}$$
$$[a(x'-h)]^{2/3}+[b(y'-k)]^{2/3}=(a^2-b^2)^{2/3}$$
that is $A$ lies on the ellipse evolute.
$$[a(x'-h)]^{2/3}+[b(y'-k)]^{2/3}>(a^2-b^2)^{2/3}$$