Let c be a closed curve in R 2 , centered at the origin, given by the expression:
c ( t ) = a ( t ) i + b ( t ) j
And let d be a new curve given by d ( t ) = [ 2 0 2 1 2 ⋅ 1 0 1 0 0 0 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 ⋅ 1 0 1 0 0 ] 2 0 2 1 [ a ( t ) b ( t ) ] , where the base of the vector space of the vector is i , j .
If the area of c ( t ) is 2 0 2 1 , what's the sum of all digits of the area of d ( t ) ?
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.
This problem is kind of a harder version of Tomi's Challenges #1. The approach is similar, we need to figure out how the matrix changes the area of the curve c . Let A = [ 2 0 2 1 2 ⋅ 1 0 1 0 0 0 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 ⋅ 1 0 1 0 0 ] 2 0 2 1
We can write A as:
A = ( [ 2 0 2 1 2 ⋅ 1 0 1 0 0 0 0 2 0 2 1 2 ⋅ 1 0 1 0 0 ] [ 1 0 2 0 2 1 2 ⋅ 1 0 1 0 0 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 1 ] ) 2 0 2 1 = (since both matrices commute) [ 2 0 2 1 2 ⋅ 1 0 1 0 0 0 0 2 0 2 1 2 ⋅ 1 0 1 0 0 ] 2 0 2 1 [ 1 0 2 0 2 1 2 ⋅ 1 0 1 0 0 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 1 ] 2 0 2 1 = [ 2 ⋅ 1 0 1 0 0 0 0 2 ⋅ 1 0 1 0 0 ] [ 1 0 2 0 2 1 2 ⋅ 1 0 1 0 0 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 1 ] 2 0 2 1
The left matrix scales the curve uniformly 2 ⋅ 1 0 1 0 0 times. Its area is therefore increased 4 ⋅ 1 0 2 0 0 times. The right matrix is a tilt matrix which tilts the shape of the curve to the right by 2 0 2 1 2 ⋅ 1 0 1 0 0 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 , 2 0 2 1 times. Let's look at what happens to for example a square when it gets tilted:
If we slice the square and paralellogram with the same horizontal line, we get that their width is the same. No matter where we intersect them with a horizontal plane, their width will always be the same. Therefore we can conclude that the same exact thing happens with curves, because tilting something is really just a way of rearranging the horizontal lines of a shape, in a homeomorphic way. By Cavalieri's principle , the original curve and the tilted curve have the same area. So therefore this matrix has no influence on the area, and the area of the new curve is therefore 2 0 2 1 ⋅ 4 ⋅ 1 0 2 0 0 , and the sum of its digits is 8+0+8+4+ a bunch of zeroes=20.
Problem Loading...
Note Loading...
Set Loading...
We are given that both c ( t ) and d ( t ) are closed curves and that d ( t ) is the curve that results by transforming c ( t ) by that matrix monstrosity. Since both curves have an area, we can use the determinant of the matrix to determine the scaling factor between d ( t ) and c ( t ) .
det [ 2 0 2 1 2 ∗ 1 0 1 0 0 0 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 ∗ 1 0 1 0 0 ] 2 0 2 1 = x 2 0 2 1 where x = det [ 2 0 2 1 2 ∗ 1 0 1 0 0 0 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 ∗ 1 0 1 0 0 ]
Since the base matrix (the form of the matrix that is not raised to the 2021st power) is 2 x 2, calculating its determinant is relatively straightforward. x = ( 2 0 2 1 2 ∗ 1 0 1 0 0 ) ( 2 0 2 1 2 ∗ 1 0 1 0 0 ) − ( 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 2 0 2 1 ) ( 0 ) = 2 0 2 1 4 ∗ 1 0 2 0 0 . To find the determinant of the base matrix raised to the 2021st power, we simply raise x to the 2021st power. This cancels out the radical leaving us a determinant of 4 ∗ 1 0 2 0 0 .
To determine the area of d ( t ) , we multiply the area of c ( t ) by the determinant. This gives an area for d ( t ) equal to 8 0 8 4 ∗ 1 0 2 0 0 = 8 0 8 4 0 0 0 0 . . . 0 . Therefore, the sum of the digits of the area of d ( t ) is 8 + 0 + 8 + 4 + 2 0 0 ( 0 ) = 2 0 .