burgerandcheese
Junior Member
- Joined
- Jul 2, 2018
- Messages
- 85
Question: The equation x2 - 6xy + 25y2 = 16 represents an ellipse with its centre at the origin. What ranges of values of x and y would you need in order to plot the whole of the curve on a computer screen?
Well one suggested method is by rewriting the equation as a quadratic in x and then set the discriminant >= 0 and doing the same for y
so -1 <= y <= 1
-5 <= x <= 5
I don't understand why this works? What I know is that the discriminant only tells us the types of roots of a quadratic equation.
Thank you in advance

Well one suggested method is by rewriting the equation as a quadratic in x and then set the discriminant >= 0 and doing the same for y
so -1 <= y <= 1
-5 <= x <= 5
I don't understand why this works? What I know is that the discriminant only tells us the types of roots of a quadratic equation.
Thank you in advance
