• We need your support!

    We are currently struggling to cover the operational costs of Xtremepapers, as a result we might have to shut this website down. Please donate if we have helped you and help make a difference in other students' lives!
    Click here to Donate Now (View Announcement)

Mathematics: Post your doubts here!

Messages
73
Reaction score
24
Points
18
integrate both eq.s and u ll get their distances.
s1 = 8t^2 - 2t^3 + c
s2 = t^2 - 10t + k

since u dont have any origin, u assume a point as origin.
lets take initial position ob object 1 for that here.

at time t = 0,
s1 = 0 = 8(0)^2 - 2(0)^3 + c
hence c = 0
(w.r.t. origin i.e. s1) s2 = 32 = (0)^2 - 10(0) + k
hence k = 32

eq we get are
s1 = 8t^2 - 2t^3
s2 = t^2 - 10t + 32

put s2- s1 = 0, simplify and u ll get...
2t^3 - 7t^2 - 10t + 32 = 0

solve the eq (with hit and trial of course) and u'll have t = 2
Thank you!!
 
Messages
1,394
Reaction score
12,123
Points
523
Sorry for the late reply. My internet loses it sometimes. No wonder when it might lose it next :mad:

So. You have
Ways of choosing exactly one tenor. ANY of the remaining for the other two people
3C1*17C2 = 408
You did 3C1 * 13C2. Why 13? total people are 20. You have to choose 1 from 3 and the other 2 from remaining 17.
Similarly, ways of choosing exactly one bass.
4C1*16C2= 480
Now the question says '(or both)'
Ways of choosing both
3C1*4C1*13C1 = 156
Now look. If you have 'or' in the question you will look for intersection you will get this by adding 408 and 480 and then subtracting 156 from the answer. If you wont, you will be double counting. If the question said 'and' then you would go for addition (union) Therefore
408 + 480 - 156 = 732
Now for probability divide by total.
732/1140= 0.642
I hope I'm coherent enough. Should you require any more detail, feel free to ask!
Thank you so much! (y) I got it! Actually I was totally ignoring some of the possible arrangements; my bad :p Anyway thanks once again.
 
Messages
3,401
Reaction score
9,793
Points
523
if y = (x - 150)/10
we are given mean y and standard deviation (SD) y

I know
mean x = 10 * mean y
but can we find SDx by the information given above?
 
Messages
1,394
Reaction score
12,123
Points
523
One of my frnds said that too, but see this...
I solved the data you showed you me to find the SD(z) and SD (x).

SD(z) comes out to be 16.6
SD(x) comes out to be 16608.9

according to the coding equation:
z = (x-150000)/1000

SD(z) = SD(x)/1000 ---(1)

if you substitute the values, both sides of the equation get equal; this shows that the relationship (1) holds.
 
Last edited:
Messages
3,401
Reaction score
9,793
Points
523
I solved the gave you showed you me to find the SD(z) and SD (x).

SD(z) comes out to be 16.6
SD(x) comes out to be 16608.9

according to the coding equation:
z = (x-150000)/1000

SD(z) = SD(x)/1000 ---(1)

if you substitute the values, both sides of the equation get equal; this shows that the relationship (1) holds.
oh..... sorry. I was taking variance as SD. my bad.
thanks btw
 
Messages
455
Reaction score
7,676
Points
503
plzz help ASAP..!!
Mass = 1100
Fd = 1800
Fr = 700N
Distance = x
Speed = v
i) K.E = 1/2(1100)v^2 = 550v^2
P.E = (1100)(10)(160) = 1760000 Now we have to find it in terms of x which is distance. So it will become 1760000/1760 = 1000x

kv^2 = x
1800x = 700x+ 550v^2+ 1000x
^This is the WD equation. I just substituted everything in terms of x and v
Solve it further you will get
100x = 550v^2
x = 550/100v^2
x = 5.5v^2
Hence k = 5.5 Ans.

ii) 5.5v^2 = 1760
v^2 = 320

1800(x-1760) = 700(x-1760)+ 550(v^2-320) [we subtracted 320 because it was our initial velocity and so to find gain in K.E we already have v^2(initial velocity)
1800x-3168000 = 700x - 1232000+ 550v^2 - 176000
1800x-700-3168000 = -1408000+ 550v^2
1100x-3168000+ 1408000 = 550v^2
1100x+ 1760000 = 550v^2
(1100x+ 176000)/550 = v^2
v^2 = 2x - 3200 (shown)
 
Messages
135
Reaction score
85
Points
38
I am a bit confused like i reached till the step
Int of X/(4-X^2) dx = Int of 1/4 dt

Int of X/(4-X^2) dx should be [ln(4-X^2)]/-2 right?
 

Attachments

  • doubtkabeer.PNG
    doubtkabeer.PNG
    23.4 KB · Views: 5
Messages
455
Reaction score
7,676
Points
503
I am a bit confused like i reached till the step
Int of X/(4-X^2) dx = Int of 1/4 dt

Int of X/(4-X^2) dx should be [ln(4-X^2)]/-2 right?


dx/dt = 1/x - x/4
Take L.C.M
dx/dt = (4 - x^2)/4x
Cross multiply
dx*4x = 4dt - x^2dt
dx*4x = dt(4-x^2)
(dx*4x)/(4-x^2) = dt
Switch sides and integrate.
t = -2ln(4-x^2) + c

t = o
x = 1

>> 0=-2ln(4-1) + c
0 = -2ln3
c = 2ln3
Substitute.
t = -2ln(4-x^2) + 2ln3
t - 2ln3 = -2ln(4-x^2)
-t + 2ln3 = 2ln(4-x^2)
-t = 2ln(4-x^2) - 2ln3
-t = 2ln[(4-x^2)/3]
-t/2 = ln[(4-x^2)/3]
exp(-t/2) = (4 - x^2)/3
3exp(-t/2) = 4 - x^2
3exp(-t/2) - 4 = -x^2
switch sides and change sign
x^2 = 4 - 3exp(-t/2)

I hope I'm right tho :3
 
Messages
3,401
Reaction score
9,793
Points
523
I am a bit confused like i reached till the step
Int of X/(4-X^2) dx = Int of 1/4 dt

Int of X/(4-X^2) dx should be [ln(4-X^2)]/-2 right?
u forgot to add a constant in the integrated equation, i guess
like...
[{ln (4 - x^2)} / -2 ] + ln c = t/4
c comes out to be 9
 
Messages
3,401
Reaction score
9,793
Points
523
K. But can you explain how did you get that ? :/
as the iceberg has a constant speed, it has no resultant force
no resultant force, then u can...
1. make a triangle of forces of 1 drag force and two tensions in the ropes, and use sine rule (triangle will be isosceles as two forces i.e. tensions are equal) OR
2. apply Lami's theorem [ 330000 / sin 30 = T / sin 165 ] OR
3. find horizontal components of both T's, and equate them with 330000, like, 2 * T cos 15 = 330000
 
Messages
1,171
Reaction score
4,151
Points
273
as the iceberg has a constant speed, it has no resultant force
no resultant force, then u can...
1. make a triangle of forces of 1 drag force and two tensions in the ropes, and use sine rule (triangle will be isosceles as two forces i.e. tensions are equal) OR
2. apply Lami's theorem [ 330000 / sin 30 = T / sin 165 ] OR
3. find horizontal components of both T's, and equate them with 330000, like, 2 * T cos 15 = 330000
Thank you so much :)
 
Messages
135
Reaction score
85
Points
38
dx/dt = 1/x - x/4
Take L.C.M
dx/dt = (4 - x^2)/4x
Cross multiply
dx*4x = 4dt - x^2dt
dx*4x = dt(4-x^2)
(dx*4x)/(4-x^2) = dt
Switch sides and integrate.
t = -2ln(4-x^2) + c

t = o
x = 1

>> 0=-2ln(4-1) + c
0 = -2ln3
c = 2ln3
Substitute.
t = -2ln(4-x^2) + 2ln3
t - 2ln3 = -2ln(4-x^2)
-t + 2ln3 = 2ln(4-x^2)
-t = 2ln(4-x^2) - 2ln3
-t = 2ln[(4-x^2)/3]
-t/2 = ln[(4-x^2)/3]
exp(-t/2) = (4 - x^2)/3
3exp(-t/2) = 4 - x^2
3exp(-t/2) - 4 = -x^2
switch sides and change sign
x^2 = 4 - 3exp(-t/2)

I hope I'm right tho :3
Thanks a bunch....
 
Top