SOLUTION: solve 2sec^2 x +5tanx -3 = 0

Algebra ->  Trigonometry-basics -> SOLUTION: solve 2sec^2 x +5tanx -3 = 0       Log On


   



Question 634132: solve 2sec^2 x +5tanx -3 = 0
Answer by jsmallt9(3758) About Me  (Show Source):
You can put this solution on YOUR website!
2sec%5E2%28x%29+%2B5tan%28x%29+-3+=+0
Solving Trig equations like this one usually involves the following three stages:
  1. Using algebra and/or Trig properties to transform the given equation into one or more equations of the form:
    TrigFunction(expression) = number
  2. Find the general solution for each of the equations from step 1. Since Trig functions are periodic, these general solution equations will express the infinite number of solutions to the equations from step 1.
  3. Often, but not always, the problem requests specific solutions like "find the smallest positive solution" or "find all solutions between -pi and pi". Use the general solution equations to find these specific solutions.
Let's see this in action.
1. Transform the equation.
If you don't immediately see how to achieve the desired form, then some things to try are:
  • Use Trig properties to get all the arguments to match
  • Use Trig properties to get all the functions to match. Sometimes this involves rewriting any tan, cot, sec or csc's into sin's and/or cos's.
The arguments are both x's so they already match. We do have two different functions, sec and tan, and fortunately there is a property that connects them directly: sec%5E2%28x%29+=+tab%5E2%28x%29+%2B+1. So by using this property we can replace the sec squared and get an equation with only tan's:
2%28tan%5E2%28x%29+%2B+1%29+%2B5tan%28x%29+-3+=+0
Note the use of parentheses. This is very important when making substitutions of multiple-term expressions. In this case the parentheses tell us to use the Distributive property to multiply by the 2:
2tan%5E2%28x%29+%2B+2+%2B5tan%28x%29+-3+=+0
Combining the 2 and the -3:
2tan%5E2%28x%29+%2B5tan%28x%29+-1+=+0
This is a quadratic equation in terms of tan(x). Unfortunately it does not factor. (Did you post the problem correctly? Usually these problems factor at this point.) So we must use the Quadratic Formula:
tan%28x%29+=+%28-%285%29+%2B-+sqrt%28%285%29%5E2-4%282%29%28-1%29%29%29%2F2%282%29
which simplifies as follows:
tan%28x%29+=+%28-%285%29+%2B-+sqrt%2825-4%282%29%28-1%29%29%29%2F2%282%29
tan%28x%29+=+%28-%285%29+%2B-+sqrt%2825%2B8%29%29%2F2%282%29
tan%28x%29+=+%28-%285%29+%2B-+sqrt%2833%29%29%2F2%282%29
tan%28x%29+=+%28-5+%2B-+sqrt%2833%29%29%2F4
which is short for:
tan%28x%29+=+%28-5+%2B+sqrt%2833%29%29%2F4 or tan%28x%29+=+%28-5+-+sqrt%2833%29%29%2F4
These equations in the desired form and they are exact expressions for tan(x). But they are not special angle values for tan (like 0, 1, sqrt%283%29, etc.) so we will need decimals to proceed:
tan%28x%29+=+%28-5+%2B+5.74456265%29%2F4 or tan%28x%29+=+%28-5+-+5.74456265%29%2F4
tan%28x%29+=+%280.74456265%29%2F4 or tan%28x%29+=+%28-10.74456265%29%2F4
tan%28x%29+=+0.18614066 or tan%28x%29+=+-2.68614066

2. General solution.
We are looking to express all the angles whose tan is either 0.18614066 or -2.68614066. We'll do them one at a time.
tan(x) = 0.18614066
Using the inverse tan button, "tan^-1", on 0.18614066 we should get a reference angle of 0.18403446 radians. Since this tan is positive we know that x terminates in either the 1st or 3rd quadrants. This, combined with the reference angle gives us:
x+=+0.18403446+%2B2%2Api%2An for the 1st quadrant angles; and
x+=+pi+%2B+0.18403446+%2B2%2Api%2An for the 3rd quadrant angles.

Repeating this process for:
tan(x) = -2.68614066
Using the inverse tan button, "tan^-1", on 2.68614066 we should get a reference angle of 1.21441128 radians. (Note: When looking for reference angles, like we are here, do not enter negative numbers into the inverse functions! This is why we used 2.68614066 and not -2.68614066.) Since this tan is negative we know that x terminates in either the 2nd or 4th quadrants. This, combined with the reference angle gives us:
x+=+pi+-+1.21441128+%2B+2%2Api%2An for the 2nd quadrant; and
x+=+-1.21441128+%2B+2%2Api%2An for the 4th quadrant

The full general solution is all four of these equations:
x+=+0.18403446+%2B2%2Api%2An or
x+=+pi+%2B+0.18403446+%2B2%2Api%2An or
x+=+pi+-+1.21441128+%2B+2%2Api%2An or
x+=+-1.21441128+%2B+2%2Api%2An

3. Specific solution.
Your problem did not ask for a specific solution. Your answer, then, is the general solution equations above.

If your problem had asked for specific solutions then you would find these by trying various integer values for n in each of the general solution equations until you're convinced that no other specific solutions are to be found.

Notes on the general solution:
  • The part before "+ 2pi%2An" specifies a single angle (in this case a single angle with the right tan value).
  • The "n" in these equations can be replaced by any and all integers. Each integer value for n will result in a different value for x. All of these x's are solutions.
  • The "+ 2pi%2An" part of these equations is how we say "and any co-terminal angle".
  • For the 4th quadrant we could have used x+=+2pi+-+1.21441128+%2B+2%2Api%2An instead.