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

Algebra & Trigonometry with Analytic Geometry
13th Edition
ISBN:9781133382119
Author:Swokowski
Publisher:Swokowski
Chapter4: Polynomial And Rational Functions
Section4.6: Variation
Problem 5E
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
Recommended textbooks for you
Algebra & Trigonometry with Analytic Geometry
Algebra & Trigonometry with Analytic Geometry
Algebra
ISBN:
9781133382119
Author:
Swokowski
Publisher:
Cengage
Trigonometry (MindTap Course List)
Trigonometry (MindTap Course List)
Trigonometry
ISBN:
9781337278461
Author:
Ron Larson
Publisher:
Cengage Learning