EBK MATLAB: AN INTRODUCTION WITH APPLIC
EBK MATLAB: AN INTRODUCTION WITH APPLIC
5th Edition
ISBN: 8220102007642
Author: GILAT
Publisher: YUZU
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:

EBK MATLAB: AN INTRODUCTION WITH APPLIC, 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

EBK MATLAB: AN INTRODUCTION WITH APPLIC

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
Electrical Engineering
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, electrical-engineering and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Text book image
Introductory Circuit Analysis (13th Edition)
Electrical Engineering
ISBN:9780133923605
Author:Robert L. Boylestad
Publisher:PEARSON
Text book image
Delmar's Standard Textbook Of Electricity
Electrical Engineering
ISBN:9781337900348
Author:Stephen L. Herman
Publisher:Cengage Learning
Text book image
Programmable Logic Controllers
Electrical Engineering
ISBN:9780073373843
Author:Frank D. Petruzella
Publisher:McGraw-Hill Education
Text book image
Fundamentals of Electric Circuits
Electrical Engineering
ISBN:9780078028229
Author:Charles K Alexander, Matthew Sadiku
Publisher:McGraw-Hill Education
Text book image
Electric Circuits. (11th Edition)
Electrical Engineering
ISBN:9780134746968
Author:James W. Nilsson, Susan Riedel
Publisher:PEARSON
Text book image
Engineering Electromagnetics
Electrical Engineering
ISBN:9780078028151
Author:Hayt, William H. (william Hart), Jr, BUCK, John A.
Publisher:Mcgraw-hill Education,
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