Minimizing Speed to Reach a Distance H: A Math Challenge

AI Thread Summary
The discussion focuses on a math challenge involving minimizing speed to reach a distance H while starting from a height H. Participants discuss the equations of motion, emphasizing the need to equate horizontal and vertical motion to find time and angle. To minimize speed, it is suggested to differentiate with respect to the angle theta and set the derivative to zero. There are corrections needed in the equations, particularly regarding the initial conditions and the inclusion of time. The conversation concludes with a request for further clarification on calculations to derive the speed.
tomfrank
Messages
37
Reaction score
0

Homework Statement



So the goal is to reach a distance H in the x-direction, starting from a height H in the y-direction, and you need to minimize the speed, and find the smalest and angle.

Homework Equations



i did:

dx = V cos(theta) *t and
y = y_0 +V sin(theta)*t-1/2*g*t^2

Vx = Vcos(theta) Vy = Vsin(theta)

The Attempt at a Solution

i set them equal to each other and solve for time

but I am not quite sure and the minimization part.
do I have to take the derivative with respect of theta and set it equal to 0?
 
Last edited:
Physics news on Phys.org
There is a t missing in your formula for dx.

If you equate the two you will get the angle and speed when you hit the target as you are considering the reverse process this way.

If you want to calculate your process you have to change your equations for dx and dy a bit and then set them to your final coordinates.

To get the smallest and largest angle you have to solve your resulting equation for v in terms of theta. Then you will be able to read of values of theta beyond which no solution exists.
To minimize the speed you should differentiate w.r.t. theta and set it to 0.
 
so i correct the equation put it in the t.

By solving for V i got

V = (1/2)*g*t/(cos(theta)-sin(theta))

if I differentiate w.r.t. theta and set it = to 0 I got theta = -pi/4

is that right, how do i get the speed?
 
You have two equations. Use one to eliminate t and solve the second for v. There should be only one v in your first formulas. You have
v_x=v\cos\theta so you included the cos doubly.
 
Last edited:
so just to understand, I solve for t and for the x equation and plug into the other one, so that I can eliminate t and I got.

v = sqrt((1/2)*sqrt(2)*sqrt((2*sin(theta)^4-2+3*cos(theta)^2)*cos(theta)*h*g*(sin(theta)+cos(theta)))/(2*sin(theta)^4-2+3*cos(theta)^2))

now I take the derivative w.r.t. theta and set it = to zero.

I try it but how don't get a value for V?
 
Your formula for y is still not correct. With increasing time your projectile would go higher and higer, a bit unrealistic.
At t=0. You should have y=H. This is the initial condition.
 
about now...?
 
Yes. Now you can set for y and dx the coordinates of your target. This will give you two equations.
Then you can use one to eliminate t and the second to solve for v.
More from my side tomorrow if you still need help.
 
i try but i don't really know how to get the value of V out.
 
  • #10
Where is your problem?
What are your two equations? Can you solve them for t?
Do you get an expression for v depending on theta?

If you post your calculations I can check for errors and tell you what to try next.
 
Back
Top