Question

a) Define a function to be x^3+3x-4 and define another function to be x^2-5x+10. **Note: Use...

a) Define a function to be x^3+3x-4 and define another function to be x^2-5x+10. **Note: Use different names for each function.

b) Plot both functions from part a on the same graph from x=-5 to x=5. Define a range of 0 to 100 with the PlotRange option. Use the PlotLegends option to label the functions with their "Expressions". You may need to refer to the "Lab 3 Functions Continued" instructional notebook or the Documentation Center to see how options are used.

In mathematica

Homework Answers

Answer #1

Mathematica CODE:

f[x_] := x^3 + 3*x - 4
g[x_] := x^2 - 5*x + 10
Plot[{f[x] = x^3 + 3*x - 4, g[x] = x^2 - 5*x + 10}, {x, -5, 5},
PlotRange -> {0, 100}, PlotLegends -> "Expressions"]

SCREENSHOT including output plot:

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
Determine the absolute maximum and minimum of the function h (x) = 3x^3−9x^2 + 5x +...
Determine the absolute maximum and minimum of the function h (x) = 3x^3−9x^2 + 5x + 2 on the interval [−1, 2]. Check the Mean Value Theorem for the function h (x)
given function f(x)=-x^3+5x^2-3x+2 A) Determine the intervals where F(x) Is increasing and decreasing b) use your...
given function f(x)=-x^3+5x^2-3x+2 A) Determine the intervals where F(x) Is increasing and decreasing b) use your answer from a to determine any relative maxima or minima of the function c) Find that intervals where f(x) is concave up and concave down and any points of inflection
Find the average rate of change for the following function. f(x)=5x^3-3x^2+7 between x=-3 and x=2 The...
Find the average rate of change for the following function. f(x)=5x^3-3x^2+7 between x=-3 and x=2 The average rate of change for f(x) over the interval -3 to 2 is ___ (Type an integer or a simplified fraction.)
Write code to evaluate the polynomial at the point indicated by using Horner’s algorithm. p(x)=x^5−x^4−3x^3−5x^2+10 at...
Write code to evaluate the polynomial at the point indicated by using Horner’s algorithm. p(x)=x^5−x^4−3x^3−5x^2+10 at x=2 (use MATLAB to code and show the results.)
consider the function f(x)=3x-5/sqrt x^2+1. given f'(x)=5x+3/(x^2+1)^3/2 and f''(x)=-10x^2-9x+5/(x^2+1)^5/2 a) find the local maximum and minimum...
consider the function f(x)=3x-5/sqrt x^2+1. given f'(x)=5x+3/(x^2+1)^3/2 and f''(x)=-10x^2-9x+5/(x^2+1)^5/2 a) find the local maximum and minimum values. Justify your answer using the first or second derivative test . round your answers to the nearest tenth as needed. b)find the intervals of concavity and any inflection points of f. Round to the nearest tenth as needed. c)graph f(x) and label each important part (domain, x- and y- intercepts, VA/HA, CN, Increasing/decreasing, local min/max values, intervals of concavity/ inflection points of f?
Differentiate f(x) = (√ x +1)(x(2/5)+3x) f(x) =(5x3+1)/(x2+2x+1) f(x) = -5x(3x-3)4 f(x) = (2x + (x2+x)4)(1/3)
Differentiate f(x) = (√ x +1)(x(2/5)+3x) f(x) =(5x3+1)/(x2+2x+1) f(x) = -5x(3x-3)4 f(x) = (2x + (x2+x)4)(1/3)
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....
For the function f(x)=x^5+5x^4-4. Write "none" if there isn't an answer. (a) find all local extrema...
For the function f(x)=x^5+5x^4-4. Write "none" if there isn't an answer. (a) find all local extrema of this function, if any, and increasing and decreasing intervals. Local max:___ Local min:___ Increasing:___ Decreasing:___ (b) Find all the inflection points of this function, if ay. And concave up and concave down intervals. Inflection points:___ concave up:___ concave down:___ (c) Use part a and b to sketch the graph of the function. Must label important points and show proper concavity.
Use logarithmic differentiation to differentiate the following function. f(x)=(x+7)5(5x-2)4 f'(x)=___________
Use logarithmic differentiation to differentiate the following function. f(x)=(x+7)5(5x-2)4 f'(x)=___________
1) What is a function? Give two examples 2) Solve x2−4=0 factorize 3) Graph following line...
1) What is a function? Give two examples 2) Solve x2−4=0 factorize 3) Graph following line y= -3x+1 4) Find the domain of following functions y= x3+x2−5x+10 Y=5X−1 5) Find the following limits limn→∞  n32n3    limn→2    1000n    Please provide all the steps!