In this activity, you will investigate the derivative of a function and use Mapleβs powerful computational skills to simplify the process of finding a derivative.
When you have assigned something using proper function notation in Maple, you may quickly use ' notation to evaluate the derivative. Evaluate \(f'(x)\) using this method.
Molten lava can fill a chamber in the Earthβs crust before it builds up enough pressure to erupt. Suppose that the pressure of lava (in MPa) in a chamber is given by the function
You may either use exp() for the exponential function or use the palettes toolbar. Donβt forget to use \(t\) as your variable instead of \(x\text{!}\)
If you have assigned the pressure of lava as a function, you can use ' notation. You can always use diff() instead, so long as you indicate the correct variable (\(t\) in this case).
Determine the rate of change of pressure at \(t=30\) months. If an eruption is likely to occur when the rate of pressure is above 20 MPa/month, is an eruption likely at this time? Use a new paragraph to state your answer.
If you are already using ' notation, then you can simply evaluate \(P'(30)\text{.}\) If you are using diff() instead, then you will need to make use of the subs() command to substitute \(t=30\) into your derivative expression.
The higher derivatives of \(\sin(x)\) and \(\cos(x)\) follow a predictable pattern. In this exercise, you will look for a pattern in the derivatives of the function
The derivatives of \(g(x)\) will require use of the chain rule, which makes calculations more complicated. However, there is still a predictable pattern of higher derivatives.
Use Maple to find the first, second, third, and fourth derivatives of \(g(x)\text{.}\) You should notice a pattern. Try to describe this pattern in a paragraph.