Solveeit Logo

Question

Question: For each \[t \in R\], let [t] be the greatest integer less than or equal to \[t\]. Then, \[\mathop...

For each tRt \in R, let [t] be the greatest integer less than or equal to tt. Then,
limx1+(1x+sin1x)sin(π2[1x])1x[1x]\mathop {\lim }\limits_{x \to 1 + } \dfrac{{\left( {1 - \left| x \right| + \sin \left| {1 - x} \right|} \right)\sin \left( {\dfrac{\pi }{2}[1 - x]} \right)}}{{\left| {1 - x} \right|[1 - x]}}
A.Equals 1
B.Equals 0
C.Equals 1 - 1
D.Does not exist

Explanation

Solution

Here we have to put the value of the xx in the equation such that its limit will change. Then we will solve the equation accordingly using the limits. We will find the value of greatest integer and substitute it in the equation so that we will get the required answer.

Complete step by step solution:
Firstly, we will put the value of xx in the equation such that its value of the limit of the equation will change and will tend to00.
So from the equation we get that the limit of xx tends to 1+1 + . Therefore we can write it as
x=1+hx = 1 + h and by we can say that value of hh tends to00. Therefore by putting this in the given equation, we get
limh0(11+h+sin1(1+h))sin(π2[1(1+h)])1(1+h)[1(1+h)]\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\left( {1 - \left| {1 + h} \right| + \sin \left| {1 - \left( {1 + h} \right)} \right|} \right)\sin \left( {\dfrac{\pi }{2}[1 - \left( {1 + h} \right)]} \right)}}{{\left| {1 - \left( {1 + h} \right)} \right|[1 - \left( {1 + h} \right)]}}
Simplifying the above equation, we get
limh0(11h+sin11h)sin(π2[11h])11h[11h]\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\left( {1 - 1 - h + \sin \left| {1 - 1 - h} \right|} \right)\sin \left( {\dfrac{\pi }{2}[1 - 1 - h]} \right)}}{{\left| {1 - 1 - h} \right|[1 - 1 - h]}}
limh0(h+sinh)sin(π2[h])h[h]\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\left( { - h + \sin \left| { - h} \right|} \right)\sin \left( {\dfrac{\pi }{2}[ - h]} \right)}}{{\left| { - h} \right|[ - h]}}………………. (1)
Now it is given in the question that [t]\left[ t \right] be the greatest integer less than or equal to tt. So we have to find the value of greatest integer of [h][ - h] so that we will put its value in equation (1) and solve it further. We know that if the value of xx vary in the interval of nx<(n+1)n \le x < \left( {n + 1} \right) then its greatest integer value is [x]=n[x] = n.
So we know that the value of h will vary in the interval of0h<10 \le h < 1so the value of the negative h will vary in the interval of1h<0 - 1 \le - h < 0. Therefore the greatest integer value of[h][ - h]will be1 - 1.
Now we will put the value of[h][ - h]in the equation (1) and solve further. So, we get
limh0(h+sinh)sin(π2(1))h(1)\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\left( { - h + \sin \left| { - h} \right|} \right)\sin \left( {\dfrac{\pi }{2}( - 1)} \right)}}{{\left| { - h} \right|( - 1)}}
limh0(h+sinh)sin(π2(1))h(1)\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\left( { - h + \sin h} \right)\sin \left( {\dfrac{\pi }{2}( - 1)} \right)}}{{h( - 1)}}
We know that the value of sin function at negative π2\dfrac{\pi }{2}angle is1 - 1 as it is in the 4th quadrant and sin function is negative in the 4th quadrant. So, we get
limh0(h+sinh)(1)h(1)\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\left( { - h + \sin h} \right)( - 1)}}{{h( - 1)}}
limh0(sinhh)h\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\left( {\sin h - h} \right)}}{h}
Now by simplifying the above equation we will get the value of the equation. Therefore
limh0sinhh1=11=0\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\sin h}}{h} - 1 = 1 - 1 = 0
limh0(1x+sin1x)sin(π2[1x])1x[1x]=0\Rightarrow \mathop {\lim }\limits_{h \to 0} \dfrac{{\left( {1 - \left| x \right| + \sin \left| {1 - x} \right|} \right)\sin \left( {\dfrac{\pi }{2}[1 - x]} \right)}}{{\left| {1 - x} \right|[1 - x]}} = 0
Hence, the value of the equation is equal to 0.
\therefore Option B is the correct option.

Note: Here we have to note that in the questions where the limit function is available we have to make the equation in such a way that the limit of the equation will become 0 or 1. This is because it will make the calculation very easy. We should also know that the mod function is the function which will return only the positive value of the function present inside the mod function.