RowQ
The Vault
RowQ
The Vault
CBSE Class 12 Maths · 11 questions · 26 marks
Integration reverses differentiation: given a function, this chapter finds every function whose derivative it is. Substitution, integration by parts and partial fractions extend the small set of standard integrals to a huge range of expressions, while the Fundamental Theorem of Calculus turns definite integrals into a simple subtraction, F(b) − F(a). Clever use of symmetry and the property ∫f(x)dx = ∫f(a+b−x)dx often shortcuts what would otherwise be a long computation.
The indefinite integral ∫x³ dx equals:
Answer
∫x³ dx = x⁴/4 + C. Using the power rule ∫xⁿdx = xⁿ⁺¹/(n+1) + C with n=3, we get x⁴/4 + C.
The indefinite integral ∫sec²x dx equals:
Answer
∫sec²x dx = tan x + C. This is a standard integral, the reverse of the known derivative d/dx(tan x) = sec²x.
The value of ∫[0,π/2] sin x dx is:
Answer
The value is 1. ∫sin x dx = -cos x + C, so ∫[0,π/2] sin x dx = [-cos x] from 0 to π/2 = -cos(π/2) - (-cos(0)) = 0 + 1 = 1.
The indefinite integral ∫1/(1+x²) dx equals:
Answer
∫1/(1+x²) dx = tan⁻¹x + C. This is a standard integral, the reverse of the derivative d/dx(tan⁻¹x) = 1/(1+x²).
Assertion (A): ∫[-2,2] x³ dx = 0. Reason (R): If f is an odd function, then ∫[-a,a] f(x) dx = 0.
Answer
Both A and R are true and R is the correct explanation of A. Reason R is the standard symmetry property for odd functions integrated over a symmetric interval. For Assertion A, f(x) = x³ satisfies f(-x) = -x³ = -f(x), so f is odd, and by the property in R, ∫[-2,2] x³ dx = 0. This confirms A using exactly the reasoning in R.
Evaluate ∫ x eˣ dx using integration by parts.
Answer
Using ILATE, choose u = x (algebraic) and dv = eˣ dx, so du = dx and v = eˣ. By the formula ∫u dv = uv − ∫v du: ∫x eˣ dx = x eˣ − ∫eˣ dx = x eˣ − eˣ + C. This can be written as eˣ(x − 1) + C.
Evaluate ∫ 2x cos(x² + 1) dx.
Answer
Use substitution: let u = x² + 1, so du = 2x dx. The integral becomes ∫cos(u) du = sin(u) + C. Substituting back: ∫2x cos(x²+1) dx = sin(x² + 1) + C.
Evaluate ∫ 1/(x²-1) dx using partial fractions.
Answer
Factor the denominator: x² − 1 = (x−1)(x+1). Write 1/(x²-1) = A/(x-1) + B/(x+1). Multiplying through: 1 = A(x+1) + B(x-1). Setting x=1: 1 = 2A, so A = 1/2. Setting x=-1: 1 = -2B, so B = -1/2. So the integral is ∫[(1/2)/(x-1) - (1/2)/(x+1)] dx = (1/2)ln|x-1| - (1/2)ln|x+1| + C = (1/2)ln|(x-1)/(x+1)| + C.
Evaluate ∫ x² eˣ dx using integration by parts.
Answer
Apply integration by parts twice, using ILATE to pick the algebraic factor as u each time. First: u = x², dv = eˣdx, so du = 2x dx, v = eˣ. This gives ∫x²eˣdx = x²eˣ − ∫2x eˣ dx. Now evaluate ∫2x eˣ dx by parts again: u = 2x, dv = eˣdx, so du = 2dx, v = eˣ. This gives ∫2x eˣ dx = 2x eˣ − ∫2eˣ dx = 2x eˣ − 2eˣ. Combining: ∫x²eˣdx = x²eˣ − (2x eˣ − 2eˣ) + C = eˣ(x² − 2x + 2) + C. Check by differentiating: d/dx[eˣ(x²-2x+2)] = eˣ(x²-2x+2) + eˣ(2x-2) = eˣ(x²) = x²eˣ. Correct.
Evaluate ∫[0,π] x sin x/(1+cos²x) dx.
Answer
Let I = ∫[0,π] x sinx/(1+cos²x) dx. Apply the property ∫[0,a]f(x)dx = ∫[0,a]f(a-x)dx with a=π. I = ∫[0,π] (π-x) sin(π-x)/(1+cos²(π-x)) dx = ∫[0,π] (π-x) sinx/(1+cos²x) dx, since sin(π-x)=sinx and cos(π-x)=-cosx (so cos² is unchanged). This gives I = π∫[0,π] sinx/(1+cos²x) dx − I, so 2I = π∫[0,π] sinx/(1+cos²x) dx. For the remaining integral, substitute t = cos x, dt = -sinx dx; when x=0, t=1, and when x=π, t=-1. ∫[0,π] sinx/(1+cos²x)dx = ∫[-1,1] 1/(1+t²) dt = [tan⁻¹t] from -1 to 1 = π/4 - (-π/4) = π/2. So 2I = π×(π/2) = π²/2, giving I = π²/4.
Read the following and answer the questions that follow: The velocity of a particle moving along a straight line is v(t) = 3t² + 2t metres per second, for t ≥ 0, and its initial displacement is s(0) = 0. (a) Find the displacement function s(t). (b) Write the definite integral that gives the displacement of the particle from t=1 to t=3. (c) Evaluate this definite integral using the fundamental theorem of calculus. (d) Verify that s(3) - s(1) matches your answer in (c).
Answer
(a) s(t) = ∫v(t)dt = ∫(3t²+2t)dt = t³ + t² + C. Since s(0)=0, C=0, so s(t) = t³ + t². (b) The displacement from t=1 to t=3 is ∫[1,3] v(t) dt = ∫[1,3] (3t²+2t) dt. (c) ∫[1,3](3t²+2t)dt = [t³+t²] from 1 to 3 = (27+9) - (1+1) = 36 - 2 = 34 metres. (d) s(3) = 27+9 = 36, and s(1) = 1+1 = 2, so s(3)-s(1) = 36-2 = 34, which matches the value found in (c).
RowQ generates fresh questions on Integrals, marks your answers, and explains every step.
Start free