estia-1a/CalculDifferentiel/Laplace.md
2026-03-25 08:47:45 +01:00

36 lines
534 B
Markdown

# Intégration par parties (IPP)
Soit $( f, g \in \mathcal{C}^n([a,b]) )$.
---
## (IP1)
$$
(\mathcal{L}(f))^{(n)}(t) = (-t)^n \, \mathcal{L}(x^n f(x))(t)
$$
---
## (IP2)
Si \( f \) est de classe \( \mathcal{C}^n \) avec \( f^{(n)} \in \mathcal{L}^1(\mathbb{R}^+) \), alors :
$$
\mathcal{L}(f^{(n)})(p)
= p^n \mathcal{L}(f)(p)
- p^{n-1} f(0)
- p^{n-2} f'(0)
- \dots
- f^{(n-1)}(0)
$$
---
## (IP3)
Si \( f \) est la primitive de \( g \) qui s'annule en \( 0 \), alors :
$$
\mathcal{L}(f)(p) = \frac{\mathcal{L}(g)(p)}{p}
$$