- #1
CourtneyS
- 23
- 0
Homework Statement
[/B]
Solve optimization problem;
A person is to skate up a hockey rink, in a straight line(parallel to both of the sides), from wherever they are standing. They are to shoot the puck into the net whenever they reach the point where the angle on the net is the largest.
Need to find how far up the ice the person should skate to get the largest possible angle on the net.
Homework Equations
To get the largest angle I drew a triangle from the goal line to some point where the person would stand.
Then I drew a line down the middle of the triangle to create 2 right triangles.
Length of goal line is 1.82 m, half of that is 0.91 m.
SO.. I got that sin(theta/2)=0.91/hypotenuse and cos(theta/2)=height/hypotenuse
We have that AREA=1/2 base*height
SO, if we sovle for height we get height=hypotenuse*cos(theta/2) .. solve for hypotenuse we get hypotenuse=0.91/sin(theta/2)
Plug this into area formula and we get
A=1/2*0.91*(0.91/sin(theta/2))*cos(theta/2)
simplify
A=0.41405*cot(theta/2)
SO if I wanted the max angle it would be between 0 and pi so to get max angle I would take derivative of A
which is
A'=0.207025*(-csc^2(theta/2))
So max/min values occur when A'=0 (yes), but do they also occur when A'=undefined because A' not equal to 0 ever (as far as I know) .
So I guess I'm wondering if I'm on the right track..
And then I guess once I have the angle all I have to do is plug it in and get distance.
I really just want to know if I'm on the right track cause this doesn't really seem all that much like an optimization question.. I guess it is ... thanks
The Attempt at a Solution
Oops attempt is up there^^^ sorry