Skip to main content
Back to Vector Algebra
JEE Main 2023
Vector Algebra
Vector Algebra
Hard

Question

Let ABCD\mathrm{ABCD} be a quadrilateral. If E\mathrm{E} and F\mathrm{F} are the mid points of the diagonals AC\mathrm{AC} and BD\mathrm{BD} respectively and (ABBC)+(ADDC)=kFE(\overrightarrow{A B}-\overrightarrow{B C})+(\overrightarrow{A D}-\overrightarrow{D C})=k \overrightarrow{F E}, then kk is equal to :

Options

Solution

  1. Key Concepts and Formulas
  • Position Vector: The position vector of a point PP with respect to an origin OO is denoted by OP\overrightarrow{OP} or p\vec{p}.
  • Displacement Vector: The vector from point PP to point QQ is given by PQ=OQOP=qp\overrightarrow{PQ} = \overrightarrow{OQ} - \overrightarrow{OP} = \vec{q} - \vec{p}.
  • Midpoint Formula: If MM is the midpoint of the line segment joining points PP and QQ with position vectors p\vec{p} and q\vec{q} respectively, then the position vector of MM is m=p+q2\vec{m} = \frac{\vec{p} + \vec{q}}{2}.

  1. Step-by-Step Solution

Step 1: Assign Position Vectors to Vertices and Midpoints Let the position vectors of the vertices A,B,C,DA, B, C, D of the quadrilateral be a,b,c,d\vec{a}, \vec{b}, \vec{c}, \vec{d} respectively, with respect to an arbitrary origin OO. Since EE is the midpoint of the diagonal ACAC, its position vector e\vec{e} is given by the midpoint formula: e=a+c2\vec{e} = \frac{\vec{a} + \vec{c}}{2} Similarly, since FF is the midpoint of the diagonal BDBD, its position vector f\vec{f} is: f=b+d2\vec{f} = \frac{\vec{b} + \vec{d}}{2}

Step 2: Simplify the Left Hand Side (LHS) of the Given Equation The given equation is (ABBC)+(ADDC)=kFE(\overrightarrow{AB} - \overrightarrow{BC}) + (\overrightarrow{AD} - \overrightarrow{DC}) = k \overrightarrow{FE}. We will first simplify the LHS using the displacement vector formula PQ=qp\overrightarrow{PQ} = \vec{q} - \vec{p}. AB=ba\overrightarrow{AB} = \vec{b} - \vec{a} BC=cb\overrightarrow{BC} = \vec{c} - \vec{b} AD=da\overrightarrow{AD} = \vec{d} - \vec{a} DC=cd\overrightarrow{DC} = \vec{c} - \vec{d} Substitute these into the LHS: LHS=(ABBC)+(ADDC)\text{LHS} = (\overrightarrow{AB} - \overrightarrow{BC}) + (\overrightarrow{AD} - \overrightarrow{DC}) LHS=((ba)(cb))+((da)(cd))\text{LHS} = ((\vec{b} - \vec{a}) - (\vec{c} - \vec{b})) + ((\vec{d} - \vec{a}) - (\vec{c} - \vec{d})) Expand the terms carefully, paying attention to the signs: LHS=(bac+b)+(dac+d)\text{LHS} = (\vec{b} - \vec{a} - \vec{c} + \vec{b}) + (\vec{d} - \vec{a} - \vec{c} + \vec{d}) Combine like terms within each parenthesis: LHS=(2bac)+(2dac)\text{LHS} = (2\vec{b} - \vec{a} - \vec{c}) + (2\vec{d} - \vec{a} - \vec{c}) Now, combine all terms: LHS=2b+2daacc\text{LHS} = 2\vec{b} + 2\vec{d} - \vec{a} - \vec{a} - \vec{c} - \vec{c} LHS=2b+2d2a2c\text{LHS} = 2\vec{b} + 2\vec{d} - 2\vec{a} - 2\vec{c} Factor out a 2: LHS=2(b+dac)\text{LHS} = 2(\vec{b} + \vec{d} - \vec{a} - \vec{c})

Step 3: Simplify the Right Hand Side (RHS) of the Given Equation The RHS is kFEk \overrightarrow{FE}. First, express FE\overrightarrow{FE} using position vectors: FE=ef\overrightarrow{FE} = \vec{e} - \vec{f} Substitute the expressions for e\vec{e} and f\vec{f} from Step 1: FE=(a+c2)(b+d2)\overrightarrow{FE} = \left(\frac{\vec{a} + \vec{c}}{2}\right) - \left(\frac{\vec{b} + \vec{d}}{2}\right) Combine the terms over a common denominator: FE=a+cbd2\overrightarrow{FE} = \frac{\vec{a} + \vec{c} - \vec{b} - \vec{d}}{2} Therefore, the RHS is: RHS=k(a+cbd2)\text{RHS} = k \left(\frac{\vec{a} + \vec{c} - \vec{b} - \vec{d}}{2}\right) RHS=k2(a+cbd)\text{RHS} = \frac{k}{2}(\vec{a} + \vec{c} - \vec{b} - \vec{d})

Step 4: Equate LHS and RHS and Solve for kk Now, we equate the simplified LHS and RHS: 2(b+dac)=k2(a+cbd)2(\vec{b} + \vec{d} - \vec{a} - \vec{c}) = \frac{k}{2}(\vec{a} + \vec{c} - \vec{b} - \vec{d}) Observe that the vector term (b+dac)(\vec{b} + \vec{d} - \vec{a} - \vec{c}) on the LHS is the negative of the vector term (a+cbd)(\vec{a} + \vec{c} - \vec{b} - \vec{d}) on the RHS. Let V=a+cbd\vec{V} = \vec{a} + \vec{c} - \vec{b} - \vec{d}. Then (b+dac)=(a+cbd)=V(\vec{b} + \vec{d} - \vec{a} - \vec{c}) = -(\vec{a} + \vec{c} - \vec{b} - \vec{d}) = -\vec{V}. Substitute this into the equation: 2(V)=k2(V)2(-\vec{V}) = \frac{k}{2}(\vec{V}) 2V=k2V-2\vec{V} = \frac{k}{2}\vec{V} Since V\vec{V} is generally not the zero vector for a general quadrilateral, we can equate the scalar coefficients: 2=k2-2 = \frac{k}{2} Multiply both sides by 2 to solve for kk: k=2×2k = -2 \times 2 k=4k = -4


  1. Common Mistakes & Tips
  • Sign Errors: Be meticulously careful with signs when subtracting vectors or expanding expressions. For example, (cb)-(\vec{c} - \vec{b}) should be expanded to c+b-\vec{c} + \vec{b}.
  • Vector Direction: Always remember that PQ\overrightarrow{PQ} represents the displacement from PP to QQ, so PQ=qp\overrightarrow{PQ} = \vec{q} - \vec{p}.
  • Midpoint Formula Application: Ensure the midpoint formula is applied correctly to the correct diagonals (ACAC for EE, BDBD for FF).

  1. Summary

The problem involves simplifying a vector equation related to a quadrilateral. By representing the vertices and midpoints using position vectors and applying the definitions of displacement vectors and the midpoint formula, the LHS and RHS of the given equation were systematically simplified. The resulting algebraic equation allowed for the determination of the scalar value kk. The key was to recognize the relationship between the vector terms on both sides of the equation.

The final answer is 4\boxed{-4}, which corresponds to option (C).

Practice More Vector Algebra Questions

View All Questions