Determine the equations for all lines tangent to the ellipse
$$ f(x,y)=x^2+xy+y^2=1 $$
and passing through the point (0,2)
I'm a bit stuck on this question. I was thinking if I have an unknown point on the curve called (a.b). Then I can plug it in the curve. $$f(a.b)=a^2+ab+b^2=1$$ And if I also find the derivative of it, which is: $$(2a+b,a+2b) $$ But from here I really don't know how to proceed. Maybe if I can somehow set it up as simultaneous equations and find the unknown point, from there I can easily find the tangent line.