retagged by
2,010 views
1 1 vote

If vectors $\vec{a}=2\hat{i}+\lambda \hat{j}+\hat{k}$ and $\vec{b}=\hat{i}-2\hat{j}+3\hat{k}$ are perpendicular to each other, then value of $\lambda$ is

  1. $\dfrac{2}{5}$
     
  2. $2$
     
  3. $3$
     
  4. $\dfrac{5}{2}$

2 Answers

Best answer
6 6 votes

Dot product between two vectors $\vec{u}$ and $\vec{v}$ is given by

$\vec{u}.\vec{v}=|\vec{u}||\vec{v}|cos\theta $ where $\theta$ is the angle between both the vectors

If vectors are perpendicular then $\theta=90°$ and $cos90°=0$, i.e $\vec{u}.\vec{v}=0$

Given $\vec{u}=2i+\lambda j+k$ and $\vec{v}=i-2j+3k$

$\vec{u}.\vec{v}$= $2-2\lambda+3=0$

$5-2\lambda=0$

$\lambda= \frac{5}{2}$

Hence option D) is correct

selected by
2 2 votes

The dot product v.w = 0 when v is perpendicular to w

$\vec{a} = (2, \lambda, 1)$
$\vec{b} = (1, -2, 3)$

$\vec{a}.\vec{b}$ = $2 - 2$$\lambda$$+3$ $  = 0$

$2 - 2$$\lambda$$+3$ $  = 0$

$ \lambda = \large \frac{5}{2} $

edited by
Answer:
Position:
Show:

Related questions

7 7 votes
4 answers 4 answers
3.9k
3.9k views
gatecse asked Dec 17, 2017
3,850 views
If $C$ is a skew-symmetric matrix of order $n$ and $X$ is $n\times 1$ column matrix, then $X{^T} CX$ is ascalar matrixnull matrixunit matrixmatrix will all elements $1$
46 46 votes
5 answers 5 answers
15.4k
15.4k views
Kathleen asked Sep 16, 2014
15,426 views
For a pipelined CPU with a single ALU, consider the following situationsThe ${j+1}^{st}$ instruction uses the result of the $j^{th}$ instruction as an operandThe executio...
9 9 votes
2 answers 2 answers
4.7k
4.7k views
gatecse asked Dec 17, 2017
4,663 views
Consider the following $C$ function#include<stdio.h int main(void) { char c[]="ICRBCSIT17" char *p=c; printf("%s",c+2[p]-6[p]-1); return 0; }The output of the program is ...
5 5 votes
2 2 answers
3.7k
3.7k views
gatecse asked Dec 17, 2017
3,667 views
Which of the following related to snowflake schema is true?Each dimension is represented by a single dimensional tableMaintenance efforts are lessDimension tables are nor...