logan233
- 11
- 0
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 know how to find the transfer functions \frac{X}{U} and \frac{Y}{U}, which is what I'm assuming the problem statement is asking for. I first found \frac{θ}{U} which is equal to \frac{1}{s}. I am now trying to find the transfer functions \frac{X}{θ} and \frac{Y}{θ} so that I can multiply it by the transfer function θ/U. My problem is finding the Laplace transform of the given \dot{x} and \dot{y} equations. I know that the Laplace transform of cos(at) and sin(bt) are s/(s^2 + a^2) and b/(s^2 + b^2) respectively, however I am not sure of these transforms when the input is inside of the cosine and sine functions. My original thinking was the transfer functions X/θ and Y/θ would simply be given as V*s/(s^2 + 1) and V/(s^2+1) respectively but because the cosine and sine arguments aren't simply at and bt I am being thrown off.
SUMMARY:
I am trying to find the Laplace transforms of \dot{x} = Vcos(θ) and \dot{y} = Vsin(θ) when \dot{θ} = u (\frac{θ}{U} = \frac{1}{s})