Math ClubMath Club
v1 · padrão canônico

Lição 87 — Integrais trigonométricas e substituição trigonométrica

∫ sinⁿcos^m via identidades e sub u. Substituição trigonométrica para radicais √(a²±x²) e √(x²−a²). Fórmulas de redução de potências.

Used in: Cálculo II (Brasil) · Equiv. Math III japonês · Equiv. Analysis LK alemão · AP Calculus BC (EUA)

sinnxcosmxdxx=asinθ,  x=atanθ,  x=asecθ\int \sin^n x \cos^m x\, dx \quad \bigg| \quad x = a\sin\theta,\; x = a\tan\theta,\; x = a\sec\theta
Choose your door

Rigorous notation, full derivation, hypotheses

항등식, 패턴, 치환

기본 항등식

sinnxcosmxdx\int \sin^n x \cos^m x\, dx 패턴

"사인과 코사인의 거듭제곱의 곱을 적분하는 전략은 지수의 홀짝성에 따라 다릅니다. 지수 중 하나가 홀수일 때, 한 인수를 '떼어내고' 피타고라스 항등식을 사용하여 나머지 짝수 거듭제곱을 변환합니다." — OpenStax Calculus Vol. 2, §3.2

삼각함수 치환

"삼각함수 치환 뒤의 아이디어는 제곱근을 포함한 식을 삼각함수식으로 바꾸는 것이므로 적분이 더 쉬워집니다." — APEX Calculus §6.4

축약 공식

풀이 예제

Exercise list

32 exercises · 8 with worked solution (25%)

Application 24Modeling 4Challenge 2Proof 2
  1. Ex. 87.1Application

    sin2xdx\int \sin^2 x\, dx를 계산하세요.

  2. Ex. 87.2Application

    cos2xdx\int \cos^2 x\, dx를 계산하세요.

  3. Ex. 87.3ApplicationAnswer key

    sin3xdx\int \sin^3 x\, dx를 계산하세요.

  4. Ex. 87.4Application

    cos3xdx\int \cos^3 x\, dx를 계산하세요.

  5. Ex. 87.5ApplicationAnswer key

    sin4xdx\int \sin^4 x\, dx를 계산하세요.

  6. Ex. 87.6Application

    cos4xdx\int \cos^4 x\, dx를 계산하세요.

  7. Ex. 87.7Application

    sin5xdx\int \sin^5 x\, dx를 계산하세요.

  8. Ex. 87.8Application

    tan2xdx\int \tan^2 x\, dx를 계산하세요.

  9. Ex. 87.9ApplicationAnswer key

    sin2xcos2xdx\int \sin^2 x \cos^2 x\, dx를 계산하세요.

  10. Ex. 87.10ApplicationAnswer key

    sin3xcosxdx\int \sin^3 x \cos x\, dx를 계산하세요.

  11. Ex. 87.11ApplicationAnswer key

    sinxcos3xdx\int \sin x \cos^3 x\, dx를 계산하세요.

  12. Ex. 87.12Application

    sin3xcos2xdx\int \sin^3 x \cos^2 x\, dx를 계산하세요.

  13. Ex. 87.13Application

    sin(3x)cos(2x)dx\int \sin(3x)\cos(2x)\, dx를 계산하세요.

  14. Ex. 87.14Application

    tan2xsec2xdx\int \tan^2 x \sec^2 x\, dx를 계산하세요.

  15. Ex. 87.15Application

    1x2dx\int \sqrt{1 - x^2}\, dx를 계산하세요.

  16. Ex. 87.16Application

    4x2dx\int \sqrt{4 - x^2}\, dx를 계산하세요.

  17. Ex. 87.17Application

    11x2dx\int \dfrac{1}{\sqrt{1 - x^2}}\, dx를 계산하세요.

  18. Ex. 87.18ApplicationAnswer key

    19x2dx\int \dfrac{1}{\sqrt{9 - x^2}}\, dx를 계산하세요.

  19. Ex. 87.19Application

    x21x2dx\int \dfrac{x^2}{\sqrt{1 - x^2}}\, dx를 계산하세요.

  20. Ex. 87.20Application

    치환 x=tanθx = \tan\theta를 사용하여 11+x2dx\int \dfrac{1}{1 + x^2}\, dx를 계산하세요.

  21. Ex. 87.21Application

    11+x2dx\int \dfrac{1}{\sqrt{1 + x^2}}\, dx를 계산하세요.

  22. Ex. 87.22Application

    1+x2dx\int \sqrt{1 + x^2}\, dx를 계산하세요.

  23. Ex. 87.23ApplicationAnswer key

    1x21dx\int \dfrac{1}{\sqrt{x^2 - 1}}\, dx를 계산하세요.

  24. Ex. 87.24Application

    x24dx\int \sqrt{x^2 - 4}\, dx를 계산하세요.

  25. Ex. 87.25Modeling

    반지름 rr인 원의 넓이가 πr2\pi r^2임을 A=40rr2x2dxA = 4\int_0^r \sqrt{r^2 - x^2}\, dx를 계산하여 증명하세요.

  26. Ex. 87.26Modeling

    코시 분포: f(x)=1π(1+x2)f(x) = \dfrac{1}{\pi(1+x^2)}f(x)dx=1\int_{-\infty}^\infty f(x)\, dx = 1을 만족함을 확인하세요.

  27. Ex. 87.27Modeling

    v(t)=V0sin(ωt)v(t) = V_0\sin(\omega t)의 제곱평균제곱근 (RMS) 전압: T=2π/ωT = 2\pi/\omega일 때, Vrms=1T0Tv2dtV_{rms} = \sqrt{\frac{1}{T}\int_0^T v^2\, dt}를 계산하세요.

  28. Ex. 87.28Modeling

    타원 x2/a2+y2/b2=1x^2/a^2 + y^2/b^2 = 1의 넓이: A=40abaa2x2dxA = 4\int_0^a \frac{b}{a}\sqrt{a^2 - x^2}\, dx를 계산하고 A=πabA = \pi ab임을 보이세요.

  29. Ex. 87.29ChallengeAnswer key

    secn\sec^n의 축약 공식을 사용하여 sec5xdx\int \sec^5 x\, dx를 계산하세요.

  30. Ex. 87.30Challenge

    Weierstrass 치환 t=tan(x/2)t = \tan(x/2)를 사용하여 1sinxdx=cscxdx\int \dfrac{1}{\sin x}\, dx = \int \csc x\, dx를 계산하세요.

  31. Ex. 87.31Proof

    증명. 부분 적분을 사용하여 축약 공식 sinnxdx=sinn1xcosxn+n1nsinn2xdx\int \sin^n x\, dx = -\frac{\sin^{n-1}x\cos x}{n} + \frac{n-1}{n}\int\sin^{n-2}x\, dx를 증명하세요.

  32. Ex. 87.32Proof

    증명. (secx+tanx)/(secx+tanx)(\sec x + \tan x)/(\sec x + \tan x)를 곱하여 secxdx=lnsecx+tanx+C\int \sec x\, dx = \ln\lvert \sec x + \tan x\rvert + C를 증명하세요.

출처

Updated on 2026-05-06 · Author(s): Clube da Matemática

Found an error? Open an issue on GitHub or submit a PR — open source forever.