Category Archives: Algebra

Hyperbolas Covered by a Triangle

$x^2y^2=1$ forms $4$ hyperbola branches, as $y=\dfrac{1}{x}$ and $y=-\dfrac{1}{x}$ combined. What is the smallest triangle in terms of area that it intersects all $4$ branches.🔑 Solution: Obviously, to be the smallest triangle, the vertices of the triangle must be on … Continue reading

Posted in Algebra, Calculus, Geometry | Comments Off on Hyperbolas Covered by a Triangle

Algebra Challenge – 2025/05/31

Let $P(x)$ is a polynomial with integer coefficients so that $P(d)=\dfrac{2025}{d}$, where $d$ is a positive divisor of $2025$. Find $P(x)$.🔑 Claim: There is no $P(x)$ to satisfy $P(d)=\dfrac{2025}{d}$, where $d$ is a positive divisor of $2025$. Lemma: If $P(x)$ … Continue reading

Posted in Algebra | Comments Off on Algebra Challenge – 2025/05/31

Algebra Challenge – 2025/05/03

Let $n$ be the real number. Define $[n]$ be the integer part of $n$, and $\{n\}$ be the decimal part of $n$. Solve the following equations: $$\begin{array}{ccccccc} \{x\} & + & [y] & + & \{z\} & = 2.9\\ \{y\} … Continue reading

Posted in Algebra | Comments Off on Algebra Challenge – 2025/05/03

Algebra Challenge – 5

Find the real solutions for the following equations: $$a^2+b^2\ \ \ \ \ \ \ \ \ \ \ \ \ =1\tag{1}$$ $$b^2+c^2+\sqrt{3}bc=1\tag{2}$$ $$c^2+a^2+\ \ \ \ \ ca=1\tag{3}$$ Click here for the solution. Solution: If $c=0$, based on equation … Continue reading

Posted in Algebra | Comments Off on Algebra Challenge – 5

Algebra Challenge – 4

For integer $n>0$, find the values of $$\sum\limits_{i=1}^{n}(-1)^{i+1}\cdot i\cdot\binom{n-1}{i-1}$$ Click here for the solution. Solution: If $n=1$, then \begin{flalign*} \sum\limits_{i=1}^{n}(-1)^{i+1}\cdot i\cdot\binom{n-1}{i-1} &= (-1)^{1+1}\cdot 1\cdot\binom{1-1}{1-1}& \\ &=1& \end{flalign*} If $n=2$, then \begin{flalign*} \sum\limits_{i=1}^{n}(-1)^{i+1}\cdot i\cdot\binom{n-1}{i-1} &=(-1)^{1+1}\cdot 1\cdot\binom{2-1}{1-1}+(-1)^{2+1}\cdot 2\cdot\binom{2-1}{2-1}& \\ &=1-2& \\ &=-1& … Continue reading

Posted in Algebra | Comments Off on Algebra Challenge – 4