Fractional index means "xth root of". Negative index means a fraction. So together, what it really means is:
![\frac{1}{\sqrt[5]{32}} = \frac{1}{2}.](https://tex.z-dn.net/?f=%5Cfrac%7B1%7D%7B%5Csqrt%5B5%5D%7B32%7D%7D%20%3D%20%5Cfrac%7B1%7D%7B2%7D.)
Let’s call the speed of the slower car S, then the speed of the other is S+10mph.
At 5pm they have been travelling for 3 hours. The slower car travels a distance 3S and the faster one 3(S+10).
But the two distances must add up to 240 miles so 3S+3(S+10)=240, 3S+3S+30=240, 6S=210, S=35 mph. The faster car’s speed is 45mph. We can see that 3S is the same distance as 3x, so x=S=35 mph, and the distance the faster car travels is 3×45=135 miles.
A pattern of growth<span> in which, in a new environment, the </span>population<span> density of an organism increases slowly initially, in a positive acceleration phase; then increases rapidly, approaching an exponential </span>growth<span> rate</span>
Answer:
In the given figure the point on segment PQ is twice as from P as from Q is. What is the point? Ans is (2,1).
Step-by-step explanation:
There is really no need to use any quadratics or roots.
( Consider the same problem on the plain number line first. )
How do you find the number between 2 and 5 which is twice as far from 2 as from 5?
You take their difference, which is 3. Now splitting this distance by ratio 2:1 means the first distance is two thirds, the second is one third, so we get
4=2+23(5−2)
It works completely the same with geometric points (using vector operations), just linear interpolation: Call the result R, then
R=P+23(Q−P)
so in your case we get
R=(0,−1)+23(3,3)=(2,1)
Why does this work for 2D-distances as well, even if there seem to be roots involved? Because vector length behaves linearly after all! (meaning |t⋅a⃗ |=t|a⃗ | for any positive scalar t)
Edit: We'll try to divide a distance s into parts a and b such that a is twice as long as b. So it's a=2b and we get
s=a+b=2b+b=3b
⇔b=13s⇒a=23s