The centre of the ellipse ((x+y-2)/3)^2+((x-y)/4)^2=1 is
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Let u = x + y and v = x − y , then the given equation becomes:
3 2 ( u − 2 ) 2 + 4 v 2 = 1
Which is an ellipse in the (u, v) reference frame with center ( u , v ) = ( 2 , 0 ) . Solving for (x, y) in terms of (u, v), we obtain,
( x , y ) = ( 2 u + v , 2 u − v )
Hence, in the (x, y) reference frame, the center is given by:
( x , y ) = ( 2 2 + 0 , 2 2 − 0 ) = ( 1 , 1 )