Tell me more ×
Physics Stack Exchange is a question and answer site for active researchers, academics and students of physics. It's 100% free, no registration required.

A ball is struck such that its max height is equal to its range. determine the angle its struck at. Air resistance is ignored and the ground is horizontal.

my reasoning is that:

using vectors Xsin(angle) = Xcos(angle) so tan(angle) = x/x so inverse tan of 1 is 45degrees

Would this be the right approach to the question Id ask my lecturer but im at home Cheers

share|improve this question
I'm adding the "homework" tag because, even though this may not be a homework assignment specifically, it has an educational purpose so it's effectively similar. – David Zaslavsky May 5 '11 at 19:29

1 Answer

up vote 2 down vote accepted

Range $ = v^2 \sin(2\theta) / g = (v \sin \theta)^2 / 2g = $ Max height

$4 \sin\theta \cos\theta = \sin\theta \sin\theta $ because $\sin2\theta = 2 \sin\theta \cos\theta$

$ 4 \cos \theta = \sin\theta $

$ \tan\theta = 4$

$\theta = \tan^{-1} 4$

Problem is $X\cos\theta = X\sin\theta$ equates horizontal and vertical components of $X$ (whatever $X$ is), which isn't same as equating range of projectile to maximum possible height when thrown at certain angle.

share|improve this answer
Is $\vec{X}cos\theta$ right? or should I use $Xcos\theta$? – Pratik Deoghare May 5 '11 at 20:15
2  
You should say $X\cos\theta$. There's no arrow over the $X$, because that symbol here refers just to the magnitude of the vector $\vec X$, not to the entire vectorial quantity. Also, the functions $\sin,\cos$ are traditionally written in roman, not italic type. In TeX syntax, putting a backslash in front of the names sin and cos takes care of that. – Ted Bunn May 5 '11 at 20:43

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.