Send a link to your students to track their progress
13 Terms
1
New cards
How can we express the area under the curve of y = f(t) from t= a to t= x?
A(x) = ∫(x to a) f(t) dt
2
New cards
What is the fundamental theorem of calculus?
F(x) = ∫(x to a) f(t) dt
Which is the antiderivative of f(x) which is to say F’(x) = f(x)
3
New cards
If f(x) and g(x) are continuous functions, and a,b are real numbers:
What does ∫(a(f(x) + bg(x)) dx equal?
a ∫ f(x) dx + b ∫g(x) dx
4
New cards
When do you use integration by parts?
If you have to integrate a product but can’t use integration by substiution
5
New cards
What is the formula for integration by parts?
∫u(x) dv/dx dx = u(x)v(x) - ∫v(x) du/dx dx
6
New cards
Why would you use integration by substitution?
It allows you to integrate functions of functions by simplifying the integral
7
New cards
How do you use integration by substitution?
1. Substitute u for one of the functions of x to give a function that is easier to integrate 2. Find du/dx and rewrite it so that dx is on its own 3. Rewrite the original integral in terms of u and du 4. Integrate as normal
8
New cards
What is the value of the definite integral ∫(b to a) f(x) dx?
F(b) - F(a)
9
New cards
How do you define the rational function f(x)?
A function of the form f(x) = p(x)/q(x) where p(x) and q(x) are polynomials
10
New cards
What is the t substitution?
t = tan θ/2
11
New cards
What is the effect of the t substitution?
It replaces each trigonometric functions and the differential dθ by algebraic expressions in the new variable t
12
New cards
What is the Arc Length formula of the curve y = y(x) from x=a to x=b?
L = ∫(b to a) √(1 + (dy/dx)^2 dx)
13
New cards
What is the formula for the arc length of a curve defined parametrically eg r(t) = (x(t), y(t), z(t)) where x(t), y(t) and z(t) are all continuously differentiable functions of t?
L = ∫(b to a) √((x’(t))^2 + (y’(t))^2 + (z’(t))^2)