undrcvrbro
- 131
- 0
Homework Statement
The axis of a light in a lighthouse is tilted. When the light points east, it is inclined upward at 7 degree(s). When it points north, it is inclined upward at 2 degree(s). What is its maximum angle of elevation?
Homework Equations
The Attempt at a Solution
Duf(0, 0) = gra.f(0, 0)* u
and the maximum slope will be
grad. f(0, 0) = sqrt(fx(0, 0)^2 + (fy(0, 0)^2))
fx(0, 0) = tan 9; fy(0,0)= tan2
And therefore
abs(grad. f(0, 0)) = ((tan9)^2 + (tan2)^2)
The maximum elevation is therefore given by
arctan ((tan 9)^2 + (tan2)^2) = 66 degrees
For some reason my final answer is wrong. Any idea where I made a mistake?