Almost everyone knows that the graph of looks like this:
But let us turn the graph anticlockwise by and denote the new function as :
Find the value of if and
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
Using complex numbers make the problem very easy to solve. The graph of sin ( x ) is the collection of points/numbers of the form x + i ⋅ sin ( x ) , x ∈ R It is expressed in its polar form below as it is more useful for the solution: r ⋅ ( cos ( θ ) + i ⋅ sin ( θ ) ) , r = x 2 + sin 2 ( x ) , θ = t a n − 1 ( x sin ( x ) ) Here, r is called modulus and θ is called the argument of the complex number. When two complex numbers are multiplied, the arguments add and moduli multiply. Addition of angles indicate rotation. If a complex number of the form cos ( 4 π ) + i ⋅ sin ( 4 π ) is multiplied with the set of numbers that make the graph of sin ( x ) , the whole graph will be rotated by 4 5 ∘ (as the argument of the multiplied number is 4 π radians or 4 5 ∘ and as multiplication of complex numbers cause angles to add) without any stretching as the modulus of the multiplied number is 1 (as cos 2 ( θ ) + sin 2 ( θ ) = 1 ). Everything is shown below step by step: cos ( 4 π ) + i ⋅ sin ( 4 π ) = 2 1 + 2 1 ⋅ i ( x + i ⋅ sin ( x ) ) ⋅ ( 2 1 + 2 1 ⋅ i ) = 2 x − sin ( x ) + 2 x + sin ( x ) ⋅ i Thus the parametric equation of F is: ( 2 t − sin ( t ) , 2 t + sin ( t ) )
Now, suppose, x = 2 k − sin ( k ) . Then, F ( x ) = 2 k + sin ( k )
So, x ⋅ F ( x ) = ( 2 k − sin ( k ) ) ⋅ ( 2 k + sin ( k ) ) = 2 k 2 − 2 sin 2 ( k ) Here, x ⋅ F ( x ) = 1 8 π 2 − 8 3 = 3 2 ⋅ 2 π 2 − 2 sin 2 ( 3 π ) So, k = 3 π . Solving for x , we can get: x = 3 2 π − 2 2 3 = 0 . 1 2 8 1 0 8 0 5 4 . . .
*I am posting an answer in this website for the first time. So, naturally my answer can contain mistakes and ambiguities. I will be grateful if the community helps me to write better answers. Thank you.