The equality d×b=c×b implies that the difference between the two vectors must be parallel to b, allowing us to express the vector as d=c+λb for some scalar λ. Substituting this expression into the condition d⋅a=24 gives the equation (c+λb)⋅a=24, which rearranges to λ(b⋅a)=24−(c⋅a). Computing the necessary dot products from the given vectors, we find c⋅a=6 and b⋅a=9, which leads to λ=924−6=2. Having determined λ, we calculate d=(2i^−j^+4k^)+2(3i^−2j^+7k^), resulting in d=8i^−5j^+18k^. The squared magnitude is the sum of the squares of the components, specifically 82+(−5)2+182=64+25+324, yielding 413.
Q302MCQ
Let the vectors a=(1+t)i^+(1−t)j^+k^,b=(1−t)i^+(1+t)j^+2k^ and c−ti^−tj^+k^,t∈R be such that for α,β,γ∈R,αa+βb+γc=0⇒α=β=γ=0 . Then, the setof all values of t is : [28-Jul-2022-Shift-1]
The condition αa+βb+γc=0⇒α=β=γ=0 implies that the vectors a, b, and c are linearly independent. For three vectors to be linearly independent in three-dimensional space, they must be non-coplanar, which is equivalent to the requirement that the determinant of the matrix formed by their components is non-zero. By arranging the given vector components as rows in a matrix, we obtain the following determinant expression:
1+t1−tt1−t1+t−t121=0
Expanding this determinant along the first row yields (1+t)(1+t+2t)−(1−t)(1−t−2t)+1((1−t)(−t)−(1+t)(t)). Simplifying the algebraic expressions within this calculation leads to (3t2+4t+1)−(3t2−4t+1)−2t, which further reduces to 6t. Since this value must not be equal to zero, it follows that t can be any real number excluding zero.
Q303NAT
Let a→,b→,c→ be three vectors such that ∣a∣=31,4∣b∣=∣c∣=2 and 2(a×b)=3(c×a).If the angle between b and c is 32π, then (a⋅ba×c)2 is equal to _________. [31-Jan-2023 Shift 2]
The vector identity 2(a×b)=3(c×a) implies that the vector a is parallel to 2b+3c, which allows the relationship a=λ(2b+3c) to be established. Squaring the magnitude yields ∣a∣2=λ2(4∣b∣2+9∣c∣2+12b⋅c), and using the given magnitudes ∣a∣=31, ∣b∣=0.5, ∣c∣=2, along with the dot product b⋅c=(0.5)(2)cos(2π/3)=−0.5, we find 31=λ2(4(0.25)+9(4)+12(−0.5)), confirming λ2=1.
Substituting a=±(2b+3c) into the target expression (a⋅ba×c)2 reduces the numerator to ±2(b×c) and the denominator to ±(2∣b∣2+3b⋅c)=±(2(0.25)+3(−0.5))=∓1. Squaring this ratio results in 4∣b×c∣2, and calculating the squared magnitude as ∣b∣2∣c∣2sin2(2π/3)=(0.25)(4)(0.75)=0.75 leads to a final value of 4×0.75=3.
Q304MCQ
Let a=4i^+3j^ and b=3i^−4j^+5k^ and c is a vector such that c⋅(a×b)+25=0,c⋅(i^+j^+k^)=4 and projection of c on a is 1 , then the projection of c on b equals : [29-Jan-2023 Shift 2]
Calculating the unknown vector c=xi^+yj^+zk^ relies on solving a system of linear equations derived from the given vector constraints. First, computing the cross product a×b=15i^−20j^−25k^ allows us to simplify the equation c⋅(a×b)+25=0 to 3x−4y−5z=−5. By applying the remaining conditions x+y+z=4 and the projection constraint ∣a∣c⋅a=1, which simplifies to 4x+3y=5, we identify the coordinates of the vector as c=2i^−j^+3k^. Finally, the projection of c onto b is determined using the dot product formula ∣b∣c⋅b, which results in 5225=25.
Q305NAT
Let a=3i^+2j^+k^,b=2i^−j^+3k^ and c be a vector such that (a+b)×c=2(a×b)+24j^−6k^ and (a−b+i^)⋅c=−3. Then ∣c∣2 is equal to____ [31-Jan-2024 Shift 2]
Resolving vector equations requires converting cross products into component-wise algebraic relations. Calculating the sum a+b=5i^+j^+4k^ and the cross product a×b=7i^−7j^−7k^ simplifies the primary vector equation. Substituting these into the original expression gives (5i^+j^+4k^)×c=14i^+10j^−20k^. By setting c=xi^+yj^+zk^ and expanding the cross product using a determinant, the components yield the system z−4y=14, 4x−5z=10, and 5y−x=−20.
The scalar equation (a−b+i^)⋅c=−3 simplifies to (2i^+3j^−2k^)⋅c=−3, which provides the linear relation 2x+3y−2z=−3. From the cross product relations, x=5y+20. Substituting this into the scalar equation results in 2(5y+20)+3y−2z=−3, which further simplifies to 13y−2z=−43. Using z=4y+14 from the first cross product component relation, the equation becomes 13y−2(4y+14)=−43. Solving this leads to 5y=−15, so y=−3. Consequently, z=2 and x=5. The squared magnitude ∣c∣2 is then 52+(−3)2+22, resulting in 38.
Q306MCQ
An arc PQ of a circle subtends a right angle at its centre O. The mid point of the arc PQ is R. If OP→=u,OR→=v and OQ→=αu+βv, then α,β2 are the roots of the equation : [10-Apr-2023 shift 1]
Placing the vectors on a Cartesian plane with the center O at the origin simplifies the geometry, where we define OP=u=i^ and OQ=j^ since the arc subtends a right angle. Given R is the midpoint of the arc, OR=v bisects the angle between the vectors, resulting in v=21i^+21j^. Expressing OQ as the linear combination αu+βv leads to the equation j^=αi^+β(21i^+21j^). By equating the coefficients of i^ and j^, we obtain α+2β=0 and 2β=1, which yield β=2 and α=−1. These values provide roots α=−1 and β2=2 for the required quadratic equation, expressed as x2−(α+β2)x+αβ2=0, which simplifies to x2−x−2=0.
Q307MCQ
If the vectors a=λi^+μj^+4k^,b=−2i^+4j^−2k^ and c=2i^+3j^+k^ are coplanar and the projection of a on the vector b is 54 units, then the sum of all possible values of λ+μ is equal to [29-Jan-2023 Shift 1]
The coplanarity of three vectors requires their scalar triple product to be zero, meaning the determinant of the matrix formed by their components vanishes: λ−22μ434−21=0
Expanding this determinant yields 10λ−2μ−56=0, which simplifies to the linear equation 5λ−μ=28. The projection of a onto b is defined as the quotient of the dot product a⋅b and the magnitude ∣b∣. With ∣b∣=24 and the scalar projection given as 54, the relationship is: 24−2λ+4μ−8=54
Multiplying by 24 yields −2λ+4μ−8=36, which further simplifies to −λ+2μ=22. Solving this system of linear equations for λ and μ results in a total sum of λ+μ=24.
Q308MCQ
Let a=3i^+j^ and b=i^+2j^+k^. Let c be a vector satisfying a×(b×c)=b+c. If b and c are non-parallel, then the value of λ is: [29-Jul-2022-Shift-1]
The vector triple product expansion allows us to rewrite the expression as a×(b×c)=(a⋅c)b−(a⋅b)c. Given that this expression equals b+λc and that the vectors b and c are non-parallel, we can determine the value of λ by equating the coefficients of these linearly independent vectors on both sides of the equation. This comparison establishes the relations a⋅c=1 and −a⋅b=λ. Calculating the dot product of a=3i^+j^ and b=i^+2j^+k^ provides (3)(1)+(1)(2)+(0)(1)=5. By substituting this result into the equality −a⋅b=λ, we find that −(5)=λ, which identifies the value of λ as −5.
Q309MCQ
Let a unit vector u^=xi˙^+yj^+zk^ make angles 2π,3π and 32π with the vectors 21i^+21k^,21j^+21k^ and 21i^+21j^ respectively. If v=21i^+21j^+21k^, then ∣u^−v∣2 is equal to [29-Jan-2024 Shift 2]
The geometric relationship between two vectors is governed by their dot product, which is defined as the product of their magnitudes and the cosine of the angle between them. Since u^ is a unit vector and each of the given reference vectors also has a magnitude of unity, the projection of u^ onto each reference vector is simply the cosine of the specified angle, allowing the system to be expressed through a set of linear equations.
Let p1=21i^+21k^, p2=21j^+21k^, and p3=21i^+21j^. Applying the dot product condition u^⋅p=cos(θ) produces the following equations: u^⋅p1=0 leads to 2x+2z=0, or x+z=0; u^⋅p2=21 leads to 2y+2z=21, or y+z=21; and u^⋅p3=−21 leads to 2x+2y=−21, or x+y=−21. Substituting z=−x into the second equation gives y−x=21. Summing this with the third equation x+y=−21 yields 2y=0, meaning y=0. Consequently, z=21 and x=−21, which determines the vector as u^=−21i^+21k^.
Given the vector v=21i^+21j^+21k^, the difference vector is u^−v=(−21−21)i^−21j^+(21−21)k^, simplifying to u^−v=−22i^−21j^. The square of the magnitude is calculated as ∣u^−v∣2=(−22)2+(−21)2=24+21=25.
Q310MCQ
Let α=4i^+3j^+5k^ and β=i^+2j^−4k^. Let β1 be parallel to α and β2 be perpendicular to α. If β=β1+β2, then the value of 5β2⋅(i^+j^+k^) is [24-Jan-2023 Shift 2]
The decomposition of a vector β into components parallel and perpendicular to a reference vector α relies on the projection formula. Because β1 is parallel to α, it must take the form λα for some scalar λ, while the orthogonality condition β2⋅α=0 allows us to uniquely determine λ using the relation β2=β−λα.
By setting (β−λα)⋅α=0, we derive the expression λ=∣α∣2β⋅α. Substituting the given vectors, the dot product β⋅α=(1)(4)+(2)(3)+(−4)(5)=−10 and the magnitude squared ∣α∣2=42+32+52=50 yield λ=−51. The perpendicular component is then β2=(i^+2j^−4k^)−(−51)(4i^+3j^+5k^), which simplifies to 59i^+513j^−3k^. Multiplying this result by 5 gives the vector 9i^+13j^−15k^, and the final dot product with the sum vector i^+j^+k^ results in 9+13−15, which equals 7.