Concept:Differentiation of parametric functions: If x and y are given in terms of a parameter t, then dydx=dy/dtdx/dt.Explanation:Given x=a(t+t1) and y=a(t−t1).1. Differentiate x with respect to t: dtdx=a(1−t21) because dtd(t)=1 and dtd(t−1)=−t−2.2. Differentiate y with respect to t: dtdy=a(1+t21).3. Using the parametric formula: dydx=dy/dtdx/dt=a(1+t21)a(1−t21).4. Cancel a and multiply numerator and denominator by t: dydx=t+t1t−t1=a(t+t1)a(t−t1)=xy.Answer:Option B: xy is correct.