Solving an Initial Value Problem with a Sinusoidal Differential Equation

JamesGoh
Messages
140
Reaction score
0
For the following problem

\frac{dw}{d\theta}=\theta w^{2}sin(\theta^{2}), w(0)=1

I am not able to obtain the solution

w=\frac{2}{1+cos(\theta^{2})}

Can anyone point out my mistake?

I have attached my working out in a picture format below (may need to enlarge it)

thanks
 

Attachments

  • tute3q2cp1_smallres.jpg
    tute3q2cp1_smallres.jpg
    34 KB · Views: 490
  • tute3q2cp2_smallres.jpg
    tute3q2cp2_smallres.jpg
    28.6 KB · Views: 491
Physics news on Phys.org
JamesGoh said:
For the following problem

\frac{dw}{d\theta}=\theta w^{2}sin(\theta^{2}), w(0)=1

I am not able to obtain the solution

w=\frac{2}{1+cos(\theta^{2})}

Can anyone point out my mistake?

I have attached my working out in a picture format below (may need to enlarge it)

thanks

sin(θ^{2}) ≠ sin^{2}(θ)

Be careful where you put the exponents when using trig functions. It makes a difference for integrating and differentiating as well.
 
sorry wrong piece of paper.

Please look at this new attachment and inform me of my error
 

Attachments

  • tute3q2c_small.jpg
    tute3q2c_small.jpg
    38.2 KB · Views: 457
You forgot the arbitrary constant.
 
nothing wrong with the u-substitution and integration, however on the right side toward the bottom of your page, one step reads:

1/w = 2/(cos(Θ2)) + C

What I suggest:

1). ALWAYS isolate the function variable first (in this case w(Θ)) before solving for the arbitrary constant (in this case C).

In other words - rather than what it reads now: 1/w(Θ) = ...

rearrange the equation such that it reads w(Θ) = ...

THEN solve with the initial value w(0) = 1

2). AlSO (and more importantly) keep in mind that any value multiplied by an arbitrary constant is still the value of the arbitrary constant (e.g. 2 * C = C)

So putting these two suggestions together, rewrite 1/w = 2/(cos(Θ2)) + C such that it reads 1/w(Θ) = ... then one ENTIRE fraction. Then flip the fractions on either side so that it reads w(Θ) = ...

THEN solve with the initial condition w(0) = 1.

hope this helps
 
Last edited:
There is the following linear Volterra equation of the second kind $$ y(x)+\int_{0}^{x} K(x-s) y(s)\,{\rm d}s = 1 $$ with kernel $$ K(x-s) = 1 - 4 \sum_{n=1}^{\infty} \dfrac{1}{\lambda_n^2} e^{-\beta \lambda_n^2 (x-s)} $$ where $y(0)=1$, $\beta>0$ and $\lambda_n$ is the $n$-th positive root of the equation $J_0(x)=0$ (here $n$ is a natural number that numbers these positive roots in the order of increasing their values), $J_0(x)$ is the Bessel function of the first kind of zero order. I...
Are there any good visualization tutorials, written or video, that show graphically how separation of variables works? I particularly have the time-independent Schrodinger Equation in mind. There are hundreds of demonstrations out there which essentially distill to copies of one another. However I am trying to visualize in my mind how this process looks graphically - for example plotting t on one axis and x on the other for f(x,t). I have seen other good visual representations of...

Similar threads

Back
Top