MHB Calculate Resultant of $g(x)=X^3+pX+q$

  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Resultant
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hi! (Smile)

I want to find the discriminant of $g(x)=X^3+pX+q$.

$$Res(g,g')=(-1)^{\frac{3(3-1)}{2}} D(g(X)) \Rightarrow Res(g,g')=-D(g(X))$$

$$Res(g,g')=det\begin{bmatrix}
q & p & 0 & 1\\
0 & q & p & 0\\
p & 0 & 3 &0 \\
0 & p & 0 & 3
\end{bmatrix}$$

How can we find the above determinant? :confused:
 
Physics news on Phys.org
evinda said:
Hi! (Smile)

I want to find the discriminant of $g(x)=X^3+pX+q$.

$$Res(g,g')=(-1)^{\frac{3(3-1)}{2}} D(g(X)) \Rightarrow Res(g,g')=-D(g(X))$$

$$Res(g,g')=det\begin{bmatrix}
q & p & 0 & 1\\
0 & q & p & 0\\
p & 0 & 3 &0 \\
0 & p & 0 & 3
\end{bmatrix}$$

How can we find the above determinant? :confused:
Expanding the determinant across the third row:
[math] \left | \begin{matrix}q & p & 0 & 1\\ 0 & q & p & 0\\ p & 0 & 3 &0 \\ 0 & p & 0 & 3 \end{matrix} \right | = p \left | \begin{matrix} p & 0 & 1 \\ q & p & 0 \\ p & 0 & 3 \end{matrix} \right | + 3 \left | \begin{matrix} q & p & 1 \\ 0 & q & 0 \\ 0 & p & 3 \end{matrix} \right |[/math]
etc.

-Dan
 
topsquark said:
Expanding the determinant across the third row:
[math] \left | \begin{matrix}q & p & 0 & 1\\ 0 & q & p & 0\\ p & 0 & 3 &0 \\ 0 & p & 0 & 3 \end{matrix} \right | = p \left | \begin{matrix} p & 0 & 1 \\ q & p & 0 \\ p & 0 & 3 \end{matrix} \right | + 3 \left | \begin{matrix} q & p & 1 \\ 0 & q & 0 \\ 0 & p & 3 \end{matrix} \right |[/math]
etc.

-Dan

Calculating it, I found $9q^2+2p^3$. So, have I done something wrong? (Worried)

Because then it would be $D(g(X))=-9q^2-2p^3$ that does not stand... (Shake)
 
evinda said:
Calculating it, I found $9q^2+2p^3$. So, have I done something wrong? (Worried)

Because then it would be $D(g(X))=-9q^2-2p^3$ that does not stand... (Shake)
(shrugs) I can't help with the rest of the problem, but you got the determinant of the given matrix correct.

-Dan
 
evinda said:
Hi! (Smile)

I want to find the discriminant of $g(x)=X^3+pX+q$.

$$Res(g,g')=(-1)^{\frac{3(3-1)}{2}} D(g(X)) \Rightarrow Res(g,g')=-D(g(X))$$

$$Res(g,g')=det\begin{bmatrix}
q & p & 0 & 1\\
0 & q & p & 0\\
p & 0 & 3 &0 \\
0 & p & 0 & 3
\end{bmatrix}$$

How can we find the above determinant? :confused:
evinda said:
Calculating it, I found $9q^2+2p^3$. So, have I done something wrong? (Worried)

Because then it would be $D(g(X))=-9q^2-2p^3$ that does not stand... (Shake)

Hey! (Wave)

I'm confused about what you want to find.

The discriminant of a cubic polynomial? (Wondering)
That should be something like:
$$\Delta = 18abcd -4b^3d + b^2c^2 - 4ac^3 - 27a^2d^2$$

What does $Res$ represent? (Wondering)
If it were a $Residue$, I'd expect a function and a point as parameters.
What does $D(g(X))$ represent? I'd expect a derivative, but apparently you're making it a determinant. :confused:
 
Hi,

I suppose $D(g(x))$ is the discriminant and $Res(g,g')$ is the resultant of this two polynomials, given by the determinant of the Sylvester matrix, but this matrix you have is not $Sylv(g,g')$. Sylvester matrix of two polynomials is always a square matrix of order the sum of the degrees of the polynomials.

In this case, you should have a $5\times 5$ matrix
 
I asked online questions about Proposition 2.1.1: The answer I got is the following: I have some questions about the answer I got. When the person answering says: ##1.## Is the map ##\mathfrak{q}\mapsto \mathfrak{q} A _\mathfrak{p}## from ##A\setminus \mathfrak{p}\to A_\mathfrak{p}##? But I don't understand what the author meant for the rest of the sentence in mathematical notation: ##2.## In the next statement where the author says: How is ##A\to...
The following are taken from the two sources, 1) from this online page and the book An Introduction to Module Theory by: Ibrahim Assem, Flavio U. Coelho. In the Abelian Categories chapter in the module theory text on page 157, right after presenting IV.2.21 Definition, the authors states "Image and coimage may or may not exist, but if they do, then they are unique up to isomorphism (because so are kernels and cokernels). Also in the reference url page above, the authors present two...
When decomposing a representation ##\rho## of a finite group ##G## into irreducible representations, we can find the number of times the representation contains a particular irrep ##\rho_0## through the character inner product $$ \langle \chi, \chi_0\rangle = \frac{1}{|G|} \sum_{g\in G} \chi(g) \chi_0(g)^*$$ where ##\chi## and ##\chi_0## are the characters of ##\rho## and ##\rho_0##, respectively. Since all group elements in the same conjugacy class have the same characters, this may be...

Similar threads

Back
Top