Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create a C++ Program that would evaluate the left side of the equation. First input, sin/cos/tan/cot (choose one trigonometric function only), Second input values of

Create a C++ Program that would evaluate the left side of the equation. First input, sin/cos/tan/cot (choose one trigonometric function only), Second input values of A & B or A only.
Output is evaluation of all sin/cos/tan/cot depending on the trigonometric function given (right side of the equation).
For example
Input 1: sin
Input 2: A=30, B=45
Outputs:
1. sin (30 + 45) = sin30cos45 + cos30sin45 (simplify)
2. sin (30 - 45) = sin30cos45 - cos30sin45 (simplify)
3. sin2(30)= 2sin30cos30 (simplify)
image text in transcribed
1. sin(A+B) sinAcosB+cosA sinB 2. sin(A-B) sinAcosB-cosA sinB 3. cos(A+B) cosAcosB-sinA sinB 4. cos(A-B)-cosAcosB +sinA sinB tanAtanb 1-tanAtanB tanA- tanB 5. tan(A+B) tan(A-B)"- 1tanAtanB cotA cotB-1 cot(A+BtA cotB cot(A-B). cotA cotB+1 cotB cotA 9. sin2A (a) 2sinAcosA (b) 10. cos2A (a) cos'A-sin A 2tanA 1tan A (b)1-2sin'A (c2cos'A-1 (d) 1-tan'A 1tan A 2tanA 1- tan A 11. tan2A

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

From Herds To Insights Harnessing Data Analytics For Sustainable Livestock Farming

Authors: Prof Suresh Neethirajan

1st Edition

B0CFD6K6KK, 979-8857075487

More Books

Students also viewed these Databases questions

Question

b. Where did they come from?

Answered: 1 week ago

Question

c. What were the reasons for their move? Did they come voluntarily?

Answered: 1 week ago

Question

5. How do economic situations affect intergroup relations?

Answered: 1 week ago