Problems

Filters
Clear Filters

1 problem found

2013 Paper 1 Q3
D: 1500.0 B: 1500.0

For any two points \(X\) and \(Y\), with position vectors \(\bf x\) and \(\bf y\) respectively, \(X*Y\) is defined to be the point with position vector \(\lambda {\bf x}+ (1-\lambda){\bf y}\), where \(\lambda\) is a fixed number.

  1. If \(X\) and \(Y\) are distinct, show that \(X*Y\) and \(Y*X\) are distinct unless \(\lambda\) takes a certain value (which you should state).
  2. Under what conditions are \((X*Y)*Z\) and \(X*(Y*Z)\,\) distinct?
  3. Show that, for any points \(X\), \(Y\) and \(Z\), \[ (X*Y)*Z = (X*Z)*(Y*Z)\, \] and obtain the corresponding result for \(X*(Y*Z)\).
  4. The points \(P_1\), \(P_2\), \(\ldots\) are defined by \( P_1 = X*Y\) and, for \(n \ge2\), \(P_n= P_{n-1}*Y\,.\) Given that \(X\) and \(Y\) are distinct and that \(0<\lambda<1\), find the ratio in which \(P_n\) divides the line segment \(XY\).


Solution:

  1. Suppose \(X*Y = Y*X\), then \begin{align*} && X * Y &= \lambda \mathbf{x} + (1-\lambda) \mathbf{y} \\ && Y * X &= \lambda \mathbf{y} + (1-\lambda) \mathbf{x}\\ \Rightarrow && 0 &= (2\lambda - 1)(\mathbf{x} -\mathbf{y}) \end{align*} Therefore, either \(\mathbf{x} = \mathbf{y}\) or \(\lambda = \frac12\). Since we assumed \(X,Y\) were distinct, \(\mathbf{x} \neq \mathbf{y}\) and so \(X*Y\) and \(Y*X\) are distinct unless \(\lambda = \frac12\)
  2. Suppose \((X*Y)*Z = X*(Y*Z)\) \begin{align*} &&(X*Y)*Z &= (\lambda \mathbf{x} + (1-\lambda) \mathbf{y}) * \mathbf{z} \\ &&&= (\lambda^2 \mathbf{x} + \lambda(1-\lambda)\mathbf{y} + (1-\lambda)\mathbf{z}\\ &&X*(Y*Z) &=\mathbf{x}* (\lambda \mathbf{y} + (1-\lambda) \mathbf{z}) \\ &&&= (\lambda \mathbf{x} + \lambda(1-\lambda)\mathbf{y} + (1-\lambda)^2\mathbf{z}\\ \Rightarrow && 0 &= (\lambda^2 - \lambda)\mathbf{x} + ((1-\lambda) - (1-\lambda)^2)\mathbf{z} \\ &&&=(1-\lambda)(-\lambda \mathbf{x} +\lambda \mathbf{z}) \\ &&&= \lambda(1-\lambda)(\mathbf{z}-\mathbf{x}) \end{align*} Therefore they are distinct unless \(\lambda = 1, 0\) or \(\mathbf{x} = \mathbf{z}\).
  3. Claim: \((X*Y)*Z = (X*Z)*(Y*Z)\) Proof: \begin{align*} && (X*Y)*Z &= (\lambda \mathbf{x} + \lambda(1-\lambda)\mathbf{y} + (1-\lambda)^2\mathbf{z} \\ && (X*Z)*(Y*Z) &= (\lambda \mathbf{x} + (1-\lambda)\mathbf{z}) * (\lambda \mathbf{y} + (1-\lambda)\mathbf{z}) \\ &&&= \lambda(\lambda \mathbf{x} + (1-\lambda)\mathbf{z}) + (1-\lambda)(\lambda \mathbf{y} + (1-\lambda)\mathbf{z}) \\ &&&= \lambda^2 \mathbf{x} + \lambda(1-\lambda)\mathbf{y} + (1-\lambda) \mathbf{z} \end{align*} Claim: \(X*(Y*Z) = (X*Y)*(X*Z)\) Proof: \begin{align*} X*(Y*Z) &= \lambda \mathbf{x} + \lambda(1-\lambda)\mathbf{y} + (1-\lambda)^2\mathbf{z} \\ (X*Y)*(X*Z) &= (\lambda \mathbf{x} + (1-\lambda)\mathbf{y})*(\lambda \mathbf{x} + (1-\lambda)\mathbf{z}) \\ &= \lambda (\lambda \mathbf{x} + (1-\lambda)\mathbf{y}) + (1-\lambda)(\lambda \mathbf{x} + (1-\lambda)\mathbf{z}) \\ &= \lambda \mathbf{x} + \lambda(1-\lambda)\mathbf{y} + (1-\lambda)^2\mathbf{z} \end{align*}
  4. \(P_1 = X*Y\) divides the line segment into the ratio \(\lambda:(1-\lambda)\). \(P_n\) divides the line segment \(P_{n-1}Y\) into the ratio \(\lambda:(1-\lambda)\), therefore it divides the line segment \(XY\) in the ratio \(\lambda^n : 1- \lambda^n\) Alternatively, \begin{align*} P_1 &= \lambda \mathbf{x} + (1-\lambda)\mathbf{y} \\ P_2 &= (\lambda \mathbf{x} + (1-\lambda)\mathbf{y} )*\mathbf{y} \\ &= \lambda^2 \mathbf{x} + (1-\lambda^2) \mathbf{y} \end{align*} Suppose \(P_k = \lambda^k\mathbf{x} + (1-\lambda^k)\mathbf{y}\) then \begin{align*}P_{k+1} &= (\lambda^k\mathbf{x} + (1-\lambda^k)\mathbf{y}) * \mathbf{y} \\ &= \lambda^{k+1}\mathbf{x} + \lambda(1-\lambda^k)\mathbf{y} + (1-\lambda)\mathbf{y}\\ & = \lambda^{k+1}\mathbf{x} + (1-\lambda^{k+1})\mathbf{y}\end{align*}