best viewing angle...

bluester105

New member
Joined
Nov 27, 2011
Messages
5
in a certain movie theater, the bottom edge of the 15 foot tall screen at the front is 5 feet above eye level. suppose we wish to sit so that the angle theta is as large as possible. how far should we sit from the screen?

so i made a diagram of what i am supposed to be looking for....
...|\
...|.\
15|...\ ...t=theta.
...|\....\
...|..\.t./\
...|....\/..\
5.|.......\..\
...|..........\.\
...|.............\\
...|_____x____| (sorry it looks better on paper....)


okay so what i dont understand is how i am supposed to incorperate x and theta into the same problem..i hope what i said makes sense...thanks for the help..
 
Untitled.jpg
Paint man!

Is this your problem ?

You want to maximize theta in terms of x?

I would start by writing some trig relationships down. See if you can get an equation "theta = something".

HINT: THINK ARCTAN
 
Hello, bluester105!

In a certain movie theater, the bottom edge of the 15-foot tall screen at the front is 5 feet above eye level.
Suppose we wish to sit so that angle theta is as large as possible.
How far should we sit from the screen?

Code:
      A *
        | *
        |   *
     15 |     *
        |       *
        |         *
      B *           *
        |     *     θ *
      5 |         α *   *
        *-----------------*
        C - - -  x  - - - P
The screen is AB=15.\displaystyle AB = 15.
It is 5 feet above eye level: BC=5.\displaystyle BC = 5.
We are sitting at point P ⁣:x=CP.\displaystyle P\!:\:x = CP.
Let θ=APB,α=BPC.\displaystyle \theta = \angle APB,\:\alpha = \angle BPC.

We have: .tan(θ+α)=20xθ+α=tan-1 ⁣(20x)\displaystyle \tan(\theta + \alpha) \:=\:\dfrac{20}{x} \quad\Rightarrow\quad \theta + \alpha \:=\:\tan^{\text{-}1}\!\left(\dfrac{20}{x}\right)
Hence: .θ  =  tan-1 ⁣(20x)α\displaystyle \theta \;=\;\tan^{\text{-}1}\!\left(\dfrac{20}{x}\right) - \alpha .[1]

We have: .tanα=5xα=tan-1 ⁣(5x)\displaystyle \tan\alpha \:=\:\dfrac{5}{x} \quad\Rightarrow\quad \alpha \:=\:\tan^{\text{-}1}\!\left(\dfrac{5}{x}\right)

Sustitute into [1]: .θ  =  tan-1 ⁣(20x)tan-1 ⁣(5x)\displaystyle \theta \;=\;\tan^{\text{-}1}\!\left(\dfrac{20}{x}\right) - \tan^{\text{-}1}\!\left(\dfrac{5}{x}\right)


Differentiate and equate to zero:

. . dθdx  =  20x21+(20x)25x21+(5x)2  =  0\displaystyle \dfrac{d\theta}{dx} \;=\;\dfrac{-\frac{20}{x^2}}{1 + \left(\frac{20}{x}\right)^2} - \dfrac{-\frac{5}{x^2}}{1 + \left(\frac{5}{x}\right)^2} \;=\;0

. . . . . . . . .20x2+400+5x2+25  =  020x2+400  =  5x2+25\displaystyle \dfrac{-20}{x^2+400} + \dfrac{5}{x^2+25} \;=\;0 \quad\Rightarrow\quad \dfrac{20}{x^2+400} \;=\;\dfrac{5}{x^2+25}

. . . . . . . 20(x2+25)  =  5(x2+400)20x2+500  =  5x2+2000\displaystyle 20(x^2 + 25) \;=\;5(x^2+400) \quad\Rightarrow\quad 20x^2 + 500 \;=\;5x^2 + 2000

. . . . . . . 15x2  =  1500x2  =  100\displaystyle 15x^2 \;=\;1500 \quad\Rightarrow\quad x^2 \;=\;100

Therefore: x=10 feet.\displaystyle \text{Therefore: }\:x \:=\:10\text{ feet.}
 
Top