Vector problem: Find region shaded by fence

  • Thread starter Thread starter plexus0208
  • Start date Start date
  • Tags Tags
    Vector
plexus0208
Messages
49
Reaction score
0

Homework Statement


A vertical fence stands on the ground, and the sun is shining on it.
The ground is the xy-plane, and the top of the fence is the line through the point (0,0,1) in the
direction of < 3, 1, 0 >. The sun’s rays are pointing in the direction of the vector < 2,−1,−3 >.
Find the region on the ground that is shaded by the fence.

Homework Equations


A dot B = |A||B|cosθ
A x B = |A||B|sinθ

The Attempt at a Solution


I'm not sure how to visualize the problem.
Also, what is meant by "find the region"? Are they asking for the area of the shaded ground?
Can someone shed some light on this problem, or help me set it up?
 
Physics news on Phys.org
so the ground in the xy plane, and the fence is one unit high

think of the right triangle formed by the fence (vertical), the ground (horizontal) with the hypotenuse direction, given by the direction of the sunlight

for the region, you could think of it bounded by 2 lines, one the base of the fence, the other the edge of the shadow
 
But what exactly is it that I'm finding? I can't find the area since I don't know the length of the fence. So am I just finding the distance of the shadow from the edge of the fence?

My work: I started the vector <2, -1, -3> at the point (0, 0, 3).
I then used the pythagorean theorem: c = sqrt[2^2 + (-1)^2] = sqrt5
I then found an equation: y = (-3/sqrt5)x + 3
I moved the fence up so that the fence is a line through (0, 0, 3) and the bottom of the fence is the line through (0, 0, 2)
I set the equation equal to 2, and solved for x, and got sqrt5 / 3
 
Last edited:
where did you get (0,0,3)?

the top of the fence is given by the line through (0,0,1) along direction (3,1,0). The ground is the xy plane.

This means the base of the fence is is given by the line through (0,0,0) along direction (3,1,0).

Find the line representing the edge of the shadow. The shaded region will be bounded by the base of the fence on one side, and the edge of the shadow on the other, so by 2 parallel lines. Unless the length of teh fence is given, I would probably assume it is infinite
 
I moved all the vectors up so that it would be easier to work with, but all the directions of the vectors are the same.
 
why are they easier to deal with moved up?

If you know the line of the bottom of the fence, all you need is to find a vector to shift it, to find the shadow edge.

start with fence f = (0,0,1)

the sun direction is s = (2,-1,-3)/3 = (2/3,-1/3,-1), if we divide it by three it gives the same vertical relief as the fence (ie. when the shadow hits the ground).

the vector represting the shadow on the ground is the sum of these
b = f + s = (0,0,1) + (2/3,-1/3,-1) = (2/3,-1/3,0)

which has the same length as you found
|b| = (2/3,-1/3,0) = sqrt(5)/3
 
There are two things I don't understand about this problem. First, when finding the nth root of a number, there should in theory be n solutions. However, the formula produces n+1 roots. Here is how. The first root is simply ##\left(r\right)^{\left(\frac{1}{n}\right)}##. Then you multiply this first root by n additional expressions given by the formula, as you go through k=0,1,...n-1. So you end up with n+1 roots, which cannot be correct. Let me illustrate what I mean. For this...
Back
Top