I've been taking a computer graphics class and as a review we had some questions about some geometric problems. This one I can not seem to figure out though it seems that it should be straight forward.
I know that the standard equation of an ellipse is
x^2/a^2 + y^2/b^2 = 1
From this we shift to its stated center and the equation becomes
(x+1)^2/a^2 + (y-3)^2/b^2 =1
But from here I am at a loss for where to go from here...