Taking derivatives of DE to find higher derivatives

  • Thread starter Thread starter shemer77
  • Start date Start date
  • Tags Tags
    Derivatives
shemer77
Messages
96
Reaction score
0

Homework Statement


http://gyazo.com/d875970963124b7d4a64acc887f168fa

The Attempt at a Solution


I don't understand the part where they take the derivative of a diff eq to find the higher derivatives can somebody explain it?
Mainly the answer where they get
y''=(y'')'=(1-y^2)'=-2yy'(this part)
y^(4)=(y''')'=(-2yy')'=-2y'y'-2yy"(huh?)=-2(y')^2-2yy''
 
Physics news on Phys.org
hi shemer77! :smile:

(try using the X2 button just above the Reply box :wink:)
shemer77 said:
y'''=(y'')'=(1-y2)'=-2yy'(this part)

since you have an equation for y'', you use it to simplify all the higher derivatives

(1-y2)' = (-y2)' = (use the chain rule) (-2y)(y)'
y(4)=(y''')'=(-2yy')'=-2y'y'-2yy"(huh?)=-2(y')^2-2yy''

similarly, use the product rule for (-2yy')' :wink:
 
Hmm ok I think I understand the second one but for the first one what I've been taught is
(1-y2)'=1'-y2'=-2y
where does that extra y' come from?
 
shemer77 said:
… for the first one what I've been taught is
(1-y2)'=1'-y2'=-2y
where does that extra y' come from?

remember that ' means d/dx, not d/dy

so the chain rule gives you

y2' = d/dx (y2)

= d/dy (y2) * dy/dx

= 2y * y' :wink:
 
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top