Difficulty: Medium
Correct Answer: 3
Explanation:
Introduction / Context:
This question tests algebraic manipulation of trigonometric functions sec(theta) and tan(theta), combined with the Pythagorean identity sec^2(theta) - tan^2(theta) = 1. Instead of finding theta explicitly, we use the given linear relation between sec and tan to determine a related expression. This style of problem is common in trigonometry based aptitude sections and requires comfort with both identities and simultaneous equations.
Given Data / Assumptions:
- Given equation: 5*sec(theta) - 3*tan(theta) = 5.
- Theta is an acute angle, so sec(theta) > 0 and tan(theta) > 0.
- We need to find the value of 5*tan(theta) - 3*sec(theta).
- Trigonometric identity: sec^2(theta) - tan^2(theta) = 1.
Concept / Approach:
We treat sec(theta) and tan(theta) as variables, say s and t respectively. Then the given equation becomes 5s - 3t = 5. Along with this, we use the identity s^2 - t^2 = 1. This gives a system of two equations in two unknowns s and t. Solving this system allows us to find specific values for s and t, and then we substitute them into the target expression 5t - 3s to get the required result.
Step-by-Step Solution:
Step 1: Let s = sec(theta) and t = tan(theta).Step 2: The given equation becomes 5s - 3t = 5.Step 3: The trigonometric identity gives s^2 - t^2 = 1.Step 4: From 5s - 3t = 5, express one variable in terms of the other. For example, 5s = 5 + 3t, so s = 1 + (3t / 5).Step 5: Substitute s into s^2 - t^2 = 1 and solve for t. However, an easier approach is to solve the system directly using algebraic methods.Step 6: Solving the system 5s - 3t = 5 and s^2 - t^2 = 1, we obtain two solutions: (s, t) = (1, 0) and (s, t) = (17/8, 15/8).Step 7: Since theta is acute and tan(theta) must be positive, we discard the solution (1, 0) because it would imply t = 0.Step 8: Therefore, sec(theta) = 17/8 and tan(theta) = 15/8.Step 9: Now compute the required expression 5*tan(theta) - 3*sec(theta) = 5t - 3s.Step 10: Substitute s = 17/8 and t = 15/8: 5t - 3s = 5*(15/8) - 3*(17/8).Step 11: Compute numerators: 5*(15/8) = 75/8 and 3*(17/8) = 51/8.Step 12: So 5t - 3s = (75/8) - (51/8) = 24/8 = 3.
Verification / Alternative check:
We can verify the solution by substituting s = 17/8 and t = 15/8 back into the original equations. Check the identity: s^2 - t^2 = (17/8)^2 - (15/8)^2 = (289/64) - (225/64) = 64/64 = 1, which is correct. Check the linear equation: 5s - 3t = 5*(17/8) - 3*(15/8) = (85/8) - (45/8) = 40/8 = 5, which matches the given condition. Therefore, the values are consistent and the derived expression 3 is correct.
Why Other Options Are Wrong:
- 1, 2, 4, and -3: These values might result from incorrect algebra, sign mistakes, or using the discarded solution where tan(theta) = 0. Only 3 satisfies both the identity and the original equation under the requirement that theta is acute and tan(theta) is positive.
Common Pitfalls:
Some students forget to use the identity sec^2(theta) - tan^2(theta) = 1 and try to solve using only the linear equation, which is impossible. Others may make errors in squaring and subtracting when substituting into the identity. A frequent conceptual error is not considering the condition that theta is acute, and mistakenly accepting a solution where tan(theta) is zero or negative, which is not allowed here.
Final Answer:
The value of the expression 5*tan(theta) - 3*sec(theta) is 3.
Discussion & Comments