f ( x ) = 2 cos 2 x + 3 sin 2 x + 5
Let x be a real number . If the range of f ( x ) is in the interval of [ A , B ] , find A + B .
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.
Simple standard approach.
Calculus method:
All we need to do is find the minimum and maximum values of the function in the domain 0 ≤ x ≤ π . This is because cos 2 x and sin 2 x cycles once within this range. This cycle will be repeated in the exact same manner for x > π and x < 0
Given that f ( x ) = 2 cos 2 x + 3 sin 2 x + 5 , we have
f ′ ( x ) = 4 cos x ( − sin x ) + 2 3 cos 2 x = − 2 sin 2 x + 2 3 cos 2 x
At turning points, f ′ ( x ) = 0
− 2 sin 2 x + 2 3 cos 2 x = 0 2 3 cos 2 x = 2 sin 2 x cos 2 x sin 2 x = 2 2 3 tan 2 x = 3
Note that the reference angle, α = tan − 1 3 = 3 π
The value of tan 2 x is positive, therefore 2 x is quadrant I and quadrant III. Also note that:
0 ≤ x ≤ π 0 ≤ 2 x ≤ 2 π
Therefore, all values that satisfy the equation are:
2 x = 3 π , 3 4 π x = 6 π , 3 2 π
Calculate the values of f ( x ) at these points (do it yourself!):
x = 6 π ⟹ f ( 6 π ) = 8 x = 3 2 π ⟹ f ( 3 2 π ) = 4
If you want a more solid proof, you can do the second derivative test to show that these are minimum and maximum points.
f ′ ′ ( x ) = − 4 cos 2 x − 4 3 sin 2 x
x = 6 π ⟹ f ′ ′ ( 6 π ) = − 8 < 0 x = 3 2 π ⟹ f ′ ′ ( 3 2 π ) = 8 > 0
Therefore, the minimum value of f ( x ) is 4 and the maximum value of f ( x ) is 8
The range of f ( x ) is [ 4 , 8 ]
A = 4 , B = 8 , A + B = 4 + 8 = 1 2
I honestly graphed the function and noticed it oscillates between 4 and 8 from the y-axis side, so I took the range 4 ≤ f ≤ 8 ⟹ 4 + 8 = 1 2
Lazy method ;)
write 5 as 1 + 4 and 1 as ( s i n x ) 2 + c o s 2 x so, it becomes 4+(perfect square)
Problem Loading...
Note Loading...
Set Loading...
We can rewrite the above function as;
f ( x ) = 2 2 ( cos 2 x + 1 ) + 3 sin 2 x + 5 = cos 2 x + 1 + 3 sin 2 x + 5 = cos 2 x + 3 sin 2 x + 6
This is now in the form of a cos x + b sin x + c , and the range would be [ − a 2 + b 2 + c , a 2 + b 2 + c ] . Proved here .
Here a = 1 , b = 3 and c = 6 ; thus the range is; [ − 1 2 + 3 2 + 6 , 1 2 + 3 2 + 6 ] = [ 4 , 8 ]
Therefore A + B = 1 2 .