MHB Calculus Question: Sketching a Function by Hand

Pull and Twist
Messages
48
Reaction score
0
Hey all, I'm currently working a Calculus problem that requires me to sketch $$f(x)=(3x-1)/(x-1)^2$$ without using a calculator.

Part A: Requires that we find;

i. x-intercept:
$$f(0)=(3*0-1)/(0-1)^2=-1$$

So $$f(0)=-1$$

ii. y-intercept:
$$f(x)=0$$ therefore; $$3x-1=0$$ or $$x=1/3$$

So $$f(1/3)=0$$

iii. horizontal asymptote:
This is where I get stuck...

My initial thought is to use limits of x as it approaches $$\infty$$.

$$\lim_{{x}\to{\infty}}f(x)=(3x-1)/(x-1)^2$$

$$\lim_{{x}\to{\infty}}f(x)=(3x-1)/(x^2-2x+1)$$

$$\lim_{{x}\to{\infty}}f(x)=(3/x-1/x^2)/(1-2/x+1/x^2)$$

$$f(x)=(3/\infty-1/\infty^2)/(1-2/\infty+1/\infty^2)$$

$$f(x)=(0-0)/(1-0+0)=0$$

So the horizontal asymptote is at y=0 when we approach $$\infty$$??

Also, if I then take $$\lim_{{x}\to{-\infty}}$$ of the function I would also get 0??

iii. vertical asymptote:

$$f(x)=(3x-1)/(x-1)^2$$

$$(x-1)^2=0$$

$$x=1$$

So then the vertical asymptote is at $$x=1$$?

Part B: Find the intervals of increase and decrease, and the local and maximum and minimum values.

$$f(x)=(3x-1)/(x-1)^2$$

$$f'(x)=((x-1)^2(3)-(3x-1)(2(x-1)*(1)))/((x-1)^2)^2$$

$$f'(x)=((3(x-1)^2)-(2(3x-1)(x-1)))/(x-1)^3$$

$$f'(x)=(3x-3-6x+2)/(x-1)^3$$

$$f'(x)=(-3x-1)/(x-1)^3$$

So then we can solve for the Critical Points:

We know $$x\ne1 $$and $$-3x-1=0 \implies x=-1/3$$

If we then take $$f(-1/3)=(3x-1)/(x-1)^2$$ we get $$f(-1/3)=-9/8$$

So our intervals are $$(-\infty,-1/3),(-1/3,1),(1,\infty)$$

[table="width: 500, class: grid"]
[tr]
[td][/td]
[td]$$-3x-1$$[/td]
[td]$$x-1$$[/td]
[td]$$f'(x)$$[/td]
[/tr]
[tr]
[td]$$(-\infty,-1/3)$$[/td]
[td]$$+$$[/td]
[td]$$-$$[/td]
[td]decreasing[/td]
[/tr]
[tr]
[td]$$(-1/3,1)$$[/td]
[td]$$-$$[/td]
[td]$$-$$[/td]
[td]increasing[/td]
[/tr]
[tr]
[td]$$(1,\infty)$$[/td]
[td]$$-$$[/td]
[td]$$+$$[/td]
[td]decreasing[/td]
[/tr]
[/table]

Based on the table, we can tell which intervals are increasing and decreasing and that the local minimum is $$f(-1/3)=-9/8$$ and since we have a vertical asymptote at 1, there is no local max.

Part C: Find the intervals of concavity, and the inflection points of $$f$$.

$$f'(x)=(-3x-1)/(x-1)^3$$

$$f''(x)=(((x-1)^3)(-3)-(-3x-1)(3(x-1)^2*(1)))/((x-1)^3)^2$$

$$f''(x)=((-3(x-1)^3)-3(x-1)^2(-3x-1)/(x-1)^6$$

$$f''(x)=(-3(x-1)^2((x-1)+(-3x-1)))/(x-1)^6$$

$$f''(x)=(-3(-2x-2))/(x-1)^4$$

$$f''(x)=(6(x+1))/(x-1)^4$$

So then we can solve for the Critical Points:

We know $$x\ne1 $$and $$x+1=0 \implies x=-1$$

If we then take $$f(-1)=(3x-1)/(x-1)^2$$ we get $$f(-1)=-1$$

So our intervals are $$(-\infty,-1),(-1,1),(1,\infty)$$

[table="width: 500, class: grid"]
[tr]
[td][/td]
[td]$$x+1$$[/td]
[td]$$x-1$$[/td]
[td]$$f''(x)$$[/td]
[/tr]
[tr]
[td]$$(-\infty,-1)$$[/td]
[td]$$-$$[/td]
[td]$$-$$[/td]
[td]concave up[/td]
[/tr]
[tr]
[td]$$(-1,1)$$[/td]
[td]$$+$$[/td]
[td]$$-$$[/td]
[td]concave down[/td]
[/tr]
[tr]
[td]$$(1,\infty)$$[/td]
[td]$$+$$[/td]
[td]$$+$$[/td]
[td]concave up[/td]
[/tr]
[/table]

Based on the table, we can tell the concavity of the intervals and that an inflection point exists at $$f(-1)=-1$$ and since we have a vertical asymptote at 1, there is no inflection at 1.

Part D: Combine all the information from Part A-C and sketch the function.

I am currently working on this part and will post it once I am done.

Will someone let me know if I approaching this correctly?? Thank you.
 
Last edited:
Physics news on Phys.org
Hi PullandTwist,

iii. horizontal asymptote:
This is where I get stuck...

My initial thought is to use limits of x as it approaches $$\infty$$.

$$\lim_{{x}\to{\infty}}f(x)=(3x-1)/(x-1)^2$$

$$\lim_{{x}\to{\infty}}f(x)=(3x-1)/(x^2-2x+1)$$

$$\lim_{{x}\to{\infty}}f(x)=(3/x-1/x^2)/(1-2/x+1/x^2)$$

$$f(x)=(3/\infty-1/\infty^2)/(1-2/\infty+1/\infty^2)$$

$$f(x)=(0-0)/(1-0+0)=0$$

So the horizontal asymptote is at y=0 when we approach $$\infty$$??

You're doing a great job here in finding for the horizontal asymptote for the given rational function and yes, the horizontal asymptote for this problem is at $y=0$. (Yes)
iii. vertical asymptote:

$$f(x)=(3x-1)/(x-1)^2$$

$$(x-1)^2=0$$

$$x=1$$

So then the vertical asymptote is at $$x=1$$?

Correct. Vertical asymptotes are vertical lines which correspond to the zeros of the denominator of a rational function and in our case, $x=1$ is the zero of $(x-1)^2$.

PullandTwist

Part B: Find the intervals of increase and decrease, and the local and maximum and minimum values.[TABLE="class: grid, width: 500"]
[TR]
[TD][/TD]
[TD]$$-3x-1$$[/TD]
[TD]$$x-1$$[/TD]
[TD]$$f'(x)$$[/TD]
[/TR]
[TR]
[TD]$$(-\infty,-1/3)$$[/TD]
[TD]$$+$$[/TD]
[TD]$$-$$[/TD]
[TD]decreasing[/TD]
[/TR]
[TR]
[TD]$$(-1/3,1)$$[/TD]
[TD]$$-$$[/TD]
[TD]$$-$$[/TD]
[TD]increasing[/TD]
[/TR]
[TR]
[TD]$$(1,\infty)$$[/TD]
[TD]$$-$$[/TD]
[TD]$$+$$[/TD]
[TD]decreasing[/TD]
[/TR]
[/TABLE]

Based on the table, we can tell which intervals are increasing and decreasing and that the local minimum is $$f(-1/3)=-9/8$$ and since we have a vertical asymptote at 1, there is no local max.

Your answers are all correct for this part as well.

Part C: Find the intervals of concavity, and the inflection points of $$f$$.[TABLE="class: grid, width: 500"]
[TR]
[TD][/TD]
[TD]$$x+1$$[/TD]
[TD]$$x-1$$[/TD]
[TD]$$f''(x)$$[/TD]
[/TR]
[TR]
[TD]$$(-\infty,-1)$$[/TD]
[TD]$$-$$[/TD]
[TD]$$-$$[/TD]
[TD]concave up[/TD]
[/TR]
[TR]
[TD]$$(-1,\color{red}{-1}\color{black})$$[/TD]
[TD]$$+$$[/TD]
[TD]$$-$$[/TD]
[TD]concave down[/TD]
[/TR]
[TR]
[TD]$$(1,\infty)$$[/TD]
[TD]$$+$$[/TD]
[TD]$$+$$[/TD]
[TD]concave up[/TD]
[/TR]
[/TABLE]

Based on the table, we can tell the concavity of the intervals and that an inflection point exists at $$f(-1)=-1$$ and since we have a vertical asymptote at 1, there is no inflection at 1.

Note that you missed out the negative sign on the y-value for the inflection point $(-1,\,-1)$.

I say $(-1,-1)$ is the inflection point since an inflection point is where a curve changes from concave upward to concave downward or vice verse, which you have already proved so.
 
I just realized I calculated my concavity incorrectly. This corrected table should reflect the proper results. I forgot that the denominator was being raised to the power of 4, thus making any negative x value positive.

[table="width: 500, class: grid"]
[tr]
[td][/td]
[td]$$x+1$$[/td]
[td]$$(x-1)^4$$[/td]
[td]$$f''(x)$$[/td]
[/tr]
[tr]
[td]$$(-\infty,-1)$$[/td]
[td]$$-$$[/td]
[td]$$+$$[/td]
[td]concave down[/td]
[/tr]
[tr]
[td]$$(-1,1)$$[/td]
[td]$$+$$[/td]
[td]$$+$$[/td]
[td]concave up[/td]
[/tr]
[tr]
[td]$$(1,\infty)$$[/td]
[td]$$+$$[/td]
[td]$$+$$[/td]
[td]concave up[/td]
[/tr]
[/table]
 
anemone said:
Hi PullandTwist,

Note that you missed out the negative sign on the y-value for the inflection point $(-1,\,-1)$.

I say $(-1,-1)$ is the inflection point since an inflection point is where a curve changes from concave upward to concave downward or vice verse, which you have already proved so.

That was actually meant to signify the interval I was checking for concavity, so it should be (-1,1) based on the critical points I used. I determined the inflection based on where the signs changed in the table, which gave me x=-1 and x=1, but since I already new that we have a vertical asymptote at 1, the inflection at 1 could be ignored.

See image below...

View attachment 3527
 

Attachments

  • concavity.jpg
    concavity.jpg
    24.4 KB · Views: 96
PullandTwist said:
I just realized I calculated my concavity incorrectly. This corrected table should reflect the proper results. I forgot that the denominator was being raised to the power of 4, thus making any negative x value positive.

[TABLE="class: grid, width: 500"]
[TR]
[TD][/TD]
[TD]$$x+1$$[/TD]
[TD]$$(x-1)^4$$[/TD]
[TD]$$f''(x)$$[/TD]
[/TR]
[TR]
[TD]$$(-\infty,-1)$$[/TD]
[TD]$$-$$[/TD]
[TD]$$+$$[/TD]
[TD]concave down[/TD]
[/TR]
[TR]
[TD]$$(-1,1)$$[/TD]
[TD]$$+$$[/TD]
[TD]$$+$$[/TD]
[TD]concave up[/TD]
[/TR]
[TR]
[TD]$$(1,\infty)$$[/TD]
[TD]$$+$$[/TD]
[TD]$$+$$[/TD]
[TD]concave up[/TD]
[/TR]
[/TABLE]

Ah, sorry about not checking out properly the signs that you got in the intervals that you set in. I worked this problem out on my paper and I noticed that $(-1,\,-1)$ is a valid inflection point.

Okay, by setting the second derivative equals 0 gives us $x=-1$ and substituting this back to the original rational function to get the corresponding $f(x)$ value, we see that this yields $f(-1)=-1$. So, $(-1,\,-1)$ may or may not be an inflection point.

Since inflection points are where the function changes concavity and since we have gotten only one critical point with its $x$-coordinate as $-1$, we only have two intervals to check: $(-\infty,-1]$ and $[-1,\infty)$.

Now, according to the table with the corrected result, it shows that the curve does change from concave downward to concave upward at $(-1,\,-1)$, hence, $(-1,\,-1)$ is an inflection point.
 
After all that, this is the graph I was able to get...

Oh, and I also reversed my x & y intercepts in my original post. Ooops... (Mmm)

View attachment 3528
 

Attachments

  • finalgraphsmall.jpg
    finalgraphsmall.jpg
    54.2 KB · Views: 121

Similar threads

Back
Top