Derive the equation of the line in space passing through two given points, both in vector and Cartesian form.
Open in App
Solution
Let a and b be the position vectors of two points A(x1y1z1) and vectors of two points B(x2y2z2), respectively that are lying on the line. Let r be the position vector of an arbitrary point P(z,y,z) then P is a point on the line if and only if →AP=→OP−→OA=→r−→a and →AB=→OB−→OA=→b−→a are collinear vectors. ∴P is on the line if and only if →AP=λ→AB ∴→r−→a=λ(→b−→a) ∴→r=→a+λ(→b−→a),λϵR....(1) which is the vector form of equation of line Cartesian form: Let →r=x^i+y^j+z^k,→a=x1^i+y1^j+z1^k;→b=x2^i+y2^j+z2^k Substituting these in equation (1) we get, x^i+y^j+z^k=x1^i+y1^j+z1^k+λ[(x2−x1)^i+(y2−y1)^j+(z2−z1)^k] x=x1+λ(x2−x1);y=y1+λ(y2−y1);z=z1+λ(z2−z1) Eliminating λ, we get x−x1x2−x1=y−y1y2−y1=z−z1z2−z1 which is the cartesian form.