Circle and a line dividing the circumference

In summary, the conversation discusses finding the equation of a circle that is divided by a given line in a 1:2 ratio. The attempt at a solution involves finding the distance of the center of the circle from the chord, making a relation between the radius and the common factor of the ratio, and using circle functions and trigonometry to calculate the radius and ultimately, the equation of the circle. However, there are discrepancies in the calculations and the final equation given may not be correct.
  • #36
SammyS said:
Let's see... How many bits are in each byte?

... and are these bits similar to crumbs - in the case of a virtual cookie ?
Speakibg of one bits in a byte...thats a good question and raises the heap of sand paradox.

Supposes i were to remove one bit from a sum of bits making a byte...would it still appear to be a byte...and if not what do we call it...then again how many bits make a byte !...very deep philosophical questions there
 
Physics news on Phys.org
  • #37
SammyS said:
I would use the following for the formula of a circle, radius R and centered at point ( h, k ) :

## \displaystyle (x-h)^2 + (y-k)^2 = R^2 ##​
.
To get the equation in the form you want, expand the those squared terms and simplify.
For me, this form of a circle is much easier to remember. It's basically the Pythagorean theorem.
In your case:

## \displaystyle (x-5)^2 + (y-3)^2 = 10^2 ##
## x^2 - 10x +25 + y^2 -6y +9 = 100 ##​
..
 
  • #38
SammyS said:
For me, this form of a circle is much easier to remember. It's basically the Pythagorean theorem.
In your case:

## \displaystyle (x-5)^2 + (y-3)^2 = 10^2 ##
## x^2 - 10x +25 + y^2 -6y +9 = 100 ##​
..
Yea but 90% of the sums in our books are based on the other form of writting it.Plus we have all those T=0 rules and that whole lot of tangents ,radial axes and blah which can be best written in the other form, hence we have to remeber the General form

Exam wise its better for us...but i like the pythagoran one more...its more...clean !
 
  • Like
Likes YoungPhysicist
  • #39
Since you have completely solved this problem, and since I had a little time to mess with Maple this weekend, here's a pdf of a Maple worksheet you might find interesting:
 

Attachments

  • chord.pdf
    235.4 KB · Views: 226
  • Like
Likes Navin
  • #41
One final graphic conclusion of this post:

C8044150-D704-4F44-9C08-9514DC39BA9D.jpeg


The circle is based on the equation discussed above,not some random numbers,which means it’s “the answer”:smile:
 

Attachments

  • C8044150-D704-4F44-9C08-9514DC39BA9D.jpeg
    C8044150-D704-4F44-9C08-9514DC39BA9D.jpeg
    26.9 KB · Views: 381
  • #42
LCKurtz said:
Since you have completely solved this problem, and since I had a little time to mess with Maple this weekend, here's a pdf of a Maple worksheet you might find interesting:
Cooooollllll !
 
  • Like
Likes YoungPhysicist
  • #43
Young physicist said:
One final graphic conclusion of this post:

[ ATTACH=full]231144[/ATTACH]

The circle is based on the equation discussed above,not some random numbers,which means it’s “the answer”:smile:
I'm guessing you refer to post below (#40), which doesn't give a reference regarding what it is replying to.
neilparker62 said:
All good except last - need 10^2.
Checking back through posts in this tread, I had to go back to post 20, or 21 to find something this may apply to.
FYI: It helps to respond to a specific post or fragment of a post by using te "Reply" feature.

Below, @Navin makes it clear that he is replying to a thread by @LCKurtz , which by the way has a link to a pdf file which includes a very accurate graph as part of a complete solution for the problem in this thread.
Navin said:
LCKurtz said:
Since you have completely solved this problem, and since I had a little time to mess with Maple this weekend, here's a pdf of a Maple worksheet you might find interesting:

Cooooollllll !
 
Last edited:
  • #44
SammyS said:
I'm guessing you refer to post below (#40), which doesn't give a reference regarding what it is replying to.

Checking back through posts in this tread, I had to go back to post 20, or 21 to find something this may apply to.
FYI: It helps to respond to a specific post or fragment of a post by using te "Reply" feature.

Below, @Navin makes it clear that he is replying to a thread by @LCKurtz , which by the way has a link to a pdf file which includes a very accurate graphical representation of the solved problem for this thread.
Wow...this is the first time someone has analysed by words with such vigor ! +1 Navyn point to you.

You can collect +1 Navin points to get a Mega-Vyn point and subsequently go on and on to get a giga-Vyn Point.
 
  • Like
Likes SammyS
  • #45
Navin said:
Wow...this is the first time someone has analysed by words with such vigor ! +1 Navyn point to you.

You can collect +1 Navin points to get a Mega-Vyn point and subsequently go on and on to get a giga-Vyn Point.
I did this problem completely differently. I represented the circle parametrically as
$$x=5+r\cos{\theta}$$
$$y=3+r\sin{\theta}$$
To get the intersection with the line, we can write: $$3(5+r\cos{\theta})+4(3+r\sin{\theta})=4$$or equivalently:
$$\frac{4}{5}\cos{\theta}+\frac{3}{5}\sin{\theta}=-\frac{5}{r}$$ If we let $$\cos{\phi}=-\frac{4}{5}$$and$$\sin{\phi}=-\frac{3}{5}$$we have$$\cos{(\theta-\phi)}=\cos{\psi}=\frac{5}{r}$$The values of ##\psi## that divide the circle circumference in the ratio of 2:1 are ##\pi/3## and ##2\pi-\pi/3## So, $$\frac{1}{2}=\frac{5}{r}$$or$$r=10$$
 
  • Like
Likes YoungPhysicist, Navin and SammyS
  • #46
SammyS said:
Checking back through posts in this tread, I had to go back to post 20, or 21 to find something this may apply to.
FYI: It helps to respond to a specific post or fragment of a post by using te "Reply" feature.
.
Noted. I think the problem was I was on page 1 of the posts and thought the last there was the last - meanwhile the discussion had moved on considerably!
 
  • #47
Chestermiller said:
I did this problem completely differently. I represented the circle parametrically as
$$x=5+r\cos{\theta}$$
$$y=3+r\sin{\theta}$$
To get the intersection with the line, we can write: $$3(5+r\cos{\theta})+4(3+r\sin{\theta})=4$$or equivalently:
$$\frac{4}{5}\cos{\theta}+\frac{3}{5}\sin{\theta}=-\frac{5}{r}$$ If we let $$\cos{\phi}=-\frac{4}{5}$$and$$\sin{\phi}=-\frac{3}{5}$$we have$$\cos{(\theta-\phi)}=\cos{\psi}=\frac{5}{r}$$The values of ##\psi## that divide the circle circumference in the ratio of 2:1 are ##\pi/3## and ##2\pi-\pi/3## So, $$\frac{1}{2}=\frac{5}{r}$$or$$r=10$$
I never thought of using parametric form...then again my trigo is as week as a staircase of sand
 
  • #48
neilparker62 said:
Noted. I think the problem was I was on page 1 of the posts and thought the last there was the last - meanwhile the discussion had moved on considerably!
Yes.
I admit, that sort of thing has happened to me too .
 
  • #49
@Chestermiller Really elegant solution,but beyond my reach just now...:smile:though I can understand the concept behind this
 

Similar threads

  • Precalculus Mathematics Homework Help
Replies
8
Views
2K
  • Precalculus Mathematics Homework Help
Replies
20
Views
2K
  • Precalculus Mathematics Homework Help
Replies
2
Views
2K
  • Precalculus Mathematics Homework Help
Replies
6
Views
1K
Replies
2
Views
310
  • Precalculus Mathematics Homework Help
Replies
14
Views
1K
  • Introductory Physics Homework Help
Replies
3
Views
5K
  • Precalculus Mathematics Homework Help
Replies
13
Views
2K
  • Differential Geometry
Replies
7
Views
4K
  • Precalculus Mathematics Homework Help
Replies
3
Views
1K
Back
Top