Problem of the Week

Problem 32 Solution

Congratulations to Markus Kuan from Northstowe Secondary College, Matthew Whitten from The Cavendish School, and Ishaan Agarwal from Cambourne Village College for successfully solving the problem!

Big apologies from the team for the long period of inactivity – many of us were busy over this term.

a) Since the centre of the ellipse is the origin of the circle, the value of p and q are both 0. The equation now becomes \frac{x^2}{a^2} + \frac{y^2}{b^2} = 1
We know that the ellipse passes through the point (0,1), so if we plug in these values into the new equation, we get:
\frac{0^2}{a^2} + \frac{1^2}{b^2} = 1 \rightarrow \frac{1}{b^2} = 1 \implies b=1
So the equation is now \frac{x^2}{a^2} + \frac{y^2}{1} = 1 \rightarrow \frac{x^2}{a^2} + {y^2} = 1
We can now plug in the values from the point (-2.4,0.8) into the equation.
\frac{(-2.4)^2}{a^2} + {0.8^2} = 1 \rightarrow \frac{5.76}{a^2} + {0.64} = 1 \rightarrow \frac{5.76}{a^2} = 0.36 \rightarrow \frac{5.76}{0.36} = a^2 \rightarrow
a^2 = 16
This means that the equation of the ellipse is \frac{x^2}{16} + \frac{y^2}{1} = 1

b) The largest x-coordinate is (a+p), the largest y-coordinate is (b+q). The distance between those 2 points is 13.
Consider a right angled triangle where the 3 points are: the centre of the ellipse, the point with the largest x-coordinate, and the point with the largest y-coordinate. Where the right angle is located at the centre.
The distance between the centre and the largest x-coordinate is (a+p) - p = a, the distance between the centre and the largest y-coordinate is (b+q) - q = b, by Pythagoras theorem, we acquire the equation a^2+b^2=13^2, since a and b are both integers.
By inspection, the Pythagorean triple – 5,12,13 matches the equation, so the possible values of a and b are 5 and 12, therefore a^2=25, b^2=144 or a^2=144, b^2=25.
The centre of the ellipse is (4,1), so p=4 and q=1.
So equations of the ellipse that fit the criteria includes: \frac{(x-4)^2}{25} + \frac{(y-1)^2}{144} = 1 and \frac{(x-4)^2}{144} + \frac{(y-1)^2}{25} = 1

c) Notice when the parallelogram is constructed, there exists 2 lines that are parallel to the x-axis, where the top of the parallelogram has the y value of 1, so the largest y-coordinate is 1.
The centre of the ellipse is the centre of the parallelogram, the centre of the parallelogram is the midpoint of any diagonal of the parallelogram, take the points (-4,1) and (8,-1), so midpoint = (\frac{-4+8}{2},\frac{-1+1}{2}) = (2,0), so p=2, q=0.
Recall the largest y-coordinate is b+q, so 1=b+q, since q=0, b=1.
We now have values of p,q and b, and the equation now becomes \frac{(x-2)^2}{a^2} + \frac{y^2}{1^2} = 1
We know the largest x-coordinate lies on the line passing through (8,-1) and (12,1), this line has equation y=\frac{x}{2}-5.
Since both the ellipse and the side of the meet at one and only one point, which is the largest x-coordinate, we can solve for the value of x with simultaneous equations.
y=\frac{x}{2}-5 \rightarrow y^2=\frac{x^2}{4}-5x+25
\frac{(x-2)^2}{a^2} + \frac{y^2}{1^2} = 1
\frac{(x-2)^2}{a^2} + y^2 = 1
\frac{(x-2)^2}{a^2} +\frac{x^2}{4}-5x+25 = 1
Expanding the brackets and move everything to one side we get:
\frac{x^2-4x+4}{a^2} +\frac{x^2}{4}-5x+24 = 0
Multiply all terms by 4a^2 to remove the denominator to get:
4x^2-16x+16+a^2x^2-20ax+96a^2
To achieve a quadratic equation with x as the variable, we can collect like terms to get:
(4+a^2)x^2-(16+20a^2)x+(96a^2+16)
Using the quadratic formula we get:
\frac{(16+20a^2)\pm\sqrt{[-(16+20a^2)]^2-4(4+a^2)(96a^2+16)}}{2(4+a^2)}

Note that the use of discriminant is beyond the specification of GCSE Maths / Further Maths curriculum. Do not worry if you don’t understand this.

Since the ellipse only intersects the line at one point, there is only one solution to the quadratic equation, to achieve this, the value inside the square root (the discriminant) must be equal to 0.
A brief explanation is that when the square root term is 0, the 2 possible values of the quadratic equation will not differ as the solution is now \frac{-b\pm\sqrt{0}}{2a}, so both x roots of the equation are \frac{-b}{2a}, this is what we call a repeated root.
The term under the square root is:
[-(16+20a^2)]^2-4(4+a^2)(96a^2+16)
[-(16+20a^2)]^2=400a^4+640a^2+256
4(4+a^2)(96a^2+16)=384a^4+1600a^2+256
\therefore [-(16+20a^2)]-4(4+a^2)(96a^2+16)=(400a^4+640a^2+256)-(384a^4+1600a^2+256)=16a^4-960a^2
We can now solve for 16a^4-960a^2=0, this factors to (16a^2)(a^2-60)=0, we know a\neq0 since we cannot divide by 0, so (a^2-60)=0 \rightarrow a^2=60
Therefore equation of the biggest ellipse that fits inside the parallelogram is:
\frac{(x-2)^2}{60} + y^2 = 1

Site Search