Recent content by thestrangequark

  1. T

    Am I rewriting this differential correctly?

    alpha is a constant. the dot means it is a differentiation wrt time. I'm trying to get r(t). If possible I would like to get x(t) and y(t) but I'm not sure how.
  2. T

    Am I rewriting this differential correctly?

    Homework Statement I have a differential equation that I need to solve numerically by writing a program. x0, y0, x_dot0, y_dot0, α are all given Hello, I have the following differential equation: http://puu.sh/d78KC/107bd6c71f.png I want to rewrite it so I can solve it numerically by writing...
  3. T

    Solving for Angular momentum without mass

    Homework Statement The problem is a Lagrangian problem that solves for a differential equation. I need to write a program to solve the Lagrangian numerically. My professor said you do not need mass for the program, but I'm not sure how. The problem is a vertical cone with a bead rolling around...