Question 1103108
<br>
I had no idea, before starting working on this problem, how to solve it.  But by knowing the types of things I CAN do to solve equations like this, I was able to find a way to the solution.<br>
I will try to say something about the reasoning I used at each stage of the solution process as I show the solution itself.<br>
The given equation is
{{{sec(x)+tan(x) = 4}}}<br>
With my relatively limited experience with trigonometry past the basics, unless the equation is something I recognize, the first thing I do is change everything into sines and cosines:<br>
{{{1/cos(x)+sin(x)/cos(x) = 4}}}<br>
Next, a general rule in solving equations of almost any type is to clear fractions if possible; so multiply through by cos(x):<br>
{{{1+sin(x) = 4cos(x)}}}<br>
Then this is probably the most helpful thing I can tell you about the process of solving this problem, or similar problems with trig equations:
There is little hope in most cases for solving trig equations if the equation involves both sin(x) and cos(x) to the first power.
But there is a good chance it can be solved if the equation contains one or the other, or both, of sin(x) and cos(x), to the second power; generally this will involve the use of the basic trig identity {{{sin(x)^2+cos(x)^2 = 1}}}.<br>
With that in mind, let's square both sides of the equation.  (And remember that, in doing that, we might introduce extraneous solutions to the original problem.)<br>
{{{1+2sin(x)+sin(x)^2 = 16cos(x)^2)}}}<br>
Now use the basic trig identity to get the equation in terms of sin(x) only:<br>
{{{1+2sin(x)+sin(x)^2 = 16(1-sin(x)^2))}}}<br>
Now put this quadratic equation in sin(x) in standard form and factor:<br>
{{{1+2sin(x)+sin(x)^2 = 16-16sin(x)^2)}}}
{{{17sin(x)^2+2sin(x)-15=0}}}
{{{(17sin(x)-15)(sin(x)+1)=0}}}<br>
sin(x) = 15/17  or  sin(x) = -1.<br>
Let's check these solutions....<br>
If sin(x) = 15/17, then
cos(x) = 8/17;
sec(x) = 17/8;
tan(x) = 15/8;
sec(x)+tan(x) = 17/8 + 15/8 = 32/8 = 4  IT WORKS!<br>
If sin(x) = -1, then cos(x) is 0, and both sec(x) and tan(x) are undefined.  So that solution is extraneous.<br>
And now that we have found the solution to the given equation, it is easy to find the answer to the given question:<br>
{{{51sin(x)+34cos(x) = 51*(15/17)+34*(8/17) = 45+16 = 61}}}<br>
Note that, in the solution shown above, I ignored the possibility that, once I found sin(x) = 15/17, cos(x) could be -8/17 instead of 8/17.<br>
In fact I considered that possibility.  But with sin(x)=15/17 and cos(x)=-8/17, both sec(x) and tan(x) are negative; and in fact sec(x)+tan(x) = -4, instead of 4.  So I rejected that possibility for the value of cos(x).