Points where a line intercepts a circle

  • Context:
  • Thread starter Thread starter thazel345
  • Start date Start date
  • Tags Tags
    Circle Line Points
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
1 reply · 2K views
thazel345
Messages
1
Reaction score
0
circle: (x+2)^2+y^2=1/2
line: x+2
iv been able to find one point but can't find the other
work:
2(x+2)^2 =1/2
divide by 2 on both sides
(x+2)^2=1/4
square both sides
x+2=.5
subtract 2
x=-3/2
i used that to find the y but that only gives me one point please help
 
Mathematics news on Phys.org
thazel345 said:
circle: (x+2)^2+y^2=1/2
line: x+2
iv been able to find one point but can't find the other
work:
2(x+2)^2 =1/2
divide by 2 on both sides
(x+2)^2=1/4
square both sides
x+2=.5
subtract 2
x=-3/2
i used that to find the y but that only gives me one point please help

(Wave)

From $(x+2)^2=\frac{1}{4}$ we get that $x+2= \pm \frac{1}{2}$.
So $x_1=\frac{1}{2}-2=-\frac{3}{2}$ and $x_2=-\frac{1}{2}-2=-\frac{5}{2}$.
So we get the points $(x_1, x_1+2)=\left( -\frac{3}{2}, \frac{1}{2}\right)$ and $(x_2, x_2+2)=\left( -\frac{5}{2}, -\frac{1}{2}\right)$.