Question
Question: If we have vetor \[\overrightarrow{a}=i-j+7k\] and vector \[\overrightarrow{b}=5i-j+\lambda k\], the...
If we have vetor a=i−j+7k and vector b=5i−j+λk, then find the value of λ, so that a+b and a−b are perpendicular vectors.
Solution
We are given two vectors a=i−j+7k and b=5i−j+λk first we will calculate the value of a+b and a−b, which will be a+b=6i−2j+(7+λ)k and a−b=−4i+(7−λ)k
Now it’s given that a+b and a−b are perpendicular vectors.it means we can write their dot product will be 0, so (a+b).(a−b)=(6i−2j+(7+λ)k).(−4i+(7−λ)k)=0 and on solving this equation we will get the value of a−b=−4i+(7−λ)k
Complete step-by-step solution:
Given two vectors a=i−j+7k and b=5i−j+λk we are asked to find value of λ, given condition is that a+b and a−b are perpendicular vectors, which means dot product of a+b and a−b is 0. So, for that we first have to calculate value of a+b and a−b
While calculating a+b we will add i components together, jcomponents together and similarly k components together which results into a+b=(i−j+7k)+(5i−j+λk)=(1+5)i−(1+1)j+(7+λ)k)
Which equals to a+b=6i−2j+(7+λ)k similarly we apply same procedure for calculating value of a−b , which results into.
a−b=(i−j+7k)−(5i−j+λk)=(1−5)i+(1−1)j+(7−λ)k
Which equals to a−b=−4i+(7−λ)k
As given dot product of a+b and a−b is 0, applying this condition we can write as
(a+b).(a−b)=(6i−2j+(7+λ)k).(−4i+(7−λ)k)=0
Considering unit vector property in mind that is i.i=i2=1,j.j=j2=1,k.k=k2=1
And i.j=0,i.k=0,j.k=0 (because unit vectors components are perpendicular to each other that’s why their dot product is 0)
Solving it and considering this property i.j=0,i.k=0,j.k=0 we get our expression as 6×(−4)i2+(−2)×0j2+(7+λ)(7−λ)k2=0
Now putting this property i.i=i2=1,j.j=j2=1,k.k=k2=1
Our expression will look like
6×(−4)+(−2)×0+(7+λ)(7−λ)=0
Which on solving looks like 6×(−4)+(7+λ)(7−λ)=0
(applying formula (a+b)(a−b)=a2−b2)
On further solving we get −24+0+49−λ2=0
Now expression will look like λ2=25
Hence value of λ is 5 and -5.
Note: We can also solve it directly by taking dot product of a+b and a−b at initially
(a+b).(a−b) which results to (a+b).(a−b)=a2−a.b+b.a−b2
Now we know that a.b=b.a it means (a+b).(a−b)=a2−b2
Given a=i−j+7k and b=5i−j+λk
So a2=12+12+72=1+1+49=51 and similarly b2=52+12+λ2=25+1+λ2=26+λ2
(a+b).(a−b)=a2−b2=0 and on solving we again get the same result λ is 5 and -5