Given:a=i^+2j^+k^ and b=i^−j^+4k^c=i^+j^+k^ We need the expression a+λb to be perpendicular to c :(a+λb)⋅c=0 First, calculate a+λb :
a+λb=(i^+2j^+k^)+λ(i^−j^+4k^)
Expanding this, we get:=i^+2j^+k^+λi^−λj^+4λk^=(1+λ)i^+(2−λ)j^+(1+4λ)k^ Next, calculate the dot product with c :
((1+λ)i^+(2−λ)j^+(1+4λ)k^)⋅(i^+j^+k^)
Performing the dot product:=(1+λ)⋅1+(2−λ)⋅1+(1+4λ)⋅1=(1+λ)+(2−λ)+(1+4λ)=1+λ+2−λ+1+4λ=4+4λ Set the expression to zero for perpendicularity:4+4λ=0Solving for λ :4λ=−4λ=−1Thus, the correct value of λ is -1 .