SAMPLE QUESTION Differentiate the following expressions and saveit under the given variables. 1. yp1 = ((x+1)³(2x-13), find the derivative and save as yp1 ур1 1 2. yp2 = d dx 3. yp3 = ( 1 (1+√1-x)³ -#()*). dx Script> " find the derivative and save as yp2 find the derivative and save as yp3 ANSWER 1%Define the variables for symbolic processing 2 syms x y1(x) y2(x) y3(x) yp1 yp2 yp3 3 %Type in the functions y1, y2 and y3 4 y1(x) = (1/((x+1)^3* (2*x-1)^3)) 5 y2(x) = (1/((1+sqrt(1-x))^3)) 6 y3(x) = (((x^2)/(4-x))^(3/2)) 7 %Solve for yp1 8 yp1(x) = diff((1/((x+1)^3* (2*x-1)^3)), x) 9 simplify (diff((1/((x+1)^3* (2*x-1)^3)),x)) 10 %Solve for yp2 11 yp2(x) = diff((1/((1+sqrt(1-x))^3)),x) 12 simplify (diff((1/((1+sqrt(1-x))^3)), x)) 13 %Solve for yp3 14 yp3(x) = diff((((x^2)/(4-x))^(3/2)),*) 15 simplify (diff((((x^2)/(4-x))^(3/2)),x)) 16 Differentiate the following expressions and saveit under the given variables. 1. yp1: = 2. yp2 3. yp3 Script = = 6 y3(x) = 7 %Solve for yp1 8 yp1 = 9 %Solve for yp2 x² (6-x) x+2 10 yp2 = 11 %Solve for yp3 12 yp3 = | 13 d dx d dx " find the derivative and save as yp1 x² (4-x) 4+x (x²-1)² x²-6x-1, 1 %Define the variables for symbolic processing 2 syms x 3 %Type in the functions y1, y2 and y3 4 y1(x) = 5 y2(x) = find the derivative and save as yp2 find the derivative and save as yp3 Save C Reset MATLAB Documentation Run Script

Calculus: Early Transcendentals
8th Edition
ISBN:9781285741550
Author:James Stewart
Publisher:James Stewart
Chapter1: Functions And Models
Section: Chapter Questions
Problem 1RCC: (a) What is a function? What are its domain and range? (b) What is the graph of a function? (c) How...
icon
Related questions
Question

DUE NOW. Please answer all the script part as the same as the process on what's in the sample question and script. Note that this is not a graded question, it is just a practice. Thank you!

 

SAMPLE QUESTION
Differentiate the following expressions and saveit under the given variables.
1. yp1 = ((x+1)³(2x-13), find the derivative and save as yp1
ур1
1
2. yp2 =
d
dx
3. yp3 =
(
1
(1+√1-x)³
-#()*).
dx
Script>
"
find the derivative and save as yp2
find the derivative and save as yp3
ANSWER
1%Define the variables for symbolic processing
2 syms x y1(x) y2(x) y3(x) yp1 yp2 yp3
3 %Type in the functions y1, y2 and y3
4 y1(x) = (1/((x+1)^3* (2*x-1)^3))
5 y2(x) = (1/((1+sqrt(1-x))^3))
6 y3(x) = (((x^2)/(4-x))^(3/2))
7 %Solve for yp1
8 yp1(x) = diff((1/((x+1)^3* (2*x-1)^3)), x)
9 simplify (diff((1/((x+1)^3* (2*x-1)^3)),x))
10 %Solve for yp2
11 yp2(x) = diff((1/((1+sqrt(1-x))^3)),x)
12 simplify (diff((1/((1+sqrt(1-x))^3)), x))
13 %Solve for yp3
14 yp3(x) = diff((((x^2)/(4-x))^(3/2)),*)
15 simplify (diff((((x^2)/(4-x))^(3/2)),x))
16
Transcribed Image Text:SAMPLE QUESTION Differentiate the following expressions and saveit under the given variables. 1. yp1 = ((x+1)³(2x-13), find the derivative and save as yp1 ур1 1 2. yp2 = d dx 3. yp3 = ( 1 (1+√1-x)³ -#()*). dx Script> " find the derivative and save as yp2 find the derivative and save as yp3 ANSWER 1%Define the variables for symbolic processing 2 syms x y1(x) y2(x) y3(x) yp1 yp2 yp3 3 %Type in the functions y1, y2 and y3 4 y1(x) = (1/((x+1)^3* (2*x-1)^3)) 5 y2(x) = (1/((1+sqrt(1-x))^3)) 6 y3(x) = (((x^2)/(4-x))^(3/2)) 7 %Solve for yp1 8 yp1(x) = diff((1/((x+1)^3* (2*x-1)^3)), x) 9 simplify (diff((1/((x+1)^3* (2*x-1)^3)),x)) 10 %Solve for yp2 11 yp2(x) = diff((1/((1+sqrt(1-x))^3)),x) 12 simplify (diff((1/((1+sqrt(1-x))^3)), x)) 13 %Solve for yp3 14 yp3(x) = diff((((x^2)/(4-x))^(3/2)),*) 15 simplify (diff((((x^2)/(4-x))^(3/2)),x)) 16
Differentiate the following expressions and saveit under the given variables.
1. yp1: =
2. yp2
3. yp3
Script
=
=
6 y3(x) =
7 %Solve for yp1
8 yp1 =
9 %Solve for yp2
x² (6-x)
x+2
10 yp2 =
11 %Solve for yp3
12 yp3 = |
13
d
dx
d
dx
"
find the derivative and save as yp1
x² (4-x)
4+x
(x²-1)²
x²-6x-1,
1 %Define the variables for symbolic processing
2 syms x
3 %Type in the functions y1, y2 and y3
4 y1(x) =
5 y2(x) =
find the derivative and save as yp2
find the derivative and save as yp3
Save C Reset
MATLAB Documentation
Run Script
Transcribed Image Text:Differentiate the following expressions and saveit under the given variables. 1. yp1: = 2. yp2 3. yp3 Script = = 6 y3(x) = 7 %Solve for yp1 8 yp1 = 9 %Solve for yp2 x² (6-x) x+2 10 yp2 = 11 %Solve for yp3 12 yp3 = | 13 d dx d dx " find the derivative and save as yp1 x² (4-x) 4+x (x²-1)² x²-6x-1, 1 %Define the variables for symbolic processing 2 syms x 3 %Type in the functions y1, y2 and y3 4 y1(x) = 5 y2(x) = find the derivative and save as yp2 find the derivative and save as yp3 Save C Reset MATLAB Documentation Run Script
Expert Solution
steps

Step by step

Solved in 2 steps with 2 images

Blurred answer
Similar questions
Recommended textbooks for you
Calculus: Early Transcendentals
Calculus: Early Transcendentals
Calculus
ISBN:
9781285741550
Author:
James Stewart
Publisher:
Cengage Learning
Thomas' Calculus (14th Edition)
Thomas' Calculus (14th Edition)
Calculus
ISBN:
9780134438986
Author:
Joel R. Hass, Christopher E. Heil, Maurice D. Weir
Publisher:
PEARSON
Calculus: Early Transcendentals (3rd Edition)
Calculus: Early Transcendentals (3rd Edition)
Calculus
ISBN:
9780134763644
Author:
William L. Briggs, Lyle Cochran, Bernard Gillett, Eric Schulz
Publisher:
PEARSON
Calculus: Early Transcendentals
Calculus: Early Transcendentals
Calculus
ISBN:
9781319050740
Author:
Jon Rogawski, Colin Adams, Robert Franzosa
Publisher:
W. H. Freeman
Precalculus
Precalculus
Calculus
ISBN:
9780135189405
Author:
Michael Sullivan
Publisher:
PEARSON
Calculus: Early Transcendental Functions
Calculus: Early Transcendental Functions
Calculus
ISBN:
9781337552516
Author:
Ron Larson, Bruce H. Edwards
Publisher:
Cengage Learning