Question

use matlab to determine the derivative of 5x^4+3x^3+6x^2-7x+2=0 b. determine the definate integral of the equation...

use matlab to determine the derivative of 5x^4+3x^3+6x^2-7x+2=0

b. determine the definate integral of the equation above from -2 to 6

in matlab please

Homework Answers

Answer #1

MATLAB Code:

close all
clear
clc

fprintf('Part (a)\n-----------------------------------------------------\n')
syms x
y = 5*x^4 + 3*x^3 + 6*x^2 - 7*x + 2;
fprintf('y(x) = '), disp(y)
y_derivative = diff(y,x);
fprintf('y''(x) = '), disp(y_derivative)

fprintf('\nPart (b)\n-----------------------------------------------------\n')
I = integral(@(x) 5*x.^4 + 3*x.^3 + 6*x.^2 - 7*x + 2, -2, 6);
fprintf('Integration Result: %f\n', I)

Output:

Part (a)
-----------------------------------------------------
y(x) = 5*x^4 + 3*x^3 + 6*x^2 - 7*x + 2
y'(x) = 20*x^3 + 9*x^2 + 12*x - 7

Part (b)
-----------------------------------------------------
Integration Result: 9120.000000

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
For the sequence 8x + 4, 7x + 3, 6x + 2, 5x +1, ... ,...
For the sequence 8x + 4, 7x + 3, 6x + 2, 5x +1, ... , a. Identify the next 3 terms. b. Is the sequence arithmetic or geometric? How do you know? c. Find the explicit and recursive formulae for this sequence. d. Write out the sum formula for the first 20 terms and evaluate. e. Write your process to part (d) in Sigma Notation.
1. Let f(x)=−x^2+13x+4 a.Find the derivative f '(x) b. Find f '(−3) 2. Let f(x)=2x^2−4x+7/5x^2+5x−9, evaluate...
1. Let f(x)=−x^2+13x+4 a.Find the derivative f '(x) b. Find f '(−3) 2. Let f(x)=2x^2−4x+7/5x^2+5x−9, evaluate f '(x) at x=3 rounded to 2 decimal places. f '(3)= 3. Let f(x)=(x^3+4x+2)(160−5x) find f ′(x). f '(x)= 4. Find the derivative of the function f(x)=√x−5/x^4 f '(x)= 5. Find the derivative of the function f(x)=2x−5/3x−3 f '(x)= 6. Find the derivative of the function g(x)=(x^4−5x^2+5x+4)(x^3−4x^2−1). You do not have to simplify your answer. g '(x)= 7. Let f(x)=(−x^2+x+3)^5 a. Find the derivative....
Consider the linearly independent set of vectors B= (-1+2x+3x^2+4x^3+5x^4, 1-2x+3x^2+4x^3+5x^4, 1+2x-3x^2+4x^3+5x^4, 1+2x+3x^2-4x^3+5x^4, 1+2x+3x^3+4x^3-5x^4) in P4(R), does...
Consider the linearly independent set of vectors B= (-1+2x+3x^2+4x^3+5x^4, 1-2x+3x^2+4x^3+5x^4, 1+2x-3x^2+4x^3+5x^4, 1+2x+3x^2-4x^3+5x^4, 1+2x+3x^3+4x^3-5x^4) in P4(R), does B form a basis for P4(R) and why?
Use substitution to solve the indefinite integral. a. ∫24x^2/3+4x^6 dx b. ∫ 21dx/(7x+2)^4
Use substitution to solve the indefinite integral. a. ∫24x^2/3+4x^6 dx b. ∫ 21dx/(7x+2)^4
Find the derivative of the function. (a) f(x) = e^(3x) (b) f(x) = e^(x) + x^(2)...
Find the derivative of the function. (a) f(x) = e^(3x) (b) f(x) = e^(x) + x^(2) (c) f(x) = x^(3) e^(x) (d) f(x) = 4e^(3x + 2) (e) f(x) = 5x^(4)e^(7x+4) (f) f(x) = (3e^(2x))^1/4
Use a graphing utility to determine the number of real solutions of the quadratic equation. 1/3x^2...
Use a graphing utility to determine the number of real solutions of the quadratic equation. 1/3x^2 − 5x + 27 = 0
(b) Find the inverse and label intercepts and asymptotes: f(x) = (5x+2/7x-3)+4                             &nb
(b) Find the inverse and label intercepts and asymptotes: f(x) = (5x+2/7x-3)+4                                         
Find the equation of the osculating circle at the local minimum of f(x)=3x^3−5x^2+(0/1)x+5
Find the equation of the osculating circle at the local minimum of f(x)=3x^3−5x^2+(0/1)x+5
4. Use the definition of the derivative to the find the derivative . y= -x^2+3x Derivative:...
4. Use the definition of the derivative to the find the derivative . y= -x^2+3x Derivative: __________________
use the limit definition of the derivative to find the derivative of 3x^2-17x+4
use the limit definition of the derivative to find the derivative of 3x^2-17x+4
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT