Questions tagged [discriminant]

Discriminant of a polynomial $\;P\left(x\right) = a_{0} + a_{1}x + a_{2}x^{2} + \dots + a_{n}x^{n} \neq 0\,$ is defined as \begin{align} \Delta &= a_{n}^{2n-2}\prod_{ i < j } \big( r_i - r_j \big)^{2} = \left(-1\right)^{n\left(n-1\right)/2} a_{n}^{2n-2}\prod_{ i \neq j } \big( r_i - r_j \big) \end{align} where $\,r_1,\dots,r_n\,$ are roots of $P\left(x\right)$ (counting multiplicity)

In algebra, the discriminant of a polynomial is typically denoted by a capital $D$, capital script $\mathscr D$, or the capital Greek letter Delta $\Delta$. It gives information about the nature of its roots. Typically, the discriminant is zero if and only if the polynomial has a multiple root.

For example, the discriminant of the quadratic polynomial $\;ax^2+bx+c\;$ is $\;\Delta = b^2-4ac.\,$ Here for real $a,\,b$ and $c$, if $\Delta > 0$, the polynomial has two real roots, if $\Delta = 0$, the polynomial has one real double root, and if $\Delta < 0$, the two roots of the polynomial are complex conjugates.

383 questions
59
votes
10 answers

Why does the discriminant in the Quadratic Formula reveal the number of real solutions?

Why does the discriminant in the quadratic formula reveal the number of real solutions to a quadratic equation? That is, we have one real solution if $$b^2 -4ac = 0,$$ we have two real solutions if $$b^2 -4ac > 0,$$ and we have no real solutions…
user487950
11
votes
3 answers

$x^2+y^2=1$, find min/max of $(3x+2y)^2+(x+2y)^2$

I have been trying to solve this problem, For $x, y \in \mathbb{R}$ such that $x^2+y^2=1$, find the minimum and maximum value of $$(3x+2y)^2+(x+2y)^2$$ There are many ways to solve this problem such as Trigonometry (substitute $x = \sin\theta, y…
zxcvber
  • 2,023
  • 7
  • 19
11
votes
4 answers

Discriminant of the depressed cubic

Here is the question I'm currently looking at: Show that the discriminant of the equation $y^3+py+q=0$ is $-4p^3-27q^2$. I've done some research and found this, but we haven't studied Vieta's theorem in my math class just yet. All I know is that…
John W. Smith
  • 1,577
  • 1
  • 15
  • 37
10
votes
0 answers

The probability that a random (real) cubic has three real roots

We can formalize the notion of the probability that a randomly selected quadratic real polynomial has real roots as follows: Suppose $R > 0$, and suppose the random variables $a, b, c$ are (independently) uniformly distributed over the interval…
Travis Willse
  • 89,509
  • 11
  • 111
  • 228
9
votes
2 answers

On discriminants and nature of an equation's roots?

Edited: All equations in the post are assumed to have all real coefficients and are minimal polynomials. While trying to ascertain if the Brioschi quintic $B(x)=x^5-10cx^3+45c^2x-c^2=0$ could ever have $3$ real roots, I was led to the question if…
8
votes
1 answer

The quadratic equations $x^2+mx-n=0$ and $x^2-mx+n=0$ have integer roots. Prove that $n$ is divisible by $6$.

QUESTION: Suppose that $m$ and $n$ are integers, such that both the quadratic equations $$x^2+mx-n=0$$ and $$x^2-mx+n=0$$ have integer roots. Prove that $n$ is divisible by $6$. MY APPROACH: $\because$ the roots $\in\Bbb{Z}$ therefore,…
7
votes
1 answer

What is the underlying reason behind the definition of the discriminant as an expression of the roots?

Background: The discriminant of a polynomial $A(x) = a_n x^n + a_{n-1} x^{n-1} + \cdots + a_0$ can be expressed in terms its roots as $$\text{Disc}(A)=a_{n}^{2n-2}\prod_{i
7
votes
6 answers

Find maximum value of $\frac xy$

If $x^2-30x+y^2-40y+576=0$, find the maximum value of $\dfrac xy$. First I completed the squares and got $(x-15)^2+(y-20)^2=7^2$, which is the equation of a circle. I think I need to use some properties but I don't know what to do next.
7
votes
0 answers

Confusion about the definition of ideal (of ring of algebraic integers)

I am studying algebraic number theory and am confused about the following lemma. We prove that if $I \subset O_K$ a non-zero ideal then $$\textrm{disc}(I) = \textrm{disc}(O_K)\cdot N(I)$$ Then somewhere later on the author considers the case where…
7
votes
3 answers

Why discriminant of a polynomial is so special?

Why is $\Delta = b^2 - 4ac$ so special that it deserves a name of its own ? I saw it only once in quadratic formula and nowhere else. Does higher polynomials also have discriminant ? if so then is there a general formula for it in terms of…
user8277998
  • 2,596
  • 2
  • 19
  • 42
6
votes
1 answer

Clairaut differential equations and elliptic discriminants

I was solving this math.SE question, which was asking to solve the Clairaut differential equation $y= xy' - (y')^3$. Just to have nicer signs, I then looked at the equivalent equation $$ y= xy' + (y')^3 .$$ The main trajectories of this differential…
6
votes
1 answer

The inverse type of Bernhard Leeb's solution for IMO‐1983–inequality

Given three side-lengths $a, b, c$ of a triangle. Prove that $$a^{2}b\left ( a- b \right )+ b^{2}c\left ( b- c \right )+ c^{2}a\left ( c- a \right )\geq 3\left ( a+ b- c \right )c\left ( a- b \right )\left ( b- c \right )$$ Source:…
user822157
6
votes
1 answer

Using symmetric polynomials to find the discriminant of $x^4 + px + q$ over $\mathbb{Q}$

I'm trying to prove that the discriminant of $x^4 + px + q$ over $\mathbb{Q}$ is $-27p^4 + 256q^3$, where we define the discriminant to be $$ \Delta_f = \prod_{i < j}(\alpha_i - \alpha_j)^2 $$ I am given the hint that "It is a symmetric polynomial…
6
votes
1 answer

Discriminant of homogeneous polynomials

Let $f$ be a homogeneous polynomial in variables $x,y,z$. Suppose that the sum of coefficients of $\frac{\partial^i f}{\partial x^i}$ is $0$ for each $0 \leq i \leq r$. I believe that, in this situation, $(y-z)^r$ must divide…
6
votes
1 answer

discriminant of $x^p-1$

I am attempting to solve Artin 16.10.9, part (b). I have already solved (a). Let $f(x)=(x-α_1) \cdots (x-α_n)$. (a) Prove that the discriminant of $f$ is $\pm f'(α_1) \cdots f'(α_n)$, where $f'$ is the derivative of $f$, and determine the sign. (b)…
1
2 3
25 26