Questions: Linearization and the Jacobian Matrix

4 questions to test your understanding

Score: 0 / 4
Question 1 Multiple Choice

For the system ẋ = x² + y, ẏ = x - y, what is the Jacobian matrix at the fixed point (0, 0)?

A[[0, 1], [1, -1]]
B[[1, 1], [1, -1]]
C[[0, 0], [1, -1]]
D[[2x, 1], [1, -1]] evaluated at (0,0), which is [[0, 1], [1, -1]]
Question 2 Multiple Choice

The Hartman-Grobman theorem guarantees that linearization gives the correct qualitative picture near a fixed point. Under what condition does this guarantee fail?

AWhen the fixed point is a saddle — saddles are too sensitive to nonlinear perturbation
BWhen any eigenvalue of the Jacobian has zero real part — the fixed point is non-hyperbolic
CWhen the system has more than two dimensions
DWhen the nonlinear terms are not polynomial
Question 3 True / False

Linearization around a fixed point tells you the exact quantitative behavior of the nonlinear system in a neighborhood of that point.

TTrue
FFalse
Question 4 Short Answer

A three-dimensional system has a fixed point whose Jacobian has eigenvalues -2, -1 + 3i, and -1 - 3i. Describe the local behavior near this fixed point.

Think about your answer, then reveal below.