Key Concepts and Formulas
- Integration by Parts: The formula for integration by parts is ∫udv=uv−∫vdu. This is a crucial technique for finding recurrence relations for integrals.
- Definite Integral Properties: We will use the properties of definite integrals, particularly the evaluation at the limits of integration.
- Recurrence Relations: The problem is designed to establish a relationship between In and In+1 (or In−1) to solve for the unknown parameter k.
Step-by-Step Solution
Step 1: Define the integral and the given relation.
We are given the integral In=∫01(1−xk)ndx, where k,n∈N.
We are also given the relation 147I20=148I21.
Step 2: Establish a recurrence relation for In.
We will use integration by parts on In. Let's rewrite In as:
In=∫01(1−xk)n⋅1dx
To apply integration by parts, we need to choose u and dv. A common strategy for integrals of the form ∫(f(x))ng(x)dx is to let u=(f(x))n.
Let u=(1−xk)n and dv=dx.
Then, du=n(1−xk)n−1⋅(−kxk−1)dx=−nkxk−1(1−xk)n−1dx.
And v=x.
Applying the integration by parts formula:
In=[x(1−xk)n]01−∫01x(−nkxk−1(1−xk)n−1)dx
Evaluate the first term:
[x(1−xk)n]01=(1⋅(1−1k)n)−(0⋅(1−0k)n)=(1⋅0n)−(0⋅1n)=0−0=0.
Now, simplify the integral term:
In=0−∫01−nkxk(1−xk)n−1dx
In=nk∫01xk(1−xk)n−1dx
Step 3: Manipulate the integral to relate it to In−1 or In.
The integral term is ∫01xk(1−xk)n−1dx. We want to express this in terms of In−1 or In.
Notice that (1−xk)n−1 is part of the expression for In−1. We can rewrite xk in terms of (1−xk) to get closer to the form of In−1.
Let's add and subtract 1 inside the integral:
xk=−(1−xk)+1
Substitute this into the integral:
∫01xk(1−xk)n−1dx=∫01[−(1−xk)+1](1−xk)n−1dx
=∫01−(1−xk)ndx+∫01(1−xk)n−1dx
=−∫01(1−xk)ndx+∫01(1−xk)n−1dx
=−In+In−1
Step 4: Substitute the result back into the recurrence relation for In.
We found In=nk∫01xk(1−xk)n−1dx.
Substitute the expression from Step 3:
In=nk(−In+In−1)
In=−nkIn+nkIn−1
Rearrange to solve for In in terms of In−1:
In+nkIn=nkIn−1
In(1+nk)=nkIn−1
In=1+nknkIn−1
This is a recurrence relation. We can also write it as:
In−1In=1+nknk
Step 5: Use the given relation to find k.
The given relation is 147I20=148I21.
This can be rewritten as I20I21=148147.
Now, let's use our recurrence relation for n=21. We have:
I20I21=1+21k21k
Equate the two expressions for I20I21:
148147=1+21k21k
Step 6: Solve for k.
Cross-multiply:
147(1+21k)=148(21k)
147+147×21k=148×21k
Let X=21k. The equation becomes:
147+147X=148X
147=148X−147X
147=X
Substitute back X=21k:
147=21k
k=21147
To simplify 21147:
147=7×21
So, k=217×21=7.
Step 7: Verify the value of k.
We found k=7. The problem states that k∈N, and 7 is a natural number.
Let's check if k=7 satisfies the given condition 147I20=148I21.
The recurrence relation is In=1+nknkIn−1.
For n=21 and k=7:
I21=1+21×721×7I20
I21=1+147147I20
I21=148147I20
Rearranging this gives:
148I21=147I20
This matches the given condition.
Common Mistakes & Tips
- Incorrectly choosing u and dv for integration by parts: The choice of u and dv is critical for obtaining a useful recurrence relation. Often, setting u to the term with the higher power of n helps.
- Algebraic errors when manipulating the integral: Be careful when rewriting terms like xk in terms of (1−xk) and when simplifying the resulting integrals.
- Mistakes in solving the final equation for k: Ensure careful cross-multiplication and algebraic manipulation when solving the equation derived from the given relation and the recurrence.
Summary
The problem requires finding a parameter k by establishing a recurrence relation for the given definite integral In. We used integration by parts to relate In to In−1. Specifically, by setting u=(1−xk)n and dv=dx, we derived the recurrence In=1+nknkIn−1. Using the given condition 147I20=148I21, which implies I20I21=148147, we substituted n=21 into the recurrence relation to get I20I21=1+21k21k. Equating the two expressions for the ratio I20I21 and solving for k yielded k=7.
The final answer is \boxed{7}.