How come this factoring works for finding points on a curve that equals slope 1?

AI Thread Summary
The discussion centers on finding points on the curve defined by y = x^4 + 2x^3 + x^2 + x + 1 where the slope equals 1, using the derivative y' = 4x^3 + 6x^2 + 2x + 1. Participants clarify that the original equation should be set equal to 1, not 0, to find the correct x-values. The confusion arose from incorrectly factoring the derivative after moving terms around, which led to the correct x-values despite the initial mistake. Ultimately, the importance of accurately stating the problem is emphasized, as it directly affects the approach to solving it. Understanding the correct setup allows for proper application of calculus principles in finding slopes.
iamsmooth
Messages
103
Reaction score
0

Homework Statement


y\prime=4x^3+6x^2+2x+1

Homework Equations


The Attempt at a Solution


4x^3+6x^2+2x+1

-1 = 2x(2x^2+3x+1)

(I moved the +1 over so I don't get 1/x, but I figured this should screw up the equation since it is no longer 0 on the left hand side.)

-1 = 2x(2x+1)(x+1)

So the "zeroes" are -1/2, -1, and 0, which is actually the correct answers, but why does this factoring still work? Doesn't the left hand side have to be 0? It bothers me when I can get the correct answer but I don't know why... Isn't that why they're called "zeroes"?

They original equation is y = x^4 + 2x^3 + x^2 + x + 1, where deriving gets me the equation that is stated above. Usually pllugging in an x will solve for slope, but it is already given that the slope is 1. I also used common sense to figure out if x was 0, only the constant 1 would remain and 1 = 1, so 0 is a point for sure.
 
Physics news on Phys.org
iamsmooth said:

Homework Statement


y\prime=4x^3+6x^2+2x+1



Homework Equations





The Attempt at a Solution


4x^3+6x^2+2x+1

-1 = 2x(2x^2+3x+1)

(I moved the +1 over so I don't get 1/x, but I figured this should screw up the equation since it is no longer 0 on the left hand side.)

-1 = 2x(2x+1)(x+1)

So the "zeroes" are -1/2, -1, and 0, which is actually the correct answers, but why does this factoring still work? Doesn't the left hand side have to be 0? It bothers me when I can get the correct answer but I don't know why... Isn't that why they're called "zeroes"?
They are the "correct answers" to what question? They are NOT "zeroes" of the original equation nor do they satisfy that equation.

They original equation is y = x^4 + 2x^3 + x^2 + x + 1, where deriving gets me the equation that is stated above. Usually pllugging in an x will solve for slope, but it is already given that the slope is 1. I also used common sense to figure out if x was 0, only the constant 1 would remain and 1 = 1, so 0 is a point for sure.
So the original problem was to find where y'= 4x^3+ 6x^2+ 2x+ 1= 1? If you subtract 1 from both sides of that, you get 4x^3+ 6x^2+ 2x= 2x(2x+1)(x+1)= 0.

I don't know why you were setting 4x^3+ 6x^2+ 2x+ 1 equal to 0, that makes no sense at all.

Looks to me like you made two mistakes that just happened to cancel each other!
 
Last edited by a moderator:
As HallsofIvy points out, you didn't provide the complete question. Based on what you report as the correct answers and some reverse engineering, the question might have been this:
"If y' = 4x3 + 3x2 + x, find all values of x for which y' = 0."
Note that there is no constant term.

Solution:
y' = 0
==> 4x3 + 3x2 + x = 0
==> x(4x2 + 3x + 1) = 0
==> x(2x + 1)(x + 1) = 0
==> x = 0, or x = -1/2 or x = -1
 
The original question was probably: find the points on the curve of x^4+2x^3+x^2+x+c where the slope is equal to 1. After differentiation you get

<br /> y\prime=4x^3+6x^2+2x+1 = 1<br />

after canceling the 1's you get an equation you can factor.
 
The point that HallsOfIvy, willem2, and I are making, is that we shouldn't have to guess what the problem is. You need to provide the problem, exactly as stated.
 
Sorry. The original question is:

"Find the equation of the tangent and normal lines to the curve

y=x^4+2x^3+x^2+x+1

at the point where the tangent line has slope equal to 1.

So I derived

<br /> y\prime=4x^3+6x^2+2x+1<br />

and went from there.
 
willem2 said:
The original question was probably: find the points on the curve of x^4+2x^3+x^2+x+c where the slope is equal to 1. After differentiation you get

<br /> y\prime=4x^3+6x^2+2x+1 = 1<br />

after canceling the 1's you get an equation you can factor.


Oh! Sorry didn't read this earlier, but you're right. That's where the 1 goes. I forgot to plug in the slope of 1 which cancels the 1 on the other side. I was wondering why it worked even though there was a -1 on the other side.

Thanks a lot! Appreciate it :D
 
Back
Top