Question

Let g(x) = 21x^5 - 116x^4 + 186x^3 - 328x^2 + 369x + 60. Find g'(x)...

Let g(x) = 21x^5 - 116x^4 + 186x^3 - 328x^2 + 369x + 60. Find g'(x) and use this to find the stationary values of g(x). After finding the critical values, determine any local extrema using the FindMinimum and FindMaximum commands; state any critical values and local extrema in a text cell (x-values only).

Please explain this is Wolfram Mathematica input terms! I got most of this, but I dont know what to put for the critical values or local extrema

Homework Answers

Answer #1

First we will be defining the function g(x):

  • g[x_]:=21x^5 - 116x^4 + 186x^3 - 328x^2 + 369x + 60

Then we find the derivative of g(x) and put the derivative equal to zero in order to find the critical points. This can be done in two ways :

  • d=D[g[x],x]
  • NSolve[d==0,x]

Another way to find the critical points will be :

  • NSolve[D[g[x],x]==0,x]

To find extrema of the function, here x,0,100 implies that the range of x displayed will be from x=0 to x=100. Also, we assume that the critical points lie in this range, if not then the range of x can be changed accordingly :

  • FindMinimum[g[x],{x,0,100}]
  • FindMaximum[g[x],{x,0,100}]
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
f(x)= -4x/ x^2+4 i think i found the first dervivative: f'(x)= (4x^2-16)/(x^2+4)^2 but im not sure...
f(x)= -4x/ x^2+4 i think i found the first dervivative: f'(x)= (4x^2-16)/(x^2+4)^2 but im not sure if thats right and then i get confused after that on how i find the critical numbers: x=____ i think i got x=2 for the critical number then i am supposed to find where it is increasjng and decreasing and i dont understand the steps on how to find that out- i understand the number line but how do you plug in the numbers...
let y= -x^3 + 6x^2 - 5 a. find all critical numbers for f(x). b. find...
let y= -x^3 + 6x^2 - 5 a. find all critical numbers for f(x). b. find the absolute extrema on the interval (-1,3). c. find the absolute extrema on the interval (1,3).
Let F(x)=f(x3) and G(x)=(f(x))3 . You also know that a2=12,f(a)=3,f′(a)=8,f′(a3)=4. Find F'(a)= and G'(a)= . Let...
Let F(x)=f(x3) and G(x)=(f(x))3 . You also know that a2=12,f(a)=3,f′(a)=8,f′(a3)=4. Find F'(a)= and G'(a)= . Let F(x)=f(f(x))and G(x)=(F(x))2 . You also know that f(4)=13,f(13)=2,f′(13)=5,f′(4)=11. Find F′(4)= and G′(4)=
Define g(x) = f(x) + tan-1 (2x) on [−1, √3/2 ]. Suppose that both f'' and...
Define g(x) = f(x) + tan-1 (2x) on [−1, √3/2 ]. Suppose that both f'' and g'' are continuous for all x-values on [−1, √3/2 ]. Suppose that the only local extrema that f has on the interval [−1, √3/2 ] is a local minimum at x = 1/2 . (a) Determine the open intervals of increasing and decreasing for g on the interval [1/2 , √3/2] . (b) Suppose f(1/2) = 0 and f(√3/2) = 2. Find the absolute...
Find the critical point of the function g(x)=ln(x^(2)+2x+3). Then determine whether the critical point is a...
Find the critical point of the function g(x)=ln(x^(2)+2x+3). Then determine whether the critical point is a local minimum or local maximum.
Find the location of the critical point of the function f(x,y)= kx^(2)+3y^(2)-2xy-24y (in terms of k)...
Find the location of the critical point of the function f(x,y)= kx^(2)+3y^(2)-2xy-24y (in terms of k) of t. The classify the values of k for which the critical point is a: I) Saddle Point II) Local Minimum III) Local Maximum
Let f(x)=2x^3 - 9x^2 +12x -4 Find the intervals of which f is increasing or decreasing...
Let f(x)=2x^3 - 9x^2 +12x -4 Find the intervals of which f is increasing or decreasing Find the local maximum and minimum values of f Find the intervals of concavity and the inflection points
Given the function g(x)=4x^3−24x^2+36x, find the first derivative, g'(x) g′(x)= ??? Notice that g'(x)=0 when x=1,...
Given the function g(x)=4x^3−24x^2+36x, find the first derivative, g'(x) g′(x)= ??? Notice that g'(x)=0 when x=1, that is, g'(1)=0 Now, we want to know whether there is a local minimum or local maximum at x=1, so we will use the second derivative test. Find the second derivative, g''(x) g''(x)=???? Evaluate g"(1) g''(1)=??? Based on the sign of this number, does this mean the graph of g(x) is concave up or concave down at x=1? [Answer either up or down --...
let g(x) be a continuous function that has exactly one critical point in the interval(-12,-8) find...
let g(x) be a continuous function that has exactly one critical point in the interval(-12,-8) find the x values at which the global maximum and the global minimum occur in this interval given that g'(-8)=0 and g''(-8)=4 global maximum at x= global minimum at x=
. Let f(x) = 3x^5/5 −2x^4+1. Find the following: (a) Interval of increasing: (b) Interval of...
. Let f(x) = 3x^5/5 −2x^4+1. Find the following: (a) Interval of increasing: (b) Interval of decreasing: (c) Local maximum(s) at x = d) Local minimum(s) at x = (e) Interval of concave up: (f) Interval of concave down: (g) Inflection point(s) at x =
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT