Hey, I need some help with a particular question:
a) Show that the graphs of x = y^2 - y and y = 1/2x + 1 intersect where x = 2 and find the coordinates of this point
(1) x = y^2 - y
(2) y = 1/2x + 1
Transpose equation (2) to get it in terms of x
It follows that (3) x = 2y - 2
Because the graphs intersect we set them equal to each other (without the x's)
(1) = (3)
y^2 - y = 2y - 2
y^2 - 3y + 2 = 0
Factorise and set equal to zero
(y - 2) (y - 1) = 0
y = 2 or y = 1
sub y = 2 into equation (1)
It follows that (1) x = 2^2 - 2
x= 2
sub y = 2 into equation (3)
It follows that (3) 2(2) - 2 =x
x = 2
Therefore the coordinates for the intersection: (2,2)
Is this working correct? I don't have the solutions at all
b) Find, correct to two decimal places, the angle between the line y = 1/2x + 1 and the tanget to the graph of x = y^2 - y at the point of intersection found in a (that is, at the point where x = 2)
I'm not even sure where to begin with this, do I use my CAS?
Thank you