Anybody use Maple? Calculus question

elzmaddy

Senior member
Oct 29, 2002
479
0
0
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?
 

TechnoKid

Diamond Member
Feb 12, 2001
5,575
0
0
Originally posted by: notfred
Can't you solve the first one for y and set them equal to each other?

Yes, and then plug the x-values back in to get the y values that correspond to the x.
 

Orsorum

Lifer
Dec 26, 2001
27,631
5
81
Try this:

plot({2+(3-(x-1)^2)^(.5),2*x+2,2-(3-(x-1)^2)^(.5)},x=-10..10,color=black);