P(x,y) is point of C
<=>
|P,M| = r
<=>
_______________________
V (x - a)2 + (y - b)2 = r
<=>
(x - a)2 + (y - b)2 = r2 (1)
The last equation is the equation of the circle C.|
The equation of the circle with center M(a,b) and radius r is
(x - a)2 + (y - b)2 = r2
|
x2 + y2 - 2 a x - 2 b y + c = 0 (2)
Thus, each circle has an equation of the form (2).
Each equation of the form
x2 + y2 + 2 m x + 2 n y + c = 0 (3)
with
m2 + n2 - c > 0
is the equation of a circle. |
x2 + y2 + 2 m x + 2 n y + c + m2 + n2 = m2 + n2
<=>
(x + m)2 + (y + n)2 = m2 + n2 - c
If m2 + n2 - c > 0 then we can write m2 + n2 - c = r2
The equation (3) can be written in the form
(x + m)2 + (y + n)2 = r2
So, it is the equation of the circle with center M(-m,-n)
____________
| 2 2
and radius r = \| m + n - c
P(x,y) is on C
<=>
/ x = a + r cos(t)
\ y = b + r sin(t)
<=>
/ (x - a)/r = cos(t)
\ (y - b)/r = sin(t)
<=>
( (x - a)/r )2 + ( (y - b)/r )2 = 1
<=>
(x - a)2 + (y - b)2 = r2
<=>
P(x,y) is on the circle with center (a,b) and radius r
Conclusion: The circle C with center (a,b) and radius r has parametric equationsWith each t corresponds a point on the circle and vice versa.
P(a + r cos(t), b + r sin(t)) is a variable point on the circle C.
Example 1:
| The circle C has an equation (x - 3)2 + (y - 6)2 = 25 and P(6,10) is on C. Say M is the center of C. Find the points A and B, on C, such that |PA|=|PB| = 5. |
Since the radius of the circle is 5, the triangles MPA and MPB are equilateral. The angles are pi/3 radians.
The parametric equations of the circle are [ x = 3 + 5 cos(t) , y = 6 + 5 sin(t) ].
Point P has a t-value to such that cos(to)=0.6 and sin(to)= 0.8. From this we have to = 0.927295218
For the point A the t-value is to+pi/3 and then A = A(1.036 , 10.598)
For the point B the t-value is to-pi/3 and then B = B(7.964 , 5.402)
Example 2:
|
We take an arc of a circle with parametric equations [ x = cos(t) , y = 1 + sin(t) ] with t in [- pi/2 , 0] and the curve y = arccos(x). Calculate the intersection point of these curves. |
Therefore we have to calculate the t-value such that 1 + sin(t) = arccos(cos(t)).
Since t is in [- pi/2 , 0], arccos(cos(t)) = -t.
So, we calculate the t-value such that sin(t) + t + 1 = 0.
We can't solve the last equation algebraically. With a plot of sin(t) + t + 1,
we can find the first approximation t = -0.51 to the root.
With an
efficient iteration method we find a very good approximation in only 4 steps.
-0.51
-0.51090446454
-0.510972899149
-0.510973425307
-0.510973429357
The requested intersection point is approximately ( 0.87 , 0.51)
C : (x - 9)2 + (y - 6)2 = 25 (4)
a : y = -2 x + 14 (5)
(5) in (4) gives
(x - 9)2 + (14 - 2 x - 6)2 = 25
<=>
-5 x2 + 50 x - 120 = 0
<=>
x = 4 or x = 6
Then
y = 6 or y = 2
The intersection points are (6,2) ; (4,6)
C1 : (x - 2)2 + (y - 5)2 = 25 (6)
C2 : (x - 6)2 + (y - 13)2 = 65 (7)
The equations are equivalent with
/
| x2 + y2 - 4 x - 10 y + 4 = 0
|
\ x2 + y2 - 12 x - 26 y + 140 = 0
<=>
/
| x2 + y2 - 4 x - 10 y + 4 = 0
|
\ 16 y + 8 x - 136 = 0
<=>
/
| x2 + y2 - 4 x - 10 y + 4 = 0
|
\ x = 17 - 2 y
<=>
...
The intersection points are (-1,9) and (7,5).
Given : points P1(x1,y1); P2(x2,y2); P3(x3,y3); P4(x4,y4)
No set of three points are on one line.
The four points are on one circle
<=>
There exist a circle
x2 + y2 + a x + b y + c = 0
such that the points are on that circle.
<=>
There are numbers a,b and c such that
/
| x12 + y12 + a x1 + b y1 + c = 0
| x22 + y22 + a x2 + b y2 + c = 0
| x32 + y32 + a x3 + b y3 + c = 0
| x42 + y42 + a x4 + b y4 + c = 0
\
<=>
There are numbers a,b and c such that
/
| a x1 + b y1 + c = -(x12 + y12 )
| a x2 + b y2 + c = -(x22 + y22 )
| a x3 + b y3 + c = -(x32 + y32 )
| a x4 + b y4 + c = -(x42 + y42 )
\
This is a system of four equations with 3 unknowns.
We know from the theory of systems of linear equations that
The coefficient matrix is
[ x1 y1 1 ]
[ x2 y2 1 ]
[ x3 y3 1 ]
[ x4 y4 1 ]
Because P1,P2,P3 are not on one line, the rank of this
matrix is three. The last equation is the side equation.
The characteristic determinant of this equation is
| x1 y1 1 -(x12 + y12 ) |
| x2 y2 1 -(x22 + y22 ) |
| x3 y3 1 -(x32 + y32 ) |
| x4 y4 1 -(x42 + y42 ) |
This system has a solution for a,b and c if and only if
this determinant is 0. From properties of determinants
this condition is
|(x12 + y12 ) x1 y1 1 |
|(x22 + y22 ) x2 y2 1 |
|(x32 + y32 ) x3 y3 1 | = 0
|(x42 + y42 ) x4 y4 1 |
The four points P1(x1,y1); P2(x2,y2); P3(x3,y3); P4(x4,y4)
are on one circle
<=>
|(x12 + y12 ) x1 y1 1 |
|(x22 + y22 ) x2 y2 1 |
|(x32 + y32 ) x3 y3 1 | = 0
|(x42 + y42 ) x4 y4 1 |
|
Given: P1,P2,P3 are not on one line
Point P(x,y) is on the circle defined by P1,P2,P3
<=>
P,P1,P2,P3 are on a circle
<=>
|(x2 + y2 ) x y 1 |
|(x12 + y12 ) x1 y1 1 |
|(x22 + y22 ) x2 y2 1 |
|(x32 + y32 ) x3 y3 1 | = 0
The equation of a circle through 3 given points
P1(x1,y1); P2(x2,y2); P3(x3,y3) is
|(x2 + y2 ) x y 1 |
|(x12 + y12 ) x1 y1 1 |
|(x22 + y22 ) x2 y2 1 |
|(x32 + y32 ) x3 y3 1 | = 0
|
C: (x - a)2 + (y - b)2 = r2
and point P(xo,yo) is on C.
b - yo
MP has slope ------
a - xo
a - xo
The tangent line has slope - ------
b - yo
The tangent line has equation
a - xo
y - yo = - ------ (x - xo)
b - yo
Then we have (vectors in bold face)
PA . PA' = (PN + NA)(PN + NA')
= (PN + NA)(PN - NA)
2 2
= PN - NA
= |P,N|2 - |N,A|2
Now |P,N|2 = d2 - |M,N|2 and |N,A|2 = r2 - |M,N|2
Thus PA . PA' = d2 - r2
This result depends only on the distance d and the radius r.
(x - a)2 + (y - b)2 - r2 = 0
and a point P(xo,yo).
d2 - r2 = (xo - a)2 + (yo - b)2 - r2
The power of point P(xo,yo) with respect to circle C with equation
(x - a)2 + (y - b)2 - r2 = 0
is
(xo - a)2 + (yo - b)2 - r2
|
C : (x - 2)2 + (y - 3)2 = 25 and P(3,1) The power of P with respect to C is 1 + 4 - 25 = - 20
C1: (x - a)2 + (y - b)2 - r2 = 0 C2: (x - c)2 + (y - d)2 - r'2 = 0We look for the set of all points P(x,y) such that
The power of P with respect to C1 = the power of P with respect to C2.
<=>
(x - a)2 + (y - b)2 - r2 = (x - c)2 + (y - d)2 - r'2
<=>
(a - c) x + (b - d) y + k = 0
From this, we see that the set is a line.C1: x2 + y2 = 25 C2: (x - 2)2 + (y - 3)2 = 9 The radical axis is the line 4 x + 6 y - 29 = 0
The given solution is not 'the' solution.
Most exercises can be solved in different ways.
It is strongly recommended that you at least try to solve the
problem before you read the hidden solution.
|
A circle C has an equation (x-3)2 +(y-7)2 = 49 Find the tangent lines through point A(15,5) to C |
A variable circle c has equation
x2 + y2 - 2 (t2 - 3 t + 1) x - 2 (t2 + 2 t) y + t = 0
The number t is a parameter.
Calculate the point P with a constant power with respect to c.
How much is that power.
|
|
The red astroid has parametric equations [ x = cos3(t) , y = sin3(t) ]. Find the equation of the blue circle.
|
|
Find the intersection points of the parabola y = x2 and the circle with parametric
equations
|
|
Find the equation of the two circles with radius 5 and tangent to the parabola y=x2 in point T(1,1).
|
|
The circle C1 has an equation x2 + y2 = 1
|
|
The circle C1 has center M1(1,1), is tangent to the x-axis and to the y-axis.
|
|
Find the equation of the circle inscribed in the triangle ABC such that :
|
| Take the triangle ABC with A(1,1) B(2,5) and C(7,-1). Calculate the equation of the circumscribed circle. |
Five tangent circles with equal radius are in a square with side = 10 (see figure).
Find the radius of the circles.
|
|
Three tangent circles have radius = 5. There is a elastic band stretched around the circles (see figure). Find the length of the elastic band.
|
| In point B(0,1), the line d with equation 2x+ y = 1 is tangent to a circle and point A(5,2) is on that circle. Find the equation of the circle. |