Finding two vlaues for trig function

  • Thread starter Thread starter rohan03
  • Start date Start date
  • Tags Tags
    Function Trig
rohan03
Messages
56
Reaction score
0

Homework Statement



I need to find at least two values of x in the interval [0,∏/2]
for which f(x)= sin(x)+sin(2x)+sin(3x)=1


The Attempt at a Solution



now this is what my understanding is and this is what I have done


sin(x)+sin(2x)+sin(3x)=1
sin(x)+sin(2x)+sin(3x)-1

Now by calculation f(0) = sin(0)+sin(2x0)+sin(3x0)-1 =-1

and f(∏/2) = sin(∏/2)+sin(2x∏/2)+sin(3x∏/2)-1
that then given me = 1+0+-1 -1 =-1

but I know this is not right- as I don't get negative to positive solution to show that there is atleast two values of x for which f(x) is true!
I think I have lost the plot somewhere!

can someone look at this and tell me what's wrong and guide me to correct procedure
 
Physics news on Phys.org
rohan03 said:

Homework Statement



I need to find at least two values of x in the interval [0,∏/2]
for which f(x)= sin(x)+sin(2x)+sin(3x)=1


The Attempt at a Solution



now this is what my understanding is and this is what I have done
If the following is true,
sin(x)+sin(2x)+sin(3x)=1
then
sin(x)+sin(2x)+sin(3x)-1=0
Which says that f(x) - 1 = 0 .

So the rest is wrong.
Now by calculation f(0) = sin(0)+sin(2x0)+sin(3x0)-1 =-1

and f(∏/2) = sin(∏/2)+sin(2x∏/2)+sin(3x∏/2)-1
that then given me = 1+0+-1 -1 =-1

but I know this is not right- as I don't get negative to positive solution to show that there is at least two values of x for which f(x) is true!
I think I have lost the plot somewhere!

can someone look at this and tell me what's wrong and guide me to correct procedure
Use the angle addition identity for sin(x+2x) which is sin(3x) .

Similarly, for sin(x), you can think of x as being 2x - x .
 
ok I am still lost
 
Thank you I found similar example which cleared all my misunderstanding
 
Last edited:
SammyS said:
If the following is true,
then
Which says that f(x) - 1 = 0 .

So the rest is wrong.
Use the angle addition identity for sin(x+2x) which is sin(3x) .

Similarly, for sin(x), you can think of x as being 2x - x .

thia gives me
2sin x + 2 sin x cos x - 2sin³ x + 2 cos² x sin x.
 
SammyS said:
Use the angle addition identity for sin(x+2x) which is sin(3x) .

Similarly, for sin(x), you can think of x as being 2x - x .

f(x) - 1 = sin(x)+sin(2x)+sin(3x) -1
= sin(2x-x)+sin(2x)+sin(2x+x) -1

= sin(2x)cos(x)-sin(x)cos(2x) + sin(2x) + sin(2x)cos(x)+sin(x)cos(2x) -1

= ...​
 
To expand further on this do you take say sin(2x) and break it down or do you start substituting values for x?
 
Fizzman said:
To expand further on this do you take say sin(2x) and break it down or do you start substituting values for x?
Hello Fizzman. Welcome to PF !

Two of the terms cancel.

Collect terms that have sin(2x), then see what happens if you expand sin(2x) .
 
Thanks for the welcome.

Ok so doing that I get

2sin(2x)cos(x) +sin(x) -1

Do I substitute for x or is further expansion needed?

If I expand the sin(2x)

2sin(2x)cos(x)+2sin(x)cos(x)-1
 
Last edited:
  • #10
Fizzman said:
Thanks for the welcome.

Ok so doing that I get

2sin(2x)cos(x) +sin(x) -1

Do I substitute for x or is further expansion needed?

If I expand the sin(2x)

2sin(2x)cos(x)+2sin(x)cos(x)-1
After looking at this problem for a while, it doesn't appear that it works out very nicely.

I get f(x)=sin(2x)cos(x)-sin(x)cos(2x) + sin(2x) + sin(2x)cos(x)+sin(x)cos(2x) -1

     = sin(2x)(2cos(x) + 1) - 1

You can expand sin(2x) out & get a term with cos2(x) --- which can be changed to 1 - sin2(x) --- but there still remains one term with cos(x) in it.

That messes up the whole works!
 
Back
Top