Solving a differential equation using Cauchy-Euler Method

madcattle
Messages
10
Reaction score
0

Homework Statement


Hey all, this is my first time posting here. I've used your help before, but have not actually ever had to post a question. Thanks for any help you can give, I am excited to finally join the community.

I am doing calculus homework and I am having trouble solving this problem using the Cauchy-Euler method that we're supposed to solve it with.

Solve: xy4 + 6ym = 0

It is the part about the 6ym that I am not sure what to do with.


Homework Equations



andny / dxn ...a0y = 0

The Attempt at a Solution



My book toldme to try and substitute y=xm into the derivative parts, and all of the other problems I've done work with that method. This is what I've done so far.

y=xm
y1=mxm-1
y2=m(m-1)xm-2
y3=m(m-1)(m-2)xm-3
y4=m(m-1)(m-2)(m-3)xm-4

I know how to treat the 4th derivative term; again, I just don't know what or how to think about the y^m term. I know the solution to the problem, as it is in the back of my book, I just don't know how to get there. Can anyone give me a prod in the right direction?
Thanks
 
Physics news on Phys.org
I don't see any derivative in the original equation!
 
I'm sorry, our book uses notation so that y^4 is supposed to be the fourth derivative of y.
So, for example, y1=y´ and y^2 = y´´
 
madcattle said:
I'm sorry, our book uses notation so that y^4 is supposed to be the fourth derivative of y.
So, for example, y1=y´ and y^2 = y´´

The usual notation is y^(2) (so we can tell the difference between that and the square of y). Anyway, you have found the first few y^(m) for y = x^n. If you don't see the pattern, I suggest you look instead at y^(m)/m! and see if you recognize the coefficients there.

RGV
 
I see that there is a relationship in that
y^(m)/m = (my^(m-1) + m(m-1)y^(m-2)...)/(m(m-1)(m-2)...) but I don't actually understand how to apply that relationship at all yet
 
Nevermind, I'm really sorry about this. I mistook the book for having written y^m when they really wrote y^´´´. I guess my new problem is poor eyesight. Thanks a lot for the help, I struggled trying to solve this for a solid 40 minutes.
 
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