5

In general I'm having a hard time understanding what exactly $\mathbb{Q}(x)$ is.... i.e. () circular brackets.

Jeel Shah
  • 9,306
  • 7
    $\mathbb Q[x]$ consists of polynomials with rational coefficients, whereas $\mathbb Q(x)$ consists of rational functions (quotients of two polynomials with rational coefficicents). – Nishant Jan 09 '15 at 18:54
  • or in the formalism of algebraic geometry ${\bf{Q}}(x)$ is the function field of a straight line (defined by all rational functions $f(x)/g(x),g\not=0$ with coefficients from rationals), and $\bf{Q}[x]$ the coordinate ring. – 111 Jan 10 '15 at 02:15

3 Answers3

12

This notation is used when $Q \subseteq K$, where $K$ is some field and $x \in K$. Then $Q[x] = \{f(x) : f \text{ is a polynomial over } Q \}$, while $Q(x) = \{f(x) / g(x) : f,g \text{ are a polynomials over } Q \text{ and } g(x) \neq 0 \}$. If $x$ is algebraic over $Q$ then they are the same i.e. $Q[x] = Q(x)$. That's why you may be confused...

brick
  • 1,919
7

$\mathbf{Q}(x)$ is just the fraction field of the polynomial ring $\mathbf{Q}[x]$ over $\mathbf{Q}$.

2

$\mathbb{Q}[x]$ denotes the intersection of all $\textbf {rings}$ containing $\mathbb{Q}$ and $x$, while $\mathbb{Q}(x)$ denotes the intersection of all $\textbf{fields}$ containing $\mathbb{Q}$ and $x$.

If $x$ is algebraic over $\mathbb{Q}$, you can prove that $\mathbb{Q}[x]=\mathbb{Q}(x)$.

Marco Flores
  • 2,769