wrxsti said:
is there like a specific way to graph lik (sin^3)x + (cos^3)x = y or lik sin(2x+5) cause the way i graph them is lik i draw up a table and plot values in and see what happens. does anybody know an easier way to do graph them.?
there is no right or wrong way to graph i guess.....just as long as you get the shape right and show stuff like stationary points, intercepts and asymptotes.
However I see using a table of values as a bit of a last resort, and it can be pretty time consuming.
~~~~~~~~~
for f(x) = sin
3x + cos
3x, I would first find the stationary points:
f'(x) = 3.sin
2x.cosx - 3.cos
2x.sinx
solve for f'(x)=0
3.sinx.cosx.(sinx-cosx) = 0
So sinx.cosx=0 and sinx = cosx
So sinx = 0, cosx = 0, tanx = 1
solve these 3 equations for the x values, then find the y values of the stationary points - not too difficult
Then plot these points on the graph
Then work out whether they are min/max points by quickly plugging in some values on your calculator
After that you should pretty much be able to sketch it, and it should look something like this:
~~~~~~~~~~~
For f(x)=sin(2x+5): this should pretty much look like a sin(x) graph, but with a different period.
just simply solve these:
2x+5 = 0, ie at this value the sin graph is 0
2x+5 = pi/2, the sin graph is 1
2x+5 = pi, the sin graph is 0
2x+5 = 3pi/2, the sin graph is -1
2x+5 = 2pi the sin graph is 0
I hope you understood what i just did there......if not feel free to ask and I will explain it further.
~~~~~~~~
But as you can see, with graph sketching you pretty much just have to have your wits about you.
For a complicated graph like the first one, after solving stationary points, x and y intercepts and asymptotes, you should have a pretty good idea of what the graph should look like
Hope this was of some help!