Recent content by alex steve

  1. A

    Equation of the tangent line in the direction of a vector

    I am having issues figuring out how to do the "in the direction of the vector" part of my problem I have found the equation of the tangent line but i do not know how to the the next part. My question asks: Find the equation of the tangent line to the surface defined by the function f(x,y) =...
  2. A

    Entropy of the distribution as a function of time

    I am having an issue with finding the entropy in my program. I was asked to the find the entropy of the distribution as a function of time but i do not know where to start with entropy. I understand entropy but putting it in my program is where I am stuck Here is my code: # -*- coding: utf-8...
  3. A

    How to find KE and PE without mass

    I am working on Computational physics homework and it asks to find the kinetic and potential energy of a simple pendulum. My only issue is that i don't know how to solve it without mass. It gives me : theta (pendulum angle) omega (pendulum angular Velocity) t (time) length (length of string)...
  4. A

    Velocity as a function of time -- Terminal Velocity

    I do not need to know about Euler's method right now . I just need help on figuring out the v(t) equation which is the first step of this problem. I will have to code The euler's method later on.
  5. A

    Velocity as a function of time -- Terminal Velocity

    I am having trouble finding a staring place. My class requires us to use python to solve the equation. This problem requires me to use eulers method to solve it. My issues is that i am getting confused as of how to find the v(t). Its been a while since i have had to do advance physics like...
Back
Top