How to determine the intervals of decrease or increase

Click For Summary

Homework Help Overview

The discussion revolves around curve sketching for the function \( y = \frac{x^2 - x - 1}{x - 1} \). Participants are attempting to analyze various characteristics of the curve, including domain, intercepts, asymptotes, intervals of increase or decrease, and concavity.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation, Assumption checking

Approaches and Questions Raised

  • Participants are discussing how to determine the domain, with some confusion about the exclusion of \( x = 1 \). There are questions about finding intercepts and the correct approach to identifying asymptotes. The original poster expresses uncertainty about the implications of imaginary numbers in the context of local extrema. There is also a discussion about how to find intervals of increase or decrease based on the first derivative and the impact of vertical asymptotes.

Discussion Status

Some participants are providing clarifications on the definitions and methods for finding intercepts and asymptotes. There is ongoing exploration of the first and second derivatives, with some guidance offered regarding the implications of vertical asymptotes on intervals of increase or decrease. The conversation reflects a mix of interpretations and attempts to reconcile differing understandings of the mathematical concepts involved.

Contextual Notes

There is a noted confusion regarding the application of derivatives, particularly in relation to imaginary solutions and their implications for local extrema. The discussion also highlights the need to clarify the function's behavior around the vertical asymptote at \( x = 1 \), which complicates the determination of concavity and intervals of increase or decrease.

F.B
Messages
81
Reaction score
0
Im having a problem with curve sketching i can't figure out how to do this problem. I am confused.

Heres the question

1. For the following curve find:
a)the domain
b)the intercepts
c)the asymptotes
d)intervals of increase or decrease: local maximum and minimum
e)concavity and the point of inflection

x^2 - x - 1 / x-1


Heres my work.

a) the domain is x = 1
b)Let y=0
y = 0 - 0 - 1/ 0-1
y=1
Let x = 0
x^2 - x - 1 = 0
x = 1.62 or x = 0.62

c) Vertical asymptote:
x = 1
Horizontal asymptote
x^2 - x - 1 / x-1
y = x - 1/ x-1
Therefore it has an slant asympote at y = x

Heres where it gets fun

d) y = x^2 - x - 1/x-1
y'= x^2 - 2x + 2/ (x-1)^2
let y'= 0
x^2 - 2x - 2 = 0
x = 1 +/- i

Do i say that it doesn't have an maximum or minimum point because they are
imaginary?

e) y'' = -2/(x-1)^3
Let y''=0
-2 cannot equal 0

So there are no points of inflection, but then how do i determine the
concavity when my first derivative is based on imaginary numbers.

I have never encountered one like this. I don't know how to determine the intervals of decrease or increase because of i, so can you please help me.
 
Physics news on Phys.org
F.B said:
Im having a problem with curve sketching i can't figure out how to do this problem. I am confused.

Heres the question

1. For the following curve find:
a)the domain
b)the intercepts
c)the asymptotes
d)intervals of increase or decrease: local maximum and minimum
e)concavity and the point of inflection

x^2 - x - 1 / x-1


Heres my work.

a) the domain is x = 1
How do you get that? The domain is the set of all x where
f(x) = x^2 - x - 1 / x-1

So x = 1 is NOT part of the domain of f(x).
b)Let y=0
You must mean let x = 0 since you are trying to find the y intercept. The y intercept is a point (0,y)
Let x = 0
Again, this should be y = 0 to find the x intercept.
x^2 - x - 1 = 0
x = 1.62 or x = 0.62
These are the correct solutions to the quadratic equation.
c) Vertical asymptote:
x = 1
Correct
Horizontal asymptote
x^2 - x - 1 / x-1
y = x - 1/ x-1
Therefore it has an slant asympote at y = x
You will have to explain why you did this. I don't follow this.
Heres where it gets fun

d) y = x^2 - x - 1/x-1
y'= x^2 - 2x + 2/ (x-1)^2
let y'= 0
x^2 - 2x - 2 = 0
x = 1 +/- i
You lost me there.

AM
 
F.B said:
Im having a problem with curve sketching i can't figure out how to do this problem. I am confused.

Heres the question

1. For the following curve find:
a)the domain
b)the intercepts
c)the asymptotes
d)intervals of increase or decrease: local maximum and minimum
e)concavity and the point of inflection

x^2 - x - 1 / x-1


Heres my work.

a) the domain is x = 1
Assuming that y= x^2- x- 1/(x-1), this is exactly backwards: the domain is all x except x= 1.

b)Let y=0
y = 0 - 0 - 1/ 0-1
y=1
As Andrew Mason pointed out, actually, you've let x= 0 to find the y-intercept.

Let x = 0
x^2 - x - 1 = 0
x = 1.62 or x = 0.62
No, you let y= 0 so you get the equation x^2- x- 1/(x-1)= 0 which is the same as x^2- x= 1/(x-1) or (x-1)(x^2-x)= (x-1)^2(x)= 0. The x intercepts are x= 0 and x= 1.

c) Vertical asymptote:
x = 1
Ok.

Horizontal asymptote
x^2 - x - 1 / x-1
y = x - 1/ x-1
Therefore it has an slant asympote at y = x
But the problem didn't say "slant asymptote"- it asked about a horizontal asymptote- and there is none. No, y= x is not a "slant asymptote" anyway. How did you go from y= x^2- x- 1/(x-1) to y= x- 1/(x-1)??
x^2- x is NOT equal to x!


Heres where it gets fun

d) y = x^2 - x - 1/x-1
y'= x^2 - 2x + 2/ (x-1)^2
?? Are you saying that the derivative of x^2 is x^2 and the derivative of -x is -2x? Surely you know better than that! Oh, and the derivative of -1/(x-1)= -(x-1)^(-1) is NOT 2/(x-1)^2, although I admit that's harder. For all of those you can use the fact that the derivative of
x^n is nx^(n-1).

let y'= 0
x^2 - 2x - 2 = 0
x = 1 +/- i

Do i say that it doesn't have an maximum or minimum point because they are
imaginary?
Go back and do the derivative correctly!

y'' = -2/(x-1)^3
Let y''=0
-2 cannot equal 0

So there are no points of inflection, but then how do i determine the
concavity when my first derivative is based on imaginary numbers.
Again, go back and do the first derivative correctly. You can't get the second derivative until you do that.

I have never encountered one like this. I don't know how to determine the intervals of decrease or increase because of i, so can you please help me.
For future reference, if you had a problem where the derivative was never 0, such as f(x)= x, then the derivative always has the same sign and so there is just one "interval of decrease or increase".
 
To find the y-intercept you have to solve for y correct? Thats why you let x=0 to find the find what y is when equals 0. To find the x-intercept you have to let y be 0 and then you solve for x to determine what x is when y is 0. And Halls of Ivy maybe i should have made the question a bit clearer. The function is this:

y=(x^2-x-1)/(x-1), does this help?

For the horizontal asymptote we have to find one even it is a slant one.
By doing long division i get the following:

y = (x) - (1)/(x-1).

My derivatives are all right because when i use the question rule i get that same thing.

But i figured how to find the intervals of increase and decrease. Because the vertical asymptote x=1, i can use those as my intervals. So x<1 and x>1.

But i still have one problem. If i use those as my intervals, when i do that chart with the test values, do i sub a number <1 and >1 into the original function or the first derivative.

My other problem is determining the concavity. Because i don't have a point of inflection, how would i determine where the function is concave up and down.
 
F.B said:
To find the y-intercept you have to solve for y correct? Thats why you let x=0 to find the find what y is when equals 0. To find the x-intercept you have to let y be 0 and then you solve for x to determine what x is when y is 0.

That is correct.

F.B said:
And Halls of Ivy maybe i should have made the question a bit clearer. The function is this:

y=(x^2-x-1)/(x-1), does this help?

Halls of Ivy's point still remains valid, the function is defined everywhere except at x = 1. Therefore, the domain of the function is [itex]x \in\Re \; , \; x \neq 1[/itex]

F.B. said:
My derivatives are all right because when i use the question rule i get that same thing.
I'm afraid you derivative is incorrect. Try and do it again, perhaps it would be easier to write it as;

[tex]f(x) = (x^{2} - x -1)(x-1)^{-1}[/tex]
 
Last edited:
F.B said:
My other problem is determining the concavity. Because i don't have a point of inflection, how would i determine where the function is concave up and down.
The concavity is given by the sign of the second derivative. Watch out though: the fact that there are no zeroes doesn't mean the concavity is the same everywhere, remember your vertical asymptote!
 

Similar threads

  • · Replies 10 ·
Replies
10
Views
2K
Replies
11
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
Replies
5
Views
2K
  • · Replies 4 ·
Replies
4
Views
1K
Replies
7
Views
1K
Replies
5
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K