Aufgabe:
Sei \( f : \mathbb{R} \rightarrow \mathbb{R} \), mit stetigen zweiten Ableitungen und folgende Bedingungen \( f(0) = f(\pi) = 1 \) erfüllt. Was ist der Wert des Integrals \( \int_{0}^{\pi} (f(x) + f''(x)) \sin x \,dx ? \)
Wir können das Integral in zwei Teile zerlegen:
\( \int_{0}^{\pi} f(x) \sin x \,dx + \int_{0}^{\pi} f''(x) \sin x \,dx \)
Dann partielle Integration anwenden:
\(= -f(x) \cos x \Big|_{0}^{\pi} + \int_{0}^{\pi} f'(x) \cos x \,dx + \sin x f'(x) \Big|_{0}^{\pi} - \int_{0}^{\pi} f'(x) \cos x \,dx \)
\(= -f(x) \cos x \Big|_{0}^{\pi} + \sin x f'(x) \Big|_{0}^{\pi} \)
\(= -f(\pi) \cos \pi + \sin \pi f'(\pi) + f(0) \cos 0 - \sin 0 f'(0) \)
Mit \( f(0) = f(\pi) = 1 \):
\( = -1 \cdot (-1) + 0 \cdot f'(\pi) + 1 \cdot 1 - 0 \cdot f'(0) = 1 + 0 + 1 - 0 = 2 \)
Richtig so?