4

Let $\phi$ satisfy,

$$\phi(x)=f(x)+\int_0^x\sin(x-t)\phi(t)\,dt$$

Then $\phi$ is given by,

  1. $\phi(x)=f(x)+\int_0^x(x-t)\phi(t)\,dt$
  2. $\phi(x)=f(x)+\int_0^x\sin(x-t)\phi(t)\,dt$
  3. $\phi(x)=f(x)+\int_0^x\cos(x-t)\phi(t)\,dt$
  4. $\phi(x)=f(x)-\int_0^x\sin(x-t)\phi(t)\,dt$

This question is already asked but I am not clear with that answer and I am a new contributor to stack exchange so I don't have 50 ruputations to post comment in that place. so can anyone please tell me how to solve this...I tried but I get $\phi''(x)=f''(x)$

1 Answers1

2

You have$$\phi(x)=f(x)+\sin(x)*\phi(x)$$Let the Laplace transform of $\phi(t),\mathcal L[\phi(t)]=H(s)$ and that of $f(t)$ be $F(s)$. Take the Laplace transform of both sides:$$H(s)=F(s)+\frac{H(s)}{s^2+1}\\\implies H(s)=\left(1+\frac1{s^2}\right)F(s)$$Taking the inverse Laplace transform,$$\phi(t)=f(t)+\int_0^t(t-\tau)f(\tau)d\tau,t\ge0$$You can also write$$\phi(t)=f(t)+\int_0^tf(t-\tau)\tau~d\tau,t\ge0$$

Shubham Johri
  • 17,659