向量基础Vector Basic Concepts, Theorems

1️⃣ Basic Definitions & Notation

  • Vector: A quantity with both magnitude and direction.
  • Notation: v, AB, or x,y.
  • Position Vector: OP=xP,yP(from origin O to P).
  • Zero Vector: 0=0,0 magnitude 0, direction undefined.
  • Unit Vector: u^=vv(same direction as v, length 1).

🔹 Practice

  1. Given A(2,1)and B(5,3), find AB and its magnitude.
  2. Find the unit vector in the direction of v=3,4.
  3. If PQ=7,2 and P=(1,4), find coordinates of Q.

2️⃣ Vector Operations

  • Addition: u+v=u1+v1,  u2+v2
  • Subtraction: uv=u1v1,  u2v2
  • Scalar Multiplication: kv=kv1,  kv2
  • Properties: Commutative, associative, distributive over addition/scalars.

🔹 Practice

  1. If a=2,5 and b=1,3, compute 3a2b.
  2. Find scalars x,yx,y such that x1,2+y3,1=7,1.
  3. Given OA=a, OB=b, express AB in terms of a,b.

3️⃣ Dot Product & Angles

  • Definition: uv=u1v1+u2v2=uvcosθ
  • Orthogonality: uv    uv=0
  • Angle Formula: cosθ=uvuv
  • Projection of u⃗ onto v⃗: projvu=(uvv2)v

🔹 Practice

  1. Compute uvuv for u=4,2,  v=1,3. Are they perpendicular?
  2. Find the angle between a=1,1 and b=1,1.
  3. Project u=5,2onto v=3,4.

4️⃣ Key Geometric Formulas & Theorems

  • Midpoint: OM=OA+OB2
  • Section Formula (PP divides ABAB in ratio m:nm:n): OP=nOA+mOBm+n
  • Centroid of △ABC△ABC: OG=OA+OB+OC3
  • Collinearity: A,B,CA,B,C collinear     AB=kACfor some kR

🔹 Practice

  1. Find the position vector of the midpoint of A(1,4) and B(7,2).
  2. Point PP divides ABAB in ratio 2:3. If A=(0,0) and B=(10,5), find P.
  3. Show that points (1,2),(4,8),(7,14) are collinear using vectors.

5️⃣ Magnitude & Useful Identities

  • v=v12+v22
  • u+v2=u2+v2+2uv
  • uv2=u2+v22uv
  • Triangle Inequality: uvu±vu+v
  • Symmetry Trick: If points P1,,Pn are symmetric about M, then OPi=nOM

🔹 Practice

  1. If a=3, b=4, and ab=6, find a+b.
  2. Given u=5, v=2, and uv=6, find uv.
  3. Five points are equally spaced on a line segment with midpoint M. If each point is at distance 2 from M alternately left/right, what is i=15OPi in terms of OM?

6️⃣ Competition Problem-Solving Strategies

StrategyWhen to UseExample Application
Coordinate PlacementGeometry problems with right angles or symmetryPlace right angle at origin, legs on axes
Vector DecompositionUnknown points or complex pathsExpress XY as combination of basis vectors
Symmetry SummationEvenly spaced points on a segment/circleBPk=nBM
Dot Product = 0Prove perpendicularityShow slopes product = 1 via uv=0
Magnitude SquaringFind length of sum/difference without coordinatesUse $

🔹 Practice

  1. In ABC, Dis the midpoint of BC. Express AD in terms of ABand AC.
  2. Points P1,,P6divide segment AC into 7 equal parts. If B is not on AC, find k=16BPkin terms of BA and BC.
  3. Given a=b=1 and a+b=3​, find ab.

✅ Answer Key

Section 1

  1. AB=3,4,  AB=5AB=⟨3,4⟩,∣AB∣=5
  2. u^=35,45u^=⟨−53​,54​⟩
  3. Q=(6,2)Q=(6,2)

Section 2

  1. 8,21⟨8,−21⟩
  2. x=2,  y=53x=2,y=35​
  3. AB=baAB=ba

Section 3

  1. uv=2uv=−2; not perpendicular
  2. θ=90θ=90∘
  3. projvu=(15+825)3,4=23253,4=6925,9225projvu=(2515+8​)⟨3,4⟩=2523​⟨3,4⟩=⟨2569​,2592​⟩

Section 4

  1. M=(4,1)    OM=4,1M=(4,1)⟹OM=⟨4,1⟩
  2. P=(4,2)P=(4,2)
  3. AB=3,6,  AC=6,12=2AB    AB=⟨3,6⟩,AC=⟨6,12⟩=2AB⟹ collinear

Section 5

  1. a+b=9+16+12=37a+b∣=9+16+12​=37​
  2. 36=25+42uv    uv=7236=25+4−2uvuv=−27​
  3. Symmetry cancels 4 outer points, middle point is MM. Sum =5OM=5OM

Section 6

  1. AD=12(AB+AC)AD=21​(AB+AC)
  2. Let MM be midpoint of ACAC. BM=12(BA+BC)BM=21​(BA+BC). Sum =6BM=3(BA+BC)=6BM=3(BA+BC)
  3. a+b2=3    1+1+2ab=3    ab=12a+b∣2=3⟹1+1+2ab=3⟹ab=21​. Then ab2=1+12(12)=1    ab=1ab∣2=1+1−2(21​)=1⟹∣ab∣=1

💡 Tips for Mastery

  • Always draw a quick sketch before computing.
  • Convert geometric conditions (midpoints, ratios, perpendiculars) into vector equations first.
  • In competitions, symmetry + centroid/midpoint formulas often bypass heavy algebra.
  • Practice rewriting problems in both coordinate and pure vector forms to build flexibility.

Let me know if you want deeper explanations, more competition-style problems (AMC/AIME level), or a printable PDF version!

向量常用性质和定理总结

一、基本概念

1. 向量的表示

  • 几何表示ABAB(从点A指向点B)
  • 字母表示a,b,a,ba,b,a,b
  • 坐标表示a=(x,y)a=(x,y) 或 a=(x,y,z)a=(x,y,z)

2. 向量的模(长度)

a=x2+y2a=x2+y2+z2a∣=x2+y2​或∣a∣=x2+y2+z2​


二、向量运算

1. 加法与减法

  • 三角形法则AB+BC=ACAB+BC=AC
  • 平行四边形法则a+ba+b 为对角线
  • 坐标运算(x1,y1)±(x2,y2)=(x1±x2,y1±y2)(x1​,y1​)±(x2​,y2​)=(x1​±x2​,y1​±y2​)

2. 数乘

ka=(kx,ky)ka=(kx,ky)

  • k>0k>0:方向不变
  • k<0k<0:方向相反

3. 点积(数量积) ⭐重要

ab=abcosθ=x1x2+y1y2ab=∣a∣∣b∣cosθ=x1​x2​+y1​y2​

性质

  • aa=a2aa=∣a∣2
  • ab    ab=0abab=0
  • 交换律:ab=baab=ba
  • 分配律:a(b+c)=ab+aca⋅(b+c)=ab+ac

三、重要定理和公式

1. 共线(平行)条件

ab    a=kb(kR)aba=kb(k∈R) 坐标形式:x1x2=y1y2x2​x1​​=y2​y1​​(分母不为0)

2. 三点共线

点A、B、C共线     AB=kACAB=kAC

3. 中点公式

OM=OA+OB2OM=2OA+OB

4. 定比分点公式

点P分ABABλ:1λ:1,则: OP=OA+λOB1+λOP=1+λOA+λOB

5. 重心公式(三角形)

OG=OA+OB+OC3OG=3OA+OB+OC


四、竞赛常用技巧 ⭐

1. 向量分解法

将复杂向量表示为基底向量的线性组合: v=xa+ybv=xa+yb

2. 对称点的向量和

若点P1,P2,,PnP1​,P2​,…,Pn​关于点M对称分布,则: i=1nOPi=nOMi=1nOPi​​=nOM

证明OPi=OM+MPiOPi​​=OM+MPi​​,对称点MPiMPi​​相互抵消

3. 投影公式

aabb上的投影长度: projba=abbprojba=∣bab

4. 夹角公式

cosθ=ababcosθ=∣a∣∣bab

5. 三角形中的向量关系

  • AB+BC+CA=0AB+BC+CA=0
  • AB=OBOAAB=OBOA

五、常见题型解题策略

类型1:求向量和的模

方法:先求和向量,再求模;或利用平方展开 a+b2=a2+b2+2aba+b∣2=∣a∣2+∣b∣2+2ab

类型2:证明垂直/平行

  • 垂直:证ab=0ab=0
  • 平行:证a=kba=kb

类型3:求最值

利用ababab∣≤∣a∣∣b∣(柯西不等式)

类型4:几何问题

建立坐标系,将几何条件转化为向量运算


六、快速记忆口诀

  1. 加法:首尾相连,起点到终点
  2. 减法:共起点,指向被减数
  3. 点积为零:两向量垂直
  4. 数乘:伸缩方向看正负
  5. 中点:两向量相加除以2
  6. 重心:三向量相加除以3

七、易错点提醒

⚠️ 向量=数量(向量有方向)
⚠️ ab=0ab=0不一定a=0a=0或b=0b=0(可能垂直)
⚠️ 向量不能比较大小(只能比较模长)
⚠️ ab=acab=ac不能推出b=cb=c

评论

Leave a Reply