Angle between line and its shadow on a plane

AI Thread Summary
The discussion centers on calculating the angle between a line and its shadow cast on a vertical wall. The line intersects the wall at an angle of 40.78° and casts a shadow at 68.04° from the plumb line. A participant suggests using spherical coordinates to describe the rays involved. They propose setting up a coordinate system with the z-axis up the wall and using vectors to find the angle between the line and shadow through the dot product method. The conversation emphasizes the importance of correctly defining the vectors to solve for the desired angle.
manderson010
Messages
1
Reaction score
0

Homework Statement


A line intersects a vertical wall at 40.78° (that is, 49.22° with respect to the normal vector of the wall). The line is contained within a vertical plane perpendicular to the wall such that the aforementioned angle is measured with respect to the plumb line dropped from the point of intersection. The line casts a shadow on the wall that is 68.04° from the plumb line. What is the angle between the line and its shadow?

Homework Equations


I haven't the foggiest. There's got to be a simple expression out there somewhere for this, but I've never encountered it before.

Thank you very much for your help!

added
After talking with a math professor from the College of Wooster this afternoon, I found that a better way to describe this would be in spherical coordinates. So, I guess my question now would be: how does one go about finding the angle between to rays given in polar coordinates?

Taking the normal vector to the wall as (radius, azimuth, zenith)=(1,0,0), the two rays (unit length for simplicity) would be (1, 0°, 49.22°) and (1, 68.04°, 90°).
 
Last edited:
Physics news on Phys.org
Personally, I would be inclined to use "vectors" to do this. Setting up a coordinate system so that the z-axis is up the wall is the yz-plane, and the line is in the xz-plane, we have a vector, of length 1, pointing along the line, given by sin(40.78)i+ cos(40.78)k. The shadow, making an ange of 68.04 with the z- axis, would be along the unit vector sin(68.04)j+ cos(68.04)k. Now, you can find the angle between those vectors by using the dot product and the fact that u\cdot v= |u||v|cos(\theta) where \theta is the angle you want to find.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top