My main question is: how can I inscribe an ellipse into an isosceles trapezoid? I want to create an ellipse, whick is tanget to all four sides of the trapeziod (i.e. shares exactly one point with each).
Since I am not quite expert in mathematics, I would prefer going step by step.
First of all, is it even true, that a certain isosceles trapezoid determines only one ellipse that matches the critera above?
If yes, is it possible to construct it by euclidean construction (using straightedge and compass)?
In case it is not possible, is there any other way to create this ellipse? For example, with other construction tools? Maybe if I put my trapezoid in a coordinate system, would it be possible to calculate the ellipse's focal points, or equation?
Searching for some solution on my own, I only could find this drawing: https://www.geogebra.org/material/show/id/3075381 However, I am not skilled enough to decide it could be any help at all or not...

Given $$ u,v, 2 b $$
Ellipse ( not sketched) touches slant line ; Calculate slope and distance to center $(m,h)$
$$ m= (v-u)/ (2 b) ,\quad h= b +u/m $$
Solve the two equns together
$$ ((x-h)/b)^2 + (y/A)^2 =1 , y = mx $$
$$ ( x^2 - 2 x h + h^2) +( m x b/A)^2 -b^2 = 0 $$
$$ x^2 ( 1+ (m b/A)^2) - 2 x h + ( h^2-b^2) = 0 $$
Point of tangency condition is for a double root or zero discriminant of quadratic equation. After simplification,
$$ A = m \sqrt{h^2-b^2} $$
Ellipse parametric equations are
$$ x = b\,\cos t +h, \quad y = A\, \sin t $$
The diagram below is constructed for numerical data
$$ ( u,v,b,m,h)=(3,5,2,0.5,8 ) $$