The Pythagorean identity states that sin^2(theta) - cos^2(theta) = 1.
Correct Answer
False
The correct Pythagorean identity is sin^2(theta) + cos^2(theta) = 1. The operation between the terms is addition, not subtraction.
Question 2
A point on the unit circle at an angle of pi has coordinates (-1, 0).
Correct Answer
True
On the unit circle, the coordinates of a point are (cos(theta), sin(theta)). For theta = pi radians, cos(pi) = -1 and sin(pi) = 0, resulting in the coordinates (-1, 0).
Question 3
The Law of Sines can be used to solve a triangle if two angles and any side (AAS or ASA) are known.
Correct Answer
True
The Law of Sines establishes a relationship between the sides of a triangle and the sines of its opposite angles, making it applicable when two angles and one side are known, as these conditions determine a unique triangle (or no triangle in some cases).
Question 4
On the unit circle, the x-coordinate of a point corresponds to sin(theta).
Correct Answer
False
On the unit circle, the x-coordinate of a point corresponds to cos(theta), while the y-coordinate corresponds to sin(theta).
Question 5
The general solution for sin(x) = 0 is x = n*pi, where n is an integer.
Correct Answer
True
The sine function is zero at integer multiples of pi (0, pi, 2pi, -pi, etc.), so x = n*pi correctly represents all solutions where n is any integer.
Question 6
The range of y = tan(x) is [-1, 1].
Correct Answer
False
The range of the tangent function is all real numbers, (-infinity, infinity), because its value can be arbitrarily large or small as x approaches its vertical asymptotes.
Question 7
The double angle identity for sine is sin(2x) = 2sin(x)cos(x).
Correct Answer
True
This is a fundamental trigonometric identity used to express the sine of twice an angle in terms of the sines and cosines of the angle itself.
Question 8
The Law of Cosines is primarily used when you know two angles and one side of a triangle.
Correct Answer
False
The Law of Cosines is primarily used when you know two sides and the included angle (SAS) or all three sides (SSS) of a triangle. The Law of Sines is used for ASA or AAS cases.
Question 9
The tangent function has vertical asymptotes where cos(x) = 0.
Correct Answer
True
Since tan(x) = sin(x)/cos(x), the function is undefined when its denominator, cos(x), is zero. This occurs at odd multiples of pi/2, leading to vertical asymptotes.
Question 10
The graph of y = cos(x) can be obtained by shifting the graph of y = sin(x) to the right by pi/2 units.
Correct Answer
False
Shifting the graph of y = sin(x) to the right by pi/2 units results in y = sin(x - pi/2), which is equivalent to y = -cos(x). To obtain y = cos(x) from sin(x), the shift must be to the left by pi/2 units, as cos(x) = sin(x + pi/2).
Question 11
The ambiguous case (SSA) for the Law of Sines can result in two possible triangles.
Correct Answer
True
When given two sides and a non-included angle (SSA), there are specific conditions where the given information can form two distinct triangles, one triangle, or no triangle at all.
Question 12
If a point on the unit circle is in Quadrant II, its cosine value is positive.
Correct Answer
False
In Quadrant II, the x-coordinates are negative. Since the x-coordinate on the unit circle represents the cosine value, cosine is negative in Quadrant II.
Question 13
The period of y = sin(2x) is pi.
Correct Answer
True
For a function of the form y = A sin(Bx), the period is given by 2pi/|B|. In this case, B=2, so the period is 2pi/2 = pi.
Question 14
If cos(theta) = 0.5, then theta must be in Quadrant I.
Correct Answer
False
While cos(theta) = 0.5 has a solution in Quadrant I (theta = pi/3 or 60 degrees), it also has a solution in Quadrant IV (theta = 5pi/3 or 300 degrees), where cosine values are also positive.
Question 15
The range of the sine function is [-1, 1].
Correct Answer
True
The sine function oscillates between a minimum value of -1 and a maximum value of 1, inclusive, for all real input values.
Question 16
The identity 1 - tan^2(theta) = sec^2(theta) is a fundamental trigonometric identity.
Correct Answer
False
The correct fundamental identity involving tangent and secant is 1 + tan^2(theta) = sec^2(theta). The operation between 1 and tan^2(theta) is addition, not subtraction.
Question 17
A point on the unit circle corresponding to an angle theta has coordinates (cos(theta), sin(theta)).
Correct Answer
True
By definition of the unit circle, the x-coordinate of any point on the circle is cos(theta) and the y-coordinate is sin(theta), where theta is the angle formed with the positive x-axis.
Question 18
The amplitude of y = 3cos(x) is 1.
Correct Answer
False
For a trigonometric function of the form y = A cos(Bx), the amplitude is |A|. In this case, A=3, so the amplitude is 3.
Question 19
In a triangle with sides a, b, c and opposite angles A, B, C, the Law of Cosines states c^2 = a^2 + b^2 - 2ab cos(C).
Correct Answer
True
This is one of the three forms of the Law of Cosines, relating the length of one side of a triangle to the lengths of the other two sides and the cosine of the angle opposite the first side.
Question 20
The value of sin(45 degrees) is sqrt(3)/2.
Correct Answer
False
The correct value for sin(45 degrees) is sqrt(2)/2. The value sqrt(3)/2 corresponds to sin(60 degrees) or cos(30 degrees).
Question 21
cos(pi/2 - x) = sin(x) is a cofunction identity.
Correct Answer
True
This is a standard cofunction identity, indicating that the cosine of an angle's complement is equal to the sine of the angle itself.
Question 22
For all values of x, sin(x) = sin(-x).
Correct Answer
False
The sine function is an odd function, meaning that sin(-x) = -sin(x), not sin(x). For example, sin(pi/2) = 1, but sin(-pi/2) = -1.