Kot said:
I got my answer right before you posted your response sorry. From your equations
##v_y = u_y-gT\\
v_x = u_x\\
y_f=y_i+ u_iT-\frac{1}{2}gT^2\\
x_f=x_i+u_xT##
I used the fact that $$v_{ox} = 10.0m/s cosθ \\ v_{oy} = 10.om/s sinθ$$.
I then substituted ##v_{ox}## and ##v_{oy}## into ##u_x## and ##u_i## respectively.
##v_{0x}=v_0\cos\theta \; : v_{0}=|\vec{v}_0|=10\text{m/s}## you mean?
Glad to see that the notation thing is just the typing.
It can really mess up your marks if you wrote like that in an assignment.
It's quite hard to tell what you did, i.e. hard to tell if you dropped that half or not. Presumably you didn't in your actual assignment you handed in. Cudos for using LaTeX. Considering you made such an effort - some pointers...
...algebra:
* it is best practice to do all your algebra
before putting numbers in - exception: trig functions of nice angles - leave the surds in though. It makes it easier to troubleshoot and also easier for people to award high marks in long answers.
* try to end expressions with the trig functions, so Tcosθ is fine, but you saw there was trouble with cosθT ... is the T inside or outside the cosine function? If you
must, make what you mean clear like this: cos(θ)T ... rather than make people guess. Sometimes its not just one variable in there i.e. cos(t/(2πT)) - you can see how confusing it can get.
* you need to make it clear when a line of math leads from the previous line as opposed to just being another equation - like in simultanious equations. You can do this with \Rightarrow ##\Rightarrow## when one leads to the other.
* numbering equations means you don't have to write the whole thing out again - you can just say eq(5) or whatever.
... since LaTeX is so so useful:
* special functions in LaTeX are formatted properly (compare my cosine to yours) by using the backslash form. \cos is cosine, cos is three variables multiplied together.
* greek letters are a backslash followed by the name of the letter, thus:
theta is \theta or \Theta for ##\theta## or ##\Theta## ... see?
so cosθ is \cos\theta for ##\cos\theta##
* units should be formatted as \text{} to avoid being confused with variables.
So - 10m/s is 10\text{ m/s} or 10\text{ms}^{-1} for ##10\text{ m/s}## or ##10\text{ms}^{-1}## depending which style you like to use.
* check the logic of your sentences - the formatting should make the meaning
clearer.
You needed some extra newlines to make your meaning clear.
... overall:
* don't make the marker work so hard to understand you. The easier they understand you the more likely they will give you the benefit of the doubt and award you that extra mark.
Continuing your message: compare with what you wrote.
##x_f=x_i+u_xT \\
4.0(\text{m/s}) = 10.0(\text{m/s}) T\cos\theta##
and
##y_f=y_i+ u_iT-\frac{1}{2}gT^2 \\
1.0(\text{m/s}) = 10.0(\text{m/s}) t\sin\theta - \frac{1}{2}(-9.8)(\text{m/s}^2)T^2##
I then solved for T in $$4.0\text{m/s} = 10.0(\text{m/s}) T\cos\theta \\ T = \frac{2}{5\cos\theta}$$ ...and plugged this into T in this equation $$1.0(\text{m/s}) = 10.0 (\text{m/s}) t\sin\theta - \frac{1}{2}(-9.8)(\text{m/s}^2)T^2$$
Doing that, I ended up with $$1.0(\text{m/s}) = 4\tan\theta - \frac{-9.8(\text{m/s}^2)}{(5\cos\theta)^2} \\
\Leftrightarrow 1.0(\text{m/s}) = 4\tan\theta + \frac{9.8(\text{m/s}^2)}{25\cos^2\theta}$$
This is why I had to relate ##\small \cos^2\theta## with ##\small \tan\theta##. I substituted t for tanθ (t does not equal time, just a dummy variable) and found that it was a quadratic. Applying the quadratic formula I got my two angles mentioned previously.
You mean that you put ##t=\tan\theta## to save typing or something? You needed to say when you did it. You must have divided through by cosine someplace then.
Fair enough though.