Math Help Forum

Math Help Forum Feed Site Feed

Go Back   Math Help Forum > University Math Help > Calculus
Reply
 
Thread Tools Display Modes
  #1  
Old December 24th, 2008, 01:57 PM
Newbie
 
Join Date: Dec 2008
Posts: 19
Country:
Thanks: 14
Thanked 0 Times in 0 Posts
calc_help123 is on a distinguished road
Default Describing the function

F is the function defined by f(x) = (x^3-x)/(x^3-4x)

A) find the limit of f(x), as x approaches 0
B) FInd the zeroes of f(x)
C)Write an equation for the vertical and horizontal asymptotes of the graph of f(x)
D)Describe the symmetry of f(x)
Reply With Quote
Advertisement
 
  #2  
Old December 24th, 2008, 02:18 PM
Krizalid's Avatar
Math Engineering Student

 
Join Date: Mar 2007
Location: Santiago
Posts: 3,056
Country:
Thanks: 82
Thanked 1,362 Times in 1,086 Posts
Krizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant futureKrizalid has a brilliant future
Send a message via MSN to Krizalid
Default

Any idea how to tackle every point you want to do?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
  • Wanna type math symbols? You do need to download
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    .
  • Got trouble with LaTeX?
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    .
  • Make your partial integration (aka integration by parts) faster. Click
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    .
  • How to prove limits by the
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    .
  • How to apply the
    To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
    .
Reply With Quote
  #3  
Old December 24th, 2008, 02:36 PM
Jhevon's Avatar
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,104
Country:
Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

As Krizalid said, what have you tried?

to get you started
Quote:
Originally Posted by calc_help123 View Post
F is the function defined by f(x) = (x^3-x)/(x^3-4x)

A) find the limit of f(x), as x approaches 0
try factorizing the numerator and denominator before taking the limit. see anything?

Quote:
B) FInd the zeroes of f(x)
for a rational function, the zeroes occur where the numerator is zero, provided the denominator is not zero at the same time.

Quote:
C)Write an equation for the vertical and horizontal asymptotes of the graph of f(x)
for rational functions, vertical asymptotes occur where the function is undefined, this does not include "holes" however. do you know what "holes" are?

as for horizontal asymptotes, find \lim_{x \to \infty}f(x) and \lim_{x \to - \infty}f(x). if either of those are finite, those are your horizontal asymptotes

Quote:
D)Describe the symmetry of f(x)
what types of symmetry are you familiar with? do you know what "odd" and "even" mean when describing functions. is this function either of those? something else?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
" border="0" />

Join the dark side. We have cookies.


Threads I link people to too often to have to be looking them up every time:

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
The Following 2 Users Say Thank You to Jhevon For This Useful Post:
Donate to MHF
  #4  
Old December 24th, 2008, 04:22 PM
Newbie
 
Join Date: Dec 2008
Posts: 19
Country:
Thanks: 14
Thanked 0 Times in 0 Posts
calc_help123 is on a distinguished road
Default

For A I know how to find the limit using (f(x+h)-f(x))/h but I know there was an easier way to find it using the derivative and the derivative i got was
{[-x^3+x]/[(x^3-4x)^2(3x^2-4)]} + (3x-1)/(x^3-4x)
but I dont know where to go.

Also for D I'm not certain but i think if f(x)=f(-x) its even
and if -f(x)=f(-x) its odd?
Reply With Quote
  #5  
Old December 24th, 2008, 04:24 PM
Newbie
 
Join Date: Dec 2008
Posts: 19
Country:
Thanks: 14
Thanked 0 Times in 0 Posts
calc_help123 is on a distinguished road
Default

Also for asymptotes I know the vertical ones are when the denominator is 0 but what are the ways to find the horizontal ones analytically. I recall that it has something to do with the powers of the numerator and denominator but I'm not quite sure what it is exactly
Reply With Quote
  #6  
Old December 24th, 2008, 04:25 PM
Jhevon's Avatar
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,104
Country:
Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by calc_help123 View Post
For A I know how to find the limit using (f(x+h)-f(x))/h but I know there was an easier way to find it using the derivative and the derivative i got was
{[-x^3+x]/[(x^3-4x)^2(3x^2-4)]} + (3x-1)/(x^3-4x)
but I dont know where to go.
that is the limit for finding the derivative. the first question has NOTHING to do with that. take my advice for what to do. you simply want \lim_{x \to 0}f(x)

Quote:
Also for D I'm not certain but i think if f(x)=f(-x) its even
and if -f(x)=f(-x) its odd?
ok, so, do either of those fit this function?

do you know what kind of symmetry an odd function possesses? an even function?
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
" border="0" />

Join the dark side. We have cookies.


Threads I link people to too often to have to be looking them up every time:

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
The Following 2 Users Say Thank You to Jhevon For This Useful Post:
Donate to MHF
  #7  
Old December 24th, 2008, 04:33 PM
Jhevon's Avatar
vs Jhevon
 
Join Date: Feb 2007
Location: New York, USA
Posts: 11,104
Country:
Thanks: 2,610
Thanked 4,271 Times in 3,970 Posts
Jhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond reputeJhevon has a reputation beyond repute
Default

Quote:
Originally Posted by calc_help123 View Post
Also for asymptotes I know the vertical ones are when the denominator is 0
correct...provided the numerator is not zero at the same time

Quote:
but what are the ways to find the horizontal ones analytically. I recall that it has something to do with the powers of the numerator and denominator but I'm not quite sure what it is exactly
i told you exactly how to find the horizontal asymptotes. the rules you seem to be referring to can be found here (post #2).
__________________

To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
" border="0" />

Join the dark side. We have cookies.


Threads I link people to too often to have to be looking them up every time:

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

Reply With Quote
The Following 2 Users Say Thank You to Jhevon For This Useful Post:
Donate to MHF
  #8  
Old December 31st, 2008, 11:04 PM
OnMyWayToBeAMathProffesor's Avatar
Member
 
Join Date: Sep 2006
Posts: 153
Country:
Thanks: 125
Thanked 8 Times in 7 Posts
OnMyWayToBeAMathProffesor is on a distinguished road
Default

so for a) \lim_{x \to 0}f(x) f(x)=-\infty ?

a)the zeros are x=1 and x=-1 this is because \frac{x^3-x}{x^3-4x}=\frac{x(x^2-1)}{x(x^2-4)}=\frac{x^2-1}{x^2-4} so x^2-1=0, x=+/- 1, correct?

b and c were easy, but d is still a little confusing, so far from what i have, it is an even function, correct?

Happy New Year!

Last edited by OnMyWayToBeAMathProffesor; December 31st, 2008 at 11:15 PM.
Reply With Quote
  #9  
Old January 1st, 2009, 12:06 AM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 12,229
Country:
Thanks: 2,574
Thanked 4,756 Times in 4,189 Posts
mr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond repute
Default

Quote:
Originally Posted by OnMyWayToBeAMathProffesor View Post
so for a) \lim_{x \to 0}f(x) f(x)=-\infty ? Mr F says: This is not correct. Go back to what Jhevon said in post #3 about the common factor.

a)the zeros are x=1 and x=-1 this is because \frac{x^3-x}{x^3-4x}=\frac{x(x^2-1)}{x(x^2-4)}=\frac{x^2-1}{x^2-4} so x^2-1=0, x=+/- 1, correct?

b and c were easy, but d is still a little confusing, so far from what i have, it is an even function, correct?

Happy New Year!
Post #4 contains the ideas needed to answer d).
__________________
There are two things you should never try to prove: the impossible and the obvious.

The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low and achieving our mark. (Michelangelo Buonarroti)

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
The following users thank mr fantastic for this useful post:
Donate to MHF
  #10  
Old January 1st, 2009, 12:21 AM
OnMyWayToBeAMathProffesor's Avatar
Member
 
Join Date: Sep 2006
Posts: 153
Country:
Thanks: 125
Thanked 8 Times in 7 Posts
OnMyWayToBeAMathProffesor is on a distinguished road
Default

so it is even because f(5)=f(-5). thanks a lot!
Reply With Quote
  #11  
Old January 1st, 2009, 12:24 AM
mr fantastic's Avatar
Flow Master

 
Join Date: Dec 2007
Location: Zeitgeist
Posts: 12,229
Country:
Thanks: 2,574
Thanked 4,756 Times in 4,189 Posts
mr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond reputemr fantastic has a reputation beyond repute
Default

Quote:
Originally Posted by OnMyWayToBeAMathProffesor View Post
so it is even because f(5)=f(-5). thanks a lot!
It's even because f(-x) = f(x).
__________________
There are two things you should never try to prove: the impossible and the obvious.

The greater danger for most of us lies not in setting our aim too high and falling short; but in setting our aim too low and achieving our mark. (Michelangelo Buonarroti)

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.

  • To view links or images in signatures your post count must be 10 or greater. You currently have 0 posts.
Reply With Quote
The following users thank mr fantastic for this useful post:
Donate to MHF
  #12  
Old January 1st, 2009, 04:01 PM
OnMyWayToBeAMathProffesor's Avatar
Member
 
Join Date: Sep 2006
Posts: 153
Country:
Thanks: 125
Thanked 8 Times in 7 Posts
OnMyWayToBeAMathProffesor is on a distinguished road
Default

I see my mistake, so let me just show all my answer to makes sure the others are correct.

a) as \lim_{x \to 0}f(x) f(x)=\frac{1}{4}. I got this answer after i followed what Jhevon said and factored out certain terms.

b)\frac{x^3-x}{x^3-4x}=\frac{x(x^2-1)}{x(x^2-4)}=\frac{x^2-1}{x^2-4} so x^2-1=0 thus x=1, x=-1 correct?

c) x^3-4x=0 equals x(x^2-4)=0 thus zeros at x=0 x=-2 x=2 correct?

d)even because f(x)=f(-x)

thanks again for all your wonderful help.
Reply With Quote
  #13  
Old January 1st, 2009, 08:39 PM
Member
 
Join Date: Dec 2008
Location: Indiana
Posts: 116
Country:
Thanks: 30
Thanked 36 Times in 35 Posts
chabmgph is on a distinguished road
Send a message via MSN to chabmgph
Default

Quote:
Originally Posted by OnMyWayToBeAMathProffesor View Post
I see my mistake, so let me just show all my answer to makes sure the others are correct.

a) as \lim_{x \to 0}f(x) f(x)=\frac{1}{4}. I got this answer after i followed what Jhevon said and factored out certain terms
Looks good.

Quote:
b)\frac{x^3-x}{x^3-4x}=\frac{x(x^2-1)}{x(x^2-4)}=\frac{x^2-1}{x^2-4} so x^2-1=0 thus x=1, x=-1 correct?
Yes. Since x = 0 is not in the domain, that zero is thrown out.

Quote:
c) x^3-4x=0 equals x(x^2-4)=0 thus zeros at x=0 x=-2 x=2 correct?
Like Jhevon had mentioned, a "hole" is not an asymptote. So only x = 2, x = -2 are the vertical asymptotes. And note that the question also ask for horizontal asymptote.

Quote:
d)even because f(x)=f(-x)
Correct.

Last edited by chabmgph; January 1st, 2009 at 08:44 PM. Reason: typo
Reply With Quote
The following users thank chabmgph for this useful post:
Donate to MHF
  #14  
Old January 1st, 2009, 08:57 PM
OnMyWayToBeAMathProffesor's Avatar
Member
 
Join Date: Sep 2006
Posts: 153
Country:
Thanks: 125
Thanked 8 Times in 7 Posts
OnMyWayToBeAMathProffesor is on a distinguished road
Default

I'm sorry, the horizontal asymptote is y=1 due to the ratio of the numerator and denominator. thanks for catching that.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off
Forum Jump


All times are GMT -7. The time now is 11:44 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc.
©2005 - 2009 Math Help Forum


Math Help Forum is a community of maths forums with an emphasis on maths help in all levels of mathematics.
Register to post your math questions or just hang out and try some of our math games or visit the arcade.