行列式和叉积

点积应用

3)向量A沿着某单位向量u的分量(components of A\overrightarrow{A}along a direction u^\widehat{u})
人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2
component of A along u^\widehat{u} = A|\overrightarrow{A}|cos(Θ\Theta)

=Au^.cosΘ|\overrightarrow{A}||\widehat{u}|.cos\Theta
=A.u^\overrightarrow{A}.\widehat{u}

4)物理
人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2
F沿切向方向的分量使摆来回摆动

  • component of F along the target direction T^\widehat{T} is what causes the pendulum to swing
  • component of N^\widehat{N}

Ex:Area?
人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2

Easier:area of triangle

人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2
we could find cosΘcos\Theta,the solve sin2sΘ+cos2Θ=1sin^2s\Theta+cos^2\Theta=1

more esaier:行列式(determinants)

人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2
A=A\overrightarrow{A}'=\overrightarrow{A} rotated 90o90^o

Θ=π2Θ\Theta '=\frac{\pi}{2}-\Theta

cos(Θ)=sin(Θ)cos(\Theta ')=sin(\Theta)

A.B.sinΘ|\overrightarrow{A}|.|\overrightarrow{B}|.sin\Theta
=A.B.cos(Θ)=|\overrightarrow{A}'|.|\overrightarrow{B}|.cos(\Theta')
=A.B=\overrightarrow{A}'.\overrightarrow{B}

人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2
A=<a1,a2>\overrightarrow{A}=<a_1,a_2>
A=<a2,a1>\overrightarrow{A}'=<-a_2,a_1>

A.B=<a2,a1>.<b1,b2>\overrightarrow{A}'.\overrightarrow{B}=<-a_2,a_1>.<b_1,b_2>
=a1.b2a2.b1=a_1.b_2-a_2.b_1
=det(A,B)=det(\overrightarrow{A},\overrightarrow{B})
=a1a2b1b2=\begin{vmatrix} a_1 & a_2\\ b_1& b_2 \end{vmatrix}

So,determinant of A\overrightarrow{A} and B\overrightarrow{B} = area

空间中的行列式(Determinant in space)

3 vectors A,B,C\overrightarrow{A},\overrightarrow{B},\overrightarrow{C}:
det(A,B,C)=a1a2a3b1b2b3c1c2c3det(\overrightarrow{A},\overrightarrow{B},\overrightarrow{C})=\begin{vmatrix} a_1 & a_2&a_3\\ b_1& b_2&b_3\\ c_1& c_2&c_3 \end{vmatrix}
=a1b2b3c2c3a2b1b3c1c3+a3b1b2c1c2=a_1\begin{vmatrix} b_2&b_3\\ c_2&c_3 \end{vmatrix}-a_2\begin{vmatrix} b_1&b_3\\ c_1 & c_3 \end{vmatrix}+a_3\begin{vmatrix} b_1&b_2\\ c_1 & c_2 \end{vmatrix}

note:竖线里(insides verticals bars)

定理(Theorem)

几何学上(Geometrically),det(A,B,C)=±det(\overrightarrow{A},\overrightarrow{B},\overrightarrow{C})=\pm 正负平行六面体的面积(volume of the parallelepiped)
人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2)

叉积(cross product)

of 2 vectors in 3-space

def:A\overrightarrow{A}XB\overrightarrow{B}= is a vector,not dot product

A\overrightarrow{A}XB=i^j^k^a1a2a3b1b2b3\overrightarrow{B}=\begin{vmatrix} \widehat{i}& \widehat{j}&\widehat{k}\\ a_1 & a_2&a_3\\ b_1& b_2&b_3 \end{vmatrix}

=a2a3b2b3i^a1a3b1b3j^+a1a2b1b2k^=\begin{vmatrix} a_2&a_3\\ b_2&b_3 \end{vmatrix}\widehat{i}-\begin{vmatrix} a_1&a_3\\ b_1&b_3 \end{vmatrix}\widehat{j}+\begin{vmatrix} a_1&a_2\\ b_1&b_2 \end{vmatrix}\widehat{k}

Theorem:

  • A|\overrightarrow{A}XB\overrightarrow{B}|=area of parallelogram

叉积的模长(length)

  • dir(A\overrightarrow{A}XB)\overrightarrow{B})\perpto plane of a parallelogram(垂直于平行四边形所在的平面)

人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2)

使用右手定则判断垂直的方向(with right-hand rule)

  • right hand points parallel to vector A (//A\overrightarrow{A})
  • Fingers point //B\overrightarrow{B}
  • thumb points //A\overrightarrow{A}XB\overrightarrow{B}

Another look at volume
人工智能教程 - 数学基础课程1.2 - 数学分析(二)-2)
Volume = area(base) X height
=B|\overrightarrow{B}XC\overrightarrow{C}|.(A|\overrightarrow{A}.n^\widehat{n})

det(A,B,C)=A.(Bdet(\overrightarrow{A},\overrightarrow{B},\overrightarrow{C})=\overrightarrow{A}.(\overrightarrow{B} X C)\overrightarrow{C})

=a1b2b3c2c3a2b1b3c1c3+a3b1b2c1c2=a_1\begin{vmatrix} b_2&b_3\\ c_2&c_3 \end{vmatrix}-a_2\begin{vmatrix} b_1&b_3\\ c_1 & c_3 \end{vmatrix}+a_3\begin{vmatrix} b_1&b_2\\ c_1 & c_2 \end{vmatrix}

相关文章:

  • 2021-12-22
  • 2021-09-29
  • 2021-08-14
  • 2022-01-13
  • 2021-12-15
  • 2021-11-02
  • 2022-01-22
猜你喜欢
  • 2021-10-04
  • 2021-11-05
  • 2021-11-13
  • 2021-11-07
  • 2021-12-09
  • 2021-07-28
  • 2021-06-12
相关资源
相似解决方案