How do you prove that three points A,B, and C are collinear (lie on the same straight line)?
Back
Show that AB=kBC (where k is a scalar).AND state that they share a common point (B).
1/12
Still learningFlipConfident
Cards In This Deck
How do you prove that three points A,B, and C are collinear (lie on the same straight line)?
Show that AB=kBC (where k is a scalar).AND state that they share a common point (B).
Condition to equate coefficients of vectors on both sides of an equation (e.g., if pa+qb=ra+sb, then p=r and q=s)?
The vectors a and b must be non-parallel.
How do you find the unit vector in the direction of vector a?
a^=∣a∣a
True or False?To find the vector AB, you calculate a−b.
❌ False✅ Correct Answer: AB=b−a(Position vector of End Point minus Position vector of Start Point)
True or False?When calculating the scalar product a⋅b using components, you include the i,j,k unit vectors in the final answer.
❌ False✅ Correct Answer: The result is a Scalar (a number), not a vector.
When finding the angle ∠ABC using scalar products, which vectors must you use?
Use BA and BC.(Vectors must be ’Tail-to-Tail’ or ’Head-to-Head’ at the vertex where the angle is).
How do you find the area of a triangle ABC using vectors?
1. Calculate magnitudes ∣AB∣ and ∣AC∣.2. Use scalar product AB⋅AC to find angle A.3. Use Area =21∣AB∣∣AC∣sinA.
True or False?If the scalar product a⋅b=0, then the vectors are parallel.
❌ False✅ Correct Answer: They are perpendicular (orthogonal).
True or False?In the line equation r=a+λb, the vector a must be the point where the line crosses the y-axis.
❌ False✅ Correct Answer: a can be the position vector of any fixed point on the line.
Formula for the vector equation of a line passing through points A and B?
r=a+λ(b−a)Where a is the position vector of A and b is the position vector of B.
You have determined that two lines in 3D are not parallel and do not intersect. What term describes them?
Skew lines.
Procedure to determine if two lines r1=a1+λb1 and r2=a2+μb2 intersect?
1. Equate components (x,y,z) to form 3 simultaneous equations.2. Solve two equations to find λ and μ.3. Check if these values satisfy the third equation.