Combinations of algebraic functions

AI Thread Summary
The discussion revolves around combining the algebraic functions f(x) = 1/x and g(x) = 2√x to find (f+g)(x). The initial attempt correctly adds the functions but leads to confusion regarding the presence of x in the denominator in the final answer. Clarification is provided that when combining fractions, the correct approach is to express the sum over a common denominator, which results in (f+g)(x) = (1 + 2x^(3/2))/x. The importance of maintaining the original function's structure while manipulating terms is emphasized, leading to a clearer understanding of the algebra involved. Overall, the thread highlights common pitfalls in algebraic manipulation and the necessity of careful fraction handling.
QuantumCurt
Education Advisor
Messages
726
Reaction score
166

Homework Statement



f(x)= \frac{1}{x} g(x)=2√x

Find (f+g)(x)

Homework Equations



Sorry, first post in the homework help section. What do I put here?

The Attempt at a Solution



I feel like I'm missing something obvious here.

(f+g)(x)=\frac{1}{x} + 2√x
=x(\frac{1}{x} + 2√x)
= 1 + 2x√x
= 1 + 2√x^{3}
= 1 + 2x^{\frac{3}{2}}The solution in the back of the book is showing the answer as:

= \frac{1 + 2x^{\frac{3}{2}}}{x}Where is the x in the denominator coming from? I multiplied the entire equation by x to clear the fraction, so the way I'm seeing it, there shouldn't be a denominator, right? What am I missing?
 
Physics news on Phys.org
The very first line is the correct solution (which they then put over a common demonimator). You then multiplied by x for no reason on the second line
 
QuantumCurt said:

Homework Statement



f(x)= \frac{1}{x} g(x)=2√x

Find (f+g)(x)



Homework Equations



Sorry, first post in the homework help section. What do I put here?



The Attempt at a Solution



I feel like I'm missing something obvious here.

(f+g)(x)=\frac{1}{x} + 2√x
=x(\frac{1}{x} + 2√x)
= 1 + 2x√x
= 1 + 2√x^{3}
= 1 + 2x^{\frac{3}{2}}


The solution in the back of the book is showing the answer as:

= \frac{1 + 2x^{\frac{3}{2}}}{x}


Where is the x in the denominator coming from? I multiplied the entire equation by x to clear the fraction, so the way I'm seeing it, there shouldn't be a denominator, right? What am I missing?

You can't just 'multiply by x'. That changes the function. You CAN multiply by x and then divide by x. That's doesn't change anything.
 
Where is the x^{3/2} part coming from? Do I just multiply the 2√x by x to get that part? How is the x in the denominator under the 2√x getting there?
 
Dick said:
You can't just 'multiply by x'. That changes the function. You CAN multiply by x and then divide by x. That's doesn't change anything.

Ok, so I worked it out correctly, but I just need to divide the whole thing by x at the end to restore it to the original value?

Thanks for the help.
 
I can't just put the 2√x over a denominator of x without changing the 1/x part, can I? That still doesn't get the x^(3/2) part anyway. Like I said, I feel like I'm missing something pretty obvious here.
 
QuantumCurt said:
I can't just put the 2√x over a denominator of x without changing the 1/x part, can I? That still doesn't get the x^(3/2) part anyway. Like I said, I feel like I'm missing something pretty obvious here.

You are missing the fact that
\frac{a}{b} + c = \frac{a + bc}{b} Apply this to ##a = 1, \; b = x, \; c = 2\sqrt{x} = 2 x^{1/2}##.
 
Ray Vickson said:
You are missing the fact that
\frac{a}{b} + c = \frac{a + bc}{b} Apply this to ##a = 1, \; b = x, \; c = 2\sqrt{x} = 2 x^{1/2}##.

Ahhh...Ok, that makes sense now. I don't know why that wasn't occurring to me. I'm in trig right now, and we're working through the algebra review section currently, all of it has been incredibly simple, but for some reason this one just wasn't clicking.

Thanks for the help.
 
So...

(f+g)(x)= \frac{1}{x} + 2\sqrt{x}
= \frac{1+(x)(2x^{1/2})}{x}
= \frac{1+2x^{3/2}}{x}


Right?


I've got to play around some more with all of the entry methods for math symbols here, this is a pretty cool system. I'm sure I'll be using it some more in the future.
 
  • #10
QuantumCurt said:
So...

(f+g)(x)= \frac{1}{x} + 2\sqrt{x}
= \frac{1+(x)(2x^{1/2})}{x}
= \frac{1+2x^{3/2}}{x}


Right?


I've got to play around some more with all of the entry methods for math symbols here, this is a pretty cool system. I'm sure I'll be using it some more in the future.


Right. And, yes, TeX is very nice. I probably should use it more.
 
  • #11
QuantumCurt said:
So...

(f+g)(x)= \frac{1}{x} + 2\sqrt{x}
= \frac{1+(x)(2x^{1/2})}{x}
= \frac{1+2x^{3/2}}{x}Right?I've got to play around some more with all of the entry methods for math symbols here, this is a pretty cool system. I'm sure I'll be using it some more in the future.


And a tip for using latex, don't do things like
[itex ]\frac{1}{x}[/itex ] + 2[itex ]\sqrt{x}[/itex ]

Just wrap the entire expression in tags:
[itex ]\frac{1}{x} + 2\sqrt{x}[/itex ]

And I'd also suggest you use tex tags [tex ] ... [/tex ] when you want to post an expression on its own line, and keep the itex tags for when you want to post the expression on the same line as your text. The reason for this is that itex on separate lines will run into each other as you can see in your post. So for example:

Math can be as easy as [itex ]2+2=4[/itex ] but suddenly it can be as hard as solving simultaneous equations [tex ]x+y=2[/tex ] [tex ]2x+y=3[/tex ]

which becomes

Math can be as easy as 2+2=4 but suddenly it can be as hard as solving simultaneous equations x+y=2 2x+y=3
 
  • #12
Thanks for the tips. Hopefully this comes out a lot clearer.

f(x)=\frac{1}{x} \quad g(x)=2\sqrt{x}
(f+g)(x)=\frac{1}{x} + 2\sqrt{x}
=\frac{1+(x)(2x^{1/2})}{x}
=\frac{1+2x^{3/2}}{x}
 
  • #13
Much better :smile:
 
Back
Top