Beginning Antiderivative Question

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
7 replies · 2K views
calisoca
Messages
28
Reaction score
0

Homework Statement



Find the antiderivative of [tex]F(x) \ = \ \sqrt{\frac{5}{x}}[/tex]

Homework Equations



[tex]F(x) \ = \ \sqrt{\frac{5}{x}}[/tex]

The Attempt at a Solution



1.) [tex]F(x) \ = \ \sqrt{\frac{5}{x}}[/tex]

2.) [tex]F(x) \ = \ (\frac{5}{x})^\frac{1}{2}[/tex]

3.) [tex]F(x) \ = \ \frac{5^\frac{1}{2}}{x^\frac{1}{2}}[/tex]

4.) [tex]F(x) \ = \ (5^\frac{1}{2})(x^\frac{-1}{2})[/tex]

This is where I am stuck. I can find the antiderivative of the [tex]x^\frac{-1}{2}[/tex] term, which would be [tex]2\sqrt{x}[/tex], but I'm not sure where to go with the [tex]5^\frac{1}{2}[/tex] term.

Any help would be greatly appreciated.
 
Physics news on Phys.org
The sqrt(5) is merely a constant. Integrating functions is similar to differentiating functions. If I asked you to find d(kf(x))/dx where k is a constant, you would likely say kf'(x). Apply similar thinking when applying anti-differentiation.
 
Well, I know that, for example, if asked to find the antiderivative of 5, the answer would be [tex]5x + C[/tex].

I was trying to use similar logic here by saying [tex]5^\frac{1}{2}[/tex] would become something like [tex]\frac{10\sqrt{x^3}}{3}[/tex]. However, that didn't seem right.

So, if I follow the logic that [tex]kf(x)[/tex] derives to [tex]k\frac{df}{dx}[/tex], and since [tex]5^\frac{1}{2}[/tex] is simply a constant, then I would just leave it as is.

Thus, the antiderivative would be [tex](\sqrt{5})(2\sqrt{x})[/tex].

Am I understanding this correctly?
 
Thank you very much everyone for all of your help!
 
calisoca said:
Well, I know that, for example, if asked to find the antiderivative of 5, the answer would be [tex]5x + C[/tex].

I was trying to use similar logic here by saying [tex]5^\frac{1}{2}[/tex] would become something like [tex]\frac{10\sqrt{x^3}}{3}[/tex]. However, that didn't seem right.

So, if I follow the logic that [tex]kf(x)[/tex] derives to [tex]k\frac{df}{dx}[/tex], and since [tex]5^\frac{1}{2}[/tex] is simply a constant, then I would just leave it as is.

Thus, the antiderivative would be [tex](\sqrt{5})(2\sqrt{x})[/tex].

Am I understanding this correctly?
Which, of course, is the same as [tex]2\sqrt{5x}+ C[/tex] so that it is in the same form as the original function (and don't forget the "C").
 
Yes, of course! Thank you, HallsofIvy.