返回题库

AIME 2003 I · 第 4 题

AIME 2003 I — Problem 4

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

Given that log10sinx+log10cosx=1\log_{10} \sin x + \log_{10} \cos x = -1 and that log10(sinx+cosx)=12(log10n1),\log_{10} (\sin x + \cos x) = \frac{1}{2} (\log_{10} n - 1), find n.n.

解析

Solution 1

Using the properties of logarithms, we can simplify the first equation to log10sinx+log10cosx=log10(sinxcosx)=1\log_{10} \sin x + \log_{10} \cos x = \log_{10}(\sin x \cos x) = -1. Therefore,

sinxcosx=110.()\sin x \cos x = \frac{1}{10}.\qquad (*) Now, manipulate the second equation.

log10(sinx+cosx)=12(log10nlog1010)log10(sinx+cosx)=(log10n10)sinx+cosx=n10(sinx+cosx)2=(n10)2sin2x+cos2x+2sinxcosx=n10\begin{aligned} \log_{10} (\sin x + \cos x) &= \frac{1}{2}(\log_{10} n - \log_{10} 10) \\ \log_{10} (\sin x + \cos x) &= \left(\log_{10} \sqrt{\frac{n}{10}}\right) \\ \sin x + \cos x &= \sqrt{\frac{n}{10}} \\ (\sin x + \cos x)^{2} &= \left(\sqrt{\frac{n}{10}}\right)^2 \\ \sin^2 x + \cos^2 x +2 \sin x \cos x &= \frac{n}{10} \\ \end{aligned} By the Pythagorean identities, sin2x+cos2x=1\sin ^2 x + \cos ^2 x = 1, and we can substitute the value for sinxcosx\sin x \cos x from ()(*). 1+2(110)=n10n=0121 + 2\left(\frac{1}{10}\right) = \frac{n}{10} \Longrightarrow n = \boxed{012}.

Solution 2

Examining the first equation, we simplify as the following:

log10sinxcosx=1\log_{10} \sin x \cos x = -1     sinxcosx=110\implies \sin x \cos x = \frac{1}{10} With this in mind, examining the second equation, we may simplify as the following (utilizing logarithm properties):

log10(sinx+cosx)=12(log10nlog1010)\log_{10} (\sin x + \cos x) = \frac{1}{2} (\log_{10} n - \log_{10} 10)     log10(sinx+cosx)=12(log10n10)\implies \log_{10} (\sin x + \cos x) = \frac{1}{2} (\log_{10} \frac{n}{10})     log10(sinx+cosx)=log10n10\implies \log_{10} (\sin x + \cos x) = \log_{10} \sqrt{\frac{n}{10}} From here, we may divide both sides by log10(sinx+cosx)\log_{10} (\sin x + \cos x) and then proceed with the change-of-base logarithm property:

1=log10n10log10(sinx+cosx)1 = \frac{\log_{10} \sqrt{\frac{n}{10}}}{\log_{10} (\sin x + \cos x)}     1=logsinx+cosxn10\implies 1 = \log_{\sin x + \cos x} \sqrt{\frac{n}{10}} Thus, exponentiating both sides results in sinx+cosx=n10\sin x + \cos x = \sqrt{\frac{n}{10}}. Squaring both sides gives us

sin2x+2sinxcosx+cos2x=n10\sin^2 x + 2\sin x \cos x + \cos^2 x = \frac{n}{10} Via the Pythagorean Identity, sin2x+cos2x=1\sin^2 x + \cos^2 x = 1 and 2sinxcosx2\sin x \cos x is simply 15\frac{1}{5}, via substitution. Thus, substituting these results into the current equation:

1+15=n101 + \frac{1}{5} = \frac{n}{10}     65=n10\implies \frac{6}{5} = \frac{n}{10} Using simple cross-multiplication techniques, we have 5n=605n = 60, and thus n=012\boxed{n = 012}. ~ nikenissan

Solution 3

By the first equation, we get that sin(x)cos(x)=101\sin(x)*\cos(x)=10^{-1}. We can let sin(x)=a\sin(x)=a, cos(x)=b\cos(x)=b. Thus ab=110ab=\frac{1}{10}. By the identity sin2x+cos2x=1\sin^2x+\cos^2x=1, we get that a2+b2=1a^2+b^2=1. Solving this, we get a+b=1210a+b=\sqrt{\frac{12}{10}}. So we have

log(1210)=12(log(n)1)\log\left(\sqrt{\frac{12}{10}}\right)=\frac12(\log(n)-1) 2log(1210)=log(n)12\log\left(\sqrt{\frac{12}{10}}\right)=\log(n)-1 log(1210)+1=log(n)\log\left(\frac{12}{10}\right)+1=\log(n) log(1210)+log(10)=log(n)\log\left(\frac{12}{10}\right)+\log(10)=\log(n) log(1210×10)=log(12)=log(n)\log\left(\frac{12}{10}\times 10\right)=\log(12)=\log(n) From here it is obvious that n=012\boxed{n=012}.

~yofro

Solution 4

Let logx=log10x.\log{x} = \log_{10}{x}. Through basic log properties, we see that loga+logb=log(ab).\log{a} + \log{b} = \log{(ab)}. Thus, we see that log(sinx)+log(cosx)=log(sinxcosx)=1.\log{(\sin{x})} + \log{(\cos{x})} = \log{(\sin{x}\cos{x})} = -1. Simplifying, we get:

\begin{align*} \log{(\sin{x}\cos{x})} &= -1 \\ \sin{x}\cos{x} &= 10^{-1} = \frac{1}{10} \end{align*}

Next, we can manipulate the second equation to get:

\begin{align*} \log{(\sin{x} + \cos{x})} &= \frac{1}{2}(\log{n}-1) \\ 2\log{(\sin{x} + \cos{x})} &= \log{n}-1 \\ \log{(\sin{x} + \cos{x})^2} + 1 &= \log{n} \end{align*}

Expanding (sinx+cosx)2,(\sin{x} + \cos{x})^2, we get:

\begin{align*} \log{(\sin^2{x} + \cos^2{x} + 2\sin{x}\cos{x})} + 1 &= \log{n} \\ \log{(1 + 2\sin{x}\cos{x})} + 1 &= \log{n} \\ \log{(1 + \frac{2}{10})} + \log{10} &= \log{n} \\ \log{(\frac{12}{10} \cdot 10)} = \log{n} \\ \log{12} = \log{n} \end{align*}

Finally, we see that n=012.n = \boxed{012}.

~ Cheetahboy93