Chapter 23: Problem 16
Write a MATLAB program to integrate $$\int_{0}^{\pi / 2} \cos (\cos x) d x$$
Short Answer
Step by step solution
Key Concepts
These are the key concepts you need to understand to accurately answer the question.
/*! This file is auto-generated */ .wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
Learning Materials
Features
Discover
Chapter 23: Problem 16
Write a MATLAB program to integrate $$\int_{0}^{\pi / 2} \cos (\cos x) d x$$
These are the key concepts you need to understand to accurately answer the question.
All the tools & learning materials you need for study success - in one app.
Get started for free
Use the following data to find the velocity and acceleration at \(t=10\) seconds: $$\begin{array}{l|ccccccccc} \text { Time, I, s } & 0 & 2 & 4 & 6 & 8 & 10 & 12 & 14 & 16 \\ \hline \text { Posilion, } x, \mathrm{m} & 0 & 0.7 & 1.8 & 3.4 & 5.1 & 6.3 & 7.3 & 8.0 & 8.4 \end{array}$$ Use second-order correct (a) centered finite-difference, (b) forward finite-difference, and (c) backward finite-difference methods.
You have to measure the flow rate of water through a small pipe. In order to do it, you place a bucket at the pipe's outlet and measure the volume in the bucket as a function of time as tabulated below. Estimate the flow rate at \(t=7 \mathrm{s}\) $$\begin{array}{l|cccc} \text { Time, 5 } & 0 & 1 & 5 & 8 \\ \hline \text { Volume, } \mathrm{cm}^{3} & 0 & 1 & 8 & 16.4 \end{array}$$
Use centered difference approximations to estimate the first and second derivatives of \(y=e^{x}\) at \(x=2\) for \(h=0.1 .\) Employ both \(O\left(h^{2}\right)\) and \(O\left(h^{4}\right)\) formulas for your estimates.
Write a MATLAB program to integrate $$\int_{0}^{2 \pi} \frac{\sin t}{t} d t$$ using both the quad and quadL functions. Te learn more about quadL, type help quadL at the MATLAB prompt..
The normal distribution is defined as $$f(x)=\frac{1}{\sqrt{2 \pi}} e^{-x^{2} / 2}$$ (a) Use MATLAB to integrate this function from \(x=-1\) to 1 and from -2 to 2 (b) Use MATLAB to determine the inflection points of this function.
What do you think about this solution?
We value your feedback to improve our textbook solutions.