How can I solve:(x^2)(e^x) - e^x = 0and2e^(2+x)=6For

  • Thread starter Thread starter antinerd
  • Start date Start date
  • Tags Tags
    E^x
Click For Summary

Homework Help Overview

The discussion revolves around solving two equations: (x^2)(e^x) - e^x = 0 and 2e^(2+x) = 6. The first equation involves exponential functions and polynomial expressions, while the second focuses on exponential manipulation.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore the factoring of the first equation and question the implications of the solutions derived from x^2 - 1 = 0. There is discussion about the validity of x = 0 and the interpretation of "and" versus "or" in the context of solutions. For the second equation, participants discuss the steps taken to isolate x and the correctness of the derived expression x = ln6 - 2.

Discussion Status

There is an ongoing exploration of the implications of the solutions to the first equation, with participants clarifying the distinction between multiple solutions and the nature of the constraints involved. The second equation has seen some agreement on the manipulation leading to the expression for x, but further verification is sought.

Contextual Notes

Participants note the importance of checking solutions in the original equations and discuss the constraints related to the definitions of the exponential function and logarithms.

antinerd
Messages
41
Reaction score
0
How can I solve:

(x^2)(e^x) - e^x = 0

and

2e^(2+x)=6


For the first one, tell me if this is right:

e^x(x^2-1)=0 ->
e^x = 0 and x^2 - 1 = 0

so x = 1 and 0? but 0 doesn't work when I plug it back in. so is 1 the solution for x?
 
Physics news on Phys.org
antinerd said:
For the first one, tell me if this is right:
e^x(x^2-1)=0 ->
e^x = 0 and x^2 - 1 = 0
You probably meant the right thing (the follow-up text indicates so). Nevertheless I'd like to point out that the correct statement would be "... OR ...", since in mathematics saying "and" implies that both conditions have to be met (simultaneuously), whereas you (hopefully) meant that x must meet at least one of the conditions.

so x = 1 and 0? but 0 doesn't work when I plug it back in. so is 1 the solution for x?
I assume you get x=1 from x²-1=0. Are you sure that is the only value x which makes that condition true?
I can only guess where you got x=0 from. It doesn't really matter since x=0 does not satisfy any of the two conditions: [tex]e^0 = 1 \neq 0, \ 0^2 -1 = -1 \neq 0[/tex].
 
Last edited:
Timo said:
You probably meant the right thing (the follow-up text indicates so). Nevertheless I'd like to point out that the correct statement would be "... OR ...", since in mathematics saying "and" implies that both conditions have to be met (simultaneuously), whereas you (hopefully) meant that x must meet at least one of the conditions.


Timo said:
I assume you get x=1 from x²-1=0. Are you sure that is the only value x which makes that condition true?
I can only guess where you got x=0 from. It doesn't really matter since x=0 does not satisfy any of the two conditions: [tex]e^0 = 1 \neq 0, \ 0^2 -1 = -1 \neq 0[/tex].


Well, x can then equal 1 and -1, if x²-1=0.

Am I at least doing this part correctly, deriving the right answer? Was I correct to factor out the e^x? Because then I'm left with:

e^x(x²-1)=0 and then can't I get:

e^x = 0 or x²-1 = 0?

Then how can I figure out e^x = 0? Is there a way?

And for the second one, this is what I tried doing:

2e^(2+x)=12 <- this was the proper question, typo in the first post
then...

e^(2+x) = 6
(2+x) ln e = ln 6
(2+x) = ln 6
x = ln6 - 2

So does x = ln6 - 2? I hope I did that right...
 
antinerd said:
Well, x can then equal 1 and -1, if x²-1=0.

Am I at least doing this part correctly, deriving the right answer? Was I correct to factor out the e^x? Because then I'm left with:

e^x(x²-1)=0 and then can't I get:

e^x = 0 or x²-1 = 0?

Yup.

Then how can I figure out e^x = 0? Is there a way?
[tex]\ln_e{e^x}_ = \ln{0}[/tex]
[tex]x = \ln{0}[/tex] -- Which is undefined so it cannot be used as an answer.
And for the second one, this is what I tried doing:

2e^(2+x)=12 <- this was the proper question, typo in the first post
then...

e^(2+x) = 6
(2+x) ln e = ln 6
(2+x) = ln 6
x = ln6 - 2

So does x = ln6 - 2?

Yup.
 
REALLY? OK good :)
 
antinerd said:
Well, x can then equal 1 and -1, if x²-1=0.
It is true that x^2 - 1 = 0 if and only if (x = 1 or x = -1).

x, of course, cannot be both 1 and -1.

If you know that x^2 - 1 = 0, you are still not guaranteed that x = 1 is a solution to whatever problelm you are trying to solve. Similarly, you are not guaranteed that x = -1 is a solution. You are simply guaranteed that one of them is a solution. If you aren't even sure that x^2 - 1 = 0 is the answer -- e.g. you are only considering it as a possible constraint -- then it still might be the case that neither x = 1 nor x = -1 are solutions to your problem.
 
Hurkyl said:
It is true that x^2 - 1 = 0 if and only if (x = 1 or x = -1).

x, of course, cannot be both 1 and -1.

If you know that x^2 - 1 = 0, you are still not guaranteed that x = 1 is a solution to whatever problelm you are trying to solve. Similarly, you are not guaranteed that x = -1 is a solution. You are simply guaranteed that one of them is a solution. If you aren't even sure that x^2 - 1 = 0 is the answer -- e.g. you are only considering it as a possible constraint -- then it still might be the case that neither x = 1 nor x = -1 are solutions to your problem.


How come it can't be both?

x^2 e^x - e^x = 0

If I plug in either 1 or -1, it still gives me 0 as a solution, does it not?

1^2 e^1 - e^1 = 0
e^1 - e^1 = 0 <- right?

and also the same with -1:

-1^2 e^-1 - e^-1 = 0
e^-1 - e^-1 = 0 <- right?
 
antinerd said:
How come it can't be both?

x^2 e^x - e^x = 0

If I plug in either 1 or -1, it still gives me 0 as a solution, does it not?

1^2 e^1 - e^1 = 0
e^1 - e^1 = 0 <- right?

and also the same with -1:

-1^2 e^-1 - e^-1 = 0
e^-1 - e^-1 = 0 <- right?

He's saying it's a constraint because when dealing with "e and natural logs" for some numbers they are undefined. It's always a good idea to plug in your answers into the original equation to make sure they are truly answers. In this example the answer is 1 or -1 since both work in the original equation (x^2)(e^x) - e^x = 0. Does that make sense?
 
Feldoh said:
He's saying it's a constraint because when dealing with "e and natural logs" for some numbers they are undefined. It's always a good idea to plug in your answers into the original equation to make sure they are truly answers. In this example the answer is 1 or -1 since both work in the original equation (x^2)(e^x) - e^x = 0. Does that make sense?

Can I say for an answer:

x equals 1 AND -1

??
 
  • #10
antinerd said:
Can I say for an answer:

x equals 1 AND -1

??

No. You should say x=1 OR x =-1... x cannot equal two numbers at the same time... it is true that x=1 satisfies the original equation AND x=-1 satisfies the original equation... but when you say x=1 and x=-1, you're saying that x=1 and at the same time x=-1...

Suppose I tell you that I'm thinking of a number... call it x. you ask me is x=1? I say yes. Then you ask is x=-1? If I said yes, then that means that there's a number that is 1 and -1 at the same time... but that's obviously not true since 1 and -1 are different numbers.

EDIT: think of it like this x is an actual number that I've thought up... and I tell you that this number x has the property that:

(x^2)(e^x) - e^x = 0

but I don't tell you any more. so you solve the equation and arrive at the conclusion that x=1 or x=-1... but you can't narrow it down further.
 
Last edited:
  • #11
antinerd said:
Can I say for an answer:

x equals 1 AND -1

??

No x^2-1 = 0 means that x CAN be 1 or -1, but you cannot narrow down the answer anymore then that. So you say the x=-1 or x=1 since you cannot be sure.
 
  • #12
If x = 1 AND x = -1, then it would follow that 1 = -1.

Plain english is slightly ambiguous here -- the phrase

x = 1 and x = -1 is a solution to x^2 - 1 = 0

has two interpretations. The following is correct:

x = 1 is a solution to x^2 - 1 = 0, and x = -1 is a solution to x^2 - 1 = 0.

The following is incorrect:

(x = 1 and x = -1) is a solution to x^2 - 1 = 0.

Well, if the author is careful about his grammar, you can tell the difference between the two; the former would be written "are solutions", not "is a solution".

Technically speaking, (x = 1 and -1) isn't even a grammatically correct phrase!


I admit that I'm being somewhat pedantic here -- but I think that's important. Experts can get away with being sloppy, but sloppiness tends to confuse students.
 
Last edited:
  • #13
Hurkyl said:
If x = 1 AND x = -1, then it would follow that 1 = -1.

Plain english is slightly ambiguous here -- the phrase

x = 1 and x = -1 is a solution to x^2 - 1 = 0

has two interpretations. The following is correct:

x = 1 is a solution to x^2 - 1 = 0, and x = -1 is a solution to x^2 - 1 = 0.

The following is incorrect:

(x = 1 and x = -1) is a solution to x^2 - 1 = 0.

Well, if the author is careful about his grammar, you can tell the difference between the two; the former would be written "are solutions", not "is a solution".

Technically speaking, (x = 1 and -1) isn't even a grammatically correct phrase!


I admit that I'm being somewhat pedantic here -- but I think that's important. Experts can get away with being sloppy, but sloppiness tends to confuse students.

I don't know why but it seems like physics people are always striving to be more precise then strictly math people... :smile:
 

Similar threads

Replies
8
Views
5K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 24 ·
Replies
24
Views
3K
Replies
6
Views
3K
  • · Replies 21 ·
Replies
21
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
Replies
2
Views
2K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
Replies
7
Views
2K