Two points on a curve with a common Tangent

Click For Summary

Homework Help Overview

The discussion revolves around finding two distinct points on the curve defined by the equation y = x^4 - 2x^2 - x that share a common tangent line. Participants are exploring the relationship between the points and their derivatives to establish conditions for the tangents to be equal.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Problem interpretation

Approaches and Questions Raised

  • Participants discuss differentiating the curve to find the slopes at points A and B, equating these slopes, and setting up equations based on the tangent line conditions. There are attempts to factor and simplify these equations, with some participants expressing confusion about the implications of their findings.

Discussion Status

Multiple interpretations of the equations are being explored, with some participants suggesting that the assumption of distinct points may lead to contradictions. Guidance is offered on the necessity of separating equations for slopes and constants, and there is acknowledgment of the complexity in deriving the correct relationships between the points.

Contextual Notes

Participants note the importance of the assumption that the points A and B are distinct, and there is discussion about the implications of setting certain terms equal to zero. The conversation reflects ongoing uncertainty regarding the correct approach to solving the problem.

Samuelb88
Messages
160
Reaction score
0

Homework Statement


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

Homework Equations


See below.

The Attempt at a Solution



[tex]y=f(x)=x^4-2x^2-x[/tex]

[tex]\frac{d}{dx}\right((x^4-2x^2-x)=4x^3-4x-1[/tex]

To my understanding, two points [tex]A,B[/tex] who have a common Tangent such that [tex]T_A=T_B[/tex]

-[tex]A(a,f(a))[/tex]
-[tex]B(b,f(b))[/tex]

[tex]T_A: y=(4a^3-4a-1)x-3a^4+2a^2[/tex]
[tex]T_B: y=(4b^3-4b-1)x-3b^4+2b^2[/tex]

By setting [tex]T_A=T_B[/tex]:

[tex]x(4a^3-4b^3-4a+4b)=3(a^4-b^4)-2(a^2-b^2)[/tex]

--> [tex]x(4(a^3-b^3)-4(a-b))=3(a^2-b^2)(a^2+b^2)-2(a^2-b^2)[/tex]

--> [tex]x((a-b)(4(a^2+ab+b^2)-4)=(a-b)(3(a+b)(a^2+b^2)-2(a+b))[/tex]

--> [tex]x=\frac{3(a+b)(a^2+b^2)-2(a+b)}{4(a^2+ab+b^2)-4)}\right(\[/tex]

Here is where I get lost. I've spent hours re-arranging the numerator and denominator through basic arithmetic operations and trying to get the denominator to cancel out in some way but to no avail. I've spent the last couple of days trying to solve this problem in various ways which is quite embarrassing because the problem seems so simple.

I've also trying setting [tex]T_A=T_B[/tex] and setting the equation equal to zero:

[tex]x(4a^3-4b^3-4a+4b)-3(a^4-b^4)+2(a^2-b^2)=0[/tex]

--> [tex]x(a-b)(4(a^2+ab+b^2)-4)-(a-b)(3(a+b)(a^2+b^2)+2(a+b))=0[/tex]

Here, from factoring the term "(a-b)" and finding the zeroes, i understand a=b, therefore a-b=0, but by substituting the term (a-b) with 0, i get 0. By substituting all a or b terms with the other, i get x=a thus x=b since a=b.

--> [tex]x(4(a^2+ab+b^2)-4)-(3(a+b)(a^2+b^2)+2(a+b))=0[/tex]

--> [tex]2x(2(a^2+ab+b^2)-2)-(a+b)(3(a^2+b^2)+2)=0[/tex]

?:(
 
Last edited:
Physics news on Phys.org
All right, I finally got this one, I think. Anyways, my solution is probably not the quickest, but I'll provide an outline and try to find a quicker solution later, maybe.

Let a and b be the points we are trying to determine. Assume a and b are distinct. From f'(a) = f'(b), we get an equality relating a and b (and the number 1). Denote this equality as ***

Without loss of generality, assume b > a. Then [f(b)-f(a)]/(b-a) = f'(b) = f'(a). After lots of factoring and simplification, I got [f(b)-f(a)]/(b-a) = f'(b) down to expressions where the only thing I could use was the equality ***. Applying that twice, I got an extremely simple equality. In fact, you should be able to derive *** and even guess what a and b are. But yeah, from that point onwards, there are probably quicker ways to actually find a and b.
 
Hi Samuelb88! :smile:

You were doing fine until you got to TA = TB. :-p

But you've completely misunderstood what that means. :redface:

For the lines to be the same, the x terms must be the same (that's one equation) and the constant terms must be the same (that's a separate equation).

Not one big equation! :wink:
 
tiny-tim said:
Hi Samuelb88! :smile:

You were doing fine until you got to TA = TB. :-p

But you've completely misunderstood what that means. :redface:

For the lines to be the same, the x terms must be the same (that's one equation) and the constant terms must be the same (that's a separate equation).

Not one big equation! :wink:

Still having troubles finding the values or a and b. :(

Alright, so if the slopes are one equation, and the constant (b) is a separate equation, here's what I've worked out.

[tex]y=x^4-2x^2-x[/tex]

From differentiating w.r.t.x., i get:

[tex]y'=4x^3-4x-1[/tex]

The equation of the slopes of the tangent at points A(a,f(a)), B(b,f(b)) which are equal:

[tex]4a^3-4a-1=4b^3-4b-1[/tex]
[tex]= 4(a^3-b^3)-4(a-b)=0[/tex]
[tex]= 4(a-b)(a^2+ab+b^2)-4(a-b)=0[/tex]

which leaves me with:

[tex]4(a-b)(a^2+ab+b^2-1)=0[/tex]

Thus, a-b=0; therefore a=b.

And, for [tex]a^2+ab+b^2-1=0[/tex], would be true if a=1 and b=-1. But if a=1, b=-1, then a≠b.

The equation of the constant (b) of the tangent at points A, B which are equal:

[tex]-3a^4+2a^2=-3b^4+2b^2[/tex]
[tex]= -3(a^4-b^4)+2(a^2-b^2)=0[/tex]
[tex]= (a-b)(-3(a^3+a^2b+ab^2+b^3)+2(a+b))=0[/tex]

Again, a-b=0; a=b. And for [tex]-3(a^3+a^2b+ab^2+b^3)+2(a+b)=0[/tex], would be true again if a=1 and b=-1 then a≠b.

I'm confused as to how to prove a=1, b=-1 or if I'm even understanding the problem correctly. :|

------------------------------------

Alternatively, if a=b, then from the equation of the slopes at points A,B which are equal:

[tex]4a^3-4a-1=4b^3-4b-1[/tex]
[tex]=4a(a^2-1)=4b(b^2-1)[/tex] /a=b
[tex]=4a(a^2-1)-4b(a^2-1)=0[/tex] /factor
[tex]=(a^2-1)(a-b)=0[/tex]

Therefore, a= ±1; and a=b; then b= ±1.

Thus:
[tex]x_1=1: y'=-1[/tex]

And:
[tex]x_2=-1: y'=-1[/tex]

Then:
[tex]-1=4x^3-4x-1[/tex]
[tex]0=4x(x^2-1)[/tex]

Therefore:
[tex]x_1=0, x_2=1, x_3=-1[/tex]

Therefore, at the points A(1,-2), B(-1,0), the curve has a common tangent.
 
Last edited:
Actually, you missed a solution in setting the constants equal. I essentially reached the same equation by a slightly longer route. Note that the assumption a =/= b is an important one to make in this problem. To summarize your steps:

We get

[tex](a-b)(a^2+ab+b^2-1)=0[/tex]

by setting the slopes equal to each other. Assuming that a =/= b gives

[tex](a^2+ab+b^2-1)=0[/tex]

By setting the constants equal,

[tex](a-b)(-3(a^3+a^2b+ab^2+b^3)+2(a+b))=0[/tex]

Since a =/= b, we have

[tex]2(a+b)-3(a^3+a^2b+ab^2+b^3)=0 \Rightarrow[/tex]
[tex]2(a+b)-3(a+b)(a^2 + b^2)=0 \Rightarrow[/tex]
[tex](a+b)(2-3(a^2 + b^2))=0 \Rightarrow[/tex]
[tex](a+b)((2a^2 + 2b^2 + 2ab)-3(a^2 + b^2))=0 \Rightarrow[/tex]
[tex]-(a+b)(a^2 -2ab + b^2)=0 \Rightarrow[/tex]
[tex](a+b)(a-b)^2 =0 \Rightarrow,[/tex]

where we substituted the equality [tex]2(a^2+ab+b^2) = 2[/tex] from above. Since a =/= b, it follows that a + b = 0, implying that a = -b, and the rest is straightforward.
 
Hi Samuelb88! :smile:

ooh … snipez90 just beat me to it! :rolleyes:

First, the tangents at A and B have to be the same if A and B are the same!

So a = b was always going to be a solution (to TA = TB), but it's a solution you have to ignore!

ok, so that leaves two simultaneous equations:

a2 + ab + b2 = 1

3(a4 - b4) = 2(a2 - b2)

At this point, you don't seem to have noticed that you can factor out (a2 - b2) = (a-b)(a+b). :rolleyes:

(If you do that, and then eliminate (a2 + b2), you actually get the inflection points … but they didn't ask you for them, so as it happens it doesn't matter. :wink:).

So a = -b, and you quickly get ±1. :smile:
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 1 ·
Replies
1
Views
1K
Replies
2
Views
1K
Replies
9
Views
2K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 27 ·
Replies
27
Views
2K
Replies
15
Views
3K
Replies
1
Views
2K
  • · Replies 2 ·
Replies
2
Views
2K
Replies
20
Views
2K