4. CIRCLE AND CONICS

 Welcome to Rajasthan Polytechnic. This blog is dedicated to providing detailed math notes to help you excel in your studies, whether you are preparing for polytechnic exams, competitive exams, or simply seeking to improve your understanding of mathematics.

The notes are organized chapter-wise to make learning more structured. Each chapter contains:

  • Detailed Explanations of key concepts and formulas.
  • Chapter-wise Video Links for visual learning and better understanding.
  • PDF/Handwritten Notes that can be accessed at your convenience.

Additionally, you can join our WhatsApp and Telegram groups for easy access to PDF and Handwritten Notes as well as updates on new materials.

We hope this blog helps you in your academic journey.

📢 🔔 Important:
👉 Full PDF available in our WhatsApp Group | Telegram Channel
👉 Watch the full lecture on YouTube: BTER Polytechnic Classes


Circle Chapter Video Lecture - Watch Now

4. CIRCLE AND CONICS 


4.1 General Equation of a Circle and Its Characteristics

The general equation of a circle in the Cartesian coordinate system is:

x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0

Where:

  • (h,k) is the center of the circle,
  • rr is the radius of the circle,
  • gg, ff, and cc are constants that describe the equation.

Characteristics of a Circle:

  1. Center: The center of the circle can be found from the general equation. It is given by:

    (g2,f2)\left( -\frac{g}{2}, -\frac{f}{2} \right)
  2. Radius: The radius of the circle is the distance from the center to any point on the circle. It can be calculated using the formula:

    r=g2+f2cr = \sqrt{g^2 + f^2 - c}
  3. Equation in Standard Form: When the circle is centered at (h,k)(h, k) with radius rr, the equation is:

    (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

    This is the standard form of the equation of a circle.

Example: For the equation x2+y26x8y+9=0x^2 + y^2 - 6x - 8y + 9 = 0, let's find the center and radius.

  • Rewriting in a more familiar form: x26x+y28y=9x^2 - 6x + y^2 - 8y = -9 Completing the square for xx and yy: (x3)2+(y4)2=16(x - 3)^2 + (y - 4)^2 = 16 The center is (3,4) and the radius is 16=4\sqrt{16} = 4

4.2 To Find the Equation of a Circle, Given:

4.2.1 Centre and Radius

If the center of the circle is given by the point (h,k)(h, k) and the radius is rr, the equation of the circle is:

(xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

This is the standard form of the equation of a circle.

Example: If the center is (2,3)(2, 3) and the radius is 55, the equation of the circle is:

(x2)2+(y3)2=25(x - 2)^2 + (y - 3)^2 = 25
4.2.2 Three Points Lying on the Circle

If three points A(x1,y1)A(x_1, y_1), B(x2,y2)B(x_2, y_2), and C(x3,y3)C(x_3, y_3) lie on the circle, you can use these three points to find the equation of the circle.

The general approach is to plug the coordinates of the three points into the general equation of the circle:

x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0

You will then obtain a system of three equations with three unknowns: gg, ff, and cc. Solving these equations will give you the values of gg, ff, and cc, thus yielding the equation of the circle.

Example: Given three points A(1,2)A(1, 2), B(3,4), and C(5,6), you can substitute these values into the general form x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0 and solve for gg, ff, and cc.

4.2.3 Coordinates of End Points of a Diameter

If the coordinates of the endpoints of the diameter of the circle are given as A(x1,y1)A(x_1, y_1) and B(x2,y2)B(x_2, y_2), the center of the circle is the midpoint of AA and BB, and the radius is half the distance between AA and BB.

  1. Center: The center (h,k)(h, k) is the midpoint of AA and BB:

    h=x1+x22,k=y1+y22h = \frac{x_1 + x_2}{2}, \quad k = \frac{y_1 + y_2}{2}
  2. Radius: The radius rr is half the distance between AA and BB:

    r=12(x2x1)2+(y2y1)2r = \frac{1}{2} \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
  3. Once you have the center (h,k)(h, k) and the radius rr, the equation of the circle is:

    (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2

Example: Given the endpoints of the diameter as A(1,2)A(1, 2) and B(5,6)B(5, 6):

  • The center is: h=1+52=3,k=2+62=4h = \frac{1 + 5}{2} = 3, \quad k = \frac{2 + 6}{2} = 4
  • The radius is: r=12(51)2+(62)2=1216+16=1232=4r = \frac{1}{2} \sqrt{(5 - 1)^2 + (6 - 2)^2} = \frac{1}{2} \sqrt{16 + 16} = \frac{1}{2} \sqrt{32} = 4
  • The equation of the circle is: (x3)2+(y4)2=16(x - 3)^2 + (y - 4)^2 = 16

Summary of Key Concepts and Formulas:

  1. General Equation of a Circle:

    x2+y2+2gx+2fy+c=0x^2 + y^2 + 2gx + 2fy + c = 0
    • Center: (g2,f2)\left( -\frac{g}{2}, -\frac{f}{2} \right)
    • Radius: g2+f2c\sqrt{g^2 + f^2 - c}
  2. Standard Equation of a Circle (Center (h,k)(h, k), Radius rr):

    (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2
  3. Equation of a Circle with Given Center and Radius:

    (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2
  4. Equation of a Circle through Three Points:

    • Solve the system of equations obtained by substituting the coordinates of the three points into the general equation.
  5. Equation of a Circle with Given Diameter Endpoints:

    • Center: (h,k)=(x1+x22,y1+y22)
    • Radius: r=12(x2x1)2+(y2y1)2r = \frac{1}{2} \sqrt{(x_2 - x_1)^2 + (y_2 - y_1)^2}
    • Use the standard form equation: (xh)2+(yk)2=r2(x - h)^2 + (y - k)^2 = r^2
Thank You for Visiting Rajasthan Polytechnic! ✨

We trust that the notes provided on this blog will assist you in your studies. For those who prefer offline access to the materials, we offer PDF and Handwritten Notes through our WhatsApp and Telegram groups.

📢 🔔 Download PDF & Join Study Groups:
📥 WhatsApp Group: Join Now
📥 Telegram Channel: Join Now
📺 Watch Lecture on YouTube: BTER Polytechnic Classes
📍 Stay connected for more study materials! 🚀

Furthermore, we encourage you to explore the chapter-wise video tutorials for a deeper understanding of each topic.

To make full use of the resources, please refer to the following links:

Additional Resources:

Thank you for visiting Rajasthan Polytechnic. We wish you the best of luck in your studies and look forward to assisting you in achieving your academic goals.

Post a Comment

0 Comments