\( S \) is a circle with radius \( \dfrac{2\sqrt{2}}{3} \)
Step 1: Define the given complex numbers and set \( S \)
- We’re given two complex numbers:
- \( z_1 = 1 + 2i \)
- \( z_2 = 3i \), where \( i = \sqrt{-1} \).
- The set \( S \subset \mathbb{R} \times \mathbb{R} \) (the real plane, which we can think of as the complex plane where points \((x, y)\) correspond to complex numbers \( x + iy \)) is defined by: \[ S = \{(x, y) \in \mathbb{R} \times \mathbb{R} \mid |x + iy - z_1| = 2|x + iy - z_2|\}. \]
- Substitute the values of \( z_1 \) and \( z_2 \):
- \( z_1 = 1 + 2i \), so \( x + iy - z_1 = (x + iy) - (1 + 2i) = (x - 1) + i(y - 2) \).
- \( z_2 = 3i \), so \( x + iy - z_2 = (x + iy) - 3i = x + i(y - 3) \).
- The defining equation of \( S \) becomes: \[ |x + iy - z_1| = 2|x + iy - z_2| \] \[ |(x - 1) + i(y - 2)| = 2|x + i(y - 3)|. \]
Step 2: Interpret the equation geometrically
- The modulus \( |x + iy - z_1| \) represents the distance from the point \( (x, y) \) to the point corresponding to \( z_1 \). Since \( z_1 = 1 + 2i \), this is the point \( (1, 2) \) in the plane.
- Similarly, \( |x + iy - z_2| \) is the distance from \( (x, y) \) to the point corresponding to \( z_2 = 3i \), which is \( (0, 3) \).
- The equation \( |x + iy - z_1| = 2|x + iy - z_2| \) means that the distance from \( (x, y) \) to \( (1, 2) \) is twice the distance from \( (x, y) \) to \( (0, 3) \).
Geometrically, the set of points where the distance to one point is a constant multiple (here, 2) of the distance to another point is related to a circle. This is a classic locus problem: the set of points \( P(x, y) \) such that the distance from \( P \) to point \( A \) is \( k \) times the distance from \( P \) to point \( B \) (with \( k \neq 1 \)) forms a circle known as an Apollonius circle.
Step 3: Convert the equation into a workable form
Let’s compute the moduli:
- \( |x + iy - z_1| = |(x - 1) + i(y - 2)| = \sqrt{(x - 1)^2 + (y - 2)^2} \).
- \( |x + iy - z_2| = |x + i(y - 3)| = \sqrt{x^2 + (y - 3)^2} \).
The equation becomes: \[ \sqrt{(x - 1)^2 + (y - 2)^2} = 2 \sqrt{x^2 + (y - 3)^2}. \]
Square both sides to eliminate the square roots: \[ (x - 1)^2 + (y - 2)^2 = 4 \left( x^2 + (y - 3)^2 \right). \]
Expand both sides:
- Left: \( (x - 1)^2 + (y - 2)^2 = (x^2 - 2x + 1) + (y^2 - 4y + 4) = x^2 + y^2 - 2x - 4y + 5 \).
- Right: \( 4 \left( x^2 + (y - 3)^2 \right) = 4 \left( x^2 + (y^2 - 6y + 9) \right) = 4x^2 + 4y^2 - 24y + 36 \).
So: \[ x^2 + y^2 - 2x - 4y + 5 = 4x^2 + 4y^2 - 24y + 36. \]
Move all terms to one side: \[ x^2 + y^2 - 2x - 4y + 5 - 4x^2 - 4y^2 + 24y - 36 = 0. \]
Combine like terms:
- \( x^2 - 4x^2 = -3x^2 \),
- \( y^2 - 4y^2 = -3y^2 \),
- \( -2x \),
- \( -4y + 24y = 20y \),
- \( 5 - 36 = -31 \),
\[ -3x^2 - 3y^2 - 2x + 20y - 31 = 0. \]
Multiply through by \(-1\) for simplicity: \[ 3x^2 + 3y^2 + 2x - 20y + 31 = 0. \]
Divide by 3: \[ x^2 + y^2 + \frac{2}{3}x - \frac{20}{3}y + \frac{31}{3} = 0. \]
Step 4: Complete the square to find the equation of the circle
Rewrite the equation: \[ x^2 + \frac{2}{3}x + y^2 - \frac{20}{3}y = -\frac{31}{3}. \]
- For \( x \)-terms: \( x^2 + \frac{2}{3}x \). The coefficient of \( x \) is \( \frac{2}{3} \), so half of it is \( \frac{1}{3} \), and \( \left(\frac{1}{3}\right)^2 = \frac{1}{9} \). \[ x^2 + \frac{2}{3}x = \left(x + \frac{1}{3}\right)^2 - \frac{1}{9}. \]
- For \( y \)-terms: \( y^2 - \frac{20}{3}y \). The coefficient of \( y \) is \( -\frac{20}{3} \), so half is \( -\frac{10}{3} \), and \( \left(-\frac{10}{3}\right)^2 = \frac{100}{9} \). \[ y^2 - \frac{20}{3}y = \left(y - \frac{10}{3}\right)^2 - \frac{100}{9}. \]
Substitute back: \[ \left(x + \frac{1}{3}\right)^2 - \frac{1}{9} + \left(y - \frac{10}{3}\right)^2 - \frac{100}{9} = -\frac{31}{3}. \]
Combine the constants on the right: \[ -\frac{1}{9} - \frac{100}{9} + \frac{31}{3} = -\frac{1}{9} - \frac{100}{9} + \frac{93}{9} = \frac{-1 - 100 + 93}{9} = \frac{-8}{9}. \]
So: \[ \left(x + \frac{1}{3}\right)^2 + \left(y - \frac{10}{3}\right)^2 = \frac{8}{9}. \]
This is the equation of a circle with:
- Center: \( \left(-\frac{1}{3}, \frac{10}{3}\right) \).
- Radius: \( \sqrt{\frac{8}{9}} = \frac{\sqrt{8}}{3} = \frac{2\sqrt{2}}{3} \).
Step 5: Evaluate the options
- (A) \( S \) is a circle with center \( \left(-\frac{1}{3}, \frac{10}{3}\right) \): This matches our computed center, so this is true.
- (B) \( S \) is a circle with center \( \left(\frac{1}{3}, \frac{8}{3}\right) \): This does not match the center \( \left(-\frac{1}{3}, \frac{10}{3}\right) \), so this is false.
- (C) \( S \) is a circle with radius \( \frac{\sqrt{2}}{3} \): The radius is \( \frac{2\sqrt{2}}{3} \), not \( \frac{\sqrt{2}}{3} \), so this is false.
- (D) \( S \) is a circle with radius \( \frac{2\sqrt{2}}{3} \): This matches our computed radius, so this is true.
Final Answer: The true statements are:
- (A) \( S \) is a circle with center \( \left(-\frac{1}{3}, \frac{10}{3}\right) \).
- (D) \( S \) is a circle with radius \( \frac{2\sqrt{2}}{3} \).
Thus, the correct options are (A) and (D). % Correct Answer Correct Answer: (A), (D)
Let \( F_1, F_2 \) \(\text{ be the foci of the hyperbola}\) \[ \frac{x^2}{a^2} - \frac{y^2}{b^2} = 1, a > 0, \, b > 0, \] and let \( O \) be the origin. Let \( M \) be an arbitrary point on curve \( C \) and above the X-axis and \( H \) be a point on \( MF_1 \) such that \( MF_2 \perp F_1 F_2, \, M F_1 \perp OH, \, |OH| = \lambda |O F_2| \) with \( \lambda \in (2/5, 3/5) \), then the range of the eccentricity \( e \) is in:
Let the line $\frac{x}{4} + \frac{y}{2} = 1$ meet the x-axis and y-axis at A and B, respectively. M is the midpoint of side AB, and M' is the image of the point M across the line $x + y = 1$. Let the point P lie on the line $x + y = 1$ such that $\Delta ABP$ is an isosceles triangle with $AP = BP$. Then the distance between M' and P is:
Let $ a_0, a_1, ..., a_{23} $ be real numbers such that $$ \left(1 + \frac{2}{5}x \right)^{23} = \sum_{i=0}^{23} a_i x^i $$ for every real number $ x $. Let $ a_r $ be the largest among the numbers $ a_j $ for $ 0 \leq j \leq 23 $. Then the value of $ r $ is ________.
A temperature difference can generate e.m.f. in some materials. Let $ S $ be the e.m.f. produced per unit temperature difference between the ends of a wire, $ \sigma $ the electrical conductivity and $ \kappa $ the thermal conductivity of the material of the wire. Taking $ M, L, T, I $ and $ K $ as dimensions of mass, length, time, current and temperature, respectively, the dimensional formula of the quantity $ Z = \frac{S^2 \sigma}{\kappa} $ is: