Derive the general formula of the equation of a circle for the points

Click For Summary

Homework Help Overview

The discussion revolves around deriving the general formula for the equation of a circle given two points A and C, which serve as the endpoints of a diameter. Participants are tasked with finding the equation of the circle and exploring the implications of the derived formula.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants discuss the equation of the circle based on the diameter defined by points A(1, -1) and C(3, 4). There are attempts to clarify the problem statement and the nature of the general formula being sought. Some participants express confusion regarding the completeness of the problem and the validity of the proposed formula.

Discussion Status

Several participants have attempted part (a) and are now focused on part (b), with some providing hints and suggestions for approaching the derivation. There is a mix of interpretations regarding the formula's correctness, with some participants affirming its validity while others question it. The discussion remains active, with participants exploring different methods and reasoning.

Contextual Notes

Some participants note that the problem's phrasing may lead to confusion, particularly regarding the definition of a "general formula" and its expected form. There are references to using geometric properties, such as the inscribed angle theorem, to derive the equation.

lionely
Messages
574
Reaction score
2

Homework Statement



1. (a) Find the equation of the circle with the straight line joining A(1;-1) and C(3; 4)
as diameter.
(b) Hence or otherwise, derive the general formula
(x - x1)(x - x2) + (y - y1)(y - y2)=0
of the equation of a circle for the points A(x1; y1) and C(x2; y2):

Homework Equations


The Attempt at a Solution



I did part a) but part b) is baffling me could someone give me a hint on what to do?
 
Last edited:
Physics news on Phys.org
lionely said:

Homework Statement



1. (a) Find the equation of the circle with the straight line joining A(1;-1) and C(3; 4)
as diameter.
(b) Hence or otherwise, derive the general formula
(x - x1)(x - x2) + (y - y1)(y - y2)
of the equation of a circle for the points A(x1; y1) and C(x2; y2):
Something missing here? I would think that a "general formula" would be an equation, which the above is not. Is this the complete problem statement?
lionely said:

Homework Equations





The Attempt at a Solution



I did part a) but part b) is baffling me could someone give me a hint on what to do?
 
sorry it was supposed to be equal to 0
 
lionely said:

Homework Statement



1. (a) Find the equation of the circle with the straight line joining A(1;-1) and C(3; 4)
as diameter.
(b) Hence or otherwise, derive the general formula
(x - x1)(x - x2) + (y - y1)(y - y2)=0
of the equation of a circle for the points A(x1; y1) and C(x2; y2):

Homework Equations


The Attempt at a Solution



I did part a) but part b) is baffling me could someone give me a hint on what to do?

If you did part a, do part b the same way using the variables instead of the numbers. Then see if you can get it in the required form.

[Edit] Alternatively use this hint: Those points and the point (x,y) can be used to make an angle inscribed in a semicircle, so...
 
Yeah I tried and took the gradient of the lines and got it. Thanks.
 
lionely said:

Homework Statement



1. (a) Find the equation of the circle with the straight line joining A(1;-1) and C(3; 4)
as diameter.
(b) Hence or otherwise, derive the general formula
(x - x1)(x - x2) + (y - y1)(y - y2)=0
of the equation of a circle for the points A(x1; y1) and C(x2; y2):
Impossible-this is NOT the equation of a circle!

Homework Equations





The Attempt at a Solution



I did part a) but part b) is baffling me could someone give me a hint on what to do?
 
HallsofIvy said:
Impossible-this is NOT the equation of a circle!

It looks like the solution to me

(x-x_1)(x-x_2)+(y-y_1)(y-y_2)=x^2-(x_1+x_2)x+x_1x_2+y^2-(y_1+y_2)y+y_1y_2 \\<br /> =(x-\frac{x_1+x_2}{2})^2-(\frac{x_1+x_2}{2})^2+x_1x_2+(y-\frac{y_1+y_2}{2})^2-(\frac{y_1+y_2}{2})^2+y_1y_2=0 \\<br /> <br /> (x-\frac{x_1+x_2}{2})^2+(y-\frac{y_1+y_2}{2})^2= \frac{x_1^2+2x_1x_2+x_2^2}{4}-x_1x_2+\frac{y_1^2+2y_1y_2+y_2^2}{4}-y_1y_2<br /> <br /> \\<br /> <br /> (x-\frac{x_1+x_2}{2})^2+(y-\frac{y_1+y_2}{2})^2= \frac{x_1^2-2x_1x_2+x_2^2}{4}+\frac{y_1^2-2y_1y_2+y_2^2}{4}<br /> \\<br /> (x-\frac{x_1+x_2}{2})^2+(y-\frac{y_1+y_2}{2})^2= \frac{(x_1-x_2)^2+(y_1-y_2)^2}{4}

This looks like the equation of a circle with the right center and radius.
 
The centre of the circle is the midpoint of the diameter, at O((x1+x2)/2;(y1+y2)/2). The radius is half of the diameter: R=0.5sqrt((x2-x1)2+(y2-y1)2). Writing up the equation of a circle with these parameters, arranging, factorising and simplifying, you get the desired formula.

ehild
 
Lionely seemed to get my hint. The equation is trivially correct if you note that if ##P=(x,y)## is a point on the circle with ##A=(x_1,y_1),B=(x_2,y_2)## then angle ##APB##, being inscribed in a semicircle, is a right angle. The equation is simply ##\vec{AP}\cdot \vec{BP}=0##.
 
  • #10
LCKurtz said:
Lionely seemed to get my hint. The equation is trivially correct if you note that if ##P=(x,y)## is a point on the circle with ##A=(x_1,y_1),B=(x_2,y_2)## then angle ##APB##, being inscribed in a semicircle, is a right angle. The equation is simply ##\vec{AP}\cdot \vec{BP}=0##.

That is the nicest solution! :smile:

ehild
 
  • #11
I didn't use vectors I took the gradient but your solution was like 2 lines mine was like 5 or more . Using vectors like that is ... awesome.
 
  • #12
I'm confused what you want in part (b). The general equation for circle in two dimensions is
(x-a)^2+(y-b)^2=r^2
and comes from using the distance formula for an arbitrary center of the circle.

If you would take your two given points, use middle-point formula, this would be your circle's center. Half the length of the segment joining your two given points has length of your radius.
Use Distance formula with the general point, (x,y), the express distance from center to this general (x,y), set it equal to r, and then derive your equation.
 

Similar threads

Replies
7
Views
2K
Replies
17
Views
3K
Replies
11
Views
10K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
2
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
Replies
3
Views
3K
Replies
2
Views
2K