MATH 251 Lecture 19

From Notes
Jump to navigation Jump to search

« previous | Friday, March 1, 2012 | next »


Quick Fact

When does or have a non-zero solution?

in 2 dimensions, there is a unique solution unless the vectors and are scalar multiples (parallel)

in 3 dimensions (3 equations w/r/t , , and ), there is a unique solution unless the 3 vectors are coplanar.

Check the area of the 2 vectors (2D) and volume of 3 vectors (3D) by taking the determinant of the matrix formed by the coefficient. If this value is 0, then there are non-zero solutions. If the determiniant is 0, then the only solution is the point (0,0).

Written Homework Sample Problem

Given Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle Q(x,y)=x^2+2xy+3y^2} ,

  1. Set up equations satisfied by relative extrema on the unit circle (sphere for 3D)
  2. Subject to the condition Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle g(x,y) = x^2+y^2=1} , set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \nabla Q = \lambda \nabla g} and Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle g=1}

Part A

Set Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \nabla Q = \lambda \nabla g} and our constraint

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{cases} x+y=\lambda x\\ x+3y=\lambda y\\ x^2+y^2=1 \end{cases}}

Part B

Find the characteristic polynomial and solve for Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \lambda} . Start by putting everything on the left side of the equation:

Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{cases} (1-\lambda)x +y = 0\\ x + (3-\lambda)y = 0 \end{cases}}

Find the determinant of the matrix Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle \begin{vmatrix}1-\lambda & 1 \\ 1 & 3-\lambda\end{vmatrix} = 0}

The determinant gives Failed to parse (MathML with SVG or PNG fallback (recommended for modern browsers and accessibility tools): Invalid response ("Math extension cannot connect to Restbase.") from server "https://wikimedia.org/api/rest_v1/":): {\displaystyle (1-\lambda)(3-\lambda)-1=0} ... our characteristic polynomial.

The solution(s) for are:

These are our Lagrange multipliers.

Part C

The values of (eigenvalues) are the extreme values. Classify as positive, negative, mixed, or degenerate.

All values of are positive, therefore is positive.

Part D

Find the solutions (eigenvectors) by plugging into the equations from 'Part A. In order for the solution to be non-zero, the solutions should be redundant, so you can choose one equation and plug it into that one.

Note: The lines given by plugging in will always be perpendicular

Part E?

Diagonalize the formula by removing the mixed terms (i.e., the )


Multidimensional Integration

Given defined over a rectangle , define


Back to Calculus 2, the integral represents

  • Area under a curve
  • Total mass of a rod if is the linear density function
  • Probability density of a continuous random variable
  • The sum of an infinite family of numbers defined continuously in terms of

In 3 Dimensions, the multidimensional integral represents

  • The volume under a function
  • Total mass in a given volume with mass density of
  • Probability density of two continuous random variables
  • Still an infinite sum, but determined continuously by two variables and .

Quick Definition

represents the area of a small rectangle near , called a partition ()

Example

Calculate , where .

Notation is to use Fubini's Theorem: slice the function according to a single variable (by holding the other constant; in this case, )