Solve the initial value problem explicitly for u

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
2 replies · 4K views
EndOfMemories
Messages
6
Reaction score
0

Homework Statement



solve the initial value problem for u

du/dt= (2t + sec^2(t))/2u also, u(0)=4

Homework Equations



antiderivative of sec^2(t) is tan(t) + C

The Attempt at a Solution



So, the first thing i did was move the "u" with the "u" and "t" with the "t". so the equation looks like
2u*du = 2t*dt + sec^2(t)*dt
then anti differentiated and got
u^2 = t^2 + tan(t) + C
then i got stuck
 
Last edited:
Physics news on Phys.org
Hi EndOfMemories! :smile:

(try using the X2 icon just above the Reply box :wink:)
EndOfMemories said:
… also, u(0)=4

So, the first thing i did was move the "u" with the "u" and "t" with the "t". so the equation looks like
2u*du = 2t*dt + sec^2(t)*dt
then anti differentiated and got
u^2 = t^2 + tan(t) + C
then i got stuck

that's fine! :smile:

now you need to find C, which you do by putting t = 0 and u = 4 :wink:
 
I see. thanks =)