MATH 251 Lecture 19
« previous | Friday, March 1, 2012 | next »
Quick Fact
When does 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}ax+by=0\\cx+dy=0\end{cases}} or 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 A \cdot X=0} 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 ,
- Set up equations satisfied by relative extrema on the unit circle (sphere for 3D)
- Subject to the condition , set and
Part A
Set and our constraint
Part B
Find the characteristic polynomial and solve for . Start by putting everything on the left side of the equation:
Find the determinant of the matrix
The determinant gives ... 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.
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 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 \iint_R (x-y^2) \, \mathrm{d}A} , where 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 R=\left[0,2\right] \times \left[1,3\right]} .
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 \int_1^3 \int_0^2 (x-y^2) \, \mathrm{d}x \,\mathrm{d}y}
Notation is to use Fubini's Theorem: slice the function according to a single variable (by holding the other constant; in this case, 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 y} )
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{align} \int_0^2 (x-y^2) \, \mathrm{d}x &= \left. \frac{1}{2}x^2-xy^2 \right|_0^2\\ \int_1^3 (2-2y^2) \,\mathrm{d}y &= \left. 2y-\frac{2}{3}y^3 \right|_1^3 = 4-\frac{2}{3}26 \end{align}}