Linear Algebra Quiz: Principal Directions And Quadratic Forms
18 questions · exam conditions
0:00
Principal Directions And Quadratic FormsQuestion 1 of 18

A quadratic form in R3\mathbb{R}^3 has the property that its associated matrix AA has eigenvalues λ1>λ2>λ3>0\lambda_1 > \lambda_2 > \lambda_3 > 0 with corresponding eigenvectors v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3. If we consider the ellipsoid xTAx=1\mathbf{x}^T A \mathbf{x} = 1, which statement correctly describes the relationship between the principal axes of this ellipsoid and the eigenstructure of AA?

The longest semi-axis of the ellipsoid is in the direction of v1\mathbf{v}_1 with length 1λ1\frac{1}{\sqrt{\lambda_1}}
The principal axes are determined by the eigenvalues but their lengths depend on the determinant of AA
The semi-axes have lengths λ1,λ2,λ3\sqrt{\lambda_1}, \sqrt{\lambda_2}, \sqrt{\lambda_3} in the directions v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3 respectively
The longest semi-axis of the ellipsoid is in the direction of v3\mathbf{v}_3 with length 1λ3\frac{1}{\sqrt{\lambda_3}}
← Back to quizzes

Linear Algebra Quiz

Linear Algebra Quiz: Principal Directions And Quadratic Forms

Practice Principal Directions And Quadratic Forms in Linear Algebra with focused quiz questions that help you check what you know, review explanations, and build confidence with test-style prompts.

What this quiz covers

This quiz focuses on Principal Directions And Quadratic Forms, giving you a quick way to practice the rules, question types, and explanations that matter most for Linear Algebra.

How to use this quiz

Try each quiz question before looking at the correct answer. Use the explanations to review missed ideas, then come back to similar questions until the pattern feels familiar.

All questions

Question 1

A quadratic form in R3\mathbb{R}^3 has the property that its associated matrix AA has eigenvalues λ1>λ2>λ3>0\lambda_1 > \lambda_2 > \lambda_3 > 0 with corresponding eigenvectors v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3. If we consider the ellipsoid xTAx=1\mathbf{x}^T A \mathbf{x} = 1, which statement correctly describes the relationship between the principal axes of this ellipsoid and the eigenstructure of AA?

  1. The longest semi-axis of the ellipsoid is in the direction of v1\mathbf{v}_1 with length 1λ1\frac{1}{\sqrt{\lambda_1}}
  2. The principal axes are determined by the eigenvalues but their lengths depend on the determinant of AA
  3. The semi-axes have lengths λ1,λ2,λ3\sqrt{\lambda_1}, \sqrt{\lambda_2}, \sqrt{\lambda_3} in the directions v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3 respectively
  4. The longest semi-axis of the ellipsoid is in the direction of v3\mathbf{v}_3 with length 1λ3\frac{1}{\sqrt{\lambda_3}} (correct answer)
Explanation: When you encounter quadratic forms and ellipsoids, the key insight is understanding how eigenvalues and eigenvectors of the matrix translate to the geometric properties of the resulting ellipsoid. The equation xTAx=1\mathbf{x}^T A \mathbf{x} = 1 defines an ellipsoid whose principal axes align with the eigenvectors of AA. To find the semi-axis lengths, consider what happens when you move along an eigenvector direction. If x=tvi\mathbf{x} = t\mathbf{v}_i where vi\mathbf{v}_i is a unit eigenvector, then xTAx=t2λi=1\mathbf{x}^T A \mathbf{x} = t^2 \lambda_i = 1. Solving for tt gives t=1λit = \frac{1}{\sqrt{\lambda_i}}, which is the semi-axis length in the vi\mathbf{v}_i direction. Since λ1>λ2>λ3\lambda_1 > \lambda_2 > \lambda_3, we have 1λ1<1λ2<1λ3\frac{1}{\sqrt{\lambda_1}} < \frac{1}{\sqrt{\lambda_2}} < \frac{1}{\sqrt{\lambda_3}}. Therefore, the longest semi-axis corresponds to the smallest eigenvalue λ3\lambda_3, making answer D correct. Answer A incorrectly associates the longest axis with the largest eigenvalue. The relationship is actually inverse—larger eigenvalues produce shorter semi-axes. Answer B is vague and incorrect; the determinant doesn't directly determine axis lengths. Answer C has the eigenvalue-to-length relationship backwards; it should be 1λi\frac{1}{\sqrt{\lambda_i}}, not λi\sqrt{\lambda_i}. Study tip: Remember the inverse relationship in quadratic forms: for ellipsoids defined by xTAx=1\mathbf{x}^T A \mathbf{x} = 1, larger eigenvalues create stronger "compression" in those directions, resulting in shorter axes. The smallest eigenvalue always corresponds to the longest axis.

Question 2

Let Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} be a quadratic form where AA is a 2×22 \times 2 symmetric matrix. If the level sets Q(x)=cQ(\mathbf{x}) = c for any non-zero constant cc are hyperbolas, which of the following must be true about matrix AA?

  1. The trace of AA is zero.
  2. The determinant of AA is positive.
  3. The determinant of AA is negative. (correct answer)
  4. The matrix AA is not invertible.
Explanation: The level sets of a quadratic form are hyperbolas if and only if the form is indefinite. A quadratic form is indefinite if its associated symmetric matrix AA has both positive and negative eigenvalues. The determinant of a matrix is the product of its eigenvalues. If one eigenvalue λ1\lambda_1 is positive and the other λ2\lambda_2 is negative, their product det(A)=λ1λ2\det(A) = \lambda_1 \lambda_2 must be negative.

Question 3

A quadratic form Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} is defined by a symmetric matrix AA with eigenvalues λ1=3\lambda_1 = 3 and λ2=1\lambda_2 = -1. The corresponding orthonormal eigenvectors are v1=(1/52/5)\mathbf{v}_1 = \begin{pmatrix} 1/\sqrt{5} \\ 2/\sqrt{5} \end{pmatrix} and v2=(2/51/5)\mathbf{v}_2 = \begin{pmatrix} -2/\sqrt{5} \\ 1/\sqrt{5} \end{pmatrix}. After an orthogonal change of variables x=Py\mathbf{x} = P\mathbf{y}, where P=[v1v2]P = [\mathbf{v}_1 \, \mathbf{v}_2], what is the resulting quadratic form Q(y)Q'(\mathbf{y})?

  1. Q(y)=15y1225y22Q'(\mathbf{y}) = \frac{1}{5}y_1^2 - \frac{2}{5}y_2^2
  2. Q(y)=y12+y22Q'(\mathbf{y}) = y_1^2 + y_2^2
  3. Q(y)=3y12y22Q'(\mathbf{y}) = 3y_1^2 - y_2^2 (correct answer)
  4. Q(y)=3y12+2y1y2y22Q'(\mathbf{y}) = 3y_1^2 + 2y_1y_2 - y_2^2
Explanation: The Principal Axes Theorem states that an orthogonal change of variables x=Py\mathbf{x} = P\mathbf{y}, where the columns of PP are orthonormal eigenvectors of AA, transforms the quadratic form xTAx\mathbf{x}^T A \mathbf{x} into yTDy\mathbf{y}^T D \mathbf{y}, where DD is a diagonal matrix with the eigenvalues of AA on the diagonal. The new quadratic form has no cross-product terms and is given by Q(y)=λ1y12+λ2y22+Q'(\mathbf{y}) = \lambda_1 y_1^2 + \lambda_2 y_2^2 + \dots. In this case, with λ1=3\lambda_1 = 3 and λ2=1\lambda_2 = -1, the new form is Q(y)=3y12y22Q'(\mathbf{y}) = 3y_1^2 - y_2^2. The eigenvector information is used to define the transformation PP but does not appear as coefficients in the new form.

Question 4

Consider the quadratic form Q(x1,x2)=3x12+2x1x2+3x22Q(x_1, x_2) = 3x_1^2 + 2x_1x_2 + 3x_2^2. What is the maximum value of Q(x1,x2)Q(x_1, x_2) for all points on the unit circle x12+x22=1x_1^2 + x_2^2 = 1?

  1. 2
  2. 3
  3. 4 (correct answer)
  4. 6
Explanation: The maximum value of a quadratic form Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} subject to the constraint x=1\|\mathbf{x}\|=1 is the largest eigenvalue of the matrix AA. The matrix for this quadratic form is A=(3113)A = \begin{pmatrix} 3 & 1 \\ 1 & 3 \end{pmatrix}. The characteristic equation is (3λ)21=0(3-\lambda)^2 - 1 = 0, which means 3λ=±13-\lambda = \pm 1. The eigenvalues are λ=3±1\lambda = 3 \pm 1, so λ1=4\lambda_1 = 4 and λ2=2\lambda_2 = 2. The largest eigenvalue is 4, which is the maximum value of Q(x)Q(\mathbf{x}) on the unit circle.

Question 5

A 2×22 \times 2 symmetric matrix AA has eigenvalues λ1=2\lambda_1 = -2 and λ2=5\lambda_2 = -5. Let Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x}. Which of the following statements about Q(x)Q(\mathbf{x}) is FALSE?

  1. Q(x)<0Q(\mathbf{x}) < 0 for all non-zero vectors x\mathbf{x}.
  2. The level set Q(x)=1Q(\mathbf{x}) = -1 is an ellipse.
  3. The matrix AA is invertible.
  4. The maximum value of Q(x)Q(\mathbf{x}) on the unit circle is 5-5. (correct answer)
Explanation: The maximum value of Q(x)Q(\mathbf{x}) on the unit circle is the largest eigenvalue of AA. The eigenvalues are 2-2 and 5-5. The larger of these two values is 2-2. Therefore, the statement that the maximum value is 5-5 is false. Let's verify the other statements: (A) Since both eigenvalues are negative, the quadratic form is negative definite, meaning Q(x)<0Q(\mathbf{x}) < 0 for all x0\mathbf{x} \neq \mathbf{0}. This is true. (B) For a negative definite form, level sets Q(x)=cQ(\mathbf{x}) = c for c<0c<0 are ellipses. This is true. (C) The determinant of AA is the product of its eigenvalues, det(A)=(2)(5)=100\det(A) = (-2)(-5) = 10 \neq 0, so AA is invertible. This is true.

Question 6

An orthogonal transformation x=Py\mathbf{x} = P\mathbf{y} converts a quadratic form Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} into the diagonal form Q(y)=4y12+9y22Q'(\mathbf{y}) = 4y_1^2 + 9y_2^2. The principal direction corresponding to the y1y_1-axis is parallel to the vector (34)\begin{pmatrix} 3 \\ 4 \end{pmatrix}. What is the matrix AA?

  1. (4009)\begin{pmatrix} 4 & 0 \\ 0 & 9 \end{pmatrix}
  2. (correct answer)
Explanation: The eigenvalues of AA are λ1=4\lambda_1=4 and λ2=9\lambda_2=9. The eigenvector for λ1=4\lambda_1=4 is parallel to (34)\begin{pmatrix} 3 \\ 4 \end{pmatrix}. Its normalized form is v1=15(34)\mathbf{v}_1 = \frac{1}{5}\begin{pmatrix} 3 \\ 4 \end{pmatrix}. The eigenvector for λ2=9\lambda_2=9 must be orthogonal to v1\mathbf{v}_1, so it is parallel to (43)\begin{pmatrix} -4 \\ 3 \end{pmatrix}. Its normalized form is v2=15(43)\mathbf{v}_2 = \frac{1}{5}\begin{pmatrix} -4 \\ 3 \end{pmatrix}. We reconstruct AA using spectral decomposition A=PDPTA = PDP^T. With P=[v1v2]=15(3443)P = [\mathbf{v}_1 \, \mathbf{v}_2] = \frac{1}{5}\begin{pmatrix} 3 & -4 \\ 4 & 3 \end{pmatrix} and D=(4009)D = \begin{pmatrix} 4 & 0 \\ 0 & 9 \end{pmatrix}, we compute: A=125(3443)(4009)(3443)=125(12361627)(3443)=125(36+144481084810864+81)=125(1806060145)=(36/512/512/529/5)A = \frac{1}{25} \begin{pmatrix} 3 & -4 \\ 4 & 3 \end{pmatrix} \begin{pmatrix} 4 & 0 \\ 0 & 9 \end{pmatrix} \begin{pmatrix} 3 & 4 \\ -4 & 3 \end{pmatrix} = \frac{1}{25} \begin{pmatrix} 12 & -36 \\ 16 & 27 \end{pmatrix} \begin{pmatrix} 3 & 4 \\ -4 & 3 \end{pmatrix} = \frac{1}{25} \begin{pmatrix} 36+144 & 48-108 \\ 48-108 & 64+81 \end{pmatrix} = \frac{1}{25} \begin{pmatrix} 180 & -60 \\ -60 & 145 \end{pmatrix} = \begin{pmatrix} 36/5 & -12/5 \\ -12/5 & 29/5 \end{pmatrix}. Choice A results from incorrectly associating λ=9\lambda=9 with the given eigenvector. Choice B has a sign error in the off-diagonal. Choice D is the correctly simplified matrix.

Question 7

Let AA be a 3×33 \times 3 symmetric matrix with three distinct eigenvalues. The level surface Q(x)=xTAx=1Q(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} = 1 is an ellipsoid. Which of the following statements about the principal axes of this ellipsoid is always true?

  1. The lengths of the principal semi-axes are equal to the eigenvalues of AA.
  2. The principal axes are aligned with the standard basis vectors e1,e2,e3\mathbf{e}_1, \mathbf{e}_2, \mathbf{e}_3.
  3. The principal axes are parallel to the column vectors of the matrix AA.
  4. The principal axes are mutually orthogonal to each other. (correct answer)
Explanation: The Principal Axes Theorem states that the principal axes of the level surface are in the directions of the eigenvectors of the matrix AA. For a symmetric matrix, eigenvectors corresponding to distinct eigenvalues are always orthogonal. Since the three eigenvalues are distinct, the three corresponding eigenvectors (which define the principal axes) must be mutually orthogonal.

Question 8

The quadratic form Q(x)=2x12+8x1x2+2x22Q(\mathbf{x}) = 2x_1^2 + 8x_1x_2 + 2x_2^2 is diagonalized by an orthogonal change of variables x=Py\mathbf{x} = P\mathbf{y}, resulting in a new quadratic form with no cross-product term. Which of the following matrices could be PP?

  1. (1111)\begin{pmatrix} 1 & 1 \\ 1 & -1 \end{pmatrix}
  2. (correct answer)
  3. (2442)\begin{pmatrix} 2 & 4 \\ 4 & 2 \end{pmatrix}
Explanation: The matrix of the quadratic form is A=(2442)A = \begin{pmatrix} 2 & 4 \\ 4 & 2 \end{pmatrix}. The columns of the change-of-variable matrix PP must be a set of orthonormal eigenvectors of AA. The eigenvalues of AA are given by (2λ)216=0(2-\lambda)^2 - 16 = 0, which yields λ1=6\lambda_1 = 6 and λ2=2\lambda_2 = -2. The corresponding eigenvectors are proportional to (11)\begin{pmatrix} 1 \\ 1 \end{pmatrix} and (11)\begin{pmatrix} 1 \\ -1 \end{pmatrix}, respectively. To form the orthogonal matrix PP, these eigenvectors must be normalized to have a length of 1. The normalized vectors are 12(11)\frac{1}{\sqrt{2}}\begin{pmatrix} 1 \\ 1 \end{pmatrix} and 12(11)\frac{1}{\sqrt{2}}\begin{pmatrix} 1 \\ -1 \end{pmatrix}. Placing these as columns gives the matrix in choice B. Choice D is also a valid PP matrix (the order and sign of eigenvectors can vary), but standard construction often pairs the eigenvectors in the given order. Let's assume the question asks for one possibility. Both B and D are technically correct, but B corresponds to the eigenvalue order 6 then -2. Let's stick with B. A contains non-normalized eigenvectors. C is the matrix AA itself. D is also a valid matrix, but B is the most standard construction matching the order of eigenvalues found.

Question 9

Let AA be a 3×33 \times 3 symmetric matrix representing the quadratic form Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x}. The eigenvalues of AA are $5, 2,$ and 3-3. Which statement best describes the geometry of the set of points in R3\mathbb{R}^3 where Q(x)=0Q(\mathbf{x})=0?

  1. A cone (correct answer)
  2. A hyperboloid of one sheet
  3. An ellipsoid
  4. Only the origin
Explanation: When you encounter quadratic forms and their zero sets, you're dealing with conic sections in higher dimensions. The key insight is that the eigenvalues of the symmetric matrix determine the geometric shape through the signs and multiplicities of these values. For the quadratic form Q(x)=xTAx=0Q(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} = 0, we can diagonalize the symmetric matrix AA using its eigenvalues. In the principal axis coordinate system, this becomes 5y12+2y223y32=05y_1^2 + 2y_2^2 - 3y_3^2 = 0, or equivalently 5y12+2y22=3y325y_1^2 + 2y_2^2 = 3y_3^2. This equation describes a cone because we have two positive eigenvalues and one negative eigenvalue. The positive terms are balanced by the negative term, creating the characteristic double-cone structure where the surface extends infinitely in both directions along the axis corresponding to the negative eigenvalue. Choice A is correct - this mixed signature (two positive, one negative eigenvalue) always produces a cone. Choice B (hyperboloid of one sheet) would require the equation Q(x)=kQ(\mathbf{x}) = k where k0k \neq 0, not Q(x)=0Q(\mathbf{x}) = 0. Choice C (ellipsoid) would need all eigenvalues to have the same sign, which isn't the case here. Choice D (only the origin) would occur if all eigenvalues were positive or all were negative, making the quadratic form definite. Remember this pattern: for Q(x)=0Q(\mathbf{x}) = 0, count the positive and negative eigenvalues. Mixed signs with zero eigenvalues give cylinders, mixed signs without zero eigenvalues give cones, and same signs give only the trivial solution.

Question 10

Consider the quadratic form Q(x)=5x12+6x1x2+5x22Q(\mathbf{x}) = 5x_1^2 + 6x_1x_2 + 5x_2^2. The level set Q(x)=1Q(\mathbf{x}) = 1 defines an ellipse in the x1x2x_1x_2-plane. What is the direction of the major axis of this ellipse?

  1. The direction is parallel to the vector (11)\begin{pmatrix} 1 \\ 1 \end{pmatrix}.
  2. The direction is parallel to the vector (11)\begin{pmatrix} 1 \\ -1 \end{pmatrix}. (correct answer)
  3. The direction is parallel to the vector (10)\begin{pmatrix} 1 \\ 0 \end{pmatrix}.
  4. The direction is parallel to the vector (53)\begin{pmatrix} 5 \\ 3 \end{pmatrix}.
Explanation: The symmetric matrix associated with Q(x)Q(\mathbf{x}) is A=(5335)A = \begin{pmatrix} 5 & 3 \\ 3 & 5 \end{pmatrix}. The principal axes of the ellipse are along the eigenvectors of AA. The characteristic equation is (5λ)29=0(5-\lambda)^2 - 9 = 0, which gives eigenvalues λ1=8\lambda_1 = 8 and λ2=2\lambda_2 = 2. The equation of the ellipse in the principal axis coordinate system (y1,y2)(y_1, y_2) is 8y12+2y22=18y_1^2 + 2y_2^2 = 1. This can be written as y12(1/8)2+y22(1/2)2=1\frac{y_1^2}{(1/\sqrt{8})^2} + \frac{y_2^2}{(1/\sqrt{2})^2} = 1. The semi-major axis has length 1/21/\sqrt{2}, which corresponds to the smaller eigenvalue λ2=2\lambda_2 = 2. We find the eigenvector for λ2=2\lambda_2=2: (A2I)v=(3333)v=0(A-2I)\mathbf{v} = \begin{pmatrix} 3 & 3 \\ 3 & 3 \end{pmatrix} \mathbf{v} = \mathbf{0}, which gives an eigenvector proportional to (11)\begin{pmatrix} 1 \\ -1 \end{pmatrix}. This is the direction of the major axis.

Question 11

Consider the quadratic form Q(x,y)=3x2+4xy+6y2Q(x,y) = 3x^2 + 4xy + 6y^2. If the principal directions are determined by the eigenvectors of the associated matrix, which of the following statements about the transformation that diagonalizes this quadratic form is correct?

  1. The principal directions are orthogonal and the transformed quadratic form has one positive and one negative eigenvalue
  2. The principal directions are orthogonal and the transformed quadratic form is positive definite with eigenvalues 22 and 77 (correct answer)
  3. The principal directions are not orthogonal because the original matrix is not symmetric
  4. The principal directions correspond to the null space and column space of the coefficient matrix
Explanation: The matrix associated with the quadratic form is A=(3226)A = \begin{pmatrix} 3 & 2 \\ 2 & 6 \end{pmatrix} . Since AA is symmetric, its eigenvectors are orthogonal and form the principal directions. The characteristic polynomial is det(AλI)=(3λ)(6λ)4=λ29λ+14=(λ2)(λ7)\det(A - \lambda I) = (3-\lambda)(6-\lambda) - 4 = \lambda^2 - 9\lambda + 14 = (\lambda-2)(\lambda-7). Both eigenvalues are positive (2 and 7), making the quadratic form positive definite. Choice A is wrong because both eigenvalues are positive. Choice C is incorrect because the matrix is symmetric. Choice D confuses eigenvectors with fundamental subspaces.

Question 12

Consider the quadratic form Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} where AA is a 3×33 \times 3 symmetric matrix with eigenvalues 2,1,32, -1, 3. If v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3 are the corresponding orthonormal eigenvectors, and we define a new coordinate system using these principal directions, which statement about the level surfaces Q(x)=kQ(\mathbf{x}) = k for k>0k > 0 is correct?

  1. All level surfaces are ellipsoids because the matrix is positive definite
  2. The level surfaces are hyperboloids of one sheet with the v2\mathbf{v}_2 direction as the axis of the hyperboloid (correct answer)
  3. The level surfaces are hyperboloids of two sheets because two eigenvalues are positive and one is negative
  4. The level surfaces are unbounded in the directions corresponding to negative eigenvalues
Explanation: With eigenvalues 2,1,32, -1, 3, the canonical form is 2u2v2+3w2=k2u^2 - v^2 + 3w^2 = k where (u,v,w)(u,v,w) correspond to directions v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3. Since we have two positive and one negative eigenvalue, for k>0k > 0, the level surfaces are hyperboloids of one sheet. The negative term corresponds to the v2\mathbf{v}_2 direction, which becomes the axis along which the hyperboloid extends. Choice A is wrong because the matrix has a negative eigenvalue. Choice C confuses hyperboloids of one sheet (2 positive, 1 negative eigenvalue) with two sheets (1 positive, 2 negative). Choice D is incorrect because level surfaces are bounded.

Question 13

The quadratic form Q(x,y)=x2+4xy+4y2Q(x,y) = x^2 + 4xy + 4y^2 represents a degenerate conic. After diagonalization, what can be concluded about the principal directions and the geometric nature of the level curves Q(x,y)=cQ(x,y) = c?

  1. The matrix has eigenvalues 00 and 55, so the level curves are parallel lines for c>0c > 0 (correct answer)
  2. The matrix has eigenvalues 00 and 55, so the level curves are parabolas opening along the principal direction
  3. The matrix has a repeated eigenvalue 55, so the principal directions are not unique
  4. The matrix has eigenvalues 1-1 and 66, so the level curves are hyperbolas for all c>0c > 0
Explanation: The matrix is A=(1224)A = \begin{pmatrix} 1 & 2 \\ 2 & 4 \end{pmatrix} . The characteristic polynomial is det(AλI)=(1λ)(4λ)4=λ25λ+44=λ25λ=λ(λ5)\det(A - \lambda I) = (1-\lambda)(4-\lambda) - 4 = \lambda^2 - 5\lambda + 4 - 4 = \lambda^2 - 5\lambda = \lambda(\lambda - 5). So eigenvalues are 00 and 55. Since one eigenvalue is zero, the quadratic form is degenerate (determinant of AA is zero). The level curves Q(x,y)=cQ(x,y) = c for c>0c > 0 are indeed parallel lines because the form can be written as 5v2=c5v^2 = c in principal coordinates, where uu corresponds to the zero eigenvalue. Choice B is wrong because these are lines, not parabolas. Choice C is incorrect about repeated eigenvalues. Choice D has wrong eigenvalues.

Question 14

Consider two quadratic forms Q1(x)=xTA1xQ_1(\mathbf{x}) = \mathbf{x}^T A_1 \mathbf{x} and Q2(x)=xTA2xQ_2(\mathbf{x}) = \mathbf{x}^T A_2 \mathbf{x} where A1A_1 and A2A_2 are 2×22 \times 2 symmetric matrices. If A1A_1 and A2A_2 have the same eigenvalues but different eigenvectors, which statement about their principal directions is necessarily true?

  1. The angle between corresponding principal directions depends on the difference between the eigenvalues
  2. The principal directions of Q1Q_1 and Q2Q_2 are identical because eigenvalues determine eigenvectors uniquely
  3. The principal directions of Q1Q_1 and Q2Q_2 are related by some orthogonal transformation (correct answer)
  4. The principal directions can be arbitrarily different, and their relative orientation contains no information about the eigenvalue multiplicities
Explanation: When you encounter questions about quadratic forms and their geometric properties, focus on the relationship between eigenvalues, eigenvectors, and the geometric transformations they represent. The key insight here is understanding what "same eigenvalues but different eigenvectors" means geometrically. Since both matrices are symmetric with identical eigenvalues, they represent ellipses (or other conic sections) with the same "shape" - the same ratio of axes lengths. However, these ellipses are oriented differently in space because their eigenvectors (principal directions) differ. The correct answer is C because matrices with the same eigenvalues are related by a similarity transformation. Specifically, if A1A_1 and A2A_2 have the same eigenvalues, then A2=QA1QTA_2 = QA_1Q^T for some orthogonal matrix QQ. This orthogonal transformation rotates the principal directions of A1A_1 to those of A2A_2 while preserving the eigenvalues. Let's examine why the other options fail: A is incorrect because the angle between principal directions depends on the orthogonal transformation relating the matrices, not on eigenvalue differences. B makes a fundamental error - eigenvalues definitely do not determine eigenvectors uniquely, especially when eigenvalues have multiplicity greater than one. D is wrong because the relative orientation is precisely determined by the orthogonal transformation; it's not arbitrary. Remember this principle: for symmetric matrices, having the same eigenvalues means the quadratic forms have the same "intrinsic shape" but potentially different orientations, connected by a rotation. This geometric perspective helps clarify the relationship between algebraic properties and spatial transformations.

Question 15

For the quadratic form Q(x,y,z)=2x2+3y2+z2+4xy2xz+6yzQ(x,y,z) = 2x^2 + 3y^2 + z^2 + 4xy - 2xz + 6yz, suppose we want to eliminate all cross-product terms by rotating to principal axes. If the coefficient matrix has eigenvalues λ1=6\lambda_1 = 6, λ2=3\lambda_2 = 3, and λ3=3\lambda_3 = -3, what type of quadric surface does the equation Q(x,y,z)=18Q(x,y,z) = 18 represent?

  1. An ellipsoid because all eigenvalues of the coefficient matrix are positive
  2. An elliptic paraboloid because the trace of the coefficient matrix equals the sum of eigenvalues
  3. A hyperboloid of two sheets because the constant term is positive while one eigenvalue is negative
  4. A hyperboloid of one sheet because the quadratic form has one negative and two positive eigenvalues (correct answer)
Explanation: When you encounter a quadratic form and need to classify the resulting quadric surface, the key insight is that the eigenvalues of the coefficient matrix determine the surface type after rotation to principal axes. First, let's extract the coefficient matrix from Q(x,y,z)=2x2+3y2+z2+4xy2xz+6yzQ(x,y,z) = 2x^2 + 3y^2 + z^2 + 4xy - 2xz + 6yz. The symmetric matrix is: After diagonalization using the given eigenvalues λ1=6\lambda_1 = 6, λ2=3\lambda_2 = 3, λ3=3\lambda_3 = -3, the equation Q(x,y,z)=18Q(x,y,z) = 18 becomes 6u2+3v23w2=186u^2 + 3v^2 - 3w^2 = 18 in principal coordinates, or equivalently u23+v26w26=1\frac{u^2}{3} + \frac{v^2}{6} - \frac{w^2}{6} = 1. This canonical form has two positive terms and one negative term, which defines a hyperboloid of one sheet. The correct answer is D. Here's why the other options fail: A is wrong because not all eigenvalues are positive (λ3=3\lambda_3 = -3). B incorrectly identifies the surface type—while the trace does equal the sum of eigenvalues, this gives us a hyperboloid, not a paraboloid. C confuses hyperboloid types: having one negative eigenvalue with a positive constant gives a hyperboloid of one sheet, not two sheets. Study tip: For quadric surface classification, count the signs of the eigenvalues in the canonical form. Two positive, one negative = hyperboloid of one sheet. Two negative, one positive = hyperboloid of two sheets. All same sign = ellipsoid.

Question 16

A quadratic form Q(x)=xTAxQ(\mathbf{x}) = \mathbf{x}^T A \mathbf{x} in R3\mathbb{R}^3 has eigenvalues λ1=4\lambda_1 = 4, λ2=1\lambda_2 = -1, and λ3=2\lambda_3 = 2 with corresponding orthonormal eigenvectors v1,v2,v3\mathbf{v}_1, \mathbf{v}_2, \mathbf{v}_3. After rotating to principal axes, what is the canonical form of the quadratic surface Q(x)=12Q(\mathbf{x}) = 12?

  1. 4u2v2+2w2=124u^2 - v^2 + 2w^2 = 12, representing a hyperboloid of one sheet (correct answer)
  2. u23v2+w26=1\frac{u^2}{3} - v^2 + \frac{w^2}{6} = 1, representing a hyperboloid of one sheet
  3. 4u2v2+2w2=124u^2 - v^2 + 2w^2 = 12, representing a hyperboloid of two sheets
  4. u23+v212+w26=1\frac{u^2}{3} + \frac{v^2}{12} + \frac{w^2}{6} = 1, representing an ellipsoid
Explanation: In the principal coordinate system (u,v,w)(u,v,w) aligned with the eigenvectors, the quadratic form becomes 4u2v2+2w2=124u^2 - v^2 + 2w^2 = 12. Since we have eigenvalues with mixed signs (two positive, one negative), this represents a hyperboloid of one sheet, not two sheets. Choice B incorrectly divides the equation by 12. Choice C has the correct equation but wrong surface type (hyperboloid of two sheets would require two negative eigenvalues). Choice D incorrectly assumes all eigenvalues are positive.

Question 17

Consider the constrained optimization problem: maximize Q(x,y)=2x2+6xy+5y2Q(x,y) = 2x^2 + 6xy + 5y^2 subject to x2+y2=1x^2 + y^2 = 1. Using the relationship between quadratic forms and their principal directions, what is the maximum value of QQ on the unit circle?

  1. The maximum value is 7352\frac{7 - 3\sqrt{5}}{2}, which corresponds to the smaller eigenvalue
  2. The maximum value is 88, achieved at the point where the gradient of QQ is parallel to the constraint gradient
  3. The maximum value is 7+352\frac{7 + 3\sqrt{5}}{2}, achieved along the principal direction corresponding to the larger eigenvalue (correct answer)
  4. The maximum value is 77, which is the trace of the coefficient matrix divided by 2
Explanation: When you encounter a quadratic form optimization problem on a constraint, you're dealing with finding eigenvalues of a matrix. The key insight is that the maximum and minimum values of a quadratic form on the unit circle are precisely the largest and smallest eigenvalues of its coefficient matrix. First, extract the coefficient matrix from Q(x,y)=2x2+6xy+5y2Q(x,y) = 2x^2 + 6xy + 5y^2. Since the cross-term 6xy6xy contributes 33 to both off-diagonal entries, the matrix is $$A = \begin{pmatrix} 2 & 3 \ 3 & 5 \end{pmatrix} To find eigenvalues, solve $$\det(A - \lambda I) = 0$$: $$\det\begin{pmatrix} 2-\lambda & 3 \\ 3 & 5-\lambda \end{pmatrix} = (2-\lambda)(5-\lambda) - 9 = \lambda^2 - 7\lambda + 1 = 0$$ Using the quadratic formula: $$\lambda = \frac{7 \pm \sqrt{49-4}}{2} = \frac{7 \pm 3\sqrt{5}}{2}$$ The maximum value occurs at the larger eigenvalue: $$\frac{7 + 3\sqrt{5}}{2}$$, confirming answer C. Answer A gives the smaller eigenvalue, which would be the minimum value, not maximum. Answer B incorrectly suggests the maximum is $$8$$ - while the gradient condition is relevant for Lagrange multipliers, this specific value doesn't arise from our eigenvalue calculation. Answer D claims the maximum is $$7$$ (half the trace), but the trace only gives the sum of eigenvalues, not individual extrema. Remember: for quadratic form optimization on the unit circle, always find the eigenvalues of the coefficient matrix - the largest eigenvalue is your maximum value.

Question 18

For which values of the constant kk is the quadratic form Q(x1,x2)=kx12+6x1x2+x22Q(x_1, x_2) = kx_1^2 + 6x_1x_2 + x_2^2 positive definite?

  1. k>9k > 9 (correct answer)
  2. k>0k > 0
  3. k<9k < 9
  4. k>1k > -1
Explanation: A quadratic form is positive definite if and only if all eigenvalues of its associated symmetric matrix are positive. The matrix is A=(k331)A = \begin{pmatrix} k & 3 \\ 3 & 1 \end{pmatrix}. For a 2×22 \times 2 matrix, the eigenvalues are both positive if and only if the determinant is positive and the trace is positive. Condition 1: det(A)=k(1)3(3)=k9>0\det(A) = k(1) - 3(3) = k - 9 > 0, which implies k>9k > 9. Condition 2: tr(A)=k+1>0\mathrm{tr}(A) = k + 1 > 0, which implies k>1k > -1. Both conditions must hold. The first condition, k>9k > 9, is stricter and automatically implies the second condition. Thus, the quadratic form is positive definite if and only if k>9k > 9.