What is the solution to finding the sum of square sin() functions?

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
3 replies · 11K views
Aikon
Messages
21
Reaction score
0
Hi all,
I work as monitor for a pre-university course and one student showed me this problem:

Homework Statement


To find how much is y:
y=sin2(10)+sin2(20)+sin2(30)+...+sin2(80)+sin2(90)

Homework Equations


I don't know. I thought about sen2x+cos2x=1


The Attempt at a Solution


To use the equation given above and to write a series of cos()'s, but i don't think it get better than before.
 
Physics news on Phys.org
Aikon said:

Homework Equations


I thought about sin2x+cos2x=1

You are on the right track. Use also that sin(x)=cos(90-x). For example, sin(80°)=cos(10°).

ehild
 
Last edited by a moderator:
There's another identity that I think will be helpful:
[tex]sin^2(x) = \frac{1 - cos(2x)}{2}[/tex]

Also, cos(x) = -cos([itex]\pi[/itex] - x)
 
Thank you all the answers.

I liked this:
ehild said:
You are on the right track. Use also that sin(x)=cos(90-x). For example, sin(80°)=cos(10°).

ehild

With this identity it becomes almost trivial, because (sin210 +sin280)=1 and it goes like this for other pairs, it gives 5 in the end.