Skip to main content
Back to Circles
JEE Main 2019
Circles
Circle
Easy

Question

The lines 2x - 3y = 5 and 3x - 4y = 7 are diameters of a circle having area as 154 sq. units. Then the equation of the circle is :

Options

Solution

Key Concepts and Formulas

  • The center of a circle is the intersection point of any two diameters.
  • The area of a circle is given by A=πr2A = \pi r^2, where rr is the radius.
  • The equation of a circle with center (h,k)(h, k) and radius rr is (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.

Step-by-Step Solution

Step 1: Determine the Radius of the Circle

  • Understanding the Goal: We are given the area of the circle and need to find its radius. This radius will be used in the circle's equation.
  • Formula: The area of a circle AA is given by A=πr2A = \pi r^2.
  • Given Information: The area of the circle is 154 sq. units.
  • Calculation: We have the equation: A=πr2A = \pi r^2 Substituting the given area and using π=227\pi = \frac{22}{7}: 154=227r2154 = \frac{22}{7} r^2 Multiplying both sides by 722\frac{7}{22} to isolate r2r^2: r2=154×722r^2 = 154 \times \frac{7}{22} r2=7×7r^2 = 7 \times 7 r2=49r^2 = 49 Taking the square root (and considering only the positive root for the radius): r=49r = \sqrt{49} r=7r = 7
  • Explanation: We used the area of the circle and the formula A=πr2A = \pi r^2 to solve for the radius rr. Squaring the radius gives r2=49r^2 = 49, which we will use directly in the equation of the circle.

Step 2: Find the Center of the Circle

  • Understanding the Goal: We are given two lines that are diameters of the circle. The intersection of these lines gives us the center of the circle.
  • Given Information:
    1. First diameter: 2x3y=52x - 3y = 5 (Equation 1)
    2. Second diameter: 3x4y=73x - 4y = 7 (Equation 2)
  • Method: We will solve the system of linear equations using the elimination method.
  • Calculation: Multiply Equation 1 by 3: 3×(2x3y)=3×5    6x9y=15(Equation 3)3 \times (2x - 3y) = 3 \times 5 \implies 6x - 9y = 15 \quad (\text{Equation 3}) Multiply Equation 2 by 2: 2×(3x4y)=2×7    6x8y=14(Equation 4)2 \times (3x - 4y) = 2 \times 7 \implies 6x - 8y = 14 \quad (\text{Equation 4}) Subtract Equation 4 from Equation 3 to eliminate xx: (6x9y)(6x8y)=1514(6x - 9y) - (6x - 8y) = 15 - 14 6x9y6x+8y=16x - 9y - 6x + 8y = 1 y=1-y = 1 y=1y = -1 Substitute the value of y=1y = -1 back into Equation 1: 2x3(1)=52x - 3(-1) = 5 2x+3=52x + 3 = 5 2x=532x = 5 - 3 2x=22x = 2 x=1x = 1
  • Result: The intersection point is (1,1)(1, -1). Therefore, the center of the circle (h,k)(h, k) is (1,1)(1, -1).
  • Explanation: Since the diameters intersect at the center of the circle, we solve the system of equations formed by the two diameters to find the coordinates of the center.

Step 3: Formulate the Equation of the Circle

  • Understanding the Goal: With the center (h,k)(h,k) and radius rr determined, we can now write the equation of the circle.
  • Formula: The standard equation of a circle is (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2.
  • Known Values:
    • Center (h,k)=(1,1)(h, k) = (1, -1)
    • Radius squared r2=49r^2 = 49 (from Step 1)
  • Calculation: Substitute these values into the standard equation: (x1)2+(y(1))2=49(x - 1)^2 + (y - (-1))^2 = 49 (x1)2+(y+1)2=49(x - 1)^2 + (y + 1)^2 = 49
  • Explanation: We plug the center coordinates and the square of the radius into the standard circle equation.

Step 4: Simplify the Equation and Match with Options

  • Understanding the Goal: The options are given in the general form of the circle's equation. We need to expand and rearrange our equation to match this format.
  • Calculation: Expand the squared terms: (x1)2=x22x+1(x - 1)^2 = x^2 - 2x + 1 (y+1)2=y2+2y+1(y + 1)^2 = y^2 + 2y + 1 Substitute these expansions back into the equation from Step 3: (x22x+1)+(y2+2y+1)=49(x^2 - 2x + 1) + (y^2 + 2y + 1) = 49 Combine the constant terms: x2+y22x+2y+2=49x^2 + y^2 - 2x + 2y + 2 = 49 Move the constant term to the right side of the equation: x2+y22x+2y=492x^2 + y^2 - 2x + 2y = 49 - 2 x2+y22x+2y=47x^2 + y^2 - 2x + 2y = 47
  • Matching with Options: Comparing this result with the given options: (A) x2+y22x+2y=47{x^2}\, + \,{y^2} - \,2x\, + \,2y\,\, = \,47 (B) x2+y2+2x2y=62{x^2}\, + \,{y^2} + \,2x\, - \,2y\,\, = \,62 (C) x2+y2+2x2y=47{x^2}\, + \,{y^2} + \,2x\, - \,2y\,\, = \,47 (D) x2+y22x+2y=62{x^2}\, + \,{y^2} - \,2x\, + \,2y\,\, = \,62 Our derived equation matches option (A).

Common Mistakes & Tips

  • Sign Errors: Be extremely careful with signs when expanding the squared terms and substituting values. A common mistake is to incorrectly expand (y+1)2(y+1)^2 or (x1)2(x-1)^2.
  • Solving Linear Equations: Double-check your work when solving the system of linear equations to find the center. A small error here will propagate through the rest of the solution.
  • Using the correct formula: Ensure you remember the correct formulas for the area and the equation of a circle.

Summary

We first calculated the radius of the circle using the given area. Then, we found the center of the circle by solving the system of equations formed by the two diameters. Finally, we substituted the center coordinates and the squared radius into the standard equation of a circle and simplified to match one of the given options.

The final answer is \boxed{47}, which corresponds to option (A).

Practice More Circles Questions

View All Questions