All Categories MCQs
Topic Notes: All Categories
General Description
Plato
- Biography: Ancient Greek philosopher (427–347 BCE), student of Socrates and teacher of Aristotle, founder of the Academy in Athens.
- Important Ideas:
- Theory of Forms
- Philosopher-King
- Ideal State
1821
If sin(θ) = 5/13 and θ is an acute angle, what is tan(θ)?
Answer:
5/12
In a right triangle where opposite=5 and hypotenuse=13, the adjacent side is calculated via the Pythagorean theorem: √(13² - 5²) = √(169 - 25) = √144 = 12. Tangent is opposite/adjacent, which equals 5/12.
1822
What is the correct formula for tan(A + B)?
Answer:
(tan A + tan B) / (1 - tan A * tan B)
The tangent addition formula is derived by expanding sin(A+B)/cos(A+B) and dividing the numerator and denominator by cos(A)cos(B). This yields (tan A + tan B) / (1 - tan A * tan B).
1823
Evaluate: sin(180° + θ)
Answer:
-sin(θ)
Adding 180° to an angle places it in the third quadrant (assuming θ is acute), where the sine function is strictly negative. The reference angle remains θ, so sin(180° + θ) = -sin(θ).
1824
What is the maximum value of 3*sin(x) + 4*cos(x)?
Answer:
5
For any expression in the form a*sin(x) + b*cos(x), the maximum value is precisely √(a² + b²). Substituting a=3 and b=4, we get √(3² + 4²) = √(9 + 16) = √25 = 5.
1825
Simplify the expression: (sin(θ) + csc(θ))²
Answer:
sin²(θ) + csc²(θ) + 2
Expanding the square using (a + b)² = a² + 2ab + b² gives sin²(θ) + 2sin(θ)csc(θ) + csc²(θ). Because csc(θ) is the reciprocal of sin(θ), their product is 1. Thus, the middle term becomes 2(1) = 2, yielding sin²(θ) + csc²(θ) + 2.
1826
Find the value of (1 - cos(2θ)) / 2.
Answer:
sin²(θ)
Using the double-angle identity cos(2θ) = 1 - 2sin²(θ), we can rearrange the terms to solve for sine. This yields 2sin²(θ) = 1 - cos(2θ). Dividing by 2 gives sin²(θ) = (1 - cos(2θ)) / 2, which is the half-angle formula.
1827
What is the value of cos²(15°) - sin²(15°)?
Answer:
√3/2
This perfectly matches the double-angle identity for cosine: cos(2θ) = cos²(θ) - sin²(θ). Setting θ = 15°, the expression evaluates to cos(2 * 15°) = cos(30°). The exact value of cos(30°) is √3/2.
1828
Evaluate: 2*sin(22.5°)*cos(22.5°)
Answer:
1/√2
This applies the double-angle identity sin(2θ) = 2*sin(θ)*cos(θ). With θ = 22.5°, the expression becomes sin(2 * 22.5°) = sin(45°). The value of sin(45°) is 1/√2. Wait, option A is 1/√2, let me re-evaluate options. Yes, 1/√2 is the correct answer. I will set the correct option to 'a'.
1829
If an observer on a 50m tall lighthouse looks down at a boat at an angle of depression of 45°, how far is the boat from the base of the lighthouse?
Answer:
50 m
The angle of depression from the top equals the angle of elevation from the boat (45°). Using the tangent function: tan(45°) = height / distance. Since tan(45°) = 1, distance = height = 50 meters.
1830
What is the exact value of sin(15°)?
Answer:
(√3 - 1) / 2√2
Using the difference formula sin(45° - 30°) = sin(45°)cos(30°) - cos(45°)sin(30°). Substituting the known values: (1/√2)*(√3/2) - (1/√2)*(1/2) = √3/(2√2) - 1/(2√2) = (√3 - 1) / 2√2.