Question:medium

If f(x) = ∫x0 t(sin x-sin t)dt then

Updated On: Apr 2, 2026
  • $f '''(x)+f ''(x)=\sin x$
  • $f '''(x)+f''(x)-f (x)=\cos x$
  • $f'''(x)+f '(x)=\cos x-2x \sin x$
  • $f '''(x)-f ''(x)=\cos x-2x \sin x$
Show Solution

The Correct Option is C

Solution and Explanation

To solve this problem, we need to find derivatives and analyze the given function f(x) = \int_{0}^{x} t(\sin x - \sin t) \, dt. Let's break down the steps:

  1. First, differentiate f(x) with respect to x. Using the Leibniz rule for differentiation under the integral, we have: f'(x) = x(\sin x - \sin x) + \int_{0}^{x} t \cos x \, dt = \int_{0}^{x} t \cos x \, dt.
  2. Since \sin x - \sin x = 0, this simplifies to: f'(x) = \cos x \int_{0}^{x} t \, dt. When integrating, we get: f'(x) = \cos x \left[ \frac{t^2}{2} \right]_{0}^{x} = \cos x \cdot \frac{x^2}{2} = \frac{x^2}{2} \cos x.
  3. Now, differentiate f'(x) to find f''(x): f''(x) = \frac{d}{dx} \left(\frac{x^2}{2} \cos x\right) = \frac{x^2}{2} (-\sin x) + x \cos x. Simplifying, this becomes: f''(x) = -\frac{x^2}{2} \sin x + x \cos x.
  4. Next, differentiate f''(x) to find f'''(x): f'''(x) = \frac{d}{dx} [-\frac{x^2}{2} \sin x + x \cos x]. Applying the product rule, we get: f'''(x) = -\frac{d}{dx} \left(\frac{x^2}{2} \sin x\right) + \frac{d}{dx} (x \cos x) = [-x \sin x - \frac{x^2}{2} \cos x] + [\cos x - x \sin x]. Simplifying, we have: f'''(x) = -x \sin x - \frac{x^2}{2} \cos x + \cos x - x \sin x = -2x \sin x + \cos x - \frac{x^2}{2} \cos x.

After obtaining f'(x) and f'''(x), we can examine which differential equation corresponds to the options given. We find that the equation:

f'''(x) + f'(x) = \cos x - 2x \sin x

fits the calculations, considering:

  • f'''(x) = \cos x - 2x \sin x
  • f'(x) = \frac{x^2}{2} \cos x

Thus, adding these derivatives leads to:

f'''(x) + f'(x) = (-2x \sin x + \cos x - \frac{x^2}{2} \cos x) + \frac{x^2}{2} \cos x = \cos x - 2x \sin x

Therefore, the correct answer is:

Option 3: f'''(x) + f'(x) = \cos x - 2x \sin x

Was this answer helpful?
0