Antiderivative homework question

Click For Summary

Homework Help Overview

The discussion revolves around the calculation of the integral \(\int_0^h x \frac{1}{2\sqrt{hx}}dx\), which is part of a problem involving the average distance a rock falls when dropped from a height \(h\). The subject area includes calculus, specifically antiderivatives and integration techniques.

Discussion Character

  • Exploratory, Mathematical reasoning, Assumption checking

Approaches and Questions Raised

  • Participants explore different methods for integrating the function, with some attempting to simplify the integrand and others questioning the validity of taking certain terms out of the integral. There are discussions about the relationship between \(\frac{x}{\sqrt{x}}\) and \(\sqrt{x}\), as well as the proper evaluation of the integral limits.

Discussion Status

The discussion is active, with various participants providing insights and corrections regarding the integration process. Some participants have offered guidance on how to approach the integral, while others have raised questions about the assumptions made in the setup of the problem. There is a recognition of different interpretations of the integral's evaluation.

Contextual Notes

Some participants note that the integral may be considered improper due to the behavior of the integrand at the lower limit of integration. Additionally, there are references to the context of the problem involving a rock falling from a height and the implications of measuring distances at random intervals.

vorcil
Messages
395
Reaction score
0
Basically I need to know [tex]\int_0^h x\frac{1}{2\sqrt{hx}}dx[/tex]

my working,

[tex]\frac{1}{2\sqrt{hx}} \int_0^h \frac{x}{\sqrt{x}}[/tex]

,

how do i do this?,
[tex]\int \frac{1}{\sqrt{x}}[/tex]

[tex]\int x^(\frac{-1}{2})[/tex]

[tex]\frac{1}{\frac{-1}{2}+1} x^(\frac{-1}{2}+1)[/tex]

[tex]\frac{x^\frac{1/2}}{\frac{1}{2}}[/tex]

[tex]2x^\frac{1}{2}[/tex]

but do i just multiply that by the anti derivative of x? since i want
[tex]\int_0^h \frac{x}{\sqrt{x}}[/tex]
 
Physics news on Phys.org


you got wrong in "my working" . x is variable. so you can't take it out of the integral. 2sqrt(h) is constant so you can take to the front.

1/2sqrt(h) * integral sqrt(x) dx from 0 to h.

= 1/2sqrt(h) * 2/3 * x^3/2 and evaluate at x = h.

= 1/2sqrt(h) * 2/3 * h sqrt(h) = h/3
 


I didn't take x out of the integral

all i did was integrate [tex]\frac{1}{\sqrt{x}}[/tex]

How did you get to [tex]\frac{2}{3} x^\frac{2}{3}[/tex]?

-

i want [tex]\int \frac{x}{\sqrt{x}}[/tex]

I don't know how
 


you have the integral of x / sqrt(x) = integral of sqrt(x).

integral of sqrt(x) = 2/3 * x^3/2
 


invisible_man said:
you have the integral of x / sqrt(x) = integral of sqrt(x).

[tex]\frac{x}{\sqrt{x}} how does that become \sqrt{x} ?[/tex]

[tex]x*x^\frac{-1}{2} = x^(1+(\frac{-1}{2})) = x^\frac{1}{2}[/tex]

[tex]\int x^\frac{1}{2} = \frac{x^\frac{1}{2}+1}{\frac{1}{2}+1}=\frac{3}{2}x^\frac{2}{3}[/tex]

[tex]\int_0^h \frac{2}{3} x^\frac{2}{3} = \frac{2}{3}h^\frac{2}{3}[/tex]
 
Last edited:


Oh dear,

x = sqrt(x) * sqrt (x)
 


[tex]\frac{1}{2\sqrt{h}}\frac{2}{3}h^\frac{2}{3}[/tex]

crossing out 2s,

[tex]\frac{1}{\sqrt{h}}\frac{1}{3}h^\frac{2}{3}[/tex]

realizing h^2/3 is the same as h^1 * h^0.5

[tex]\frac{h^1*h^\frac{1}{2}}{h^\frac{1}{2}3}[/tex]

[tex]\frac{h}{3}[/tex]
 


invisible_man said:
Oh dear,

x = sqrt(x) * sqrt (x)

that doesn't help me at solving [tex]\frac{x}{\sqrt{x}}[/tex]
at all...

solved it

[tex] x*x^\frac{-1}{2} = x^(1+(\frac{-1}{2})) = x^\frac{1}{2} [/tex]
 


what is your question? take that integral or what? type it out your problem and question so I can understand it
 
  • #10


I solved it but,

the initial question was:

---------------------------------------------------------------------------------
Suppose i drop a rock off a cliff of height h, as it falls i snap a million photographs at random intervals, on each picture i measure the distance the rock has fallen.

question: what is the average of all these distances? that is to say, what is the time average of the distance travelled?

-------------------------------
what i did,

The rock starts out at rest, and picks up speed as it falls,

x(t) = 1/2 gt^2

velocity = dx/dt =gt, since v=at and a=g,
the total flight time is [tex]T=\sqrt{\frac{2h}{g}[/tex]

the probability the camerea flashes in the interval dt, is dt/T,
so the probability that a given photograph shows a distance in the coressponding range dx is,

[tex]\frac{dt}{T} = \frac{dx}{gt} \sqrt{\frac{g}{2h}} = \frac{1}{2 \sqrt{hx}}dx[/tex]the probability density that (0<=x<=h),

[tex]p(x) = \frac{1}{2\sqrt{hx}}[/tex]

so that the rock can't be bellow the ground or above from where it was dropped,

putting that into the equation,

[tex]1=\int_{-\infty}^\infty p(x)dx[/tex]

i get,

[tex]\int_0^h \frac{1}{2\sqrt{hx}}dx = \left[\frac{1}{2\sqrt{h}}(2x^{\frac{1}{2}}]\right|_0^h =1[/tex]

and answering the question, what is the average distance,

<X>

i get by putting it into the equation,

[tex]<x> = \int_{-\infty}^\infty xp(x)dx[/tex]

and this is where i needed help with the maths, just for the little algebra/calculus bits,

[tex]<x> = \int_0^h x \frac{1}{2\sqrt{hx}}dx = \frac{1}{2\sqrt{h}} \int \frac{x}{\sqrt{x}} = \left[ \frac{1}{2\sqrt{h}} (\frac{2}{3}x^\frac{3}{2}) \right|_0^h[/tex]

and wala, [tex]\frac{h}{3}[/tex]
 
Last edited:
  • #11


vorcil said:
I solved it but,

the initial question was:

---------------------------------------------------------------------------------
Suppose i drop a rock off a cliff of height h, as it falls i snap a million photographs at random intervals, on each picture i measure the distance the rock has fallen.

question: what is the average of all these distances? that is to say, what is the time average of the distance travelled?

-------------------------------
what i did,

The rock starts out at rest, and picks up speed as it falls,

x(t) = 1/2 gt^2

velocity = dx/dt =gt, since v=at and a=g,
the total flight time is [tex]T=\sqrt{\frac{2h}{g}[/tex]

the probability the camerea flashes in the interval dt, is dt/T,
so the probability that a given photograph shows a distance in the coressponding range dx is,

[tex]\frac{dt}{T} = \frac{dx}{gt} \sqrt{\frac{g}{2h}} = \frac{1}{2 \sqrt{hx}}dx[/tex]


the probability density that (0<=x<=h),

[tex]p(x) = \frac{1}{2\sqrt{hx}}[/tex]

so that the rock can't be bellow the ground or above from where it was dropped,

putting that into the equation,

[tex]1=\int_{-\infty}^\infty p(x)dx[/tex]

i get,

[tex]\int_0^h \frac{1}{2\sqrt{hx}}dx = \left[\frac{1}{2\sqrt{h}}(2x^{\frac{1}{2}}]\right|_0^h =1[/tex]

and answering the question, what is the average distance,

<X>

i get by putting it into the equation,

[tex]<x> = \int_{-\infty}^\infty xp(x)dx[/tex]

and this is where i needed help with the maths, just for the little algebra/calculus bits,

[tex]<x> = \int_0^h x \frac{1}{2\sqrt{hx}}dx = \frac{1}{2\sqrt{h}} \int \frac{x}{\sqrt{x}} = \left[ \frac{1}{2\sqrt{h}} (\frac{2}{3}x^\frac{3}{2}) \right|_0^h[/tex]

and wala, [tex]\frac{h}{3}[/tex]
Do you mean "voila"?
 
  • #12


HallsofIvy said:
Do you mean "voila"?


no waaala :P

i actually calculated the standard deviation of this also :P wondering if i should post it here
 
  • #13


Vorcil is correct.
 
  • #14


Why do it so complicated this is posted in the pre-calculus forum.

if [tex]\int_{0}^{h} \frac{x}{2 \sqrt{hx}}dx = \int_{0}^{h} \frac{x}{2} \cdot \frac{1}{\sqrt{hx}} dx[/tex]

where by using integration by parts I get

[tex]u = \frac{x}{2} \Rightarrow du = \frac{dx}{2}[/tex] and [tex]dv = \frac{dx}{\sqrt{hx}} \Rightarrow v = \frac{2 \sqrt{hx}}{h}[/tex]

Thus

[tex]\bigg[ \frac{x \cdot \sqrt{hx}}{h}\bigg]_{0}^{h} - \int_{0}^{h} \frac{\sqrt{hx}}{h} dx = h - \frac{1}{h} \int_{0}^{h} \sqrt{hx} dx = h - \frac{1}{h} \cdot \bigg[\frac{2\cdot x \cdot \sqrt{hx}}{3}\bigg]_{0}^{h} = h - \frac{1}{h} (\frac{2h^2}{3}) = \frac{h}{3}[/tex]

Susanne
 
Last edited:
  • #15


Although this integral can be calculated using integration by parts, why would you want to use this technique when a much simpler technique is available? The integrand can be written as a constant times x^(1/2), so the antiderivative will be the constant times (2/3) x^(3/2).

No one else seems to have noticed (including myself) that the integral is actually an improper definite integral, due to the integrand being undefined at the lower integration limit. The value of the integral is unaffected, but it should be taken into account.
 

Similar threads

Replies
4
Views
4K
  • · Replies 17 ·
Replies
17
Views
2K
Replies
8
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
Replies
10
Views
2K
  • · Replies 9 ·
Replies
9
Views
2K
  • · Replies 5 ·
Replies
5
Views
1K
  • · Replies 105 ·
4
Replies
105
Views
11K
  • · Replies 4 ·
Replies
4
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K