Simplifying a complex fraction with variables

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
15 replies · 2K views
caters
Messages
229
Reaction score
10

Homework Statement


Simplify (1/3 + 1/3y)/(1/y + 1/3)

Homework Equations


(1/3 + 1/3y)/(1/y + 1/3) = x

In this case I am using x to represent the simplified expression

The Attempt at a Solution


(1/3 + 1/3 * 1/y)/(1/y+1/3) = (2/3 * 1/y)/(1/y + 1/3) = (2/3y)/(1/y+1/3) = (2/3y)/(3/3y + y/3y) =
2/3y * 3y/(3+y) = 6y/(9 + 3y^2)

I obviously did something wrong but I don't see how. Every step I did correctly.
 
Physics news on Phys.org
Be careful with writing fractions. What does "1/3y" mean? Is it (1/3) y (the way a computer would interpret it) or 1/(3y)? Written on paper it is obvious, written in forum posts it is not. Based on your first step it has the second meaning here.

You can use LaTeX for nice formulas:
$$\frac{\frac{1}{3} + \frac{1}{3y}}{\frac{1}{y} + \frac{1}{3}}$$

caters said:
(1/3 + 1/3 * 1/y)/(1/y+1/3) = (2/3 * 1/y)/(1/y + 1/3)
What did you do in the numerator in this step?
 
I added like terms to get 2/3 * 1/y.
 
Why did you think that ##\frac{1}{3}+\frac{1}{3}\frac{1}{y}## is equal to ##\frac{2}{3}\frac{1}{y}##?

Is that true if ##y=2##?
 
Well I was taught in situations where you have multiple terms of the same type that you combine them. I thought I could do that in this step.
 
That is a very vague statement of what is a very specific rule, which is bound to lead to errors. What is 'like' about the two terms is that they both have a ##\frac{1}{3}## in them, not that they both have a ##\frac{1}{y}## in them (because they don't).

What you do is factorise the sum of the 'like' terms, dividing each term by the common factor, then write the sum of the divided terms in brackets and then multiplying the bracket by the common factor.

eg ##x+y+3x^2## has two terms with a common factor of ##x##, so we can write it as ##x(1+3x)+y##.

In your numerator the common factor is ##\frac{1}{3}##. What happens if you apply that principle to this line?
 
I get 1/3(1 + 1/y)
 
OK. Now redo your calcs using that corrected numerator.

Note however that the last step in your above calc is also incorrect: 2/3y * 3y/(3+y) = 6y/(9 + 3y^2)
 
So if I did it correctly it would be like this:

(1/3 + 1/3 * 1/y)/(1/y+1/3) = 1/3(1 + 1/y)/(1/y + 1/3) = (y+1)/(y+3)
 
Why? I simplified it as much as possible using Mathway and (y+1)/(y+3) was the solution it gave me.
 
A good first step, rather than adding the fractions, would to be to multiply both numerator and denominator by 3y.
 
caters said:
I simplified it as much as possible using Mathway and (y+1)/(y+3) was the solution it gave me.
That solution is correct. The thing that was wrong in the denominator is in the last line of the OP, and you didn't re-make the error when you re-did the calc.
 
caters said:
So if I did it correctly it would be like this:

(1/3 + 1/3 * 1/y)/(1/y+1/3) = 1/3(1 + 1/y)/(1/y + 1/3) = (y+1)/(y+3)
That looks good to me.