How many real positive number x such that sin x = lo g 1 0 0 x ?
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.
My approach is same as you but my solution is a little bit different
Since they will only intersect at the interval [ 1 0 0 1 , 1 0 0 ] , you may want to divide it into intervals ( 2 ( 2 k − 1 ) π . 2 ( 2 k + 1 ) π ) , k = 1 , 2 , . . . , 3 1
Doing this, you will obtain 31 intervals, each having one intersection each. There will also be two leftover intervals, ( 1 0 0 1 , 2 π ) and ( 2 6 3 π , 1 0 0 ) but the two functions will not intersect in these intervals since they will have different signs.
Its graph is pretty interesting.
Problem Loading...
Note Loading...
Set Loading...
Since lo g 1 0 0 x = sin x ≤ 1 ⟹ x ≤ 1 0 0 .
Let's study the graphs of y = lo g 1 0 0 x and y = sin x in (0,100] below
In the next 14 intervals ( k 2 π , ( k + 1 ) 2 π ) , k = 1 , 2 , 3 , . . . , 1 4 we notice that
If x = 2 π + k 2 π ⟹ sin x = 1 > lo g 1 0 0 x ,
If x = π + k 2 π ⟹ sin x = 0 < lo g 1 0 0 x .
Hence, each interval gives 2 intersections of 2 graphs, i.e. the equation has 2 roots each interval.
Finally, the number of roots of the provided equation are 1 + 1 4 × 2 + 2 = 3 1 .