Differential Equations and Initial Values

Northbysouth
Messages
241
Reaction score
2

Homework Statement


If y is the solution of the initial value problem

y'(t) + y(t)/t = 1/t4

y(2)=1

What is y(3)

Homework Equations





The Attempt at a Solution



I u(t) = e∫1/t dt = eln t = t

∫[yt]' dt = t-4 dt

yt = -1/3t3 + C

Plugging in my initial value I solve for C:

1 = -1/3(24) + C/t

C = 2 + 1/3(23)

C = 2 + 1/24 = 49/24

y(3) = -1/3(34) + 49/24

y(3) = 3961/1944

The answer should be 149/216 but I can't see where I'm going wrong. Help is appreciated.
 

Attachments

  • math 2214 quiz 5 1.png
    math 2214 quiz 5 1.png
    6.8 KB · Views: 468
Physics news on Phys.org
Northbysouth said:
I u(t) = e∫1/t dt = eln t = t

∫[yt]' dt = t-4 dt

yt = -1/3t3 + C
I have no idea what you are doing here.

Let's check:
I think "yt" should be y(t)? And the t3 is part of the denominator?
Like this: y(t) = -1/(3t3) + C
y'=1/t4
Therefore, ##\frac{1}{t^4} -\frac{1}{3t^4} + \frac{C}{t} = \frac{1}{t^4}##
This cannot be true for all t.
 
Northbysouth said:

Homework Statement


If y is the solution of the initial value problem

y'(t) + y(t)/t = 1/t4

y(2)=1

What is y(3)

Homework Equations





The Attempt at a Solution



I u(t) = e∫1/t dt = eln t = t

∫[yt]' dt = t-4 dt

That step is incorrect. First write the correct equation ##(ty)' = ?##, then integrate it.
 
mfb said:
I have no idea what you are doing here.
He's finding the "integrating factor" for a linear differential equation. But, as LCKurtz says, he used it improperly. Multiplying both sides of y'(t) + y(t)/t = 1/t4 by t gives
ty'(t)+ y(t)= (yt)'= 1/t3
Let's check:
I think "yt" should be y(t)?
No, it clearly should not be: integrating (ty)' gives t times y.

And the t3 is part of the denominator?
Like this: y(t) = -1/(3t3) + C
y'=1/t4
Therefore, ##\frac{1}{t^4} -\frac{1}{3t^4} + \frac{C}{t} = \frac{1}{t^4}##
This cannot be true for all t.
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top