I am trying to show that the two following ideals are principal, proper, maximal and prime.
a) ${f \in \mathbb{Q}[A,B] : f(0,B)=0}$
and
b) $(4+1\sqrt{-2}, -6+9\sqrt{-2}) \subseteq \mathbb{Z}[\sqrt{-2}]$
For a) I think it is all polynomials that are multiples of x, but this doesn't quite feel like the right way of saying it. Would saying all polynomials of x be more correct? I also know that this one is proper because it doesn't contain 1. But I'm not sure about principal, maximal or prime so if someone can guide me through it I would appreciate it.
For b) I know that it is a PID, so it is principal. I also know that is is proper because it doesn't contain 1. But I don't know how to show it is maximal or prime so I'd appreciate someone guiding me through it.
For a), the ideal $I = \{ f(X,Y) \in \mathbb{Q}[X,Y] : f(0,Y) = 0 \}$ has $I = (X)$, which is not maximal, but is prime, as we can see from $\frac{\mathbb{Q}[X,Y]}{(X)} \cong \mathbb{Q}[Y]$: the quotient by $I$ is an integral domain, so $I$ is prime, but is not a field, so $I$ is not maximal. More concretely, $I \subsetneq (X,Y)$, so $I$ is not maximal.
Showing $I = (X)$ first, notice, if $f(a,Y) = 0$, then $(X-a) | f(X,Y)$. Proof: divide $f(X,Y)$ by $X-A$, giving $f(X,Y) = q(X,Y) (X-A) + r(X,Y), deg( r) < deg(X-A) = 1$. Then $r(X,Y) = k$ is a constant, in particular, 0: evaluating both sides at $X=A$ gives $0 = q(A,Y)(A-A)+k = k$. Hence our claim.
Then if $f(0,Y) = 0$, $X$ divides $f$ and $f\in I$, so $I\subset (X)$. The other direction is easy: if $g \in (X)$, $g(X,Y) = X* h(X,Y)$ for some h, and so $g(0,Y) = 0 *h(0,Y) = 0$, and $g\in I$. So $I= (X)$, and $I$ is prime and principal. It is proper clearly, because e.g. $f(X,Y) = Y \in \mathbb{Q}[X,Y]$ but $f \not \in I$.
As you identified, $\mathbb{Z}[\sqrt{-2}]$ is a PID, most easily seen by noting the norm $N(a+bi\sqrt{2}) = a^2 +2b^2$ makes it a Euclidean domain, and that Euclidean domains are also PIDs. In a PID, gcd's exist (PID is overkill, gcd's exist in UFDs, and PIDs are in particular UFDs) and $(a,b) = (gcd(a,b))$. This is essentially the definition of gcd. My computation skills are rusty, but I believe we have $gcd(3*(-3+2i\sqrt{2}),1+4i\sqrt{2}) = 1+i\sqrt{2}$. Since the norm of $x = 1+i\sqrt{2}$ is $N(x) = 3$, any expression $x=uv$ would mean $N(x)=N(uv)=N(u)N(v)=3$, since the norm is a ring homomorphism. As 3 is prime, u or v must have been exactly $\pm 1$, i.e. a unit, so $x$ is irreducible. Since irreducible=prime in PID's, (x) is a prime ideal, and is therefore also maximal, since prime=maximal in a PID, as well. Hence our desired $(3*(-3+2i\sqrt{2}),1+4i\sqrt{2})=(x)$ is proper, principal, and maximal, and also prime, since maximal ideals are always prime, and since we noted it along the way.