Concept explainers
Calculate the value of the angle using sine, cosine and tangent addition formula.
Answer to Problem 2CE
The solution is,
Explanation of Solution
Given:The sine addition formula is,
And the value of
Calculation:
Let’s take the angles,
Then use
Calculate the
Find
Put the value of
Similarly, repeat for cosine and tangent,
program:
function [S,C,t] = sinadd(a,b) % funtion for sin(a+b) cosd(a)=sqrt(1-sind(a).^2); cosd(b)=sqrt(1-sind(b).^2); S=sind(a)*cosd(b)+cosd(a)*sind(b); C=cosd(a)*cosd(b)-sind(a)*sind(b); t=tand(a)+tand(b)./(1-tand(a)*tand(b)); end clc clear close all a=5; b=(10:5:90)-a; for i=1:17 [Sin(i),Cos(i),t(i)]=sinadd(a,b(i)); end Sin=Sin'; Cos=Cos'; Tan=t'; angle=(a+b)'; T1= table(angle,Sin,Cos,Tan)
Query:
- First, define the angles.
- Then calculate value of each angle using function “sinadd”.
- Then convert into tabulate form.
Chapter 13 Solutions
Algebra and Trigonometry: Structure and Method, Book 2
Additional Math Textbook Solutions
Pre-Algebra Student Edition
Calculus: Early Transcendentals (2nd Edition)
University Calculus: Early Transcendentals (4th Edition)
Intro Stats, Books a la Carte Edition (5th Edition)
- Algebra and Trigonometry (6th Edition)AlgebraISBN:9780134463216Author:Robert F. BlitzerPublisher:PEARSONContemporary Abstract AlgebraAlgebraISBN:9781305657960Author:Joseph GallianPublisher:Cengage LearningLinear Algebra: A Modern IntroductionAlgebraISBN:9781285463247Author:David PoolePublisher:Cengage Learning
- Algebra And Trigonometry (11th Edition)AlgebraISBN:9780135163078Author:Michael SullivanPublisher:PEARSONIntroduction to Linear Algebra, Fifth EditionAlgebraISBN:9780980232776Author:Gilbert StrangPublisher:Wellesley-Cambridge PressCollege Algebra (Collegiate Math)AlgebraISBN:9780077836344Author:Julie Miller, Donna GerkenPublisher:McGraw-Hill Education