Recent content by uxdf700

  1. U

    Using mathematica to solve ferris wheel problem

    I wrote it like this because later on in the code I need to use these functions to define other functions. I don't think it works otherwise
  2. U

    Using mathematica to solve ferris wheel problem

    The Tair and position of the person P and of the boat Bx at all angles that are not 0.
  3. U

    Using mathematica to solve ferris wheel problem

    I tested the other angles and I am not getting the correct answer. I am having trouble finding the error in my coding
  4. U

    Using mathematica to solve ferris wheel problem

    I tested the angle zero and I do get the correct values. Here is my code pasted. Thank you for your reply Clear[g, \[Omega], R, H, h, Vb, \[Theta], Pxo, Pyo, Vxo, Vyo, Ta, Tw, \ Ttotal, Bx, P, nterms] g = 9.8; \[Omega] = .2; R = 30; H = 80; h = .01; Vb = 10; \[Theta][n_] := n*h; Pxo[n_] :=...
  5. U

    Using mathematica to solve ferris wheel problem

    Homework Statement Consider a large Ferris wheel above a lake. The wheel is 30 meters in radius and its center stands 80 meters above the lake level. At t = 0, a stunt person stands on the top of the Ferris wheel (theta=0) which is rotating at a constant angular velocity w = 0.2 rad/s. At t =...
  6. U

    Ferris Wheel Problem using Mathematica

    I am trying to duplicate your code but am not getting the same result as you; did you update your code recently?
Back
Top