Equation Involving Complex Fraction

  • Thread starter Thread starter GabeN
  • Start date Start date
  • Tags Tags
    Complex Fraction
AI Thread Summary
The discussion revolves around solving the equation f = 1/(1/a + 1/b) for a in terms of b and f. The initial attempt involved incorrectly multiplying all terms by ab, leading to confusion in the manipulation of the equation. Clarifications were made regarding the correct method of multiplying the numerator and denominator, which ultimately guided the participant to the solution. The correct answer is a = bf/(b - f), which was reached after recognizing the proper approach to handling complex fractions. The conversation highlights the importance of understanding fraction manipulation in algebraic equations.
GabeN
Messages
8
Reaction score
0

Homework Statement



Solve the formula f=1/1/a+1/b for a in terms of b and f.



The Attempt at a Solution



My attempt at this problem was to first multiply all terms by ab, thus getting rid of the fractions in the denominator on the right. I was then left with the equation fab=ab/(b+a), so I multiplied each side by (b+a), the equation now looks like (b+a)fab=ab, I then divided by ab, and was left with f(b+a)=1, I then dived by f , and subtract b, and am left with; a=1-b/f. Now, the correct answer, according to my textbook, is a =bf/b-f. All I can find on the internet or in my textbook is how to deal with a an expression containing complex fractions, but nothing on equations containing complex fractions, so I'm at somewhat of a loss as to what I'm doing wrong. Anyway, I appreciate any guidance on how to solve this that anyone has to offer.


Also, an apology for not using Latex. I'm on
my phone, and it looked as if it doesn't work on phones. I tried my best to be as clear as possible.
 
Physics news on Phys.org
Use parentheses to clarify your equation, if you can't use LaTeX. To me it looks like
$$a + \frac{1}{b}.$$
or maybe
$$\frac{1}{a} + \frac{1}{b}.$$
 
Sorry, let me retry that: f=1/[(1/a)+(1/b)]. I hope that makes a little more sense.
 
GabeN said:
My attempt at this problem was to first multiply all terms by ab,
You should not multiply "all terms" by ab.
You can multiply each side of the equality by ab; or you can multiply the numerator and denominator of the fraction by ab.
 
haruspex said:
You should not multiply "all terms" by ab.
You can multiply each side of the equality by ab; or you can multiply the numerator and denominator of the fraction by ab.


I described that incorrectly. I meant that I had multiplied the numerators.
 
GabeN said:
I described that incorrectly. I meant that I had multiplied the numerators.
In order to get
I was then left with the equation fab=ab/(b+a)
you would have done what you said you did. You don't get that just by multiplying the numerators each side, or (more usefully) just by multiplying the numerator and denominator on the RHS.
 
  • Like
Likes 1 person
haruspex said:
In order to get

you would have done what you said you did. You don't get that just by multiplying the numerators each side, or (more usefully) just by multiplying the numerator and denominator on the RHS.

Ok. This may sound stupid, but I was under the impression one could not just multiply the right hand side(what I assume RHS means). I can get on a computer now and I'm going to try using LaTex.
 
f= \frac{1}{1/a + 1/b}

ab * f = \frac{1}{1/a + 1/b} * ab

fab = \frac{ab}{b+a}

fab{(b+a)} = ab

\frac{f(b+a)ab}{ab} = \frac{ab}{ab} = f{(b + a)} = 1

a = \frac{1}{f} - b

That's what I came up with. It looks horribly wrong even as I type it, yet, for some I reason can't quite think of another way to do this.
 
Last edited:
Is ##\frac{1}{2}*3=\frac{1*3}{2*3}=\frac{3}{6}=\frac{1}{2}##, or is ##\frac{1}{2}*3=\frac{1*3}{2}=\frac{3}{2}##?
 
  • Like
Likes 1 person
  • #10
gopher_p said:
Is ##\frac{1}{2}*3=\frac{1*3}{2*3}=\frac{3}{6}=\frac{1}{2}##, or is ##\frac{1}{2}*3=\frac{1*3}{2}=\frac{3}{2}##?

This is where I was getting confused. I'm aware that 3=3/1, I just haven't seen how I could multiply away the denominator of a denominator. Does this look right as the next step, as it seems like the only other logical way I can think of.

\frac{1}{ab} • f = \frac{1}{1/a + 1/b} • \frac{1}{ab} = \frac{f}{ab} = \frac{1}{b + a}
 
Last edited:
  • #11
\frac{1}{ab} • f = \frac{1}{1/a + 1/b} • \frac{1}{ab} = ab = fb + fa = ab - fa= a{(b-f)} =fb =a = \frac{fb}{b-f}

I feel like a total dunce. I used the advice given, which should have been obvious to me, and multiplied by 1/ab, which of course gave the correct answer. Thanks for the suggestions everyone.
 
  • #12
GabeN said:
ab * f = \frac{1}{1/a + 1/b} * ab

fab = \frac{ab}{b+a}
This is the faulty step. \frac{1}{1/a + 1/b} * ab = \frac{ab}{1/a + 1/b}
 
  • #13
haruspex said:
This is the faulty step. \frac{1}{1/a + 1/b} * ab = \frac{ab}{1/a + 1/b}


Yeah, I didn't make sense of it until I really thought about gopher's post, than I realized that

\frac{1}{ab}

Is the same as

\frac{1}{ab/1}

Which finally drilled into my brain the proper way to solve the equation for a. Such an obvious solution that somehow eluded me...
 
Back
Top