Prove this equation is one to one

  • Thread starter Thread starter Painguy
  • Start date Start date
AI Thread Summary
The discussion focuses on proving that the function y = (x + 1)^3 is one-to-one. Participants suggest using the property that if f(a) = f(b), then a must equal b, leading to the equation (a + 1)^3 = (b + 1)^3. They discuss applying the difference of cubes formula to factor the equation, but some express confusion about its application. Additionally, the concept of showing that the function is always increasing is mentioned as a straightforward method to demonstrate injectivity. Overall, the conversation emphasizes algebraic and conceptual approaches to proving the function's one-to-one nature.
Painguy
Messages
118
Reaction score
0

Homework Statement


y=(x+1)^3

Homework Equations


f(a)=f(b)
a=b

The Attempt at a Solution


(a+1)^3 =(b+1)^3
1+3 a+3a^2+a^3=1+3b+3b^2+b^3

This is where I get stuck.
 
Physics news on Phys.org
How about: if (a+1)^3 =(b+1)^3\,, then (a+1)^3-(b+1)^3=0\,.

Then factor into difference of cubes.
 
Do you know any calculus? That's the easy way to prove this. Show y is an always increasing function of x.
 
SammyS said:
How about: if (a+1)^3 =(b+1)^3\,, then (a+1)^3-(b+1)^3=0\,.

Then factor into difference of cubes.

I know what the difference of cubes is but I can't seem to figure out how to apply that to this case. I was under the impression that if I was to apply the difference of cubes that the equation would gabber to be in, the form (x^3)+1 rather than (x+1)^3 I'm probably forgetting something here :P

Dick said:
Do you know any calculus? That's the easy way to prove this. Show y is an always increasing function of x.
I haven't taken calculus yet but would it suggestion look like this? f(x)=(x+1)^3 I've already graphed it & seen that it's 1:1 but I'm looking to do this algebraically. Excuse me if I misinterpreted your post.
 
The difference of cubes is:

p3 - r3 = (p-r)(p2+pr+r2)

If (p-r)(p2+pr+r2) = 0,

Then either p=r,

or \displaystyle p=\frac{-r\pm\sqrt{r^2-4r^2}}{2}, which is only a real number if r = 0.
 
Last edited:
m3 - n3 = (m - n)(m2 + mn + n2)

m3 + n3 = (m + n)(m2 - mn + n2)
 
one could approach this another way:

if f:A→A is injective, and g:A→A is injective, then fog:A→A is injective.

proof:

suppose fog(x) = fog(y), that is:

f(g(x)) = f(g(y)).

since f is injective, g(x) = g(y).

since g is injective, x = y, QED.

now prove f(x) = x3 is injective, and

g(x) = x+1 is injective.
 
another path, i think the easiest mechanically but the least intuitive if you're given another definition, is to use the logical contrapositive equivalent of 1-to-1 (perhaps better known as proof by contradiction):

"x != y implies g o h(x) != g o h(y)".

here you don't need to show 1-to-1 of anything, only that the functions g and h are defined at x and y as you construct the conclusion f= g o h.

[edit] of course that ends up needing to show that g and h are indeed functions...
 
Last edited:
Back
Top