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
v(t) + R₁ = 1 ohm W R2 = 1 ohm www i1(t) 0000 L = 2H i2(t) C 1F + vc(t)
Obtain the voltage across the capacitor for the following input: (a) 5Volts; (b) 3sin(t); (c) 2 cos(t). Use Laplace transform and Cramer's rule.
For communcation marks. In the questions answered above should have the criteria show proper mathematical form use proper symbols, notations, conventions, graph(s) where applicable solution is neat, clear and easy to follow If you write on the paper in online version you will be assigned 0 marks except graph.
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