Question 481812
We'll put the origin at the center of the roadway.

The major axis is 50. so the semi-major axis = a = 25

The semi-minor axis is 20.

So the equation of the ellipse is

{{{x^2/a^2+y^2/b^2=1}}} or {{{x^2/25^2+y^2/20^2=1}}} or {{{x^2/625+y^2/400=1}}}

The graph of the whole ellipse is:

{{{drawing(800,4800/7,-35,35,-30,30,graph(800,4800/7,-35,35,-30,30),
arc(0,0,50,-40)  )}}}

Here is the semielliptic archway:

{{{drawing(800,400,-35,35,-5,30,graph(800,400,-35,35,-5,30),
arc(0,0,50,-40,0,180)  )}}}

If we put the truck so that its left side is right on the center line
the truck will fit in this rectangle:

{{{drawing(800,400,-35,35,-5,30,graph(800,400,-35,35,-5,30),
arc(0,0,50,-40,0,180),rectangle(0,0,10,14),line(0,14,10,14)  )}}}

We will see how much clearence it has if its left side is right on the
center line:

We substitute x = 10 in

{{{x^2/625+y^2/400=1}}}
{{{10^2/625+y^2/400=1}}}
 {{{100/625+y^2/400=1}}}
{{{.16+y^2/400=1}}}
Multiply thru by 400
{{{64+y^2=400}}}
{{{y^2=336}}}
{{{y = "" +- sqrt(336)}}}
{{{y = "" +- sqrt(16*21)}}}
{{{y = "" +- 4sqrt(21) = "" +- 18.33030278}}}

Since the truck is 14 ft. high, it will have a clearance of
about 4.33 feet if its left side is right on the center line.
Actually we don't want the truck to be right on the center 
line, so let's see how far to the right the truck can be
before its upper right side would scrape the archway.

We sustitute 14 for y in the ellipse equation:

{{{x^2/625+y^2/400=1}}}
{{{x^2/625+14^2/400=1}}}
{{{x^2/625+196/400=1}}}
{{{x^2/625+.49=1}}}
Multiply through by 625
{{{x^2+306.75=625}}}
{{{x^2=318.75}}}
{{{x=17.85357107}}}

{{{drawing(800,400,-35,35,-5,30,graph(800,400,-35,35,-5,30),
arc(0,0,50,-40,0,180),rectangle(7.853571071,0,17.853571071,14),
line(7.853571071,14,17.853571071,14)

  )}}}

So the truck could easily pass under the archway without going into
the left lane, as lang as the right side is less than 17.85 feet
right of the center line, which means the left side must be closer
than 7.85 feet right to the center line, which will be very easy
for the driver to do.
 
Edwin</pre>