OK - let's start all over. However, you will need to work through the following and tell us where you are stuck. That is, what question can you not answer in order for us to help you.
We will model the day length DL by
DL(x)= a + b * sin(c x + d) [slightly different than before but equivalent]
where x = j is the end of the jth day, j = 1, 2, 3, .... Since x=j is the end of the jth day, j-1 is the start of the jth day. We will designate the day by the value of x for the start of the day. So
x=0 is the start of the first day
x=1 is the start of the second day and end of the first day
x=2 is the start of the second day and end of the second day
....
Note: You can do the count differently and/or use the cosine and/or use a different form [say c(x+d) instead of cx+d] but it would have to be consistent with the above.
(1) Now b is going to be the amplitude of the sine function. What is the min and max of the day length? Given that, what is the amplitude of the sine function? If you can't answer that question I'm afraid you will need to go back and do some more studying/review about definitions. Maybe this
http://www.purplemath.com/modules/grphtrig.htm
will help
(2) Now that we know b, we need to find a. The value of a is the midpoint (average) of the function. What is the min and max of the day length? Given that, what is the mid point (average of those two numbers)? Again, if you can't answer that question I'm afraid you will need to go back and do some more review.
(3) Now that we know a and b, lets find d. The first day is the shortest and the beginning of the day is x=0, so
DL
shortest = a + b sin( c*0 + d) = a + b sin(d)
Since you know DL
shortest, a, and b you should be able to compute sin(d), Given sin(d), you should be able to compute d. Again, if you can't answer that question I'm afraid you will need to go back and do some more review.
(4) Now that you know a, b, and d, you can compute c. The value of c determines the period of the sine function for DL(x). The argument of the sine function at the start of the first day is c*0+d = d. The argument at the start of the second year is c*Year_Length + d. So the difference between these two is period of the sine function. Given that you should be able to compute c. Again, if you can't answer that question I'm afraid you will need to go back and do some more review.