Sun Local Hour Angle and Latitude

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
9 replies · 5K views
moja_a
Messages
4
Reaction score
0

Homework Statement



if:
H = Local Hour Angle
Lat = Latitude.
Dec = Sun Declination.

cos(H) = -sin(a)-sin(Lat)*sin(Dec) / cos(Lat)*cos(Dec)


I wand to get The value of Lat .

The Attempt at a Solution


I Tried to make it simple By :
1 - multiply both sides by the denominator
1- square both sides
2- Rewrite cos^2(L) as 1-sin^2(L)
3- Rearrange into a quadratic equation in sin(L).
And this is what I got:

Cos^2(H).Cos^2(D).Cos^2(L) = -Sin^2(a) - 2Sin(a).Sin(D).Sin(L) + Sin^2(L).Sin^2(D)

Cos^2(H).Cos^2(D).(1-Sin^2(L) )= -Sin^2(a) - 2Sin(a).Sin(D).Sin(L) + Sin^2(L).Sin^2(D)

Cos^2(H).Cos^2(D) - Cos^2(H).Cos^2(D).Sin^2(L) = - Sin^2(a) - 2Sin(a).Sin(D).Sin(L) + Sin^2(L).Sin^2(D)

Cos^2(H).Cos^2(D) = -Sin^2(a)- 2Sin(a).Sin(D).Sin(L) + Sin^2(L).Sin^2(D) + Cos^2(H).Cos^2(D).Sin^2(L)

Cos^2(H).Cos^2(D) = -Sin^2(a)- 2Sin(a).Sin(D).Sin(L) + Sin^2(L) . ( Sin^2(D) + Cos^2(H).Cos^2(D) )

then I am Stuck can you help me please.
 
Physics news on Phys.org
Yes I used L = Lat
can you tell me about the function that replace it
 
Last edited:
can you tell me about the function that replace it
 
[tex][/tex]

may be I wrote the formula incorrectly

[tex]Cos H = \frac{sin(a)-sin(L)*Sin(D)}{Cos(L)*Cos(D)}[/tex]

I want to get the value of sin(L)
 
[tex]cos(H) = \frac{sin(a)-sin(L)*sin(D)}{cos(L)*cos(D)}[/tex]

[tex]cos(L) = \frac{sin(a)-sin(L)*sin(D)}{cos(H)*cos(D)}[/tex]

[tex]cos(L) = \frac{sin(a)}{cos(H)*cos(D)} \; - \; \frac{sin(D)}{cos(H)*cos(D)}sin(L)[/tex]

define constants A and B appropriately and the equation becomes:

[tex]cos(L) = A - B sin(L)[/tex]

You could square both sides at this point, change cos2(L) to 1 - sin2(L) and solve the quadratic for sin(L).
 
Or Sin(L)=[Sin(a)-Cos(L)*Cos(H)*Cos(D)]/Sin(D)
 
RTW69 said:
Or Sin(L)=[Sin(a)-Cos(L)*Cos(H)*Cos(D)]/Sin(D)

How would that help? You've got a cos(L) on the RHS. You're trying to solve for L (eventually).
 
You are correct, I should have read the problem statement a little closer.