Art of Problem Solving
Art of Problem Solving
AoPS Online
Math texts, online classes, and more
for students in grades 5-12.
Visit AoPS Online
‚
Books for Grades 5-12
Online Courses
Beast Academy
Engaging math books and online learning
for students ages 6-13.
Visit Beast Academy
‚
Books for Ages 6-13
Beast Academy Online
AoPS Academy
Small live classes for advanced math
and language arts learners in grades 2-12.
Visit AoPS Academy
‚
Find a Physical Campus
Visit the Virtual Campus
Sign In
Register
online school
Class Schedule
Recommendations
Olympiad Courses
Free Sessions
books
tore
AoPS Curriculum
Beast Academy
Online Books
Recommendations
Other Books & Gear
All Products
Gift Certificates
community
Forums
Contests
Search
Help
resources
math training & tools
Alcumus
Videos
For the Win!
MATHCOUNTS Trainer
AoPS Practice Contests
AoPS Wiki
LaTeX TeXeR
MIT PRIMES/CrowdMath
Keep Learning
All Ten
contests on aops
Practice Math Contests
news
AoPS Blog
Webinars
view all
0
Sign In
Register
JavaScript is not enabled. JavaScript is required to fully utilize the site.
AoPS Wiki
Resources
Aops Wiki
Angle Addition Formulas (Trigonometry): Difference between revisions
Page
Article
Discussion
Read
View source
View history
Toolbox
Recent changes
Random page
Help
What links here
Special pages
Search
Angle Addition Formulas (Trigonometry): Difference between revisions
← Older edit
Newer edit →
Revision as of 14:58, 26 November 2014
view source
Nosaj
(
talk
|
contribs
)
129
edits
No edit summary
← Older edit
Revision as of 14:59, 26 November 2014
view source
Nosaj
(
talk
|
contribs
)
129
edits
Blanked the page
Newer edit →
Line 1:
Line 1:
[asy]
real a,b,c;
a=0.4924;
b=0.5467;
c=a+b;
pair A,B,C,D,E,F;
A=(0,0);
D=(cos(c),sin(c));
B=(cos(a)*cos(b),0);
C=(cos(a)*cos(b),sin(a)*cos(b));
draw(A--B--C--D--cycle);
draw(A--C);
E=foot(D,A,B);
draw(D--E);
F=foot(C,D,E);
draw(C--F);
draw(anglemark(B,A,C,4));
draw(anglemark(C,A,D,5.5));
label("<math>\alpha</math>", A ,7*dir(a*30));
label("<math>\beta</math>", A ,9*dir(b*45+ a*30));
[/asy]
Revision as of 14:59, 26 November 2014
Something appears to not have loaded correctly.
Click to refresh
.