Concept explainers
Calculate the value of the angle using sine addition formula.
Answer to Problem 1CE
The solution is,
Explanation of Solution
Given:The sine addition formula is,
And the value of
Calculation:
Let’s take the angles,
Then use sine
Calculate the
Put the value of
Then repeat the same process for all the angles.
program:
function S = 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); end clc clear close all a=5; b=(10:5:90)-a; fori=1:17 S=sinadd(a,b(i)); sol(i)=S; end value=sol'; angle=(a+b)'; T = table(angle,value)
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
Elementary Algebra
Elementary and Intermediate Algebra
College Algebra (10th Edition)
Intermediate Algebra
College Algebra with Modeling & Visualization (5th Edition)
Differential Equations and Linear Algebra (4th 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