What are the two points on y = x^4 - 2x^2 - x with a shared tangent line?

Click For Summary

Discussion Overview

The discussion revolves around finding two points on the curve defined by the equation y = x^4 - 2x^2 - x that share a common tangent line. Participants explore the mathematical process involved in deriving the tangent line and identifying the points of interest, with a focus on calculus and algebraic manipulation.

Discussion Character

  • Technical explanation
  • Mathematical reasoning
  • Debate/contested

Main Points Raised

  • Some participants suggest starting by finding the derivative of the curve, which is y' = 4x^3 - 4x - 1, to determine the slope of the tangent line.
  • One participant proposes using a specific point (x0, y0) to calculate the tangent line and discusses the need to find two points with a common tangent.
  • Another participant provides a method to express the equations for the tangent lines at two points (a, b) and (c, d) and attempts to solve for the intercepts.
  • Some participants identify that the equations can be factored, leading to a discussion on the implications of a = c satisfying the equations.
  • One participant calculates the slope at x = 1 and finds that the slope is -1 at multiple points, suggesting these points have parallel tangent lines but not necessarily the same tangent line.
  • Another participant clarifies the distinction between having parallel tangent lines and having the same tangent line function, indicating a need for a different approach to find points with equal tangent lines.

Areas of Agreement / Disagreement

Participants express differing views on the interpretation of having a common tangent line versus parallel tangent lines. There is no consensus on the method to find the two points that share the same tangent line, and the discussion remains unresolved regarding the correct approach.

Contextual Notes

Some participants' calculations and assumptions about the nature of the tangent lines and their relationships are not fully resolved, leading to potential gaps in the mathematical reasoning presented.

k3232x
Messages
7
Reaction score
0
Hi, I am having problems with the following problem. The main issue is actually starting the problem.

Find the two points on the curve y = x^4 - 2x^2 - x that have a common tangent line.
 
Physics news on Phys.org
k3232x said:
Hi, I am having problems with the following problem. The main issue is actually starting the problem.

Find the two points on the curve y = x^4 - 2x^2 - x that have a common tangent line.
Say I'd give you a point p0=(x0,y0), where x0 and y0 are certain, fixed real values. How would you calculate the tangent line?
 
You first need to find the derivative of y = x^4 - 2x^2 - x
 
I took the derivative of the equation and got:

y`= 4x^3 - 4x - 1 and put that into the equation of a tangent to the curve:

y=(4x^3 - 4x - 1)x + c ; where c is the intercept.

Then replaced y with the original equation:

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

Then solved for the intercept:

c= -3x^4 + 2x^2

Need 2 points which have a common tangent, (a,b) and (c,d) then:

4a^3 -4a -1 = 4c^3 -4c -1 and

-3a^4 + 2a^2 = -3c^4 - 2c^2

Now here's where I am stuck. I don't know how to solve these equations which would then give me the points (a,b) and (c,d) that i need for a common tangent line.
 
Try writing
[tex]4a^3 -4a -1 = 4c^3 -4c -1[/tex]
and
[tex]-3a^4 + 2a^2 = -3c^4 - 2c^2[/tex]
as
[tex]4(a^3- c^3)- 4(a-c)= 0[/tex]
and
[tex]-3(a^4- c^4)+ 2(a^2- c^2)= 0[/tex]
and factor:
[tex]a^4- c^4= (a- c)(a^3+ a^2b+ ab^2+ b^3)[/tex]
[tex]a^3- c^3= (a- c)(a^2+ ab+ b^2)[/tex]
[tex]a^3- b^2= (a- c)(a+ b)[/tex]
Obviously a= c so a- c= 0 satisfies both of your original equations. What else will?
 
Last edited by a moderator:
k3232x said:
Hi, I am having problems with the following problem. The main issue is actually starting the problem.

Find the two points on the curve y = x^4 - 2x^2 - x that have a common tangent line.

Take the derivative of the f(x).

y' = 4x^3 - 4x - 1

That is your tangant line function, now we need to find only two points that have the same tangent line. Find the tangent line at a point. In this case, we'll find it for 1.

y' = 4(1)^3 - 4(1) - 1
y' = -1

Now, let's plug that back into the equation and try to find the other values that have the same slope.

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

Which means that it will have a slope of -1 at (-1,-2); (1,-2); and (0,0).

Let's check that out.

f'(-1) = 4x^3 - 4x - 1 = -1
f'(0) = 4x^3 - 4x - 1 = -1
f'(1) = 4x^3 - 4x - 1 = -1 (From previous steps)

Confirmed.

Those points up above are points that have the same tangent line.
 
GoldPheonix said:
Take the derivative of the f(x).

y' = 4x^3 - 4x - 1

That is your tangant line function, now we need to find only two points that have the same tangent line. Find the tangent line at a point. In this case, we'll find it for 1.

y' = 4(1)^3 - 4(1) - 1
y' = -1

Now, let's plug that back into the equation and try to find the other values that have the same slope.

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

Which means that it will have a slope of -1 at (-1,-2); (1,-2); and (0,0).

Let's check that out.

f'(-1) = 4x^3 - 4x - 1 = -1
f'(0) = 4x^3 - 4x - 1 = -1
f'(1) = 4x^3 - 4x - 1 = -1 (From previous steps)

Confirmed.

Those points up above are points that have the same tangent line.
No, that gives points that have parallel tangent lines, not necessarily the same tangent line.
 
Oh, I see. They want the points where they have the same linear tangent line function. Well, in that case:

y + 2 = -1(x -1) => y = -x -1
y + 2 = -1(x + 1) => y = -x -3
y + 0 = -x

In which case, those points do not have equal tangent line functions. Yeah, I would use a different method to find things of equal tangent line functions.
 

Similar threads

  • · Replies 14 ·
Replies
14
Views
2K
Replies
5
Views
3K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
Replies
4
Views
3K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
Replies
1
Views
2K
  • · Replies 53 ·
2
Replies
53
Views
7K