Solving a Diff. Eq. Involving Primitive of sen x^3

  • Thread starter Thread starter esmeco
  • Start date Start date
  • Tags Tags
    Primitive Sin
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
13 replies · 8K views
esmeco
Messages
144
Reaction score
0

Homework Statement



I'm stuck trying to solve a differential equation at the point i need to calculate the primitive of sen x^3

Homework Equations





The Attempt at a Solution



I've thought on primitives by parts but I don't know how will I do it...
 
Physics news on Phys.org
So you say it's not possible to solve that primitive??That is strange...maybe it was the books' author fault...
 
The differential equation is: y' + (2/x)*y=cuberooty*sen x^3
 
well the y part you've wrote is ok but my doubt is in the x^3,because there aren't any parenthesis in my textbook so I don't know if they meant sin (x^3) or (sin x)^3!
 
Usually, [itex]\sin x^3=\sin(x^3)[/itex], whereas [itex]\sin^3 x=sin^3(x)[/itex]. If your book doesn't use parentheses, try to figure out what is meant by context (as in, say, an example problem).
 
It only says to solve the differential equation...And we have to use the Bernoulli formula to solve it...But if it's put like sin x^3 I don't know how to solve it...
 
You do want to use the Bernoulli form to start solving it. Do this change of variables first and show what you get. What you have to integrate in the end will not be just sin(x^3).
 
What I have to integrate in the end is: (2/3)*sen x^3 *4x
 
Why do you keep saying "sen"? I'm not sure I believe that that is what you really have to integrate - but you're not showing any intermediate work, so I can't really comment. But even so, you don't have to integrate sin(x^3). It's already something else.
 
I(x)= e^(primitive(4/3x))=e^4/3*ln(3x)=4x

Z=y^2/3
Z'=2/3*(y^-1/3)*y'


y'*(y^-1/3) + (2/x)*y^2/3=sin x^3 <=> 3/2*Z' + 2/x*Z=sin x^3 <=>

Z' + (4/3x)*Z=2/3*sin x^3