Recent content by logan233

  1. L

    A quick Trig Identity Question.

    Oh I see now. Thank you.
  2. L

    A quick Trig Identity Question.

    Hopefully this will make sense... We have the trig. identities shown below: sin(u)cos(v) = 0.5[sin(u+v) + sin(u-v)] cos(u)sin(v) = 0.5[sin(u+v) - sin(u-v)] How are these different? I realize u and v switched between the sine and cosine functions, but what is the difference between u and...
  3. L

    Open Loop Transfer Function from Differential Equations

    Yes. I spent a good amount of time trying to do it on MATLAB/Simulink first, but when I tried it on Excel it was much easier to come up with the integral.
  4. L

    Open Loop Transfer Function from Differential Equations

    rude man explained it in his posts above very well in my opinion. I don't know if there is anything I can add to any of it that will add to the information. rude man, could you explain what the problem is looking for in Part 3? The problem states, "Simulate open loop control with error in x...
  5. L

    Open Loop Transfer Function from Differential Equations

    I figured it out using Excel and trapezoidal areas. Thank you for your help.
  6. L

    Open Loop Transfer Function from Differential Equations

    Okay this all makes perfect sense. I now have clear plots of x_dot vs. t and y_dot vs. t that describe the x and y direction velocities. My problem is now calculating the integrals of these functions. Integrating \dot{x} = Vcos(θ0sin(πt/14)) (as well as the y_dot equation) is proving to...
  7. L

    Open Loop Transfer Function from Differential Equations

    My new train of thought is this... d(theta)/dt = u -----> d(theta) = u*dt -----> theta = u*t dx/dt = Vcos(theta) -----> dx = Vcos(theta)*dt -----> dx = Vcos(u*t)*dt -----> x = (V/u)*sin(u*t); dy/dt = Vsin(theta) -----> dy = Vsin(theta)*dt -----> dy = Vsin(u*t)*dt -----> y = (V/u) -...
  8. L

    Open Loop Transfer Function from Differential Equations

    One problem I recognize that I did is integrate x_dot and y_dot incorrectly. x_dot and y_dot are dx/dt and dy/dt respectively, therefore when I integrate I am integrating the left with respect to x (or y) and the right side with respect to t. However, I believe theta is also a function of time...
  9. L

    Open Loop Transfer Function from Differential Equations

    I didn't state the entire problem because there really isn't much to it. I thought I had a better grasp on it than I apparently do. Here is the entire problem, including the picture used to describe the motion of the car as it switches lanes. I am still unsure of how I would simulate...
  10. L

    Open Loop Transfer Function from Differential Equations

    Thank you for the reply. I'm actually not sure I'm supposed to find the closed-form transfer functions. The problem statement is kind of vague. I am unclear as to how I would simulate this. Or what I am even simulating. Just thinking about that off the top of my head, I would make a...
  11. L

    Open Loop Transfer Function from Differential Equations

    Homework Statement Generate an open loop u(t) and simulate. Plot x(t) and y(t) \dot{x} = Vcos(θ) \dot{y} = Vsin(θ) \dot{θ} = u I am given initial values. All are 0 except for \dot{x}(0) = V. Homework Equations Laplace Transform Tables The Attempt at a Solution I think I...
Back
Top