Solving a Trig Equation (Correct?)

  • Thread starter Thread starter whyorwhynot
  • Start date Start date
  • Tags Tags
    Trig
Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
8 replies · 3K views
whyorwhynot
Messages
9
Reaction score
0

Homework Statement


Write this expression in factored for as an algebraic expression of a single trig function (e.g., (2 sin x+3)(sin x-1):

sin x - cos2x - 1

Homework Equations


cos2x + sin2x = 1

The Attempt at a Solution


1) cos2x + sin2x = 1
2) sin2x = 1-cos2x
3) -cos2x = cos2x so sin2x = -cos2x+1

But the problem calls for -cos2x-1. Would the resulting function be sin2x - (-sin2x)?

4) sin x (sin x + sin x)

I'm not certain that I did it correctly :redface:
 
Physics news on Phys.org
Recheck your third statement. -cos2x is not equal to cos2x except when the cosine is 0.
 
tiny-tim said:
Hi CaptainADHD! :smile:

Please don't give out complete answers on this forum.

Well, having the rank of captain the the attention deficit and impulse control army doesn't go well with discretion.

Can you give me the power to edit my old posts or something? I don't want to get myself banned.
 
I will help you a little bit.

cos2x=1-sin2x

Substitute for cos2 in sinx-cos2x-1. After doing the mathematical operations, you will get quadratic equation at the end which you need to find out, and write in the form: a(x-x1)(x-x2), where a is the coefficient before y2
(ay2+by+c=0)
 
Strange a quadratic equation with seemingly two solutions, but only one works?
 
@JANm
Look at the first post. The question is how to "factor" the whole expression, not to solve it.

If the question was to solve it, than one of the solutions will worked out? Why?

Because [tex]-1 \leq sin(x) \leq 1[/tex], so sin(x)=-2 will not be the solution.
 
So we get sin^2(x)+sin(x)-2,
(sin(x)-x_1)*(sin(x)-x_2),
x_1,2=(-1+/-sqrt(1+8))/2=> x1=1, x2=-2,
the factorisation is (sin(x)-1)*(sin(x)+2).