Thread Closed

Radius of an Arc Inside an Arc

 
Share Thread Thread Tools
Jul3-10, 12:24 AM   #1
IBY
 

Radius of an Arc Inside an Arc


1. The problem statement, all variables and given/known data
Say there are two arcs which are part of the circumference of a circle within a circle with the same angles, but since one arc belongs to the circle outside, that arc is longer than the arc inside it. If the first arc has lenght s, then the second arc has length [tex] s + \Delta s [/tex]. The distance between the two arcs are [tex]\Delta r[/tex]. Supposing that we don't know what the lenght of the inner circle is, and the information we know is the angle of the arcs, the difference of lenght between the two arcs, and the distance between them, what is the radius of the inner circle, supposing that the outer circle is [tex]r+\Delta r[/tex]?

This is a problem I made up, so there is no hurry in answering it. Anyways, I want someone to check the logic of my procedure because when I plugged in some numbers, they did not compute.
2. Relevant equations

[tex]\theta=\frac{s}{r}=\frac{s+ \Delta s}{r+ \Delta r}[/tex]

[tex]\Delta r=\frac{s+\Delta s}{\theta}-\frac{s}{\theta}[/tex]
(the second one is the one where I start from, basically the distance between the two arcs is the radius of the outside minus the radius of the inside)

3. The attempt at a solution

[tex]\Delta r=\frac{s+\Delta s}{\theta}-\frac{s}{\theta}[/tex]

Since s over theta is the radius:

[tex]\Delta r=\frac{s+\Delta s}{\theta}-r[/tex]

And since theta is s over r:

[tex]\Delta r=(s+\Delta s)\frac{r}{s}-r[/tex]

[tex]\Delta r=(1+\frac{\Delta s}{s})*r-r[/tex]

Factoring out the r:

[tex]\Delta r=r*((1+\frac{\Delta s}{s})-1)[/tex]

[tex]\Delta r=r*\frac{\Delta s}{s}[/tex]

Looking for r, I get:

[tex]r=\Delta r \frac{s}{\Delta s}[/tex] ***

Now, using equation 1 of the relevant equations:

[tex]\theta=\frac{s+ \Delta s}{r+ \Delta r}[/tex]

I solve for s, which is:

[tex]\theta*r+\theta*\Delta r-\Delta s[/tex]

Now, using the equation I asterisked, I substitute for s:

[tex]r=\Delta r*\frac{\theta*r+\theta*\Delta r-\Delta s}{\Delta s}[/tex]

I simplify:

[tex]r=\frac{\theta*r*\Delta r}{\Delta s}+\frac{\theta*\Delta r^2}{\Delta s}-\Delta r[/tex]

Substracting both sides with the term at the right with the r in it, I get:

[tex]r-\frac{\theta*r*\Delta r}{\Delta s}=\frac{\theta*\Delta r^2}{\Delta s}-\Delta r[/tex]

Factoring out r, I get:

[tex]r(1-\frac{\theta*\Delta r}{\Delta s})=\frac{\theta*\Delta r^2}{\Delta s}-\Delta r[/tex]

Solving for r:

[tex]r=\frac{\frac{\theta*\Delta r^2}{\Delta s}-\Delta r}{1-\frac{\theta*\Delta r}{\Delta s}}[/tex]
 
PhysOrg.com
PhysOrg
science news on PhysOrg.com

>> 'Whodunnit' of Irish potato famine solved
>> The mammoth's lament: Study shows how cosmic impact sparked devastating climate change
>> Curiosity Mars rover drills second rock target
Jul3-10, 01:14 AM   #2

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Quote by IBY View Post
[b]1

[tex]\Delta r=\frac{s+\Delta s}{\theta}-\frac{s}{\theta}[/tex]
[tex]\Delta r=\frac{s}{\theta}+\frac{\Delta s}{\theta}-\frac{s}{\theta}=\frac{\Delta s}{\theta}[/tex]

Δs/Δr= θ, they are not independent quantities.


ehild
 
Jul3-10, 01:29 AM   #3
IBY
 
I am sorry to tell you that I don't know what you mean by that. Perhaps you could clarify that part to me a bit more.
 
Jul3-10, 02:20 AM   #4

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help

Radius of an Arc Inside an Arc


I mean that you can not choose Δs and Δr and θ arbitrarily, and you can not find r from them. Your resulting formula for r is equivalent to r=0/0.
 
Jul3-10, 01:27 PM   #5
IBY
 
Does this mean the problem is unsolveable?
 
Jul3-10, 04:36 PM   #6

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Quote by IBY View Post
Does this mean the problem is unsolveable?
Yes.

ehild
 
Jul3-10, 05:16 PM   #7
IBY
 
Ok, thanks!
 
Jul3-10, 09:41 PM   #8
 
Recognitions:
Gold Membership Gold Member
Wait, but it isn't. You're thinking of differentials. Since he has no limits in his equation, he's not dealing with differentials. So, there's no 0/0 involved.
 
Jul4-10, 12:28 AM   #9

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
Quote by Char. Limit View Post
Wait, but it isn't. You're thinking of differentials. Since he has no limits in his equation, he's not dealing with differentials. So, there's no 0/0 involved.
Sorry, I do not understand. What do you speak about?

ehild
 
Jul4-10, 02:06 AM   #10
 
A diagram explaining your problem would really help. From your explanation, this is what I'm imagining:



So, to define our variables:
  • θ is the angle AOB
  • r = AO = BO
  • Δr = AC = BD
  • s = lesser arc AB
  • s + Δs = lesser arc CD
Is that what you had in mind?

I've also attached file, in case the image above goes down in the future.
Attached Images
File Type: bmp IBY.bmp (107.6 KB, 1 views)
 
Jul4-10, 03:47 PM   #11
 
Recognitions:
Gold Membership Gold Member
Science Advisor Science Advisor
Retired Staff Staff Emeritus
Quote by IBY View Post
1. The problem statement, all variables and given/known data
Say there are two arcs which are part of the circumference of a circle within a circle with the same angles, but since one arc belongs to the circle outside, that arc is longer than the arc inside it. If the first arc has lenght s, then the second arc has length [tex] s + \Delta s [/tex]. The distance between the two arcs are [tex]\Delta r[/tex]. Supposing that we don't know what the lenght of the inner circle is, and the information we know is the angle of the arcs, the difference of lenght between the two arcs, and the distance between them, what is the radius of the inner circle, supposing that the outer circle is [tex]r+\Delta r[/tex]?

This is a problem I made up, so there is no hurry in answering it. Anyways, I want someone to check the logic of my procedure because when I plugged in some numbers, they did not compute.
2. Relevant equations

[tex]\theta=\frac{s}{r}=\frac{s+ \Delta s}{r+ \Delta r}[/tex]

[tex]\Delta r=\frac{s+\Delta s}{\theta}-\frac{s}{\theta}[/tex]
(the second one is the one where I start from, basically the distance between the two arcs is the radius of the outside minus the radius of the inside)

3. The attempt at a solution

[tex]\Delta r=\frac{s+\Delta s}{\theta}-\frac{s}{\theta}[/tex]
Yes, this is correct.

Since s over theta is the radius:

[tex]\Delta r=\frac{s+\Delta s}{\theta}-r[/tex]
Why did you go back to r? Just do the subtraction:
[tex]\Delta r= \frac{s}{\theta}+ \frac{\Delta s}{\theta}- \frac{s}{\theta}= \frac{\Delta s}{\theta}[/itex]

Isn't that what you want?

And since theta is s over r:

[tex]\Delta r=(s+\Delta s)\frac{r}{s}-r[/tex]

[tex]\Delta r=(1+\frac{\Delta s}{s})*r-r[/tex]

Factoring out the r:

[tex]\Delta r=r*((1+\frac{\Delta s}{s})-1)[/tex]

[tex]\Delta r=r*\frac{\Delta s}{s}[/tex]

Looking for r, I get:

[tex]r=\Delta r \frac{s}{\Delta s}[/tex] ***

Now, using equation 1 of the relevant equations:

[tex]\theta=\frac{s+ \Delta s}{r+ \Delta r}[/tex]

I solve for s, which is:

[tex]\theta*r+\theta*\Delta r-\Delta s[/tex]

Now, using the equation I asterisked, I substitute for s:

[tex]r=\Delta r*\frac{\theta*r+\theta*\Delta r-\Delta s}{\Delta s}[/tex]

I simplify:

[tex]r=\frac{\theta*r*\Delta r}{\Delta s}+\frac{\theta*\Delta r^2}{\Delta s}-\Delta r[/tex]

Substracting both sides with the term at the right with the r in it, I get:

[tex]r-\frac{\theta*r*\Delta r}{\Delta s}=\frac{\theta*\Delta r^2}{\Delta s}-\Delta r[/tex]

Factoring out r, I get:

[tex]r(1-\frac{\theta*\Delta r}{\Delta s})=\frac{\theta*\Delta r^2}{\Delta s}-\Delta r[/tex]

Solving for r:

[tex]r=\frac{\frac{\theta*\Delta r^2}{\Delta s}-\Delta r}{1-\frac{\theta*\Delta r}{\Delta s}}[/tex]
 
Jul5-10, 10:53 AM   #12
 
Recognitions:
Homework Helper Homework Help
It is unsolvable because the values of [tex]\Delta r, \Delta s, \theta[/tex] don't depend on the inner circle's radius. The only relationship you need (and can deduce for that fact) is [tex]\Delta s=\frac{2\pi \Delta r}{\theta}[/tex] which can be easily shown.
 
Jul5-10, 03:11 PM   #13

Homework Helper 2012
 
Recognitions:
Homework Helper Homework Help
This problem was solved long ago in this thread, and it is really very simple, I do not understand why was it started again.
The length of arc is angle times radius, just like mass is density times volume. If you have two pieces of gold, and you know the density and you know that one piece has 2 g more mass than the other, you can find the difference of the volumes, but there is no way to find out the individual volumes or masses.

ehild
 
Thread Closed
Thread Tools


Similar Threads for: Radius of an Arc Inside an Arc
Thread Forum Replies
Probability of finding electron inside bohr radius Advanced Physics Homework 5
Finding the force on a particle inside the radius of the Earth Introductory Physics Homework 12
2 5cm radius circles inscribed inside a 15cm circle Precalculus Mathematics Homework 2
B inside a cylinder of radius R Introductory Physics Homework 4