Question 816469
There's an error in the other tutor's response so his answer is not right. When you multiply out
cos(x)(15cos(x) + 7) = 3
you get
{{{15cos^2(x)+7cos(x)=3}}}
not
{{{15cos^2(x)+7=3}}}<br>
So the equation to solve is:
{{{15cos^2(x)+7cos(x)=3}}}
To solve this we subtract 3:
{{{15cos^2(x)+7cos(x)-3=0}}}
This equation is in what is called quadratic form. This is an equation with the same structure as a "pure" quadratic and can be solved using the same techniques. To help you see the "quadratic-ness" of this equation we'll use a temporary variable:
Let q = cos(x). Replacing the cos(x) with q in the equation we get:
{{{15q^2+7q-3=0}}}
This is clearly a quadratic. It does not factor but we can use the quadratic formula:
{{{q = (-(7)+-sqrt((7)^2-4(15)(-3)))/2(15)}}}
Simplifying...
{{{q = (-7+-sqrt(49-4(15)(-3)))/30}}}
{{{q = (-7+-sqrt(49+180))/30}}}
{{{q = (-7+-sqrt(229))/30}}}
which is short for
{{{q = (-7+sqrt(229))/30}}} or {{{q = (-7-sqrt(229))/30}}}<br>
Of course we do not care about values for q. We want solutions for x. So we replace the q's...
{{{cos(x) = (-7+sqrt(229))/30}}} or {{{cos(x) = (-7-sqrt(229))/30}}}
... and then solve for x. We should know that neither of the right sides of these equations are special angle values for cos. So we reach for our calculators to convert the right sides into decimals (rounded-off to 4 places):
cos(x) = 0.2711 or cos(x) = -0.7378<br>
Now we use our calculators again to find reference angles. {{{cos^-1(0.2711) = 1.2963}}}. Since the 0.2711 is positive and since cos is positive in the 1st and 4th quadrants we should get the following general solution equations for cos(x) = 0.2711:
{{{x = 1.2963 + 2pi*n}}} (for the 1st quadrant)
{{{x = -1.2963 + 2pi*n}}} (for the 4th quadrant)<br>
For cos(x) = -0.7378, {{{cos^-1(0.7378) = 0.7410}}} (Note: Do not use a minus sign when finding reference angles!). Since the -0.7378 is negative (this is where the negative gets used) and since cos is negative in the 2nd and 3rd quadrants we should get the following general solution equations:
{{{x = pi - 0.7410 + 2pi*n}}} (for the 2nd quadrant)
{{{x = pi + 0.7410 + 2pi*n}}} (for the 3rd quadrant)
Using 3.1316 for {{{pi}}} these simplify to:
{{{x = 2.4006 + 2pi*n}}}
{{{x = 3.8826 + 2pi*n}}}<br>
So the general solution equations for your equation are:
{{{x = 1.2963 + 2pi*n}}}
{{{x = -1.2963 + 2pi*n}}}
{{{x = 2.4006 + 2pi*n}}}
{{{x = 3.8826 + 2pi*n}}}<br>
Now we use these equations and various integer values for n to find x's that are in the specified domain.
From {{{x = 1.2963 + 2pi*n}}}...
if n = 0 then x = 1.2963
if n = 1 (or larger) then x is too large for the interval
if n = -1 (or smaller) then x is too small for the interval
From {{{x = -1.2963 + 2pi*n}}}...
if n = 0 (or smaller) then x is too small for the interval
if n = 1 then x = 1.8453
if n = 2 (or larger) then x is too large for the interval
From {{{x = 2.4006 + 2pi*n}}}...
if n = 0 then x = 2.4006
if n = 1 (or larger) then x is too large for the interval
if n = -1 (or smaller) then x is too small for the interval
From {{{x = 3.8826 + 2pi*n}}}...
if n = 0 then x = 3.8826
if n = 1 (or larger) then x is too large for the interval
if n = -1 (or smaller) then x is too small for the interval<br>
So the only solutions within the given interval are 1.2963, 1.8453, 2.4006 and 3.8826<br>
P.S. After you've done a few of these quadratic form equations you will not need the temporary variable. You will start seeing how to go directly from
{{{15cos^2(x)+7cos(x)-3=0}}}
to
{{{cos(x) = (-(7)+-sqrt((7)^2-4(15)(-3)))/2(15)}}}
etc.