Calculating Angle ACB in a Circle Given Point B and Angle from Point A

AI Thread Summary
To calculate angle ACB in a circle given point B and the angle from point A, the law of cosines can be applied. The known values include the radius of the circle (CA), the distance from the center to point B (CB), and the angle CBA. By determining the length of side BA using the law of cosines, the angle ACB can then be calculated. Additionally, the formula Math.Asin(side2 * Math.Sin(angle1) / side1) may be used to find angle CAB. This approach aims to recreate missing functions in the Google Earth API for user benefit.
JonasB
Messages
2
Reaction score
0
Hello all,
sorry if this is a trivial question, or if it's been asked before, but I'm not good with math terminology so my googling doesn't give me much info.. I'm trying to work out a problem in order to recreate some functions that are missing from the public API of Google Earth. (If this is solved I'll post the results for the benefit of other GE users)

I have circle, with a known radius (center called C), and a point B outside a circle at a known distance. I also have a known angle from the point which projects at some point A on the circle's circumference. How can I calculate the angle ACB, i.e. the angle between the circle's center to B and the circle's center to A?

I (hope I've managed to) upload an image describing the problem.

Thanks a lot,
Jonas
 

Attachments

  • Angle.gif
    Angle.gif
    2.9 KB · Views: 578
Mathematics news on Phys.org
what do you mean by projects?
 
ice109 said:
what do you mean by projects?

I think he means a line that connects B to A.

In that case, from what I understand you know the length of CB(given) and CA(radius of the circle). You know the angle CBA(given) as well. Using law of cosines, you can find the length of the other side, BA. Then using law of cosines again, you can calculate the angle you need.
 
Sesse said:
I think he means a line that connects B to A.

In that case, from what I understand you know the length of CB(given) and CA(radius of the circle). You know the angle CBA(given) as well. Using law of cosines, you can find the length of the other side, BA. Then using law of cosines again, you can calculate the angle you need.
I found this:
Math.Asin(side2 * Math.Sin(angle1) / side1)
which, according to the description, should give me the CAB angle. I don't see why exactly, but I'm happy as long as it works. Thanks anyway!
/Jonas
 
Insights auto threads is broken atm, so I'm manually creating these for new Insight articles. In Dirac’s Principles of Quantum Mechanics published in 1930 he introduced a “convenient notation” he referred to as a “delta function” which he treated as a continuum analog to the discrete Kronecker delta. The Kronecker delta is simply the indexed components of the identity operator in matrix algebra Source: https://www.physicsforums.com/insights/what-exactly-is-diracs-delta-function/ by...
Suppose ,instead of the usual x,y coordinate system with an I basis vector along the x -axis and a corresponding j basis vector along the y-axis we instead have a different pair of basis vectors ,call them e and f along their respective axes. I have seen that this is an important subject in maths My question is what physical applications does such a model apply to? I am asking here because I have devoted quite a lot of time in the past to understanding convectors and the dual...
Back
Top