Solving Integral Equation for y(\pi/3)

Click For Summary

Homework Help Overview

The problem involves finding the value of y(π/3) from the integral equation y(x) = e^(-∫(1 to x) y(t)/sin²(t) dt). The context is centered around integral equations and their differentiation.

Discussion Character

  • Exploratory, Assumption checking, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss differentiating the integral equation to derive a differential equation, with some questioning the correctness of the proposed solution and the initial condition y(1)=1. Others explore alternative methods to solve the problem without differentiation.

Discussion Status

The discussion is ongoing, with participants verifying calculations and questioning the validity of the initial condition and the provided answer. Some participants suggest that there may be a typo in the problem statement or the answer given in the hint.

Contextual Notes

There is uncertainty regarding the initial condition y(1)=1 and its implications for the solution. Participants are also considering the potential for errors in the problem setup or the provided answer.

asmani
Messages
104
Reaction score
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
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:
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]?
 
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?
 
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:
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.
 
Oh, blast! I completely neglected the exponential part!

Thanks.
 
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:
 
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:
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
2K
Replies
4
Views
3K
Replies
7
Views
2K
  • · Replies 11 ·
Replies
11
Views
3K
Replies
2
Views
1K
Replies
12
Views
2K
Replies
3
Views
2K
  • · Replies 7 ·
Replies
7
Views
3K
  • · Replies 19 ·
Replies
19
Views
3K
  • · Replies 3 ·
Replies
3
Views
2K