Difference between revisions of "2021 AMC 12B Problems/Problem 13"
Math101010 (talk | contribs) (→Problem) |
Jamess2022 (talk | contribs) (→Solution) |
||
| Line 6: | Line 6: | ||
First, move terms to get <math>1+5cos3x=3sinx</math>. After graphing, we find that there are <math>\boxed{6}</math> solutions (two in each period of <math>5cos3x</math>). -dstanz5 | First, move terms to get <math>1+5cos3x=3sinx</math>. After graphing, we find that there are <math>\boxed{6}</math> solutions (two in each period of <math>5cos3x</math>). -dstanz5 | ||
| + | |||
| + | ==Solution 1== | ||
| + | We can graph two functions in this case: <math>5\cos{3x}</math> and <math>3\sin{x} -1 </math>. <cmath>\newline</cmath> | ||
| + | Using transformation of functions, we know that <math>5\cos{3x}</math> is just a cos function with | ||
| + | amplitude 5 and frequency <math>\frac{2\pi}{3}</math>. Similarly, <math>3\sin{x} -1 </math> is just a sin function | ||
| + | with amplitude 3 and shifted 1 unit downwards. So: | ||
| + | <asy> | ||
| + | import graph; | ||
| + | |||
| + | size(400,200,IgnoreAspect); | ||
| + | |||
| + | real Sin(real t) {return 3*sin(t) - 1;} | ||
| + | real Cos(real t) {return 5*cos(3*t);} | ||
| + | |||
| + | draw(graph(Sin,0, 2pi),red,"$3\sin{x} -1 $"); | ||
| + | draw(graph(Cos,0, 2pi),blue,"$5\cos{3x}$"); | ||
| + | |||
| + | xaxis("$x$",BottomTop,LeftTicks); | ||
| + | yaxis("$y$",LeftRight,RightTicks(trailingzero)); | ||
| + | |||
| + | |||
| + | |||
| + | add(legend(),point(E),20E,UnFill); | ||
| + | </asy> | ||
| + | We have <math>\boxed{(A) 6}</math> solutions. | ||
== Video Solution by OmegaLearn (Using Sine and Cosine Graph) == | == Video Solution by OmegaLearn (Using Sine and Cosine Graph) == | ||
Revision as of 06:19, 12 February 2021
Contents
Problem
How many values of
in the interval
satisfy![]()
Solution
First, move terms to get
. After graphing, we find that there are
solutions (two in each period of
). -dstanz5
Solution 1
We can graph two functions in this case:
and
.
Using transformation of functions, we know that
is just a cos function with
amplitude 5 and frequency
. Similarly,
is just a sin function
with amplitude 3 and shifted 1 unit downwards. So:
We have
solutions.
Video Solution by OmegaLearn (Using Sine and Cosine Graph)
~ pi_is_3.14
See Also
| 2021 AMC 12B (Problems • Answer Key • Resources) | |
| Preceded by Problem 12 |
Followed by Problem 14 |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 • 16 • 17 • 18 • 19 • 20 • 21 • 22 • 23 • 24 • 25 | |
| All AMC 12 Problems and Solutions | |
These problems are copyrighted © by the Mathematical Association of America, as part of the American Mathematics Competitions.