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 S) or the tower (vector T), but the bisector of these two directions (vector N):
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 (cos(theta)) given the normalized vectors S and T 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

55.56% Correct | 44.44% Incorrect
Last Solution submitted on Feb 01, 2024

Problem Comments

Solution Comments

Show comments

Problem Recent Solvers8

Suggested Problems

More from this Author9

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!