Solving Integral Equation for y(\pi/3)

In summary: Differentiating both sides of the integral equation gives \frac{dy}{dt}= \frac{y}{sin^2(t)}which separates as \frac{dy}{y}= \frac{dt}{sin^2(t)}= cosec^2(t)dtThat integrates as ln(y)= - cot(t)+ CThat's correct.
  • #1
asmani
105
0

Homework Statement



Find [itex]y(\pi/3)[/itex] in the following integral equation:

$$y(x)=e^{-\int_{1}^{x}\frac{y(t)}{\sin^2(t)}dt}$$

Homework Equations



The Attempt at a Solution



Differentiating both sides gives a differential equation with the general solution [itex]y(x)=(-\cot(x)+c)^{-1}[/itex], and since y(1)=1, we have [itex]c=1+\cot(1)[/itex].

Here is two questions:

1. The hint says the answer is [itex]y(\pi/3)=3/(6-\sqrt{3})[/itex]. Is this correct?

2. Is there any shortcut way to solve this problem without differentiating?

Thanks in advance.
 
Physics news on Phys.org
  • #2
asmani said:

Homework Statement



Find [itex]y(\pi/3)[/itex] in the following integral equation:

$$y(x)=e^{-\int_{1}^{x}\frac{y(t)}{\sin^2(t)}dt}$$

Homework Equations



The Attempt at a Solution



Differentiating both sides gives a differential equation with the general solution [itex]y(x)=(-\cot(x)+c)^{-1}[/itex], and since y(1)=1, we have [itex]c=1+\cot(1)[/itex].

Here is two questions:

1. The hint says the answer is [itex]y(\pi/3)=3/(6-\sqrt{3})[/itex]. Is this correct?

2. Is there any shortcut way to solve this problem without differentiating?

Thanks in advance.

No,no. You can check it you know. Here's how in Mathematica:

Code:
In[20]:=
y[x_] := 1/(-Cot[x] + Cot[1] + 1)
tval = Pi/3; 
Exp[-NIntegrate[y[t]/Sin[t]^2, {t, 1, tval}]]
N[3/(6 - Sqrt[3])]
N[y[\[Pi]/3]]

Out[22]= 0.939194

Out[23]= 0.702914

Out[24]= 0.939194

at least that's what I'm turin' in.
 
Last edited:
  • #3
asmani said:
since y(1)=1
You won't get the given answer with that initial condition. Are you sure it's not [itex]y(\pi/4) = 1\,[/itex]?
 
  • #4
Differentiating both sides of the integral equation gives
[tex]\frac{dy}{dt}= \frac{y}{sin^2(t)}[/tex]
which separates as
[tex]\frac{dy}{y}= \frac{dt}{sin^2(t)}= cosec^2(t)dt[/tex]

That integrates as
[tex]ln(y)= - cot(t)+ C[/tex]
Did you accidently write [itex]y^2[/itex] instead of y?
 
  • #5
I don't think so Hall. I believe it's

[tex]y'=-\frac{y^2}{\sin^2(x)}[/tex]

(forgot the negative sign)
 
Last edited:
  • #6
I took logs of both sides first and then took derivatives, (using the chain rule on the LHS and the FTC on the RHS), to verify the OPs proposed solution was indeed correct.
 
  • #7
Oh, blast! I completely neglected the exponential part!

Thanks.
 
  • #8
uart said:
You won't get the given answer with that initial condition. Are you sure it's not [itex]y(\pi/4) = 1\,[/itex]?

The initial condition [itex]y(1)=1[/itex] comes from the original form of the question. So either there is a typo in the question, or the given answer:

[tex]y(1)=\text{e}^{-\int_{1}^{1} \frac{ y(t) }{\sin^2 (t)} dt } = \text{e}^{0} = 1[/tex]

@asmani, your solution looks fine to me :approve:
 
  • #9
gabbagabbahey said:
The initial condition [itex]y(1)=1[/itex] comes from the original form of the question.
[tex]y(1)=\text{e}^{-\int_{1}^{1} \frac{ y(t) }{\sin^2 (t)} dt } = \text{e}^{0} = 1[/tex]

Arh yes I see. It's a definite integral so y(1)=1 is not an arbitrary initial condition.

In that case then the answer in the book is definitely wrong.
 
  • #10
Thanks anybody. :wink:
 

Related to Solving Integral Equation for y(\pi/3)

1. What is an integral equation?

An integral equation is an equation in which the unknown function appears under the integral sign. It involves finding a function that satisfies a given equation and an integral constraint.

2. What is the purpose of solving an integral equation for y(\pi/3)?

The purpose of solving an integral equation for y(\pi/3) is to find the value of the unknown function at a specific point, in this case, \pi/3. This allows for the evaluation of the function at a specific point, which can be useful in various mathematical and scientific applications.

3. What are the different methods for solving integral equations?

There are various methods for solving integral equations, including the method of undetermined coefficients, the method of variation of parameters, the Laplace transform method, and the Green's function method, to name a few. The choice of method depends on the specific integral equation and the desired solution.

4. What is the importance of solving integral equations in scientific research?

Solving integral equations is essential in scientific research as it allows for the modeling and analysis of complex systems and phenomena. Many physical, engineering, and mathematical problems can be expressed and solved using integral equations, making it a valuable tool in scientific research.

5. Are there any real-life applications of solving integral equations?

Yes, there are numerous real-life applications of solving integral equations. Some examples include modeling heat transfer in engineering, predicting the spread of diseases in epidemiology, and analyzing population dynamics in ecology. Integral equations also have applications in signal processing, image reconstruction, and many other fields.

Similar threads

  • Calculus and Beyond Homework Help
Replies
7
Views
740
  • Calculus and Beyond Homework Help
Replies
12
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
626
  • Calculus and Beyond Homework Help
Replies
10
Views
567
  • Calculus and Beyond Homework Help
Replies
3
Views
446
  • Calculus and Beyond Homework Help
Replies
2
Views
342
  • Calculus and Beyond Homework Help
Replies
3
Views
626
  • Calculus and Beyond Homework Help
Replies
5
Views
762
  • Calculus and Beyond Homework Help
Replies
2
Views
490
  • Calculus and Beyond Homework Help
Replies
14
Views
446
Back
Top