この問題には解答がありません。作成中ですのでしばらくお待ちください。
入試情報
| 大学名 |
学習院大学 |
| 学科・方式 |
理学部 |
| 年度 |
2010年度 |
| 問No |
問3 |
| 学部 |
理学部
|
| カテゴリ |
三角関数
|
| 状態 |
 |
\documentclass{jsarticle}
\usepackage{amsmath}
\begin{document}
\begin{flushleft}
\makeatletter
\newcommand{\LEQQ}{\mathrel{\mathpalette\gl@align<}}
\newcommand{\GEQQ}{\mathrel{\mathpalette\gl@align>}}
\newcommand{\gl@align}[2]{\lower.6ex\vbox{\baselineskip\z@skip\lineskip\z@
\ialign{$\m@th#1\hfil##\hfil$\crcr#2\crcr=\crcr}}}
\makeatother
$x$,$y$ の動く範囲を $0 \LEQQ x \LEQQ 2\pi$,$0 \LEQQ y \LEQQ 2\pi$ とするとき,不等式
\[ \sin{x}+\sin{y} \GEQQ \cos{x}+\cos{y} \]
の表す領域を平面上に図示せよ。
\end{flushleft}
\begin{flushright}
(40点)
\end{flushright}
\end{document}