Relationship between inner and outer radius of a two concentric circles

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 2K views
otlconcepts
Messages
1
Reaction score
0
If i have two circles that say 24" apart from each other. one inside the other.
and i know the radius of the inside circel, how can i calculate the outside radius
 
Mathematics news on Phys.org
Did you draw a picture?

[TIKZ]
\draw[thick,red] (0,0) circle (4);
\draw[->,thick,red] (0,0) -- (4, 0) node[below, xshift=-1cm] {$r_2$};
\draw[thick,blue] (0,0) circle (2);
\draw[->, thick, blue] (0,0) -- (2, 0) node[below, xshift=-0.75cm] {$r_1$};
[/TIKZ]

$r_2 - r_1 = 24"$ right? And you know $r_1$.
 
Last edited:
Hello, and welcome to MHB! :)

Suppose \(r\) is the radius of the inner circle and \(R\) is the radius of the inner circle, where \(k\) is the difference between the two radii:

$$R-r=k$$

mhb_0015.png