Given:
\[
x = h + a\cos\theta,\qquad
y = k + b\sin\theta
\]
To Prove:
\[
\left(\frac{x - h}{a}\right)^2 +
\left(\frac{y - k}{b}\right)^2 = 1
\]
Step 1: Rearranging the expressions
From the first equation:
\[
x - h = a\cos\theta
\]
Divide both sides by \(a\):
\[
\frac{x - h}{a} = \cos\theta
\]
From the second equation: \[ y - k = b\sin\theta \] Divide both sides by \(b\): \[ \frac{y - k}{b} = \sin\theta \]
Step 2: Square both equations
\[
\left(\frac{x - h}{a}\right)^2 = \cos^2\theta
\]
\[
\left(\frac{y - k}{b}\right)^2 = \sin^2\theta
\]
Step 3: Add the two results
\[
\left(\frac{x - h}{a}\right)^2 +
\left(\frac{y - k}{b}\right)^2
= \cos^2\theta + \sin^2\theta
\]
Step 4: Use the Pythagorean identity
\[
\cos^2\theta + \sin^2\theta = 1
\]
Final Result:
\[
\left(\frac{x - h}{a}\right)^2 +
\left(\frac{y - k}{b}\right)^2 = 1
\]
Hence proved.