Key Concepts and Formulas
- Integral Equations with Separable Kernels: An integral equation of the form f(x)=g(x)+∫abK(x,y)f(y)dy, where the kernel K(x,y) can be written as h(x)k(y), can be simplified by evaluating the definite integral as a constant.
- Integration by Parts: The formula ∫udv=uv−∫vdu is used to integrate products of functions.
- Substitution Rule: Used to simplify integrals by changing the variable of integration.
- Trigonometric Identities: The double angle identity sin(2y)=2sinycosy can simplify integrals involving products of sine and cosine.
Step-by-Step Solution
Step 1: Simplify the Integral Equation
The given integral equation is f(x)=x+0∫π/2sinxcosyf(y)dy.
Since sinx is independent of the integration variable y, it can be taken outside the integral:
f(x)=x+sinx0∫π/2cosyf(y)dy
Step 2: Introduce a Constant for the Integral Term
The integral 0∫π/2cosyf(y)dy is a definite integral with constant limits. Therefore, its value will be a constant. Let's denote this constant by K:
K=0∫π/2cosyf(y)dy
Substituting this back into the simplified equation gives us the form of f(x):
f(x)=x+Ksinx(∗)
Step 3: Set up an Equation to Solve for the Constant K
To find the value of K, we substitute the expression for f(x) from equation (∗) back into the definition of K. Since the integration variable in the definition of K is y, we replace x with y in equation (∗):
f(y)=y+Ksiny
Now substitute this f(y) into the integral for K:
K=0∫π/2cosy(y+Ksiny)dy
Distribute cosy:
K=0∫π/2(ycosy+Ksinycosy)dy
Split the integral into two parts:
K=0∫π/2ycosydy+K0∫π/2sinycosydy(∗∗)
Step 4: Evaluate the First Integral: 0∫π/2ycosydy
We use integration by parts with u=y and dv=cosydy. Then du=dy and v=siny.
0∫π/2ycosydy=[ysiny]0π/2−0∫π/2sinydy
=(2πsin2π−0sin0)−[−cosy]0π/2
=(2π⋅1−0)−(−cos2π−(−cos0))
=2π−(0−(−1))
=2π−1
Step 5: Evaluate the Second Integral: 0∫π/2sinycosydy
We can use the substitution t=siny, so dt=cosydy. The limits change from y=0 to t=sin0=0, and from y=π/2 to t=sin(π/2)=1.
0∫π/2sinycosydy=0∫1tdt
=[2t2]01=212−202=21
Alternatively, using the identity sinycosy=21sin(2y):
0∫π/221sin(2y)dy=21[−2cos(2y)]0π/2=−41[cos(π)−cos(0)]=−41[−1−1]=−41[−2]=21
Step 6: Solve for K
Substitute the evaluated integrals back into equation (∗∗):
K=(2π−1)+K(21)
Rearrange to solve for K:
K−21K=2π−1
21K=2π−1
K=2(2π−1)
K=π−2
Step 7: Write the Final Expression for f(x)
Substitute the value of K back into equation (∗):
f(x)=x+(π−2)sinx
Common Mistakes & Tips
- Treating x as a constant inside the integral: Remember that the integral is with respect to y, so any term solely dependent on x (like sinx) can be moved outside the integral.
- Errors in integration by parts: Carefully identify u and dv and ensure correct application of the formula, especially with the limits.
- Forgetting to change limits in substitution: When using substitution for definite integrals, always update the integration limits to match the new variable.
Summary
The problem is solved by recognizing that the integral term in the given equation is a constant. This allows us to express f(x) in a simpler form, f(x)=x+Ksinx. By substituting this form back into the definition of K, we obtain a linear equation for K, which can be solved by evaluating two separate definite integrals using integration by parts and substitution. Once K is found, we substitute it back into the expression for f(x) to get the final solution.
The final answer is x+(π−2)sinx.