Trigonometric Equations Solution

  • Thread starter Thread starter Peter G.
  • Start date Start date
  • Tags Tags
    Trigonometric
AI Thread Summary
The discussion revolves around solving the trigonometric equation 2cos(x) = sin(2x) without a calculator. The original poster incorrectly canceled terms, leading to the loss of a solution when cos(x) = 0. A safer approach suggested involves rearranging the equation and factoring, which helps avoid losing potential solutions. The importance of not canceling terms in equations is emphasized, with an example illustrating how this can lead to missing solutions. Proper factoring and using the zero product property are recommended for accurate results.
Peter G.
Messages
439
Reaction score
0
Hi,

I had to solve without the aid of a calculator:

2cos(x) = sin(2x)

What I did was perform the following substitution:

2cos(x) = 2sin(x)cos(x)

I then canceled and got:

sin (x) = 1

For 0 to 3pi,

I got two answers, pi/2 and 5pi/2.

I did not get one of the answers. Why?

What did I do wrong?

Thanks!
 
Physics news on Phys.org
Peter G. said:
Hi,

I had to solve without the aid of a calculator:

2cos(x) = sin(2x)

What I did was perform the following substitution:

2cos(x) = 2sin(x)cos(x)

I then canceled and got:

sin (x) = 1

For 0 to 3pi,

I got two answers, pi/2 and 5pi/2.

I did not get one of the answers. Why?

What did I do wrong?

Thanks!
2cos(x) = 2sin(x)cos(x) is also true if cos(x) = 0 , (in which case, you divided by zero when you cancelled.)

A safer way:

subtract 2cos(x) from both sides:

0 = 2sin(x)cos(x) - cos(x) .

Factor & use the zero product property of multiplication.
 
Ok, thanks!
 
Just to emphasize what Sammy said, when you're solving equations, it's not a good idea to "cancel" since there is the chance that you will be losing a solution (just like you did here).

Here's a simple example showing why cancelling is not a good idea:

Solve for x in the equation x2 = 4x

First attempt:
Cancel x from each side to get x = 4.
x = 4 is a solution, but the problem is, there is another that was lost by the cancel operation.

Second attempt:
Rewrite the equation as x2 - 4x = 0
Factor to get x(x - 4) = 0
Solution: x = 0 or x = 4
 
I picked up this problem from the Schaum's series book titled "College Mathematics" by Ayres/Schmidt. It is a solved problem in the book. But what surprised me was that the solution to this problem was given in one line without any explanation. I could, therefore, not understand how the given one-line solution was reached. The one-line solution in the book says: The equation is ##x \cos{\omega} +y \sin{\omega} - 5 = 0##, ##\omega## being the parameter. From my side, the only thing I could...
Back
Top