This problem requires the method of substitution (u-substitution) for definite integrals. The key insight is recognizing that the integrand contains a composite function cos(x) multiplied by the derivative of the inner function 2x1, which allows for a natural change of variables to simplify the integral.
Solution
Let I denote the given integral:
I=∫142xcosxdx
Step 1: Choose the substitution
Observe that the derivative of x is 2x1, which appears as a factor in the integrand. This suggests the substitution:
t=x
Step 2: Transform the limits of integration
When changing variables, we must convert the x-limits to t-limits:
When x=1: t=1=1
When x=4: t=4=2
Step 3: Compute the differential
Differentiating t=x with respect to x:
dxdt=2x1
Rearranging gives:
2x1dx=dt
Step 4: Rewrite and evaluate the integral
Substituting t=x, dt=2x1dx, and the new limits t=1 to t=2:
I=∫12costdt=[sint]12=sin2−sin1
Therefore, the value of the integral is sin2−sin1.
Key Formulas or Methods Used
Substitution Rule for Definite Integrals:∫abf(g(x))g′(x)dx=∫g(a)g(b)f(u)du
Power Rule for Differentiation:dxd(x)=dxd(x1/2)=2x1
Basic Trigonometric Integral:∫cos(t)dt=sin(t)+C
Fundamental Theorem of Calculus:∫abf(x)dx=F(b)−F(a), where F is an antiderivative of f
Summary of Steps
Identify substitution: Let t=x since 2x1 (the derivative of x) appears in the integrand.
Change limits: Convert x=1 to t=1 and x=4 to t=2.
Find differential: Establish that dt=2x1dx.
Transform integral: Rewrite as ∫12cos(t)dt.
Integrate: Find antiderivative sin(t) and evaluate at bounds.