An ellipse has center \(C=(6, 8)\), semi-major axis length \(4\) in the direction
\(\mathbf u=\left(\frac35,\frac45\right)\),
and semi-minor axis length \(2\) in the perpendicular direction
\(\mathbf v=\left(-\frac45,\frac35\right)\), as shown.
a) Write its equation in the original \(x\)- and \(y\)-coordinates.
b) Find the points on the ellipse nearest to and farthest from the origin, together with those distances.

Hints
- Project the displacement from the center onto the two principal directions.
- Parameterize the ellipse with those orthonormal directions.
- Express the squared distance from the origin as a function of one trigonometric value and compare its endpoint values.
Solution
1. The principal coordinates relative to the center are
\(U=\mathbf u\cdot((x, y)-C)=\frac{3x+4y-50}{5}\)
and
\(V=\mathbf v\cdot((x, y)-C)=\frac{-4x+3y}{5}\).
2. The ellipse equation is
\(\frac{U^2}{16}+\frac{V^2}{4}=1\),
so
\(\frac{(3x+4y-50)^2}{400}+\frac{(-4x+3y)^2}{100}=1\).
3. Since \(C=10\mathbf u\), parameterize the ellipse as
\(R(t)=10\mathbf u+4\mathbf u\cos t+2\mathbf v\sin t\).
4. Because \(\mathbf u\) and \(\mathbf v\) are orthonormal,
\(|R(t)|^2=(10+4\cos t)^2+(2\sin t)^2\).
5. Let \(c=\cos t\). Then
\(|R(t)|^2=104+80c+12c^2\).
For \(-1\le c_1<c_2\le1\), the difference is
\((c_2-c_1)\bigl(80+12(c_1+c_2)\bigr)>0\),
so this expression increases throughout \([-1,1]\).
6. The minimum occurs at \(c=-1\), giving
\(C-4\mathbf u=\left(\frac{18}{5}, \frac{24}{5}\right)\)
at distance \(6\).
7. The maximum occurs at \(c=1\), giving
\(C+4\mathbf u=\left(\frac{42}{5}, \frac{56}{5}\right)\)
at distance \(14\).
Answer
a) \(\frac{(3x+4y-50)^2}{400}+\frac{(-4x+3y)^2}{100}=1\)
b) Nearest point: \(\left(\frac{18}{5}, \frac{24}{5}\right)\), distance \(6\); farthest point: \(\left(\frac{42}{5}, \frac{56}{5}\right)\), distance \(14\)