Solution to Exercise 7.1-2© 1998 by Karl Hahn |
|
The problem was to solve
tan(x) = A cos(x)for x, where -π/2 ≤ x ≤ π/2 and A > 0.
Step 1: Multiply out the denominator. Observe that tan(x) = sin(x)/cos(x). So if you multiply through by cos(x) you get the more tractable equation of
sin(x) = A cos2(x)
Step 2: Apply an identity to cos2(x). Since sin2(x) + cos2(x) = 1, you can replace cos2(x) with 1 - sin2(x). So you have
sin(x) = A - A sin2(x)
Step 3: Substitute for sin(x). What you've got here is a quadratic in sin(x). Make it easy on yourself by substituting u = sin(x). You can substitute back later. Now you have
u = A - Au2or equivalently
Au2 + u - A = 0
Step 4: Apply the quadratic formula. Use it to solve for u.
_______
-1 ± √1 + 4A2
u =
2A
Step 5: Decide which root makes sense. As you can see, the quadratic above has two solutions. Which one is the one we are looking for? Remember that u = sin(x), and -1 ≤ sin(x) ≤ 1 for all x. Hence -1 ≤ u ≤ 1. Observe that when you do some algebraic massaging on the quadratic solutions, you get
-1
u = |
1 |
-1
u = |
1 |
Can you prove that the above expression for u will always be in the open interval of 0 to 1 no matter what positive value you choose for A?
Step 6: Use the inverse sine to solve for x. Since we substituted earlier u = sin(x), we have
x = sin-1(u)Observe that the principle value of the inverse sine gives us x in the range that the problem asked for.
Step 7: Substitute the solution you got for u. So you have
x = sin-1 |
-1 |
1 |
You can email me by clicking this button: