Problem 50631. Cosine effect in solar power towers
In Solar thermal power plants with central receiver (https://en.wikipedia.org/wiki/Solar_power_tower) the mirrors (called heliostats) do not aim at the sun (vector ) or the tower (vector ), but the bisector of these two directions (vector ):
The solar irradiance that bounces off the mirror is reduced by an amount proportional to reflectivity (assume 100% for this problem) and to the cosine of the angle between the normal vector to the heliostat and the other vector (sun or tower).
The aim of this problem is to calculate the value of the cosine of the angle () given the normalized vectors and that are known for every heliostat at every moment.
Hints:
- Vectors are 3×1, with norm = 1.
- Make use of scalar product to calculate cosines, taking advantage of the normalized vectors.
Solution Stats
Problem Comments
-
1 Comment
Rafael S.T. Vieira
on 12 Nov 2022
It's so weird, but there is a difference in the result from using the law of cosines and the function arc cosine. And the error is significant, but I am glad the author has considered this.
Solution Comments
Show commentsProblem Recent Solvers8
Suggested Problems
-
Determine Whether an array is empty
772 Solvers
-
Set the array elements whose value is 13 to 0
1362 Solvers
-
Getting the indices from a matrix
635 Solvers
-
Create matrix of replicated elements
377 Solvers
-
Matlab Basics II - Extract last 3 elements of a vector
242 Solvers
More from this Author9
Problem Tags
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!