InterviewSolution
Saved Bookmarks
| 1. |
There are 6 vectors: a, b, c, d, e, f. Simply the following expression: [ a(b . c) X (e . f)d ] X [ a – d ].‘X’ represents cross product while ’.‘ represents dot product. Vectors a & d are perpendicular.(a) 0(b) (b . c)(e . f) [ d + a ](c) (b . c)(e . f) [ d – a ](d) (b . c)(e . f) [ d X a ]This question was posed to me during a job interview.This interesting question is from Vector Product of Two Vectors in division System of Particles and Rotational Motion of Physics – Class 11 |
|
Answer» Correct option is (b) (b . C)(E . f) [ d + a ] |
|