Problem involving trig functions

joess
Messages
16
Reaction score
0
[SOLVED] problem involving trig functions

Homework Statement


Your room has a window whose height is 1.5 meters. The bottom edge of the window is 10 cm above your eye level. (See figure) How far away from the window should you stand to get the best view? (“Best view” means the largest visual angle, i.e. angle between the lines of sight to the bottom and to the top of the window.)

6kk3i84.gif


Homework Equations



The Attempt at a Solution


So the question's basically saying that I should maximize theta right? What I have so far is just
tan(O+a) = 1.6/x
and
a = arctan(0.1/x)
[by the way, O=theta, i couldn't figure out how to insert the proper symbol]
But even if I substitute a into the first equation, I still have 2 variables, and I can't figure out how to get only theta in an equation. Am I even on the right track?
 
Physics news on Phys.org
have you tried using
\tan (\theta+\alpha) = \frac{\tan \theta + \tan \alpha}{1-\tan \theta \,\tan \alpha}

and get an equation involving only x and tan theta, then to maximise, try determine global turning point (by looking at the derivaties)
 
But when I take the derivative of tan (O+0.1/x) = 1.6/x, or i change it using that tan identity, I get an equation that involves theta, the derivative of theta, and x, and I'm not sure how to optimize that
 
This is what i get when i take the derivative after using the tan identity:

\frac{x^{2}(sec^{2}\theta\frac{d\theta}{dx} - \frac{0.1}{x^{2}})}{-0.1(xsec^{2}\theta\frac{d\theta}{dx} - tan\theta)} = \frac{-1.6}{x^{2}}

I still have both \theta and x, so how do I optimize it?

Edit: never mind, I got it. :)
 
Last edited:
Thread 'Use greedy vertex coloring algorithm to prove the upper bound of χ'
Hi! I am struggling with the exercise I mentioned under "Homework statement". The exercise is about a specific "greedy vertex coloring algorithm". One definition (which matches what my book uses) can be found here: https://people.cs.uchicago.edu/~laci/HANDOUTS/greedycoloring.pdf Here is also a screenshot of the relevant parts of the linked PDF, i.e. the def. of the algorithm: Sadly I don't have much to show as far as a solution attempt goes, as I am stuck on how to proceed. I thought...
Back
Top