MATLAB: An Introduction with Applications
MATLAB: An Introduction with Applications
5th Edition
ISBN: 9781118629864
Author: Amos Gilat
Publisher: WILEY
bartleby

Videos

Question
Book Icon
Chapter 5, Problem 1P
To determine

To plot:

The function f(x)=x23x+72x+5 for 1x5 by using plot command.

Expert Solution & Answer
Check Mark

Answer to Problem 1P

Solution:

The plot of the function f(x)=x23x+72x+5 for 1x5 is stated as follows.

Explanation of Solution

The given function is,

f(x)=x23x+72x+5

The range of the function is 1x5.

Substitute x=1 in the above equation.

f(x)=x23x+72x+5=(1)23(1)+72(1)+5=6.3509

Substitute x=5 in the above equation.

f(x)=x23x+72x+5=(5)23(5)+72(5)+5=4.3894

The value of f(x) lies from 6.3509f(x)4.3894.

Write the MATLAB script to plot the function f(x)=x23x+72x+5 for 1x5.

MATLAB Code:

x = [-1:0.01:5];

% Define the vector x.

fx = (x.^2-3*x+7)./sqrt(2*x+5);

% Define the function fx.

plot(x,fx,'-g')

Save the MATLAB script with the name, Chapter5_29864_5_1P.m in the current folder. Execute the script by typing the script name at the command window to get the plot of the function f(x)=x23x+72x+5 for 1x5.

Result:

MATLAB: An Introduction with Applications, Chapter 5, Problem 1P

Conclusion:

The plot of the function f(x)=x23x+72x+5 for 1x5 is stated above.

Want to see more full solutions like this?

Subscribe now to access step-by-step solutions to millions of textbook problems written by subject matter experts!

Chapter 5 Solutions

MATLAB: An Introduction with Applications

Ch. 5 - Plot the function fx=x25x12x2x6 in the domain 1x7...Ch. 5 - Prob. 12PCh. 5 - Prob. 13PCh. 5 - An epicycloid is a curve (shown partly in the...Ch. 5 - The shape of the pretzel shown is given by...Ch. 5 - Prob. 16PCh. 5 - Plot an ellipse with major axes of a = 10 and b =...Ch. 5 - The following data gives the approximate...Ch. 5 - The force F (in N) acting between a particle with...Ch. 5 - Prob. 20PCh. 5 - Consider the motion of the squirrel in the...Ch. 5 - The curvilinear motion of a particle is defined by...Ch. 5 - The demand for water during a fire is often the...Ch. 5 - The position x as a function of time of a particle...Ch. 5 - The area of the aortic valve, AVin cm2, can be...Ch. 5 - A bandpass filter passes signals with frequencies...Ch. 5 - A resistor, R = 4O, and an inductor, L = 1.3 H,...Ch. 5 - In a typical tension test a dog bone shaped...Ch. 5 - According to special relativity, a rod of length L...Ch. 5 - The shape of a symmetrical four-digit NACA airfoil...Ch. 5 - The ideal gas law relates the pressure P, volume...Ch. 5 - The be vibrations of the body of a helicopter due...Ch. 5 - A railroad bumper is designed to slow down a...Ch. 5 - Consider the diode circuit shown in the figure....Ch. 5 - Prob. 35PCh. 5 - A simply supported beam is subjected to...Ch. 5 - Biological oxygen demand (BOD) is a measure of the...Ch. 5 - The temperature dependence of the diffusion...Ch. 5 - The resonant frequency f (in Hz) for the circuit...Ch. 5 - The Taylor series for cos(x) is:...
Knowledge Booster
Background pattern image
Statistics
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, statistics and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
MATLAB: An Introduction with Applications
Statistics
ISBN:9781119256830
Author:Amos Gilat
Publisher:John Wiley & Sons Inc
Text book image
Probability and Statistics for Engineering and th...
Statistics
ISBN:9781305251809
Author:Jay L. Devore
Publisher:Cengage Learning
Text book image
Statistics for The Behavioral Sciences (MindTap C...
Statistics
ISBN:9781305504912
Author:Frederick J Gravetter, Larry B. Wallnau
Publisher:Cengage Learning
Text book image
Elementary Statistics: Picturing the World (7th E...
Statistics
ISBN:9780134683416
Author:Ron Larson, Betsy Farber
Publisher:PEARSON
Text book image
The Basic Practice of Statistics
Statistics
ISBN:9781319042578
Author:David S. Moore, William I. Notz, Michael A. Fligner
Publisher:W. H. Freeman
Text book image
Introduction to the Practice of Statistics
Statistics
ISBN:9781319013387
Author:David S. Moore, George P. McCabe, Bruce A. Craig
Publisher:W. H. Freeman
An Introduction to Area | Teaching Maths | EasyTeaching; Author: EasyTeaching;https://www.youtube.com/watch?v=_uKKl8R1xBM;License: Standard YouTube License, CC-BY
Area of a Rectangle, Triangle, Circle & Sector, Trapezoid, Square, Parallelogram, Rhombus, Geometry; Author: The Organic Chemistry Tutor;https://www.youtube.com/watch?v=JnLDmw3bbuw;License: Standard YouTube License, CC-BY