savedadogs
Full Member level 1
- Joined
- Dec 11, 2003
- Messages
- 95
- Helped
- 18
- Reputation
- 36
- Reaction score
- 7
- Trophy points
- 1,288
- Location
- California
- Activity points
- 762
I have a vector function defined in the x-y plane which I would like to figure out the average. The function is
[A+A*B*cos(x-y)]X+[B+A*B*cos(x-y)]Y
where X and Y are the x-directed unit vector and y-directed unit vector respectively. I do not know how to approach this, should I solve it numerically or analytically? It seems like I should integrate the function over the plane of interest.
[A+A*B*cos(x-y)]X+[B+A*B*cos(x-y)]Y
where X and Y are the x-directed unit vector and y-directed unit vector respectively. I do not know how to approach this, should I solve it numerically or analytically? It seems like I should integrate the function over the plane of interest.