3.1.12 intersecting circles

  • MHB
  • Thread starter karush
  • Start date
  • #1
karush
Gold Member
MHB
3,267
4
Find the coordinates of all points
whose distance form (1,0) is $\sqrt{10}$
and whose distance is from (5.4) is $\sqrt{10}$

ok assume first we convert the info to (2) general eq of a circle
$(x-h)^2+(y-k)^2=r^2$
so we have
$(x-1)^2+(y-0)^2=10$ and $(x-4)^2+(y-4)^2=10$


edit:took out tikz
 
Last edited:

Answers and Replies

  • #2
skeeter
1,104
1
ok assume first we convert the info to (2) general eq of a circle
$(x−h)^2+(y−k)^2=r^2$
so we have
$(x−1)^2+(y−0)^2=10$ and $(x−{\color{red}5})^2+(y−4)^2=10$

fixed
 
  • #3
karush
Gold Member
MHB
3,267
4
Find the coordinates of all points
whose distance form (1,0) is $\sqrt{10}$
and whose distance is from (5.4) is $\sqrt{10}$

$(x-h)^2+(y-k)^2=r^2$
so we have
$(x-1)^2+(y-0)^2=10$ and $(x-5)^2+(y-4)^2=10$
these eq are equal to each other so expand and combine like terms
$(x-1)^2+(y-0)^2=(x-5)^2+(y-4)^2$
$x^2-2x+1+y^2=x^2-10x+25+y^2-8y+16$
$-2x+1=-10x-8y+41$
$8y=-8x+40$
$y=-x+5$
so far?
W|A says but ?
x = 2, y = 3
x = 4, y = 1

W|A

edit: took out tikz
 
Last edited:
  • #4
skeeter
1,104
1
$y = 5-x \implies (x-1)^2 + (5-x)^2 = 10$

solve for the two values of x, then the two corresponding values of y
 
Last edited by a moderator:
  • #5
karush
Gold Member
MHB
3,267
4
$(x-1)^2 + (5-x)^2 = 10$
$x^2-2x+1+25-10x+x^2=10$
$2x^2-12x+16=0$
$x^2-6x+8=0$
$(x-2)(x-4)=0$
$x=2\quad x=4$
$y=5-2=3$
$y=5-4=1$
hence pts of intersection are (2,3),(4,1)
tikz isn't correct

edot: fixed tikz cirlcles

\begin{tikzpicture}[xscale=.3,yscale=.3]
\draw [thin] (0,-5) -- (0,10);
\draw [thin] (-5,0) -- (10,0);
\draw[thick] (1,0) circle (3.162277);
\draw[thick] (5,4) circle (3.162277);
\draw[thin][fill] (2,3) circle (.2);
\draw[thin][fill] (4,1) circle (.2);
\end{tikzpicture}
 
Last edited:
  • #6
skeeter
1,104
1
84FD3136-5DAA-4C9A-8E3C-5C7A4CA5B176.png

yep … what did you do wrong?
 
  • #7
karush
Gold Member
MHB
3,267
4
the radius had to be $\sqrt{10}$ not 10
but now need to put ticks and text for intersection pts (2,3)(4,1)


nice graph but I like more control of ticks
 
Last edited:

Suggested for: 3.1.12 intersecting circles

  • Last Post
Replies
8
Views
558
  • Last Post
Replies
1
Views
2K
  • Last Post
Replies
8
Views
926
  • Last Post
Replies
2
Views
533
Replies
3
Views
704
  • Last Post
Replies
9
Views
1K
  • Last Post
Replies
19
Views
568
Replies
2
Views
743
  • Last Post
Replies
3
Views
340
  • Last Post
Replies
6
Views
614
Top