XanziBar said:
Alrighty well for the y direction I have
0=vsin(theta)t-.5*g*t^2
so v*sin(theta)=.5*g*t and that means that time in flight is t=2v*sin(theta)/g
for the x direction I have that delta x (range)=vcos(theta)*t+.5*Q*E*t^2/m where I went ahead and replaced the x acceleration with a=F/m=QE/m
So far so good. Very nice.
So I plugged that expression for t into the x acceleration and got Range=cos(theta)*(2v*sin(theta)/g)+.5*Q*E*(2v*sin(theta)/g)^2/m
I'm assuming that by 'v' you mean '
v0'. This term needs to be squared in the first instance of your above equation.
So after I simplify that is where I got my range equation, could you tell me where the units are wrong?
R=(2*V^2/g)* sin (theta)*(EQ*sin(theta)/(mg)+cos(theta)) because I think I simplified that right.
Okay. I see now. Your equation is correct. It's just hard to follow if your equations are completely in text form. Sorry for the confusion.

For clarity let me retype your equation in LaTex:
Your equation (replacing v with
v0 too):
R = \left(\frac{2 v_0^2}{g} \right) \mathrm{sin}\theta \left(\frac{EQ \mathrm{sin} \theta}{mg} + \mathrm{cos}\theta \right)
Your equation is correct, but let me give you some advice. Don't try to simplify things too much yet. Leave things un-factored for now. Let's go back to your unsimplified version of the equation.
R = \frac{2 v_0^2 \mathrm{cos}\theta \mathrm{sin}\theta}{g} <br />
+ \frac{2 v_0^2 EQ \mathrm{sin}^2 \theta}{mg^2}
Now see if you can use that trigonometric identity somewhere,
\mathrm{sin}(2 \theta) = 2 \mathrm{cos} \theta \mathrm{sin} \theta
Anyway my approach that I was describing is that the biggest sine and cosine can be is unity so I figured that I could figure out what angle produces the maximum range.
But that won't maximize anything.

The sines and cosines are a necessary part of the equation, and it's not legal to just arbitrarily set them to 1 (well, at least not in this case, where there are a combination of both sines and cosines). By forcing the sines and cosines to be 1, you are essentially forcing
θ to be 90
o in parts of the equation, and 0
o in other parts. But you don't necessarily want
θ to be either 0
o or 90
o. You want it to be (generally) some other value -- whatever value that maximizes the range
R.
Your goal is find the particular
θ that maximizes the range
R. To do this, find:
\frac{\partial R}{\partial \theta} = 0
(Take the derivative of your range equation with respect to
θ, and set that equal to 0.)
Yeah I tried using 2sin(x)cos(x)=sin(2x) I didn't get anywhere but maybe I don't have the right intuition.
Try it again now, in your unfactored equation. And keep in in your back pocket too, because you'll use it again later.
And yeah I did just try taking the derivative of the range w.r.t. theta...made a HUGE mess. Sorry if I'm not describing things well but I'm still really stuck...
Try it again, after using the trig identity first.
