Intergration Flashcards
(48 cards)
What is the derivative of f(x) = x^n?
f’(x) = n * x^(n-1)
True or False: The integral of a constant k with respect to x is kx + C.
True
What is the integral of f(x) = x^3?
F(x) = (1/4)x^4 + C
Fill in the blank: The derivative of sin(x) is __________.
cos(x)
What is the power rule for integration?
∫x^n dx = (1/(n+1))x^(n+1) + C, for n ≠ -1
What is the derivative of e^x?
e^x
True or False: The second derivative of a function provides information about its concavity.
True
What is the integral of cos(x)?
sin(x) + C
What is the product rule for differentiation?
If u and v are functions, then (uv)’ = u’v + uv’.
What is the integral of 1/x?
ln|x| + C
Fill in the blank: The derivative of ln(x) is __________.
1/x
What is the quotient rule for differentiation?
If u and v are functions, then (u/v)’ = (u’v - uv’)/v^2.
What is the integral of sin(x)?
-cos(x) + C
True or False: The integral of a function gives the area under the curve of that function.
True
What is the derivative of tan(x)?
sec^2(x)
What does C represent in the context of indefinite integrals?
The constant of integration
Fill in the blank: The derivative of x^5 is __________.
5x^4
What is the chain rule for differentiation?
If y = f(g(x)), then dy/dx = f’(g(x)) * g’(x).
What is the integral of e^x?
e^x + C
True or False: The Fundamental Theorem of Calculus connects differentiation and integration.
True
What is the derivative of a constant k?
0
Fill in the blank: The integral of x^2 is __________.
(1/3)x^3 + C
What is the integral of sec^2(x)?
tan(x) + C
What is the derivative of the function f(x) = 3x^2 + 2x + 1?
f’(x) = 6x + 2