Question: Plot the pair of parametric equations as t ranges from -10 to 10. Label the x-axis time and the y-axis temperature x = t + 2 Sin t, y = t + 2 Cos 5t.
a.Find the exact roots of f(x) = 3x4 - 15x3 + 18x2
b.Find the decimal values of these roots, listing the roots in table form.
Question: Load the package Graphic`ImplicitPlot` if you have not already done so in this session of Mathematica. DO NOT load it more than once per session. Graph the implicit relationship x2y2 = (y+1)2(4-y)2. Solution:
Question: 2.Load the package Graphics`Graphics` if you have not already done so in this session of Mathematica. DO NOT load it more than once per session. Graph the polar expression on the same axes. Make the graph of the second equation blue and twice as thick as the red graph of the first equation r=Cos[x]Sin[x/Sqrt[2]] . and r = -0.25 Cos[x].
Question: 1.Graph the function f(x) = 4CosxSin2x and g(x)=-Secx on the same axes over the domain -4Pi<x<4Pi . Restrict the range to -4<y<4 . Draw the curves in different styles so that you can distinguish the functions. Answer: