MHB First Order Differential Equations, given initial value....

nuggz619
Messages
3
Reaction score
0
I'm having trouble with this problem... I am almost certain that I have the first part correct which is solving the first order DiffEQ using an integrating factor. I think that I am computing the constant incorrectly. I have followed all steps, including the similar problem given on WileyPlus online homework... However, when I enter my final solution WileyPlus insists that I am wrong.

Can someone please look over my work to see If i did it correctly? I've been stuck on this problem for over 2 hours now and I just can't seem to come up with the solution that WileyPlus online wants me to come up with.

The funny thing is that the equivalent question in my textbook has a similar answer to mine, however it is slightly different because my online homework (WileyPlus) gave me the initial condition y(pi/2) = 9... where as my text gives initial condition y(pi/2) = 1...

Here is a picture of the first part of the problem that I computed... which according to wolfram Alpha plus, is correct.

https://docs.google.com/file/d/0B9dQB0QE48ufNHpRRWptRDRBQkE/edit?usp=sharing

When I computed C, given initial condition y(pi/2) = 9... I came up with
C = (4 - 9pi^2)/4

for a final answer of...

y(t) = ( sin(t) - tcos(t) + (4-9pi^2)/4 ) / t^2

However, Wiley Plus insists that my answer is incorrect. I have redone this problem probably 5 or 6 times and i keep coming up with the same answer.

I am literally stuck!

Please help :)
 
Physics news on Phys.org
The document to which you have posted a link requires permission to view...I have requested permission, under the username gaussian3142. Once I have permission, I will work the problem to see what I find, and post the problem so that others do not have to follow a link. :D
 
MarkFL said:
The document to which you have posted a link requires permission to view...I have requested permission, under the username gaussian3142. Once I have permission, I will work the problem to see what I find, and post the problem so that others do not have to follow a link. :D

I'm so sorry... I just made it public

https://docs.google.com/file/d/0B9dQB0QE48ufNHpRRWptRDRBQkE/edit?usp=sharing

here is the link again
 
Okay, we are given the IVP:

$$t\frac{dy}{dt}+2y=\sin(t)$$ where $$y\left(\frac{\pi}{2} \right)=9$$

Multiply the ODE by $t$:

$$t^2\frac{dy}{dt}+2ty=t\sin(t)$$

The left side is the differentiation of a product:

$$\frac{d}{dt}\left(t^2y \right)=t\sin(t)$$

Integrate with respect to $t$:

$$\int\,d\left(t^2y \right)=\int t\sin(t)\,dt$$

$$t^2y=\sin(t)-t\cos(t)+C$$

Thus, the general solution is:

$$y(t)=\frac{\sin(t)-t\cos(t)+C}{t^2}$$

So far so good, this is equivalent to your working.

Now, using the initial values to determine the value of the parameter $C$, we may write:

$$y\left(\frac{\pi}{2} \right)=\frac{1+C}{\left(\frac{\pi}{2} \right)^2}=9\,\therefore\,C=\frac{9}{4}\pi^2-1$$

This is the negative of the value for the parameter you found.
 
Thank you so much... I can't believe that I made such an idiotic mistake... BAH!

you are a life saver.
 
Thread 'Direction Fields and Isoclines'
I sketched the isoclines for $$ m=-1,0,1,2 $$. Since both $$ \frac{dy}{dx} $$ and $$ D_{y} \frac{dy}{dx} $$ are continuous on the square region R defined by $$ -4\leq x \leq 4, -4 \leq y \leq 4 $$ the existence and uniqueness theorem guarantees that if we pick a point in the interior that lies on an isocline there will be a unique differentiable function (solution) passing through that point. I understand that a solution exists but I unsure how to actually sketch it. For example, consider a...
Back
Top