E elzmaddy Senior member Oct 29, 2002 479 0 0 Sep 19, 2003 #1 I'm trying to find out where these graphs intersect: Circle (x-1)^2 + (y-2)^2 = 3 Line y = 2*x + 2 Anybody know how to graph this in Maple, or can it be solved with substitution?
I'm trying to find out where these graphs intersect: Circle (x-1)^2 + (y-2)^2 = 3 Line y = 2*x + 2 Anybody know how to graph this in Maple, or can it be solved with substitution?
N notfred Lifer Feb 12, 2001 38,241 4 0 Sep 19, 2003 #2 Can't you solve the first one for y and set them equal to each other?
T TechnoKid Diamond Member Feb 12, 2001 5,575 0 0 Sep 19, 2003 #3 Originally posted by: notfred Can't you solve the first one for y and set them equal to each other? Click to expand... Yes, and then plug the x-values back in to get the y values that correspond to the x.
Originally posted by: notfred Can't you solve the first one for y and set them equal to each other? Click to expand... Yes, and then plug the x-values back in to get the y values that correspond to the x.
O Orsorum Lifer Dec 26, 2001 27,631 5 81 Oct 28, 2003 #4 Try this: plot({2+(3-(x-1)^2)^(.5),2*x+2,2-(3-(x-1)^2)^(.5)},x=-10..10,color=black);