Transcendence

Discussions => Lifestyle => Homework => Topic started by: Pau on June 15, 2013, 21:30

Title: Functions (my nemesis)
Post by: Pau on June 15, 2013, 21:30
yo to everyone here~

I'm trying to review my past subject (calculus) since I'm gonna need it in my present one but I can't get past the topic on "Functions" (especially about domains, range, graphing, and maybe the f(x) thing).

example:

let's go with the simple y=x^2.

what is it's domain? range? how is it graphed?

so if anyone can help me review i'd really appreciate it :touched: .
thank you!
Title: Re: Functions (my nemesis)
Post by: Vauxhall on June 15, 2013, 21:48
Well, in functions, "f(x)" is basically what states that it is a function, lol.
When graphing, you can typically think of "f(x)" as the "y" in say "y = mx + c". *shrugs* At least, that's how I thought of it.

In y = x^2, the domain is (-infinity, +infinity) ; range is [0, +infinity)

And uhhh... You graph with a graphics calculator? xD
Title: Re: Functions (my nemesis)
Post by: Soraiiya on June 15, 2013, 21:48
oh, this is pretty simple :)

so. domain: the x-values and range: y-values, right? since you're using x^2 as an example, let's go with that.

try plotting a few points. y = x^2. so let's say x = 0. y = 0^2, so y = 0. your first point would be (0, 0).
now try x = 1. y = 1^2, so your second point would be (1, 1).
x = 2. y = 2^2. third point would be (2, 4).

and etc.

you can do negatives too! so try doing x = -1. y = (-1)^2 = (-1, 1).
x = -2. y = (-2)^2. your point is (-2, 4). etc.

now, domain refers to the x-values. notice that your x-values so far are 0, 1, 2, -1, and -2. what does this mean? they are continuously increasing in both directions, right? both positive and negative? this means that the domain is all real numbers.

let's look at the range, which are the y-values. so far your y-values that you've figured out are 0, 1, 4. note that these have no negative numbers, since a negative value squared is positive. therefore, your range would be all POSITIVE real numbers, or y is greater than or equal to 0.

as for graphing it, just plot the points. it should be an open parabola with the vertex at the origin. i hope this helped!  :goodmood:
Title: Re: Functions (my nemesis)
Post by: Pau on June 15, 2013, 23:07
so that's it....thank you guys~ :o_o:

which reminds me, i was reading this book on functions and I'm on absolute values right now (i.e  |x| )

and I was pretty much wondering what's the difference b/w    x   and   |x|    ???
Title: Re: Functions (my nemesis)
Post by: Vauxhall on June 15, 2013, 23:17
Absolute values are pretty much a simplification of numbers.
Say...
| -4, -9, -10 | = 4, 9, 10
and if there's a negative sign in front...
-| -5 | = -5

Refer to this (http://www.purplemath.com/modules/absolute.htm)? They explain it pretty well.
Title: Re: Functions (my nemesis)
Post by: Aurelia on June 16, 2013, 00:21
Graphing wise, everything inside absolute value brackets is positive. So if you have to graph an absolute value function, everything should be above the x-axis. :goodjob:

So say you had a parabola and part of it was underneath the x-axis. When you graph that parabola in an absolute value function, whatever part is underneath the x-axis will be flipped above it.
Title: Re: Functions (my nemesis)
Post by: Soraiiya on June 16, 2013, 00:31
Oh another thing about graphing absolute value: it generally should be a V-shape, and always above the x-axis. So the graph of |x| should look like a V with the vertex at the origin~

Something like this: (http://hotmath.com/images/gt/lessons/genericalg1/abs_value_graph.gif)