I have a ellipse with center (h , v) , Radius a and b , angle of inclination Theta.
I have a point P (x1 , y1) either inside or outside ellipse. I need to find the point
of intersection Q (x , y) of inclined ellipse and line passing through ellipse center and point P.
I need formula to find Q (x , y)
I have two equations y1 = m x1 ; m = y1/ x1
Equation of Inclined Ellipse : (xcos(theta) + ysin(theta)) ^ 2 / a ^2 + ( x sin(theta) - ycos(theta)) ^2 / b ^2 = 1;
I replaced value of y by mx1 and tried to solve.
I failed . Pl help me .. are my formulae correct ? How to find roots ?
I have a point P (x1 , y1) either inside or outside ellipse. I need to find the point
of intersection Q (x , y) of inclined ellipse and line passing through ellipse center and point P.
I need formula to find Q (x , y)
I have two equations y1 = m x1 ; m = y1/ x1
Equation of Inclined Ellipse : (xcos(theta) + ysin(theta)) ^ 2 / a ^2 + ( x sin(theta) - ycos(theta)) ^2 / b ^2 = 1;
I replaced value of y by mx1 and tried to solve.
I failed . Pl help me .. are my formulae correct ? How to find roots ?