Solutions — Anti-differentiation and Indefinite Integrals
← Back to Questions | ← Back to Topic
-
∫ (x³ + 2x − 7) dx
= x4/4 + 2 · x²/2 − 7x + c
= x4/4 + x² − 7x + c
Check: d/dx(x4/4 + x² − 7x + c) = x³ + 2x − 7 ✓ -
∫ (4ex + 3 sin x) dx
= 4 ∫ ex dx + 3 ∫ sin x dx
= 4ex + 3(−cos x) + c
= 4ex − 3 cos x + c
Check: d/dx(4ex − 3 cos x) = 4ex + 3 sin x ✓ -
∫ (5 cos x − 2/x) dx
= 5 ∫ cos x dx − 2 ∫ (1/x) dx
= 5 sin x − 2 ln|x| + c
= 5 sin x − 2 ln|x| + c -
∫ (6x² − 4x + 1/x) dx
= 6 · x³/3 − 4 · x²/2 + ln|x| + c
= 2x³ − 2x² + ln|x| + c -
∫ (x4 − x−2) dx
∫ x4 dx = x5/5
∫ x−2 dx = x−1/(−1) = −1/x
Answer: x5/5 − (−1/x) + c = x5/5 + 1/x + c
Check: d/dx(x5/5 + 1/x) = x4 − x−2 = x4 − 1/x² ✓ -
Step 1 — Integrate:
f(x) = ∫(3x² − 6x + 2) dx = x³ − 3x² + 2x + c
Step 2 — Apply initial condition f(1) = 4:
(1)³ − 3(1)² + 2(1) + c = 4
1 − 3 + 2 + c = 4
0 + c = 4 ⇒ c = 4
f(x) = x³ − 3x² + 2x + 4 -
Step 1 — Integrate:
f(x) = ∫(sin x + ex) dx = −cos x + ex + c
Step 2 — Apply initial condition f(0) = 2:
−cos(0) + e0 + c = 2
−1 + 1 + c = 2
c = 2
f(x) = −cos x + ex + 2 -
The power rule ∫ xn dx = xn+1/(n+1) + c requires dividing by (n + 1). When n = −1, this gives division by 0, which is undefined — so the formula cannot be used.
The correct result is: ∫ x−1 dx = ∫ 1/x dx = ln|x| + c
Verification: d/dx(ln|x|) = 1/x = x−1 ✓ -
Rewrite 3/x² = 3x−2.
Step 1 — Integrate:
f(x) = ∫(4x − 3x−2) dx
= 4 · x²/2 − 3 · x−1/(−1) + c
= 2x² + 3/x + c
Step 2 — Apply initial condition f(1) = 6:
2(1)² + 3/1 + c = 6
2 + 3 + c = 6
c = 1
f(x) = 2x² + 3/x + 1 -
Finding v(t):
v(t) = ∫ a(t) dt = ∫(6t − 4) dt = 3t² − 4t + c
v(0) = 0 − 0 + c = −2 ⇒ c = −2
v(t) = 3t² − 4t − 2 m/s
Finding s(t):
s(t) = ∫ v(t) dt = ∫(3t² − 4t − 2) dt = t³ − 2t² − 2t + k
s(0) = 0 − 0 − 0 + k = 5 ⇒ k = 5
s(t) = t³ − 2t² − 2t + 5 m