I am wondering if for given $D\in \mathbb{N}$ we can find an infinite amount of solutions to $D=b^2-4ac$. Obvious $D$ is the discriminant of a binary quadratic form or a polynomial of degree $2$. Maybe the answer can be given with the use of those, but I do not know. Thanks for your answers.
2026-03-25 03:02:37.1774407757
For a given $D\in \mathbb{N}$ are there infinite solutions to $D=b^2-4ac$ with $a,b,c \in \mathbb{N}$
80 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in ABSTRACT-ALGEBRA
- Feel lost in the scheme of the reducibility of polynomials over $\Bbb Z$ or $\Bbb Q$
- Integral Domain and Degree of Polynomials in $R[X]$
- Fixed points of automorphisms of $\mathbb{Q}(\zeta)$
- Group with order $pq$ has subgroups of order $p$ and $q$
- A commutative ring is prime if and only if it is a domain.
- Conjugacy class formula
- Find gcd and invertible elements of a ring.
- Extending a linear action to monomials of higher degree
- polynomial remainder theorem proof, is it legit?
- $(2,1+\sqrt{-5}) \not \cong \mathbb{Z}[\sqrt{-5}]$ as $\mathbb{Z}[\sqrt{-5}]$-module
Related Questions in QUADRATIC-FORMS
- Can we find $n$ Pythagorean triples with a common leg for any $n$?
- Questions on positivity of quadratic form with orthogonal constraints
- How does positive (semi)definiteness help with showing convexity of quadratic forms?
- Equivalence of integral primitive indefinite binary quadratic forms
- Signs of eigenvalues of $3$ by $3$ matrix
- Homogeneous quadratic in $n$ variables has nonzero singular point iff associated symmetric matrix has zero determinant.
- Trace form and totally real number fields
- Let $f(x) = x^\top Q \, x$, where $Q \in \mathbb R^{n×n}$ is NOT symmetric. Show that the Hessian is $H_f (x) = Q + Q^\top$
- Graph of curve defined by $3x^2+3y^2-2xy-2=0$
- Question on quadratic forms of dimension 3
Trending Questions
- Induction on the number of equations
- How to convince a math teacher of this simple and obvious fact?
- Find $E[XY|Y+Z=1 ]$
- Refuting the Anti-Cantor Cranks
- What are imaginary numbers?
- Determine the adjoint of $\tilde Q(x)$ for $\tilde Q(x)u:=(Qu)(x)$ where $Q:U→L^2(Ω,ℝ^d$ is a Hilbert-Schmidt operator and $U$ is a Hilbert space
- Why does this innovative method of subtraction from a third grader always work?
- How do we know that the number $1$ is not equal to the number $-1$?
- What are the Implications of having VΩ as a model for a theory?
- Defining a Galois Field based on primitive element versus polynomial?
- Can't find the relationship between two columns of numbers. Please Help
- Is computer science a branch of mathematics?
- Is there a bijection of $\mathbb{R}^n$ with itself such that the forward map is connected but the inverse is not?
- Identification of a quadrilateral as a trapezoid, rectangle, or square
- Generator of inertia group in function field extension
Popular # Hahtags
second-order-logic
numerical-methods
puzzle
logic
probability
number-theory
winding-number
real-analysis
integration
calculus
complex-analysis
sequences-and-series
proof-writing
set-theory
functions
homotopy-theory
elementary-number-theory
ordinary-differential-equations
circles
derivatives
game-theory
definite-integrals
elementary-set-theory
limits
multivariable-calculus
geometry
algebraic-number-theory
proof-verification
partial-derivative
algebra-precalculus
Popular Questions
- What is the integral of 1/x?
- How many squares actually ARE in this picture? Is this a trick question with no right answer?
- Is a matrix multiplied with its transpose something special?
- What is the difference between independent and mutually exclusive events?
- Visually stunning math concepts which are easy to explain
- taylor series of $\ln(1+x)$?
- How to tell if a set of vectors spans a space?
- Calculus question taking derivative to find horizontal tangent line
- How to determine if a function is one-to-one?
- Determine if vectors are linearly independent
- What does it mean to have a determinant equal to zero?
- Is this Batman equation for real?
- How to find perpendicular vector to another vector?
- How to find mean and median from histogram
- How many sides does a circle have?
No, not in general.
Consider $D=1$. Then $b^2-1=4ac$. Hence $(b+1)(b-1)=4ac$. This obviously has four immediate solutions. $b=\pm 1$ and $a=0\vee c=0$.
Since $4|(b+1)(b-1)$, $b$ has to be odd. Which gives $b=2k+1$ for some $k\in\mathbb{N}$ and we get:
$(2k+2)2k=4k^2+4k=4k(k+1)$
Hence we have an infinte amount of solutions. With $k=a$ and $k+1=c$
Consider $D=3$. Then $3=b^2-4ac$. If $a=c$ we get $3=b^2-4a^2=(b-2a)(b+2a)$ but $3$ is prime. Hence there are only (at most) four solutions, for that case, which result from $b-2a=1 \wedge b+2a=3$ and $b-2a=3\wedge b+2a=1$.
If $a\neq c$.
We get, after adding $1$ to the equation:
$b^2+1=4ac+4=4(ac+1)$
Hence $4|b^2+1$ as above $b$ has to be odd.
$(2k+1)^2+1=4k^2+4k+1+1=4k^2+4k+2=2(2k^2+2k+1)$
$2k^2+2k+1=2(ac+1)$
But $2\nmid 2(k^2+k)+1$
As Lord Shark the Unknwon suggested in the comments, it is enough to view the problem $\mod 4$. Because we can always just factor out the 4 of $D$ and reduce to $0, 1,2, 3$ that way.
The case $D\equiv 0\mod 4$ is trivial and has infinite solutions, since then $b^2=4ac$ and if $b=2k$ we get $4k^2=4ac$. Now $a=c=k$ gives infinite solutions.
The last case is $D\equiv 2\mod 4$. This fails for a similar argument like the shown $D=3$ case.
$2=b^2-4ac$.
$b^2=4ac+2=2(2ac+1)$
Yet again, $b$ has to be even. This gives us:
$4k^2=2(2ac+1)\Leftrightarrow 2k^2=2ac+1$
But now the LHS is even, while the RHS is odd.