Maclaurin series are a type of Mathematic series expansion in which all terms are nonnegative real powers of the variable. The Maclaurin series expansion for sin(x) is given by the following formula that is valid for all real values of x such that x is in radians (Note that: radians(x) = x x n/180): sin(x) 3! 5! Implement a Java program to compute the value of Maclaurin series expansion for sin(x) where x is a nonnegative real value according to the following: a. Write a java method named Factorial that takes as an argument an integer value n and returns the mathematical factorial n! of n as a long value such that: n! = n x (n- 1) x (n - 2) x ...x 2 x 1 b. In the main method: Ask the user to enter the value of the angle x to be calculate in the Maclaurin series expansion for sin(x) as given above. x Should be entered in degrees, i.e., 0° < x < 360° and then converted into radians using the formula: (radians(x) x x 1/180). i. ii. Ask the user to enter the number of terms to be calculated in the Maclaurin series expansion for sin(x). iii. Print the calculated sum of the first n number of terms to be calculated in the Maclaurin series expansion for sin(x) rounded to 6 decimal places. iv. calculated in the Maclaurin series expansion for sin(x) and the value using Math. sin(x) rounded to 6 decimal places. Print the difference between the calculated sum of the first n number of terms to be Sample run: Enter an angle in degrees: 30 Enter number of terms of maclaurin series: 5 Sum of first 5 terms of Maclaurin sries of sin (30) is 0.500000. Math.sin (5) is 0.500000. Math.sin (30) - Maclaurin series = 0.000000.

Computer Networking: A Top-Down Approach (7th Edition)
7th Edition
ISBN:9780133594140
Author:James Kurose, Keith Ross
Publisher:James Kurose, Keith Ross
Chapter1: Computer Networks And The Internet
Section: Chapter Questions
Problem R1RQ: What is the difference between a host and an end system? List several different types of end...
icon
Related questions
Question
i need the answer quickly
Maclaurin series are a type of Mathematic series expansion in which all terms are nonnegative real
powers of the variable. The Maclaurin series expansion for sin(x) is given by the following formula
that is valid for all real values of x such that x is in radians (Note that: radians(x) = x x n/180):
sin(x)
3!
5!
Implement a Java program to compute the value of Maclaurin series expansion for sin(x) where x is a
nonnegative real value according to the following:
a. Write a java method named Factorial that takes as an argument an integer value n and
returns the mathematical factorial n! of n as a long value such that:
n! = n x (n - 1) x (n - 2) x ...x 2 x 1
b. In the main method:
Ask the user to enter the value of the angle x to be calculate in the Maclaurin series
expansion for sin(x) as given above. x Should be entered in degrees, i.e., 0° < x <
360° and then converted into radians using the formula: (radians(x) = x x 1/180).
i.
ii.
Ask the user to enter the number of terms to be calculated in the Maclaurin series
expansion for sin(x).
iii.
Print the calculated sum of the first n number of terms to be calculated in the Maclaurin
series expansion for sin(x) rounded to 6 decimal places.
iv.
calculated in the Maclaurin series expansion for sin(x) and the value using
Math. sin(x) rounded to 6 decimal places.
Print the difference between the calculated sum of the first n number of terms to be
Sample run:
Enter an angle in degrees: 30
Enter number of terms of maclaurin series: 5
Sum of first 5 terms
of Maclaurin sries of sin (30) is 0.500000.
Math.sin (5) is 0.500000.
Math.sin (30)
- Maclaurin
series =
0.000000.
Transcribed Image Text:Maclaurin series are a type of Mathematic series expansion in which all terms are nonnegative real powers of the variable. The Maclaurin series expansion for sin(x) is given by the following formula that is valid for all real values of x such that x is in radians (Note that: radians(x) = x x n/180): sin(x) 3! 5! Implement a Java program to compute the value of Maclaurin series expansion for sin(x) where x is a nonnegative real value according to the following: a. Write a java method named Factorial that takes as an argument an integer value n and returns the mathematical factorial n! of n as a long value such that: n! = n x (n - 1) x (n - 2) x ...x 2 x 1 b. In the main method: Ask the user to enter the value of the angle x to be calculate in the Maclaurin series expansion for sin(x) as given above. x Should be entered in degrees, i.e., 0° < x < 360° and then converted into radians using the formula: (radians(x) = x x 1/180). i. ii. Ask the user to enter the number of terms to be calculated in the Maclaurin series expansion for sin(x). iii. Print the calculated sum of the first n number of terms to be calculated in the Maclaurin series expansion for sin(x) rounded to 6 decimal places. iv. calculated in the Maclaurin series expansion for sin(x) and the value using Math. sin(x) rounded to 6 decimal places. Print the difference between the calculated sum of the first n number of terms to be Sample run: Enter an angle in degrees: 30 Enter number of terms of maclaurin series: 5 Sum of first 5 terms of Maclaurin sries of sin (30) is 0.500000. Math.sin (5) is 0.500000. Math.sin (30) - Maclaurin series = 0.000000.
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Recommended textbooks for you
Computer Networking: A Top-Down Approach (7th Edi…
Computer Networking: A Top-Down Approach (7th Edi…
Computer Engineering
ISBN:
9780133594140
Author:
James Kurose, Keith Ross
Publisher:
PEARSON
Computer Organization and Design MIPS Edition, Fi…
Computer Organization and Design MIPS Edition, Fi…
Computer Engineering
ISBN:
9780124077263
Author:
David A. Patterson, John L. Hennessy
Publisher:
Elsevier Science
Network+ Guide to Networks (MindTap Course List)
Network+ Guide to Networks (MindTap Course List)
Computer Engineering
ISBN:
9781337569330
Author:
Jill West, Tamara Dean, Jean Andrews
Publisher:
Cengage Learning
Concepts of Database Management
Concepts of Database Management
Computer Engineering
ISBN:
9781337093422
Author:
Joy L. Starks, Philip J. Pratt, Mary Z. Last
Publisher:
Cengage Learning
Prelude to Programming
Prelude to Programming
Computer Engineering
ISBN:
9780133750423
Author:
VENIT, Stewart
Publisher:
Pearson Education
Sc Business Data Communications and Networking, T…
Sc Business Data Communications and Networking, T…
Computer Engineering
ISBN:
9781119368830
Author:
FITZGERALD
Publisher:
WILEY