Skip to content

Commit d0fd504

Browse files
committed
feat: 优化取等条件的写法
1 parent 5c9fbd4 commit d0fd504

File tree

1 file changed

+9
-9
lines changed
  • content/post/exam-papers/2025高一竞赛

1 file changed

+9
-9
lines changed

content/post/exam-papers/2025高一竞赛/answer.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ $$\therefore xy \le 2 + 2\sqrt{2}$$
7070
当且仅当 $x = 2\sqrt{2}y$, 即
7171

7272
$$
73-
\left\{\begin{align*}
74-
x = \sqrt{8+4\sqrt{2}} \\
75-
y = \sqrt{1+\frac{\sqrt{2}}{2}}
76-
\end{align*}\right.
77-
78-
\left\{\begin{align*}
79-
x = -\sqrt{8+4\sqrt{2}} \\
80-
y = -\sqrt{1+\frac{\sqrt{2}}{2}}
81-
\end{align*}\right.
73+
\begin{cases}
74+
x = \sqrt{8+4\sqrt{2}} \\
75+
y = \sqrt{1+\frac{\sqrt{2}}{2}}
76+
\end{cases}
77+
\quad \text{或} \quad
78+
\begin{cases}
79+
x = -\sqrt{8+4\sqrt{2}} \\
80+
y = -\sqrt{1+\frac{\sqrt{2}}{2}}
81+
\end{cases}
8282
$$
8383

8484
时取等.

0 commit comments

Comments
 (0)