EBK MATLAB: AN INTRODUCTION WITH APPLIC
EBK MATLAB: AN INTRODUCTION WITH APPLIC
6th Edition
ISBN: 8220103113663
Author: GILAT
Publisher: YUZU
bartleby

Concept explainers

bartleby

Videos

Question
100%
Book Icon
Chapter 5, Problem 1P
To determine

To plot:

The function f(x)=x210x+2 for 0x5 by using plot command.

Expert Solution & Answer
Check Mark

Answer to Problem 1P

Solution:

The plot of the function f(x)=x210x+2 for 0x5 is stated as follows.

Explanation of Solution

The given function is,

    f(x)=x210x+2

The range of function is 0x5.

Substitute x=0 in the above equation.

    f(x)=x210x+2=(0)210(0)+2=+2 <

Substitute x=5 in the above equation.

    f(x)=x210x+2=(5)210(5)+2=4.6393

    The value of f(x) lies from 2f(x)4.6393.

    Write the MATLAB script to plot the function f(x)=x210x+2 for 0x5.

    MATLAB Code:

    x = [0:0.01:5];

    % Define the vector x.

    y = x.^2-(10*sqrt(x))+2;

    % Define the function y.

    plot(x,y,'-g')

    Save the MATLAB script with name, Chapter5_56830_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)=x210x+2 for 0x5.

    Result:

    EBK MATLAB: AN INTRODUCTION WITH APPLIC, Chapter 5, Problem 1P

    Conclusion:

    The plot of the function f(x)=x210x+2 for 0x5 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 - A plot of an astroid is shown in the figure on the...Ch. 5 - Make the plot of the astroid that is shown in the...Ch. 5 - Plot the function f(x)=x26x+7x38 in the domain 0x4...Ch. 5 - Plot the function f(x)=x+1x21 for 4x4 . Notice...Ch. 5 - Prob. 15PCh. 5 - The shape of the pretzel shown is given by the...Ch. 5 - Prob. 17PCh. 5 - Make a polar of the function: =n135.7 r=n for n=1,...Ch. 5 - Prob. 19PCh. 5 - Plot two ellipses is one figure (shown). The...Ch. 5 - The following data gives the height (in inches) of...Ch. 5 - The volage Vc t second after closing the switch in...Ch. 5 - The force F (in N) acting between a particle with...Ch. 5 - The curvilinear motion of a particle is defined by...Ch. 5 - The height and speed of a projectile shoot at a...Ch. 5 - The position x as a function of time of a particle...Ch. 5 - According to Planck’s law of black- body...Ch. 5 - A high-pass 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 - A railroad bumper is designed to slow down a...Ch. 5 - The ideal gas equation states that PVRT=n, where P...Ch. 5 - Two sound waves of slightly different frequencies...Ch. 5 - Consider the diode circuit shown in the figure....Ch. 5 - A monochromatic light that passes through a double...Ch. 5 - A simply supported beam is loaded as shown. The...Ch. 5 - Biological oxygen demand (BOD) is a measure of the...Ch. 5 - The shape of a asymmetric four-digitseries NACA...Ch. 5 - The Taylor series expansion for sin2x 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,
Points, Lines, Planes, Segments, & Rays - Collinear vs Coplanar Points - Geometry; Author: The Organic Chemistry Tutor;https://www.youtube.com/watch?v=dDWjhRfBsKM;License: Standard YouTube License, CC-BY
Naming Points, Lines, and Planes; Author: Florida PASS Program;https://www.youtube.com/watch?v=F-LxiLSSaLg;License: Standard YouTube License, CC-BY