Double checking needed on 2 Differential Equations

AI Thread Summary
The discussion focuses on solving two differential equations using different methods. The first equation is solved using power series, yielding a recursion formula and a series solution involving coefficients a_0 and a_1. The second equation is addressed with Euler's method, leading to complex roots and a solution expressed in terms of cosine and sine functions. The original poster confirms that Mathematica agrees with these solutions. The conversation also touches on the potential availability of Mathematica through the college's IT department.
VinnyCee
Messages
486
Reaction score
0
Problem 1:

Find solution for:

(x^2\,-\,4)\,y''\,+\,(3\,x)\,y'\,+\,y\,=\,0

using power series methods.

Answer 1:

I get a recursion formula:

a_{n\,+\,2}\,=\,\frac{n\,+\,1}{4\,(n\,+\,2)}\,a_n

and a final answer:

y(x)\,=\,a_0\,\left[1\,+\,\frac{x^2}{8}\,+\,\frac{3}{128}\,x^4\,+\,\frac{5}{1024}\,x^6\,+\,...\right]\,+\,a_1\,\left[x\,+\,\frac{x^3}{6}\,+\,\frac{x^5}{30}\,+\,\frac{x^7}{140}\,+\,...\right]

Does that look right?



Problem 2:

Use Euler's method to solve:

(2\,x^2)\,y''\,+\,(x)\,y'\,+\,y\,=\,0

Answer 2:

Using the quadratic equation to solve for r:

2\,r^2\,-\,r\,+\,1\,=\,0

r\,=\,\frac{1}{4}\,\pm\,\frac{\sqrt{7}}{4}\,i

Which means that:

\lambda\,=\,\frac{1}{4} AND \mu\,=\,\frac{\sqrt{7}}{4}

And finally:

y(x)\,=\,C_1\,x^{\frac{1}{4}}\,cos\,(\frac{\sqrt{7}}{4}\,ln\,x)\,+\,C_2\,x^{\frac{1}{4}}\,sin\,(\frac{\sqrt{7}}{4}\,ln\,x)

Thanks for the checking in advance!
 
Last edited:
Physics news on Phys.org
Mathematica agrees with both of your solutions. Well done.

--J
 
Thanks alot

I need to get that program someday!
 
It's possible that your college has a license for it and will give it to you. Why don't you contact your IT department and ask?

--J
 
Thread 'Collision of a bullet on a rod-string system: query'
In this question, I have a question. I am NOT trying to solve it, but it is just a conceptual question. Consider the point on the rod, which connects the string and the rod. My question: just before and after the collision, is ANGULAR momentum CONSERVED about this point? Lets call the point which connects the string and rod as P. Why am I asking this? : it is clear from the scenario that the point of concern, which connects the string and the rod, moves in a circular path due to the string...
Thread 'A cylinder connected to a hanged mass'
Let's declare that for the cylinder, mass = M = 10 kg Radius = R = 4 m For the wall and the floor, Friction coeff = ##\mu## = 0.5 For the hanging mass, mass = m = 11 kg First, we divide the force according to their respective plane (x and y thing, correct me if I'm wrong) and according to which, cylinder or the hanging mass, they're working on. Force on the hanging mass $$mg - T = ma$$ Force(Cylinder) on y $$N_f + f_w - Mg = 0$$ Force(Cylinder) on x $$T + f_f - N_w = Ma$$ There's also...
Back
Top