IS Math-2022-01

题目来源Problem 1 日期:2024-06-22 题目主题:Math-线性代数-矩阵变换

具体题目

Consider the following multiple conditions on .

Let be the set of points for which at least one exists satisfying the above conditions. Note that the set can be seen in the three-dimensional Cartesian coordinate system as the orthogonal projection of points satisfying the above conditions onto the -plane. Answer the following questions.

  1. Find the inequalities on and representing .

  2. Draw a figure of in the -plane. If the boundary of intersects with the -axis or the -axis, write down the coordinates at each intersection.

  3. The curved segments of the boundary of correspond to the linear transformation of arcs of the unit circle with a matrix . Find one such . Note that the point on the unit circle must be transformed to a point where the curvature is maximized in the curved segments.

  4. Calculate the determinant of found in (3).

  5. Calculate the area of the set . Note that the absolute value of the determinant of a matrix is the area scale factor of the transformation with that matrix.

Solution

Question 1: Find the inequalities on and representing

Given the inequalities:

We start by analyzing the given inequalities.

  1. From the first inequality:

  2. From the second inequality:

To find the region in the -plane, we subtract the first inequality from the second:

Simplifying the expression:

Thus, we have:

We can split this into two conditions:

and

Therefore, is defined by:

Question 2: Draw a figure of in the -plane. If the boundary of intersects with the -axis or the -axis, write down the coordinates at each intersection

The boundary of is given by the equation:

This equation represents an ellipse. Additionally, the condition restricts to the first and third quadrants.

To find the intersection points with the and axes:

  • When : , so .
  • When : , so .

However, considering , we only keep the intersections in the first and third quadrants:

  • The ellipse intersects the -axis at .
  • The ellipse intersects the -axis at .
  • Also, and are valid.

3. Matrix transforming unit circle to boundary of

We can consider the transformation that maps on the unit circle to on the ellipse, and to . Let’s call this transformation matrix . Then:

Writing this in matrix form:

Therefore, the matrix is:

This transformation indeed maps the unit circle to the boundary of , with mapped to the point of maximum curvature .

4. Determinant of

Question 5: Area of

To calculate the area of the set , we need to carefully consider the sector of the unit circle that corresponds to the region of the ellipse defined by the condition after the transformation.

Step 1: Identify the Sector of the Unit Circle

Given the transformation matrix:

we first apply the inverse transformation to map the boundary points of the ellipse back to the unit circle. The inverse matrix is:

Using this inverse matrix, we find the transformed points on the unit circle corresponding to key points on the ellipse:

  • The point on the ellipse maps to on the unit circle.
  • The point on the ellipse maps to on the unit circle.

These points correspond to angles and on the unit circle.

Step 2: Identify the Relevant Sector for

Since the region of interest after the transformation is where , we focus on the sector of the unit circle between the angles and (which is the angle opposite to ). This sector lies in the upper left (second quadrant) and lower right (fourth quadrant) of the unit circle, corresponding to the condition.

The angle span for this sector is:

Step 3: Calculate the Sector Area on the Unit Circle

The area of this sector of the unit circle is:

Step 4: Scale the Area by the Determinant of the Transformation

Finally, we apply the determinant of to scale this area. The determinant of is:

Thus, the area of is:

知识点

线性变换行列式特征值和特征向量

Linear Transformation

解题技巧和信息

  • 多重约束条件下确定可行域的关键是找出约束之间的联系,本题中通过比较两个不等式的上下界得到 的不等式表示。
  • 二次型曲线(如椭圆)可写成矩阵形式 ,其中 是对称矩阵。若 ,则 将单位圆变换为该曲线。
  • 行列式的绝对值是线性变换的面积伸缩因子。对角化 求特征值,其几何意义是椭圆的长半轴和短半轴的平方。

重点词汇

  • inequality 不等式
  • constraint 约束
  • ellipse 椭圆
  • linear transformation 线性变换
  • determinant 行列式
  • eigenvalue 特征值
  • diagonalization 对角化

参考资料

  1. Gilbert Strang. Introduction to Linear Algebra. 5th ed. Ch. 6.
  2. Lay et al. Linear Algebra and Its Applications. 5th ed. Ch. 5.