Solving Orthogonal Circles Problem

Click For Summary

Homework Help Overview

The problem involves finding a family of circles that intersect orthogonally with a given family of circles defined by the equation x^2 + y^2 + 2gx + c = 0, where c is a constant and g is a parameter. The discussion centers on the conditions for orthogonality and the properties of the circles involved.

Discussion Character

  • Conceptual clarification, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants explore the assumption that the orthogonal curves are circles and discuss the implications of this assumption. Various mathematical approaches are suggested, including examining derivatives and using parametric equations to analyze tangent lines. There is also a discussion about the radius of the orthogonal circle and its derivation.

Discussion Status

The conversation is active, with participants providing different perspectives on the problem. Some participants have offered alternative approaches and questioned the assumptions made regarding the nature of the orthogonal circles. There is a recognition of differing interpretations regarding the radius of the circles involved.

Contextual Notes

It is noted that the original problem specifies that the orthogonal curves are circles, which influences the direction of the discussion. Additionally, there are mentions of the conditions under which the constants c and -c are considered, highlighting the nuances in the problem setup.

zorro
Messages
1,378
Reaction score
0

Homework Statement



A member of the family of the circles that cuts all the members of the family of circles
x^2 + y^2 + 2gx + c=0 orthogonally, where c is a constant and g is a parameter is?


Homework Equations





The Attempt at a Solution


Let the equation of the required circle be x^2 + y^2 + 2g1x + 2f1y + c1 =0
This circle cuts the given circle orthogonally.
Therefore 2g1g + 2f1f = c1 + c
IDK how to proceed after this.
 
Physics news on Phys.org
Are you allowed to assume that the curves that cut the given family of circles (not a single circle) is a circle?

Assuming you are, then you need to look at the derivatives to find the slopes of the tangent lines or, perhaps better, look at the tangent lines at points of intersection.

I think I would be inclined to write the first family of circles as
[tex]x^2 + 2gx+ y^2= -c[/tex]
or
[tex](x+ g)^2+ y^2= g^2- c[/tex]
so this is a circle with center at (-g, 0) and radius [itex]r= \sqrt{g^2- c}[/itex]

Parametric equations for such a circle are [itex]x= r cos(\theta)- g[/itex], [itex]y= r sin(\theta)[/itex] and the tangent vector at any point is given by [itex]-r sin(\theta)\vec{i}+ r cos(\theta)\vec{j}[/itex].

Any "orthogonal circle" can be written as [itex](x- a)^2+ (y- b)^2= R^2[/itex] or in parametric equations, [itex]x= R cos(\phi)+ a[/itex], [itex]y= R sin(\phi)+ b[/itex] and has tangent vector at each point [itex]-R sin(\phi)\vec{i}+ R cos(\phi)\vec{j}[/itex].

To be orthogonal, at each point at which [itex]r cos(\theta)- g= R cos(\phi)+ a[/itex] and [itex]r sin(\theta)= R sin(\phi)+ b[/itex], we must have the dot product of the tangent vectors equal to 0: [itex]Rr sin(\theta) sin(\phi)+ rR cos(\theta)cos(\phi)= 0[/itex] which implies [itex]sin(\theta)sin(\phi)+ cos(\theta)cos(\phi)=[/itex][itex]cos(\theta)cos(-\phi)- sin(\theta)sin(-\phi)= cos(\theta- \phi)= 0[/itex].

If you are not allowed to assume from the start that the orthogonal family is a family of circles, then this becomes a problem in differential equations.

First divide the equation [itex]x^2+ y^2+ 2gx+ c= 0[/itex] by x so that the parameter "g" will be isolated without being multiplied by x:
[tex]x+ \frac{y^2}{x}+ 2g+ \frac{c}{x}= 0[/tex].

Differentiate with respect to x:
[tex]1+ \frac{2yy'- y^2}{x^2}- \frac{c}{x^2}= 0[/tex]
no longer has the parameter "g" and so is true for every member of the family. y' here is the slope at each point for each member of the family of circles. If Y(x) is curve orthogonal to every member of that family, then Y'= -1/y' or y'= -1/Y'.

So members of the orthogonal family must satisfy
[tex]1+ \frac{2Y(-1/Y')- Y^2}{x^2}- \frac{c}{x^2}= 0[/tex]
 
Last edited by a moderator:
Thanks for your reply.
It is given in the question that the curves which cut the given family of circles orthogonally are circles itself.

A different approach has been adapted in my book-

'x^2 + y^2 + 2gx +c=0 represents the family of circles with centre on x-axis and radical axis as y-axis. So from the point (0,β), lying on the radical axis, tangents of equal length to all members of given family can be drawn.

Therefore circle of the form x^2 + (y-β)^2 = β^2 + c cuts all the circles of given family orthogonally.'

How is the radius of the above circle derived?
 
Actually, I think it shouldn't be what you have. The radius of that circle should be [itex]\sqrt{\beta^2-c}[/itex], not [itex]\sqrt{\beta^2+ c}[/itex] as you have.

Since these circles are orthogonal to all of the circles in the original family, they are, in particular, orthogonal to the circle with g= 0, [itex]x^2+ y^2+ c= 0[/itex] which is a circle with center at the origin and radius [itex]\sqrt{-c}[/itex] (of course, c must be negative). Let the radius of that circle be r and the radius of the circle orthogonal to it be R. The line from [itex](0, \beta)[/itex] to a point, (x, y) on that circle, being a radius of the orthogonal circle has length R and is perpendicular to the radius of that circle, the line from (0, 0) to (x, y), which has length r. They form a right triangle with hypotenuse the line from (0, 0) to [itex](0, \beta)[/itex] which has length [itex]\beta[/itex].

By the Pythagorean theorem, [itex]R^2+ r^2= \beta^2[/itex] so that [itex]R^2= \beta^2- r^2[/itex]. The original circle, as I said, has length [itex]\sqrt{-c}[/itex] and so [itex]r^2= -c[/itex]. We have [itex]R^2= \beta^2+ c[/itex], not [itex]R^2= \beta^2+ c[/itex].

Of course, the whole problem would make more sense (c would not have to be negative) if the equation were [itex]x^2+ y^2+ 2gx- c= 0[/itex] or [itex]x^2+ y^2+ 2gx= c[/itex] rather than [itex]x^2+ y^2+ 2gx+ c= 0[/itex]. In that cases [itex]R^2= \beta^2- c[/itex] would be correct.
 
Thanks a lot for your detailed reply.
Actually [itex]\sqrt{\beta^2-c}[/itex] [itex]\sqrt{\beta^2+c}[/itex]
would not matter as 'c' is a constant (given). So -c and c both mean the same.
 

Similar threads

  • · Replies 3 ·
Replies
3
Views
3K
  • · Replies 14 ·
Replies
14
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
6
Views
2K
  • · Replies 62 ·
3
Replies
62
Views
10K
  • · Replies 11 ·
Replies
11
Views
3K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 48 ·
2
Replies
48
Views
6K
  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 2 ·
Replies
2
Views
1K