Skip to main content

Questions tagged [roots]

Questions about the set of values at which a given function evaluates to zero. For questions about "square roots", "cube roots" and such, consider using the (radicals) and the (arithmetic) tag. For questions about roots of Lie algebras, use the (lie-algebra) tag instead.

2 votes
1 answer
99 views

In number theory, the radical $\operatorname{rad}(n)$ of a positive integer $n$ is defined as the product of the distinct prime numbers dividing $n$. $$\DeclareMathOperator{\rad}{rad} \rad(n) = \prod_{...
mick's user avatar
  • 19.7k
-4 votes
0 answers
51 views

Given this inequality: $$ x^2 > 1 $$ What is the solution for x? If I take the square root I would end up with this: $$ x > \pm 1 $$ So $$ x > 1,\ x > -1 $$ Is that correct? And can that ...
byte_janitor's user avatar
0 votes
0 answers
18 views

Given a multivariate polynomial with real numbered coefficients $f(x_1, \dots, x_n)$ with $f(\vec 0 ) < 0 $ and a non zero vector $\vec c \in \mathbb{R}^n$. Is there a succinct condition for the ...
worldsmithhelper's user avatar
0 votes
1 answer
89 views

I am simplifying an algorithm for a program in pseudocode that guesses the root of any index, looking for a number raised to the power of the index as the result. And I thought that if it's a root ...
DABL03's user avatar
  • 119
4 votes
0 answers
122 views

I have been exploring geometric constructions with roots. It seems that the fact that the circle is the locus of precise square root dispositions is often overlooked, as I haven't seen it used much in ...
Arjen Dijksman's user avatar
1 vote
3 answers
123 views

Let $\frac{3}{4}<a<1$. Prove that $$x^{3}(x+1)=(x+a)(2x+a)$$ has four distinct real solutions and find these solutions in explicit form. My attempt: The existence of the four roots can be seen ...
JAB's user avatar
  • 971
0 votes
0 answers
72 views

Every function $f(x)$ I have ever seen which has a root $r$ with the property $$\text{sign}(f(r + \epsilon)) = \text{sign}(f(r + \epsilon))$$ has at least a double root at $r$, i.e. a function that ...
Sam Street's user avatar
2 votes
1 answer
169 views

Let $$ G(y,n) := y {\left( -1 + 3 y + y^2 + y^3 \right)^{n-1}}{\left( -1 - 4 y^3 + y^4 \right)^n} - {\left( -1 - y - 3 y^2 + y^3 \right)^{n-1}}{\left( -1 + 4 y + y^4 \right)^n} $$ and $$ F(y, n) := y\...
Satyajit M's user avatar
2 votes
1 answer
124 views

The exercise consisting of finding the asymptotic equivalence of the root of the function $g_n(x) := x^n +nx - 1$ where $x\in[0,1]$, is a classic exercice, and its equivalence is $1/n$. Now, take $f_n(...
Médicis's user avatar
  • 431
0 votes
3 answers
78 views

This is the final stage to finish an earlier question. I isolated it from the original geometric setting. Let $\Delta(u)$ be a real quartic polynomial and let $\tau(u)$ be a real quadratic polynomial ...
Allium tuberosum's user avatar
7 votes
2 answers
258 views

Let integer $n>0$ and integer $k$ with $k^2 > 1$. Then we have: $$(z-k)^n + (-z)^n + k = 0 \implies Re(z) = k/2$$ For instance $$ \begin{align} (z+2)^{15} + (-z)^{15} - 2 = 0 &\implies Re(z) ...
mick's user avatar
  • 19.7k
1 vote
2 answers
176 views

Let $a, b, c$ be three real numbers. Then the equation $\frac{1}{x-a} + \frac{1}{x-b} + \frac{1}{x-c} = 0$ (A) always has real roots (B) can have real or complex roots depending on the values of $a, b$...
tabi_the_dup's user avatar
2 votes
2 answers
154 views

Problem: Find all integers $a$ such that $(x-a)(x-12) + 2$ can be factored as $(x+b)(x+c)$ where $b$ and $c$ are integers. If $(x-a)(x-12) + 2$ can be factored as $(x+b)(x+c)$, then $b$ and $c$ must ...
pomograntete's user avatar
2 votes
3 answers
234 views

I am trying to find the largest root of the sextic polynomial $$ p(x) := \left( x^2 - a \right) \left( \left( x^2 -b -1 \right) \left( x^2 - a - 1 \right) - \left( x^2 - a \right) \right) - \left( x^2 ...
User8976's user avatar
  • 13.1k
-1 votes
5 answers
445 views

I'm engaged in a dispute concerning the equation $$\frac{x^2-25}{x-5}=10$$ Solution by factoring the LHS numerator to get $x+5=10$, or cross multiplying to get the quadratic equation $x^2-25=10(x-5)$ ...
Cye Waldman's user avatar
  • 8,380

15 30 50 per page
1
2 3 4 5
462