Solving e^x and y for x & y: Why is it Wrong?

  • Thread starter Thread starter theBEAST
  • Start date Start date
AI Thread Summary
The equations e^x*cos(y) = 0 and -e^x*sin(y) = 0 cannot both hold true simultaneously for real values of x and y. The term e^x is never zero, meaning that cos(y) and sin(y) must equal zero at the same time, which is impossible. This leads to the conclusion that the system of equations has no solution in the real number domain. The error in the initial approach was simplifying the equations without considering the implications of losing one equation. Ultimately, the discussion highlights the necessity of maintaining both equations to find valid solutions.
theBEAST
Messages
361
Reaction score
0

Homework Statement


e^x*cosy=0
-e^x*siny=0

The Attempt at a Solution


Since they both equal to 0 I set them equal to each other:
e^x*cosy = -e^x*siny
I can cancel the e^x and I get:
tany = -1

Thus y = 7π/4 + n where n is an integer.

However this is incorrect when I plug it back into the original set of equations. Why is this wrong?
 
Physics news on Phys.org
hi theBEAST! :smile:

(try using the X2 button just above the Reply box :wink:)
theBEAST said:
Since they both equal to 0 I set them equal to each other:
e^x*cosy = -e^x*siny
I can cancel the e^x and I get:
tany = -1

Thus y = 7π/4 + n where n is an integer.

However this is incorrect when I plug it back into the original set of equations. Why is this wrong?

because you threw away information :rolleyes:

you started with two equations, and you ended with only one

you need two independent equations (for example, by subtracting instead of adding)

alternatively, just solve each original equation separately!
 
What you get is correct, but you missed a further step which disproves the existence of a solution. Put y=3\pi/4 in cos(y) for the first equation, and you get

e^xcos(y) = 0

-e^x = 0

This tells you that there can be no real value of x so that this equation holds. Hence the equations have no solution.
 
As posted above, this system has no solution for real x and y. Here's a slightly different line of reasoning.

You started off with

e^x cos(y)=0
-e^x sin(y)=0

Note that in the second equation, we can get rid of the minus sign:

e^x cos(y)=0
e^x sin(y)=0

Now, we know that e^x is never equal to 0 for all x \in ℝ, so in each equation, we must have the other term in the product equal to 0. That is, we must have cos(y) = 0 = sin(y).

But from our knowledge of the unit circle, we know that this is never possible. In fact, since sin^2(x)+cos^2(x)=1, whenever either function is equal to 0, the other is equal to ±1 ≠ 0.
 
I tried to combine those 2 formulas but it didn't work. I tried using another case where there are 2 red balls and 2 blue balls only so when combining the formula I got ##\frac{(4-1)!}{2!2!}=\frac{3}{2}## which does not make sense. Is there any formula to calculate cyclic permutation of identical objects or I have to do it by listing all the possibilities? Thanks
Since ##px^9+q## is the factor, then ##x^9=\frac{-q}{p}## will be one of the roots. Let ##f(x)=27x^{18}+bx^9+70##, then: $$27\left(\frac{-q}{p}\right)^2+b\left(\frac{-q}{p}\right)+70=0$$ $$b=27 \frac{q}{p}+70 \frac{p}{q}$$ $$b=\frac{27q^2+70p^2}{pq}$$ From this expression, it looks like there is no greatest value of ##b## because increasing the value of ##p## and ##q## will also increase the value of ##b##. How to find the greatest value of ##b##? Thanks
Back
Top