Find $n \geq 4$, natural number such that for every distinct complex numbers $a,b,c$ different of $0$ which satisfy $(a-b)^n + (b-c)^n + (c-a)^n =0$ implies that $a, b, c$ are the vertices of an equilateral triangle. I tried using Newton's identities. I guess $n$ can be $ 4,5,7$. Any idea using Newton's identities?
2026-04-07 17:48:08.1775584088
Find $n \geq 4$, natural number
52 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
1
There are 1 best solutions below
Related Questions in COMPLEX-NUMBERS
- Value of an expression involving summation of a series of complex number
- Minimum value of a complex expression involving cube root of a unity
- orientation of circle in complex plane
- Locus corresponding to sum of two arguments in Argand diagram?
- Logarithmic function for complex numbers
- To find the Modulus of a complex number
- relation between arguments of two complex numbers
- Equality of two complex numbers with respect to argument
- Trouble computing $\int_0^\pi e^{ix} dx$
- Roots of a complex equation
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?
Partial answer. I believe $n=2,4,5,7$ are the only such $n.$
Given distinct values $a,b,c,$ let $x=a-b,y=b-c,z=c-a.$ We have that $x+y+z=0$ and $xyz\neq 0.$ Letting $$s_1=x+y+z=0, s_2=xy+yz+xz, s_3=xyz,$ we have the general rule that:
$$x^n+y^n+z^n=\sum_{i+2j+3k=n} (-1)^j\frac{n}{i+j+k}\binom{i+j+k}{i,j,k}s_1^is_2^js_3^k$$
But since $s_1=0,$ this turns into:
$$x^n+y^n+z^n=\sum_{2j+3k=n} (-1)^j\frac{n}{j+k}\binom{j+k}{k}s_2^js_3^k\tag{1}$$
Since $a,b,c$ are distinct, we have $s_3\neq 0.$
The cases $n=2,4,5,7$ there is only one term in $(1)$, and it has $j>0.$ (The case $n=3$ has one term, but it is a multiple of $s_3\neq 0.$) In the case $n=2,4,5,7,$ then, if $x^n+y^n+z^n=0$ and $s_1=x+y+z=0$ and $s_3=xyz\neq 0$ you have that $s_2=0.$
But when $s_2=0$ we get that $p(\alpha)=(\alpha-x)(\alpha-y)(\alpha-z)=\alpha^3-s_3,$ so the roots all have $|x|=|y|=|z|$ and the triangle $a,b,c$ is $1.$
From here, we'll normalize $a,b,c$ so that $x+y+z=0$ and $s_3=xyz=1.$
For other $n,$ (1) has multiple terms.
For example, when $n=8,$ we have $$x^6+y^6+z^6=c_1s_2^4+c_2 s_2s_3^2=s_2(c_1s_2^3+c_2)$$ This means that we can solve $s_2^3=-c_2/c_1$ to get the polynomial $p(\alpha)=\alpha^3-s_2\alpha - 1$ to get three roots $x,y,z$ which satisfies $x+y+z=1,xyz=1,x^8+y^8+z^8=0$ but the roots are not all of the same absolute value.
I think we can show this in general - when $(1)$ has multiple terms, we have that we can solve $x^n+y^n+z^n=0$ with some $s_2\neq 0.$