Equation of Circle Passing Through Given Point and Line with Given Radius

  • Thread starter Thread starter alijan kk
  • Start date Start date
  • Tags Tags
    Circle Strategy
Join the discussion
Registration is free. Start your own thread to ask a follow-up.
6 replies · 2K views
alijan kk
Messages
130
Reaction score
5

Homework Statement


Find an equation of the circle passing through:

A(-3,1) with radius 2 and centre on the line 2x-3y+3=0

Homework Equations


x2+y2+2gx+2fy+c=0
r2=g2+f2-c

The Attempt at a Solution


using this equation , i have found 2 equations
-6g+2f+c=-10 by putting (-3,1)

-2g+3f+3=0 (-g,-f) in the linear equation which passes through the centre

how can i use radius information here to get the third equatio n ?
 
Last edited:
Physics news on Phys.org
If A(-3,1) is on the circle, what do you know about its distance to the center?
Alternatively: Just plug in the radius in your second "relevant equation".

(It would be easier to start with the line of the centers and just one unknown variable, but your approach works as well).
 
  • Like
Likes   Reactions: alijan kk
alijan kk said:
and centre at 2x-3y+3=0
I think you meant "and centre on (the line) 2x - 3y + 3 = 0."
 
  • Like
Likes   Reactions: alijan kk
mfb said:
If A(-3,1) is on the circle, what do you know about its distance to the center?
Alternatively: Just plug in the radius in your second "relevant equation".

(It would be easier to start with the line of the centers and just one unknown variable, but your approach works as well).
(-3,1) (-g,-f) distance between them is equal to r

g2+f2+2f+6g+10=r2

g2+f2-c=r2

i get a weird anwer by solving simultaneously ,,, like g=0
 
mfb said:
If A(-3,1) is on the circle, what do you know about its distance to the center?
Alternatively: Just plug in the radius in your second "relevant equation".

(It would be easier to start with the line of the centers and just one unknown variable, but your approach works as well).
(-3,1) (-g,-f) distance between them is equal to r

g2+f2+2f+6g+10=r2

g2+f2-c=r2

i get a weird anwer by solving simultaneously ,,, like g=0

which is the better and easier strategy ?
 
I would start with the suggestion at the end of my post. The center is on the line 2x-3y+3=0? Let its x value be x0, calculate its y-value, calculate the distance to A(-3,1) and require that this distance is 2. A single variable, a single equation to satisfy.