Let A denote the area of the region enclosed by the curve 5 x 2 + 6 x y + 2 y 2 + 7 x + 6 y + 6 = 0 . Find the value of π 1 0 A .
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.
Never knew this simple method. Thanks a lot.
FWIW, I consider this the "standard" way to find the area of an ellipse, and then the determinant approach merely masks all of the calculations / understanding that is happening here.
being a shear followed by a translation
What does this mean? Did you do Jacobian as well?
Log in to reply
I'm trying to make things as simple as possible, so, no, I'm not using the Jacobian.
Shear mappings are described here. The one we are using is a vertical shear. Shears preserve area by Cavalieri's principle.
Log in to reply
Oh Em Goodness! The more I know, the more I don't know!!!
Log in to reply
@Pi Han Goh – We are all in the same boat, Comrade!
@Pi Han Goh – Comrade @Pi Han Goh , what do you think about my comments to this problem ? I'm afraid the problem and the solution make no sense at all.
Log in to reply
@Otto Bretscher – It is not meant to be a Riemann integral, but it is a Riemann-Stieltjes integral .
Log in to reply
@Pi Han Goh – The poser of the problem should state that then. I will just ask what notion of an integral he is using. I thought it was some fancy Dirac Delta thing, but that one is tricky when the discontinuities are at the end points.
Log in to reply
@Otto Bretscher – Good point. Let me file a report.
Log in to reply
@Pi Han Goh – I'm asking: What kind of an integral are you using? Maybe he figures it out himself. And then we can ask him to show that integration by parts works in that case ;)
Log in to reply
@Otto Bretscher – ∫ 0 2 ( x 2 + 1 ) d ⌊ x ⌋ = ( x 2 + 1 ) ⌊ x ⌋ ∣ 0 2 − ∫ 0 2 ⌊ x ⌋ d ( x 2 + 1 ) = 1 0 − ∫ 1 2 d ( x 2 + 1 ) = 1 0 − ∫ 1 2 2 x d x = 1 0 − [ x 2 ] 1 2 = 1 0 − ( 2 2 − 1 2 ) = 7
Or because the integral, ∫ a b f ( x ) d ( g ( x ) ) : = i = 1 ∑ n f ( z i ) ( g ( x i ) − g ( x i − 1 ) , with g ( x ) = ⌊ x ⌋ . For the last interval, g jumps from 1 to 2 (step function). So the integral is f ( 1 ) + f ( 2 ) = 7 .
@Pi Han Goh – If he does indeed use the Riemann-Stieltjes integral, then the answer is trivial, by definition: It's just f ( 1 ) + f ( 2 ) , where f ( x ) = x 2 + 1 ... weird problem
We need to convert the equation of the curve into the assciated quadratic form, A X 2 + B X Y + C Y 2 + D = 0 , where X and Y are the new axes. In other words, we want to eliminate the linear terms from the equation of the curve, 5 x 2 + 6 x y + 2 y 2 + 7 x + 6 y + 6 = 0 .
Let x = X − a and y = Y − b , then we have
= = 5 x 2 + 6 x y + 2 y 2 + 7 x + 7 y + 6 5 ( X − a ) 2 + 6 ( X − a ) ( Y − b ) + 2 ( Y − b ) 2 + 7 ( X − a ) ( Y − b ) + 6 5 X 2 + 6 X Y + 2 Y 2 + X ( − 1 0 a − 6 b + 7 ) + Y ( − 6 a − 4 b + 6 ) + ( 5 a 2 + 6 a b − 7 a − 6 b + 6 + 2 b 2 )
Setting the coefficients of the terms of X and Y to 0, we can find the values of a and b by solving the system of simultaneous equations:
{ − 1 0 a − 6 b + 7 = 0 − 6 a − 4 b + 6 = 0 .
Which we will get a = − 2 , b = 2 9 . Substituting them into the equation of the curve in question, we have
5 x 2 + 6 x y + 2 y 2 + 7 x + 7 y + 6 = 5 X 2 + 6 X Y + 2 Y 2 − 2 1 .
So A can be calculated as the area of the region enclosed by the curve 5 X 2 + 6 X Y + 2 Y 2 − 2 1 = 0 , or equivalently (removing the fraction): 1 0 X 2 + 1 2 X Y + 4 Y 2 − 1 = 0 .
Because the eigen decomposition of associated quadratic form B : = [ 1 0 6 6 4 ] can be written as B = U Λ U T , where U is an orthonormal matrix and Λ is a diagonal matrix consisting of eigenvalues of A , and noting that the rotation does not change the area.
Since Λ is diagonal, it is equivalent to λ 1 ζ 1 2 + λ 2 ζ 2 2 = 1 , which is an ellipse in a standard form and its area A is
A = λ 1 λ 2 π = det ( B ) π
where det ( B ) = ∣ ∣ ∣ ∣ 1 0 6 6 4 ∣ ∣ ∣ ∣ = 1 0 × 4 − 6 2 = 4 . Hence, A = 4 π = 2 π . And so, the desired answer is π 1 0 A = 5 .
A lot of work that you're doing here is obscured by the notation used. Essentially, we want to determine the length of the major and minor axis of the ellipse, and then the area is π a b .
@Otto Bretscher , any improvements for my solution?
Log in to reply
Oh yes, this is very nicely done and well explained, Comrade! Wunderbar! (+1)
There are some optional short cuts here and there, when you are in a hurry. In the equation A X 2 + B X Y + C Y 2 + D = 0 , the constant D is simply the minimal value of the LHS. As we have seen in other problems (I'm sure you remember those!), this minimum can sometimes be found most quickly by completing the squares. In our case:
2 ( y + 2 3 x + 2 3 ) 2 + 2 1 ( x − 2 ) 2 − 2 1 = 0
so D = − 2 1 . Your method takes a bit longer, but it explains better what is going on.
Small typo, just to prove that I read it: There is a square root missing in the penultimate line, det ( B )
Log in to reply
If you really want to be lazy, you could just write it as 5 X 2 + 6 X Y + 2 Y 2 − min ( 5 X 2 + 6 X 2 + 2 Y 2 ) = 0 since we only care about quadratic form and nothing else.
Thanks. I've caught and fixed all my typos already.
Ah yes, completing the squares! Underrated technique. With 2 ( y + 2 3 x + 2 3 ) 2 + 2 1 ( x − 2 ) 2 − 2 1 = 0 , we can let u = y + 2 3 x + 2 3 , v = x − 2 . By Jacobian, the determinant J = ∣ ∣ ∣ ∣ ∣ ∂ x ∂ u ∂ x ∂ v ∂ y ∂ u ∂ y ∂ v ∣ ∣ ∣ ∣ ∣ = 1 . So the area is preserved. And A is equal to the area of the ellipse 2 u 2 + 2 v 2 = 2 1 ⇔ ( 1 / 2 ) 2 u 2 + v 2 = 1 . Hence, A = π × 2 1 × 1 = 2 π .
Do you have an alternative/better solution? Like "area by integration" or "parametric equations"?
Log in to reply
@Pi Han Goh – Don't get too lazy now ;) We need to know the value of the minimum to find the area (and it's not just the minimum of 5 X 2 + 6 X Y + 2 Y 2 , which is zero, but of the whole thing).
Your remarks on completing the squares are right on target! The transformation is a shear-translation, preserving area.
Log in to reply
@Otto Bretscher – Oh right. I was being lazy wrongly. Thanks for everything, comrade!
Log in to reply
@Pi Han Goh – Shall I write an alternate solution ("based on joint work with Comrade Pi Han Goh"), using the "underrated technique" of completing the squares? It's basically in our comments now, but it may be worth organizing it into a three-line solution.
Log in to reply
@Otto Bretscher – Yes plzzzzzz!
Log in to reply
@Pi Han Goh – This solution is based on joint work with Comrade @Pi Han Goh
Completing the squares, we find 2 ( y + 2 3 x + 2 3 ) 2 + 2 1 ( x − 2 ) 2 − 2 1 = 0 . The transformation u = x − 2 , v = 2 3 x + y + 2 3 preserves area, being a shear followed by a translation. The ellipse 2 u 2 + 2 v 2 = 2 1 or 4 u 2 + v 2 = 1 has semi-axes a = 2 1 and b = 1 and its area is a b π = 2 π . The answer is 5
Log in to reply
@Otto Bretscher – No! Post it as a solution, not a comment.
Log in to reply
@Pi Han Goh – Well, your link yesterday took me directly to the solution (for some reason I had not previously seen the problem), so, I'm not entitled to write a solution ;) Maybe @Calvin Lin or another moderator will be kind enough to convert my comment into a solution.
Problem Loading...
Note Loading...
Set Loading...
This solution is based on joint work with Comrade @Pi Han Goh
Completing the squares, we find 2 ( y + 2 3 x + 2 3 ) 2 + 2 1 ( x − 2 ) 2 − 2 1 = 0 . The transformation u = x − 2 , v = 2 3 x + y + 2 3 preserves area, being a shear followed by a translation. The ellipse 2 u 2 + 2 v 2 = 2 1 or 4 u 2 + v 2 = 1 has semi-axes a = 2 1 and b = 1 and its area is a b π = 2 π . The answer is 5