Top Posters
Since Sunday
c
6
r
4
c
3
m
3
h
3
1
3
n
3
s
3
d
3
c
3
r
3
e
3
New Topic  
Anonymous joshephn
wrote...
A month ago
Need to create an equation from the below statements, thanks

To determine the distance downwind of a turbine, we need to project the location vector y) of the turbine onto the wind vector i'.

f the wind is from direction (measured clockwise from North), then the magnitude of the x and y components of the wind direction will be sin 0 and cos 0
spectively. However, the wind is from direction 9, not towards direction 0, so the (unit length) wind vector will be (— sin 0, — cos 0). The scalar projection (i.e.
agnitude) of the location vector onto the wind vector is just the dot product of these two vectors, which is (—c sin 0, —ycos 9).
mplement the following function to compute this downwind distance.
 Attached file 
Thumbnail(s):
You must login or register to gain access to this attachment.
Read 91 times
2 Replies
Replies
wrote...
A month ago
Distance is = -x sin θ - y cos θ

Explanation:

Step 1: wind direction unit vector is given by

w = (-sin θ, -cos θ)

Step 2: Dot product is given by

projection = x(-sin θ)+y(-cos θ)

Step 3: downwind distance = -x sin θ - y cos θ
Answer accepted by topic starter
AnonymousAnonymous
wrote...
A month ago
Sign in or Sign up in seconds to unlock everything for free
1

Related Topics

New Topic      
Explore
Post your homework questions and get free online help from our incredible volunteers
  1242 People Browsing
Related Images
  
 166
  
 355
  
 375