I have small troubles determining conics that go through four points and have a given tangent line. More specifically $P_1 = (0:1:0), P_2 = (0:0:1), P_3 = (1:0:1), P_4 = (1:-1:0) \in \mathbb{RP}^2$ and $ t: \{x-y+z=0\}$.
I can determine the conics as far as $ax^2+axy+2eyz-axz=0,\ a,e \in \mathbb{R}$ but don't really succeed with incorporating the information of the tangent line.
I read substituting in $z = -x +y$ should work, but i have no clue how to proceed with the obtained result $ax^2+ey^2-exy=0$.
Help is appreciated a lot (also other ways of dealing with the tangent!).
The conic will be tangent to the line if you get a double point when you try to solve for their intersection, and the conic is smooth at that point.
Given $ax^2+axy+2eyz-axz = 0$ and $x-y+z = 0$, replacing $y$ with $x+z$ gives you $2ax^2+2exz+2ez^2 = 0$.
There is a double solution if and only if the discrimnant of the quadratic is zero, so you want
$(2e)^2 = 4(2a)(2e)$.
This is equivalent to $e(e-4a) = 0$.
If you pick $e=0$ you get $x(x+y-z) = 0$, which unfortunately is the reunion of two lines. The "tangent line" goes through their intersect point, so the conic is not smooth there, and it's not a tangent line after all.
If you pick $e=4a$ you get the hyperbola $x^2 + xy - xz + 8zy = 0$