Explore topic-wise InterviewSolutions in .

This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.

1.

Four vectors `veca, vecb, vecc` and `vecx` satisfy the relation `(veca.vecx)vecb=vecc+vecx` where `vecb.veca ne 1`. The value of `vecx` in terms of `veca, vecb` and `vecc` is equal toA. `((veca.vecc)vecb-vecc(veca.vecb-1))/((veca.vecb-1))`B. `vecc/(veca.vecb-1)`C. `(2(veca.vecc)vecb+vecc)/(veca.vecb-1)`D. `(2(veca.vecc)vecc+vecc)/((veca.vecb)-1)`

Answer» Correct Answer - A
`(veca.vecx)vecb=vecc+vecx`…………..(i)
taking dot with `veca`
`(veca.vecx)(vecb.veca)=(vecc.veca)+(veca.vecx)`
`therefore (veca.vecx)(vecb.veca-1)=(vecc.veca)`
`therefore (veca.vecx)=(vecc.veca)/(vecb.veca-1)`
`rArr vecx=(vecc.veca)/(vecb.veca-1)vecb-vecc`
`=((veca.vecc)vecb-vecc(veca.vecb-1))/(veca.vecb-1)`