Numerical Methods for Engineers
Numerical Methods for Engineers
7th Edition
ISBN: 9780073397924
Author: Steven C. Chapra Dr., Raymond P. Canale
Publisher: McGraw-Hill Education
bartleby

Concept explainers

bartleby

Videos

Textbook Question
Book Icon
Chapter 7, Problem 1P

Divide a polynomial f ( x ) x 4 7.5 x 3 + 14.5 x 2 + 3 x 20 by the monomial factor x 2 . Is x = 2 a root?

Expert Solution & Answer
Check Mark
To determine

To calculate: Whether x=2 is the root to the polynomial f(x)=x47.5x3+14.5x2+3x20 or not.

Answer to Problem 1P

Solution: Yes, x=2 is a root to the provided polynomial.

Explanation of Solution

Given Information:

Provided Polynomial is f(x)=x47.5x3+14.5x2+3x20 and the monomial factor is x2.

Formula used:

One of the approaches to find the roots of a polynomial is represented by the pseudo code. The pseudo code performs the division of an nth

order polynomial by a monomial factor xt

:, if the monomial is one of the root of the equation then the remainder becomes r zero.

r=a(n)a(n)=0DOFOR  i=n1,0,1    s=a(i)    a(i)=r    r=s+r*tEND DO

Calculation:

Consider the provided expression:

f(x)=x47.5x3+14.5x2+3x20

Consider the monomial factor x2.

For the polynomial provided in the question n=4,a0=20

, a1=3,a2=14.5

, a3=7.5, a4=1 

, and t=2.

Follow the approach provided by following Pseudo code.

r=a(n)a(n)=0DOFOR  i=n1,0,1    s=a(i)    a(i)=r    r=s+r*tEND DO

Here,

r=a4=1a4=0

Iterate the root in the following interval:

i=41=3 to 0

. For i=3, s=a3=7.5

a3=r=1

r=s+rt=7.5+1(2)=5.5

For i=2, s=a2=14.5

a2=r=5.5

r=s+rt=14.55.5(2)=3.5

For i=1, s=a1=3

a1=r=3.5

r=s+rt=3+3.5(2)=10

For i=0, s=a0=20

a0=r=10.

r=s+rt=20+10(2)=0

The remainder of zero. Thus, 2 will be a root of the provided polynomial.

To verify the pseudo code, write a MATLAB program and execute it:

clc

a=[-20 3 14.5 -7.5 1];

%specify the values of the co-efficent

n=4;

%specify the order of the polynomila

t=2;

%Arbitrary/monomial root consideration

r=a(n+1);

a(n+1)=0;

for i=4:-1:1

s=a(i);

a(i)=r;

r=s+r*t;

%remainder

end

display(a);

display(r);

Execute the code following result will be obtained:

Numerical Methods for Engineers, Chapter 7, Problem 1P

Thus, the remainder is 0

and quotient is x35.5x2+3.5x+10.

Therefore, the term x2 will be a factor of the polynomial f(x)=x47.5x3+14.5x2+3x20.

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!
Students have asked these similar questions
Why the character no change for my remark?
In preparing for the upcoming holiday season, Fresh Toy Company (FTC) designed a new doll called The Dougie that teaches children how to dance. The fixed cost to produce the doll is $100,000. The variable cost, which includes material, labor, and shipping costs, is $31 per doll. During the holiday selling season, FTC will sell the dolls for $39 each. If FTC overproduces the dolls, the excess dolls will be sold in January through a distributor who has agreed to pay FTC $10 per doll. Demand for new toys during the holiday selling season is extremely uncertain. Forecasts are for expected sales of 60,000 dolls with a standard deviation of 15,000. The normal probability distribution is assumed to be a good description of the demand. FTC has tentatively decided to produce 60,000 units (the same as average demand), but it wants to conduct an analysis regarding this production quantity before finalizing the decision. (a) Determine the equation for computing FTC's profit for given values of the…
To generate leads for new business, Gustin Investment Services offers free financial planning seminars at major hotels in Southwest Florida. Gustin conducts seminars for groups of 25 individuals. Each seminar costs Gustin $3,700, and the average first-year commission for each new account opened is $5,200. Gustin estimates that for each individual attending the seminar, there is a 0.01 probability that individual will open a new account. (a) Determine the equation for computing Gustin's profit per seminar, given values of the relevant parameters. Profit = (3,700 x 5,200) - New Accounts Opened Profit = 5,200 - (New Accounts Opened x 3,700) Profit = (New Accounts Opened x 3,700) - 5,200 Profit = New Accounts Opened - (5,200 × 3,700) Profit = (New Accounts Opened x 5,200) - 3,700 (b) What type of random variable is the number of new accounts opened? Hint: Review Appendix 12.1 for descriptions of various types of probability distributions. continuous integer uniform normal discrete uniform…
Knowledge Booster
Background pattern image
Advanced Math
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, advanced-math and related others by exploring similar questions and additional content below.
Similar questions
SEE MORE QUESTIONS
Recommended textbooks for you
Text book image
Algebra: Structure And Method, Book 1
Algebra
ISBN:9780395977224
Author:Richard G. Brown, Mary P. Dolciani, Robert H. Sorgenfrey, William L. Cole
Publisher:McDougal Littell
Text book image
Elementary Algebra
Algebra
ISBN:9780998625713
Author:Lynn Marecek, MaryAnne Anthony-Smith
Publisher:OpenStax - Rice University
Text book image
College Algebra (MindTap Course List)
Algebra
ISBN:9781305652231
Author:R. David Gustafson, Jeff Hughes
Publisher:Cengage Learning
Text book image
Glencoe Algebra 1, Student Edition, 9780079039897...
Algebra
ISBN:9780079039897
Author:Carter
Publisher:McGraw Hill
Text book image
Trigonometry (MindTap Course List)
Trigonometry
ISBN:9781337278461
Author:Ron Larson
Publisher:Cengage Learning
Text book image
Intermediate Algebra
Algebra
ISBN:9780998625720
Author:Lynn Marecek
Publisher:OpenStax College
Polynomials with Trigonometric Solutions (2 of 3: Substitute & solve); Author: Eddie Woo;https://www.youtube.com/watch?v=EnfhYp4o20w;License: Standard YouTube License, CC-BY
Quick Revision of Polynomials | Tricks to Solve Polynomials in Algebra | Maths Tricks | Letstute; Author: Let'stute;https://www.youtube.com/watch?v=YmDnGcol-gs;License: Standard YouTube License, CC-BY
Introduction to Polynomials; Author: Professor Dave Explains;https://www.youtube.com/watch?v=nPPNgin7W7Y;License: Standard Youtube License