general
Jump to date
Thursday, September 3, 2020
https://www.mathworks.com/matlabcentral/answers/433136-how-do-i-solve-this-projectile-motion-problem
How do I solve this projectile motion problem? -
MATLAB Answers - ...
How do I solve this projectile motion problem?. Learn more about physics, projectile motion, sub, solve, dif, syms, trajectory, homework MATLAB
www.mathworks.com2 seconds of google
try this
yes because his answer will either be the right answer or the negative of that
Considering I just solved it by hand, yes
>iteration
for what
you are not solving a variable problem you are solving a system of 2 equations with 1 unknown
the t cancels
my bad
or does not cancel
rather you solve for it
either way you do not need to guess for either of them
and you do not need iteration
I mean, you can just run the solve command twice as a non elegant solution, once for T, the total flight time
and once for V0
but you can only do that in this case because sintheta = costheta = 1/root(2)
is there a simplify command
thats right btw
that is 9.6
then it did solve it
where P(1) was his function evaluated at 1
you could specify they are real numbers
and probably specify they are positive
I assumed so
