|
13-11-2005: 13th November 2005 16:48
|
#5
|
|
|
|
Exalted and Worshipped Member
|
|
Join Date: May 2005
Location: Croydon
Posts: 1,202
|
|
|
Originally Posted by Widowmaker
it's easier than that.
sub x = t², y = 2t into x² + y² - 9x + 4 = 0 and solve the quadratic equation to find values of t. Then sub these values back into equations for x and y in terms of the parameter t.
t 4+4t²-9t²+4=0
t 4-5t²+4=0
(t²-1)(t²-4)
t=±1 t=±2
x=t²
x=1 and x=4
y=2t
y=±2 and y=±4
.:. intersect at (1,2) (1,-2) (4,4) (4,-4)
|
|
|
|