Question

5. Basic integration TV2 Show that tan 1 = (sin? x dx = SV1- x? dx. 0 6. Integration with simple probability application The

Using MATLAB, please solve questions 5 and 6.

0 0
Add a comment Improve this question Transcribed image text
Answer #1

clc
clear all
close all
format long
disp('tan(1)^-1=')
atan(1)
disp('sin(x)^2 integration=');
f=@(x) sin(x).^2;
integral(f,0,pi/2)
disp('sqrt(1-x^2) integration=');
f=@(x) sqrt(1-x.^2);
integral(f,0,1)
disp('Since all 3 are equal so the statement is true')

Add a comment
Know the answer?
Add Answer to:
Using MATLAB, please solve questions 5 and 6. 5. Basic integration TV2 Show that tan 1...
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for? Ask your own homework help question. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • MATLAB Create a function that provides a definite integration using Simpson's Rule Problem Summar This example demo...

    MATLAB Create a function that provides a definite integration using Simpson's Rule Problem Summar This example demonstrates using instructor-provided and randomized inputs to assess a function problem. Custom numerical tolerances are used to assess the output. Simpson's Rule approximates the definite integral of a function f(x) on the interval a,a according to the following formula + f (ati) This approximation is in general more accurate than the trapezoidal rule, which itself is more accurate than the leftright-hand rules. The increased...

  • can you please solve all the questions 4 a) Find fx) dx using the Left-hand Sum....

    can you please solve all the questions 4 a) Find fx) dx using the Left-hand Sum. ONote ar is not 2 1 consta) fx) 5.75 9.5 12 14 b) Sketch the rectangles used to evaluste the definite integral in a) 10 Evaluate the definite integral using the Right-hand Sum e) fn The regions A. B, and C in the figure above are bounded by the graph of the function fand the a-axis If the area of each 5. region is...

  • Questions 1-6 please. ASAP please. will rate, ty. QUESTION 1 There are dozens of personality tests...

    Questions 1-6 please. ASAP please. will rate, ty. QUESTION 1 There are dozens of personality tests available on the World Wide Web. One test, scored on a scale of 0 to 200, is designed to give an indication of how "personable" the test taker is, with higher scores indicating more "personability." Suppose that scores on this test have a mean of 96 and a standard deviation of 24. Complete the following statements about the distribution of scores on this personality...

  • 1) Solve the problem. 1) The resale value of a certain industrial machine decreases over a...

    1) Solve the problem. 1) The resale value of a certain industrial machine decreases over a 10-year period at a rate that changes with time. When the machine is x years old, the rate at which its value is changing is 280(x - 10) dollars per year. By how much does the machine depreciate during the fourth year? A) A decrease of $1540 B) A decrease of $1820 C) A decrease of $8960 D) A decrease of $1680 The slope...

  • Please show all work and explain here is the data and explanation of 12.4 here is appendix D

    please show all work and explain here is the data and explanation of 12.4 here is appendix D 12.12. * In Problem 12.4, find the value of x2. If the dice really are true, what is the probability of getting a value of X2this large or larger? Explain whether the evidence suggests the dice are loaded. (See Appendix D for the necessary probabili- ties.) 12.4.I throw three dice together a total of 400 times, record the number of sixes in...

  • Nombre . Responde las siguientes preguntas A) SI P(A 6 B)-1/3 P(B)- 1/4 y P(Ay B)-1/5, halle P(A) B ) Cual es la probabilidad de lanzar un par de dados y que la suma de los result...

    Nombre . Responde las siguientes preguntas A) SI P(A 6 B)-1/3 P(B)- 1/4 y P(Ay B)-1/5, halle P(A) B ) Cual es la probabilidad de lanzar un par de dados y que la suma de los resultados de los dos dados sea 7 C ) Una prueba de selección múltiple tiene cinco posibles respuestas de las cuales una es correcta, si 13 estudiantes eligen las respuestas al azar. Cuaál es la probabilidad de que los 13 escojan la respuesta correcta?...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT