Assume $m,n \in \mathbb{R}$ is fixed. And $a,b(a>b>0)$ satisfied the equation $$\frac{m^2}{a^2}+\frac{n^2}{b^2}=1$$ Find $\min\{a+b\}$
2026-04-23 21:34:56.1776980096
Find minimum of $a+b$ under the condition $\frac{m^2}{a^2}+\frac{n^2}{b^2}=1$ where $m,n$ are fixed arguments
127 Views Asked by Bumbble Comm https://math.techqa.club/user/bumbble-comm/detail At
3
Let $a=m\sec t$ and $b=n\csc t$ where $t\in (0,\frac{\pi}{2})$
\begin{align*} f(t) &= m\sec t+n\csc t \\ f'(t) &=m\sec t \tan t-n\csc t \cot t \\ \end{align*}
$$f'(t)=0 \implies \frac{n}{m}=\tan^{3} t$$
\begin{align*} \min(a+b) &= \left( \frac{m}{\sqrt[3]{m}}+\frac{n}{\sqrt[3]{n}} \right) \sqrt{m^{2/3}+n^{2/3}} \\ &= \left( m^{2/3}+n^{2/3} \right)^{3/2} \end{align*}
The answer let me thinking of the longest ladder problem.