Skip to content
🚨 This site is a work in progress. Exciting updates are coming soon!

6.2 Q-6

Question Statement

Find the coordinates of the point of intersection of the line x+2y=6x + 2y = 6 with the circle x2+y2βˆ’2xβˆ’2yβˆ’39=0x^2 + y^2 - 2x - 2y - 39 = 0.


Background and Explanation

To solve this problem, we need to find the points where the given line intersects the given circle. This can be done by substituting the equation of the line into the equation of the circle and solving for the values of xx and yy. These values represent the coordinates of the intersection points.

Key concepts used:

  • Substitution method: Solve one equation for one variable and substitute into the other equation.
  • Quadratic equation: Solve for yy using the standard methods for solving quadratic equations (factoring in this case).
  • Coordinate geometry: Find the intersection points of curves by solving systems of equations.

Solution

Step 1: Express xx in terms of yy from the line equation

The given line equation is:

x+2y=6(1)x + 2y = 6 \tag{1}

Solving for xx:

x=6βˆ’2yx = 6 - 2y

Step 2: Substitute the expression for xx into the circle equation

The equation of the circle is:

x2+y2βˆ’2xβˆ’2yβˆ’39=0(2)x^2 + y^2 - 2x - 2y - 39 = 0 \tag{2}

Substitute x=6βˆ’2yx = 6 - 2y into equation (2):

(6βˆ’2y)2+y2βˆ’2(6βˆ’2y)βˆ’2yβˆ’39=0(6 - 2y)^2 + y^2 - 2(6 - 2y) - 2y - 39 = 0

Step 3: Simplify the equation

Expand and simplify the equation step by step:

(6βˆ’2y)2=36βˆ’24y+4y2(6 - 2y)^2 = 36 - 24y + 4y^2

Substitute this into the equation:

36βˆ’24y+4y2+y2βˆ’12+4yβˆ’2yβˆ’39=036 - 24y + 4y^2 + y^2 - 12 + 4y - 2y - 39 = 0

Combine like terms:

5y2βˆ’22yβˆ’15=05y^2 - 22y - 15 = 0

Step 4: Solve the quadratic equation

We now solve the quadratic equation:

5y2βˆ’22yβˆ’15=05y^2 - 22y - 15 = 0

Factor the quadratic:

5y2βˆ’25yβˆ’3yβˆ’15=05y^2 - 25y - 3y - 15 = 0 5y(yβˆ’5)+3(yβˆ’5)=05y(y - 5) + 3(y - 5) = 0

Factor further:

(5y+3)(yβˆ’5)=0(5y + 3)(y - 5) = 0

Thus, the solutions for yy are:

y=5ory=βˆ’35y = 5 \quad \text{or} \quad y = \frac{-3}{5}

Step 5: Find the corresponding xx-values

Now, substitute these yy-values back into the equation for xx:

  • For y=5y = 5:
x=6βˆ’2(5)=6βˆ’10=βˆ’4x = 6 - 2(5) = 6 - 10 = -4
  • For y=βˆ’35y = \frac{-3}{5}:
x=6βˆ’2(βˆ’35)=6+65=30+65=365x = 6 - 2\left(\frac{-3}{5}\right) = 6 + \frac{6}{5} = \frac{30 + 6}{5} = \frac{36}{5}

Step 6: Final points of intersection

The points of intersection are:

(4,5)and(365,βˆ’35)(4, 5) \quad \text{and} \quad \left( \frac{36}{5}, \frac{-3}{5} \right)

Key Formulas or Methods Used

  • Substitution method: Used to eliminate one variable by substituting the expression for one variable into the other equation.
  • Quadratic equation: Solved by factoring.
  • Coordinate geometry: Finding the intersection of a line and a circle.

Summary of Steps

  1. Solve the line equation for xx.
  2. Substitute the expression for xx into the circle equation.
  3. Simplify the resulting equation.
  4. Solve the quadratic equation for yy.
  5. Substitute the values of yy back into the line equation to find the corresponding xx-coordinates.
  6. The points of intersection are (4,5)(4, 5) and (365,βˆ’35)\left( \frac{36}{5}, \frac{-3}{5} \right).