Fraction calculation, can't find mistake

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
24 replies · 2K views
late347
Messages
300
Reaction score
15

Homework Statement

I did some homework and wolfram alpha afterwards gave different result than what I have. Apparently I must have done some error, but I couldn't find error after I doublechecked about two times. So I decided to see if you guys can find an error. And what is the correct answer also. I was pulling my hair out after doing this problem for some time :nb)$$ \frac{\frac{1}{s}-s}{\frac{1}{s}-\frac{1}{s-1}} ~~~~~~ $$

Homework Equations

The Attempt at a Solution



here we expanded
##(\frac{1}{s}-\frac{s^2}{s})/(\frac{s-1}{s(s-1)}-\frac{s}{s(s-1)})##here I tried to get the plusses and minuses right, but I'm not sure I succeeded
##[\frac{1}{s}+\frac{-s^2}{s}] / [\frac{s-1}{s(s-1)}+\frac{-s}{s(s-1)}]##

##(\frac{1-s^2}{s}) / [\frac{(s-1)-s}{s(s-1)}]##

##[ \frac{1-s^2}{s}] ~~*~~ [\frac{s(s-1)}{-1} ]####\frac{(s-1)(s+1)}{s} * \frac{s(s-1}{-1}#### \frac{(s-1)^2(s+1)(s)}{-s}##

##(-1)(s-1)^2(s+1)##
 
Physics news on Phys.org
late347 said:

Homework Statement

I did some homework and wolfram alpha afterwards gave different result than what I have. Apparently I must have done some error, but I couldn't find error after I doublechecked about two times. So I decided to see if you guys can find an error. And what is the correct answer also. I was pulling my hair out after doing this problem for some time :nb)$$ \frac{\frac{1}{s}-s}{\frac{1}{s}-\frac{1}{s-1}} ~~~~~~ $$

Homework Equations

The Attempt at a Solution



here we expanded
##(\frac{1}{s}-\frac{s^2}{s})/(\frac{s-1}{s(s-1)}-\frac{s}{s(s-1)})##here I tried to get the plusses and minuses right, but I'm not sure I succeeded
##[\frac{1}{s}+\frac{-s^2}{s}] / [\frac{s-1}{s(s-1)}+\frac{-s}{s(s-1)}]##

##(\frac{1-s^2}{s}) / [\frac{(s-1)-s}{s(s-1)}]##

##[ \frac{1-s^2}{s}] ~~*~~ [\frac{s(s-1)}{-1} ]####\frac{(s-1)(s+1)}{s} * \frac{s(s-1}{-1}#### \frac{(s-1)^2(s+1)(s)}{-s}##

##(-1)(s-1)^2(s+1)##
Looks OK.

What's the problem you're having?
 
basically ##(1-s^2) = (1^2-s^2)##

so that is (1+s) (1-s)

= 1-s +s -s^2
= 1- s^2
 
fresh_42 said:
Yes.
can you bold print my mistake in quote for example
 
I think I got it right this time.

(s-1)(s+1)

= s^2 +s -s -1

##=~~ (+s^2~~-1)##

the correct part said that the factors were as follows

## (1-s) (1+s) = 1 +s -s -s^2##
##= -s^2 +1##

the latter case is the "counter number" to the other number (multiplied by minus one)
 
late347 said:
I think I got it right this time.

(s-1)(s+1)

= s^2 +s -s -1

##=~~ (+s^2~~-1)##
The other way around. Until ##1-s^2## everything was fine, and by the way, afterwards, too. You simply changed the sign by substituting ##1-s^2 = (s-1)(s+1)## which is wrong by ##-1##. You should have used ##1-s^2=(1-s)(1+s)## or ##1-s^2=(-1)(s-1)(s+1)##
 
SammyS said:
Oh!

not quite OK !

sign mistake
looks like the tricky math prob got under your skin at first also ! xD
 
ok i will try to post the new answer in full, but it will be tedious because of Latex code
 
##\frac{1/s-s}{1/s-[1/(s-1)]}####\frac{(1-s^2)/s}{(-1)/[s(s-1)]}####\frac{(1-s)(1+s)}{s}*\frac{s(s-1)}{-1}####\frac{(1-s)(1+s)(s)(s-1)}{(-1)(s)}####\frac{(-1)(s-1)(s)(s-1)(s+1)}{-1s}##

##\frac{(s-1)^2(s)(s+1)}{s}##

##(s-1)^2(s+1)##
 
SammyS said:
What does Wolfram give?

Did I somehow miss that in one of these posts?
I think I did a wrong factorization for the term ##(1^2 -s^2)##evidently wolfram alpha did not become fooled by that.

this skewed my result from early on. I tried to use the memory formula for the ##(a^2-b^2)## for finding factors
 
code for wolfram alpha&& inside these &&

&& (1/s-s)/(1/s-1/(s-1)) &&
 
looks like I did the problem correctly as post # 14 will show the same alternative form result as wolfram alpha.

##
(1-s)(1-s^2)
##

or

##
(s-1)^2(s+1)
##
 
I think modern wolfram alpha shows the input in variable forms like fraction line form of the division as a picture
 
fresh_42 said:
I wouldn't have relied on this ambiguous inline coding. I prefer to use parenthesis to avoid false interpretations.
Concerning the sign error all of us blundered into: it happens. Nothing to worry about.
did you get the same result as post 14 from me
 
late347 said:
did you get the same result as post 14 from me
Yes.

late347 said:
I think modern wolfram alpha shows the input in variable forms like fraction line form of the division as a picture
This way one can see, whether the input was correct or not. However, one shouldn't get used to it in the sense that "everybody knows what is meant", because it is a total unnecessary source of potential mistakes.

We often read things like "e^t^2/2" where it is not clear without additional knowledge that ##e^{\frac{1}{2}t^2}## is meant and not ##\frac{1}{2}e^{t^2}## or ##e^t \, ##.
 
  • Like
Likes   Reactions: late347
SammyS said:
What I get was s3 - s2 - s +1

¨now we have competition between the answers it seems:biggrin:

looks like that comes out at the same factorization so it looks like what I got,