lo g 1 0 ( sin x ) + lo g 1 0 ( cos x ) lo g 1 0 ( sin x + cos x ) = = − 1 2 1 ( − 1 + lo g 1 0 n )
Given that x and n satisfy the system of equations above, find the value of n .
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
There is a slight typo in the last line of your solution. n = 1 2 instead of 1 0 .
Log in to reply
Haha. Thanks for pointing out the typo; that one really stood out with the box around it. :P
solved it without pen,paper
Nice solution, Brian. I'm not quite sure who to tag, but is it possible to get parentheses around the $n$ to signify that as the argument of the logarithm? Under the assumption that $(n-1)$ was the argument, I came up with $n=2.2$ (which is correct, but unfortunately under the wrong assumption). I'm dealing with logarithms of this form day-in, day-out in my research, so it didn't even occur to me to think of it as $-1+\log n$. :-/ At any rate, you certainly have a $+1$ from me.
All logs in this solution are to base ten.
First note that from the first equation
lo g ( sin x cos x ) = − 1
⟹ sin x cos x = 1 0 1 … ( 1 )
Solve the second equation to get
lo g ( n ) = 2 lo g ( sin x + cos x ) + 1 = lo g ( ( sin x + cos x ) 2 ) + lo g ( 1 0 )
⟹ lo g n = lo g ( 1 0 ( 1 + 2 sin x cos x ) )
⟹ n = 1 0 ( 1 + 2 sin x cos x )
Substituting the value from (1) gives
n = 1 0 ( 1 + 0 . 2 ) = 1 2
simplest solution! .Good job
Obviously, sinxcosx=1/10 . Multiplying 2 to both sides, 2sinxcosx=1/5 Then, adding 1 to both sides, we have 1+2sinxcosx=6/5 The LHS can be factored out as (sinx+cosx)^2=6/5 ---->(equation1)
The second equation is equivalent to log(sinx+cosx)^2=logn-log10 (Note if the logarithm has no base, it is understood that the base is 10) Plugging in our value in equation 1, we have log(6/5)+log10=logn Thus, solving for n yields 12
Problem Loading...
Note Loading...
Set Loading...
We will require that both sin ( x ) and cos ( x ) are positive, i.e., that x is in the first quadrant. This in turn implies that sin ( x ) + cos ( x ) > 0 as well.
From the first equation we have that sin ( x ) cos ( x ) = 1 0 − 1 = 1 0 1 .
From the second equation we have that
lo g 1 0 ( sin ( x ) + cos ( x ) ) = lo g 1 0 ( n ) − 2 1 =
lo g 1 0 ( n ) − lo g 1 0 ( 1 0 ) = lo g 1 0 ( 1 0 n ) .
Thus sin ( x ) + cos ( x ) = 1 0 n ⟹ ( sin ( x ) + cos ( x ) ) 2 = 1 0 n
⟹ 1 + 2 sin ( x ) cos ( x ) = 1 0 n .
Now substitute in the result from the first equation to see that
1 + 2 ∗ 1 0 1 = 1 0 n ⟹ 1 0 1 2 = 1 0 n ⟹ n = 1 2 .