Question:

The points of intersection of circles $ (x + 1)^2 + y^2 = 4 \quad \text{and} \quad (x - 1)^2 + y^2 = 9 \quad \text{are} \quad (a, \pm b), \quad \text{then} \quad (a, b) \quad \text{equals to} $

Show Hint

To find the points of intersection of two circles, subtract the equations and use the difference of squares to solve for \( x \), then substitute into one of the circle equations to find \( y \).
Updated On: May 2, 2025
  • \( \left(1.25, \frac{3}{4} \sqrt{7}\right) \)
  • \( \left(-1.25, \frac{3}{4} \sqrt{7}\right) \)
  • \( (-1, 2) \)
  • \( (1, 3) \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Approach Solution - 1

We are given the equations:

  1. (i) \( (x + 1)^2 + y^2 = 4 \)
  2. (ii) \( (x - 1)^2 + y^2 = 9 \)

Subtracting (ii) from (i):

\( (x+1)^2 - (x-1)^2 = 4 - 9 \)
\( (x^2 + 2x + 1) - (x^2 - 2x + 1) = -5 \)
\( 4x = -5 \)
\( x = -\frac{5}{4} = -1.25 \)

Substituting \( x = -\frac{5}{4} \) into equation (i):

\( \left(-\frac{5}{4} + 1\right)^2 + y^2 = 4 \)
\( \left(-\frac{1}{4}\right)^2 + y^2 = 4 \)
\( \frac{1}{16} + y^2 = 4 \)
\( y^2 = 4 - \frac{1}{16} \)
\( y^2 = \frac{64}{16} - \frac{1}{16} \)
\( y^2 = \frac{63}{16} \)
\( y = \pm\sqrt{\frac{63}{16}} \)
\( y = \pm\frac{\sqrt{63}}{4} \)
\( y = \pm\frac{3\sqrt{7}}{4} \)

Therefore, the points of intersection are \( \left(-\frac{5}{4}, \frac{3\sqrt{7}}{4}\right) \) and \( \left(-\frac{5}{4}, -\frac{3\sqrt{7}}{4}\right) \). So the values for \( a \) and \( b \) are correct.

Final Answer: The final answer is \( \left(-1.25, \pm \frac{3}{4}\sqrt{7}\right) \)

Was this answer helpful?
0
0
Hide Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

We are given two equations of circles: 1. \( (x + 1)^2 + y^2 = 4 \) 2. \( (x - 1)^2 + y^2 = 9 \) To find the points of intersection, subtract the second equation from the first: \[ \left[ (x + 1)^2 + y^2 \right] - \left[ (x - 1)^2 + y^2 \right] = 4 - 9 \] Simplifying: \[ (x + 1)^2 - (x - 1)^2 = -5 \] Using the difference of squares formula: \[ \left[ (x + 1) - (x - 1) \right] \cdot \left[ (x + 1) + (x - 1) \right] = -5 \] \[ (2) \cdot (2x) = -5 \] \[ 4x = -5 \] \[ x = -\frac{5}{4} = -1.25 \] Now, substitute \( x = -1.25 \) into either of the original circle equations. Using the first equation: \[ (-1.25 + 1)^2 + y^2 = 4 \] \[ (-0.25)^2 + y^2 = 4 \] \[ 0.0625 + y^2 = 4 \] \[ y^2 = 4 - 0.0625 = 3.9375 \] \[ y = \pm \frac{3}{4} \sqrt{7} \] Thus, the points of intersection are \( \left(-1.25, \pm \frac{3}{4} \sqrt{7}\right) \).
Was this answer helpful?
0
0