Question Statement
Find a real number α such that the vectors U​ and V​ are perpendicular.
Background and Explanation
Two vectors are perpendicular if and only if their dot product is zero. The dot product of two vectors U​=[u1​,u2​,u3​] and V​=[v1​,v2​,v3​] is given by:
U​⋅V​=u1​v1​+u2​v2​+u3​v3​
For vectors to be perpendicular, we must have:
U​⋅V​=0
Given that the vectors contain the variable α, we will solve for α such that the dot product equals zero.
Solution
(i) Given vectors:
U​=2αi​+j​−k​,V​=i​+αj​+4k​
- Dot product formula: Since the vectors are perpendicular, their dot product should be zero:
U​⋅V​=0
- Compute the dot product:
(2α)(1)+(1)(α)+(−1)(4)=0
2α+α−4=0
3α−4=0
- Solve for α:
α=34​
Thus, the value of α that makes U​ and V​ perpendicular is α=34​.
(ii) Given vectors:
U​=αi​+2αj​−k​,V​=i​+αj​+3k​
- Dot product formula: Again, the vectors are perpendicular, so their dot product equals zero:
U​⋅V​=0
- Compute the dot product:
(α)(1)+(2α)(α)+(−1)(3)=0
α+2α2−3=0
2α2+α−3=0
- Solve the quadratic equation 2α2+α−3=0 using factoring:
α(2α+3)−1(2α+3)=0
(α−1)(2α+3)=0
- Find the roots:
α−1=0or2α+3=0
α=1orα=2−3​
Thus, the possible values of α are α=1 and α=2−3​.
U​⋅V​=u1​v1​+u2​v2​+u3​v3​
- Condition for perpendicularity:
U​⋅V​=0
- Solving quadratic equations: The quadratic equation can be solved using factoring or the quadratic formula.
Summary of Steps
- Write down the dot product formula for the given vectors.
- Calculate the dot product and set it equal to zero.
- Solve for α by simplifying the equation.
- Find the possible values of α that satisfy the condition for perpendicularity.