Giving the circle with a line segment inside, if the circle was stretched into an ellipse, what is the parametric equation of the parabolic curve (I assume) transformed from the line segment? circle to ellipse
I want the curve as in shown in the pic. Scaling axis only give the line segment with a new slope. I could draw the curve by interpolated the line according to the displacement field inside the circle, but I don't know the parametric equation of the curve. Could anyone give me some hints how to determine the equation in trigonometric way?

The stretch in question is a linear transformation, so lines go to lines.
Moreover, horizontal lines go to horizontal lines, and vertical lines go to vertical lines.
The line $x=c\;$goes to the line $x=c'$, where $c'$ satisfies $$\frac{c'}{a}=\frac{c}{r}$$ hence the new line is $x=c\bigl({\large{\frac{a}{r}}}\bigr)$.