Calculate the left Riemann sum for f(x) = x on the interval [0,2] using 2 subintervals.
Δx = (2−0)/2 = 1
Left Endpoints: x = 0, 1
1(0) + 1(1) = 1
∫1/x dx = ?
ln|x| + C
∫03 2x/(x2+1) dx = ?
ln10
A particle moves along a straight line with a velocity v(t) = 3t m/s. What is the total displacement of the particle over the interval [0,2]?
∫02 3tdt = [3t2/2]02 = 3(2)2/2 - 3(0)2/2
= 6m
sin2(x)+cos2(x) = ?
1
If the subinterval width (Δx) is 0.2 and there are 10 subintervals, what is the length of the interval [a,b]?
10 x 0.2 = 2
∫12 (3x2+1/x) dx = ?
7+ln2
∫ 2/(xlnx) dx = ?
2/ln(ln(x)) +C
Find the area under the curve f(x)= x2 on the interval [1,3].
∫13 x2dx = [x3/3]13 = 27/3 - 1/3 = 26/3
which function stays the same whether you take the derivative or the integral?
ex
In a right Riemann sum, what happens to the approximation if the function f(x) increases on [a,b]?
The right Riemann sum overestimates the integral
∫-1717 17x17-1x1+7x7 dx = ?
0
∫ 3√(sec2x-1) dx = ?
-3ln(cosx) +C
A particle’s velocity is given by v(t) = 3t2 - 2t + 1 m/s. Find the particle’s total displacement over the interval [0,3].
∫03 (3t2 - 2t + 1)dt = [t3 - t2 + t]03 = 27 - 9 + 3 = 21 m
When doing indefinite integrals, what will you always remember?
+C
Calculate the trapezoidal approximation for f(x)= x2 on [1,9] with 4 subintervals.
Δx = (9-1)/4 =2
Endpoints: 1, 3, 5, 7, 9
2[(1+9)/2] + 2[(9+25)/2] + 2[(25+49)/2] + 2[(49+81)/2] = 248
∫ (18x2+22)/(9+(3x)2) dx = ?
4/9 tan-1(x) + 2x + C
∫ xex^2 dx
1/2ex^2 + C
Water flows into a tank at a rate given by r(t)=4t2 liters per minute. How much water flows into the tank over the first 5 minutes?
∫05 4t2dx = 4[t3/3]05 = 4 x 125/3 = 500/3 liters
What is the derivative of inverse secant?
1 / |x| √(x2-1)