Answer:
Work done = 125π J
Explanation:
Given:
P = P_i * ( 1 - (x/d)^2 / 25)
d = 5.0 cm
x = 5 * d cm = 25d
Pi = 12 bar
Work done = integral ( F . dx )
F (x) = P(x) * A
F (x) = (πd^2 / 4) * P_i * (1 - (x/d)^2 / 25)
Work done = integral ((πd^2 / 4) * P_i * (1 - (x/d)^2 / 25) ) . dx
For Limits 0 < x < 5d
Work done = (πd^2 / 4) * P_i integral ( (1 - (x/d)^2) / 25)) . dx
Integrate the function wrt x
Work done = (πd^2 / 4) * P_i * ( x - d*(x/d)^3 / 75 )
Evaluate Limits 0 < x < 5d :
Work done = (πd^2 / 4) * P_i * (5d - 5d / 3)
Work done = (πd^2 / 4) * P_i * (10*d / 3)
Work done = (5 π / 6)d^3 * P_i
Input the values:
Work done = (5 π / 6)(0.05)^3 * (1.2*10^6)
Work done = 125π J
Brake system
Explanation: the engine doesn’t need to be running to make the brake system work the brake system it’s independent
Answer:
%Program prompts user to input vector
v = input('Enter the input vector: ');
%Program shows the value that user entered
fprintf('The input vector:\n ')
disp(v)
%Loop for checking all array elements
for i = 1 : length(v)
%check if the element is a positive number
if v(i) > 0
%double the element
v(i) = v(i) * 2;
%else the element is negative number.
else
%triple the element
v(i) = v(i) * 3;
end
end
%display the modified vector
fprintf('The modified vector:\n ')
disp(v)
<h3><u>CSMA/CD Protocol:
</u></h3>
Carrier sensing can transmit the data at anytime only the condition is before sending the data sense carrier if the carrier is free then send the data.
But the problem is the standing at one end of channel, we can’t send the entire carrier. Because of this 2 stations can transmit the data (use the channel) at the same time resulting in collisions.
There are no acknowledgement to detect collisions, It's stations responsibility to detect whether its data is falling into collisions or not.
<u>Example:
</u>
, at time t = 10.00 AM, A starts, 10:59:59 AM B starts at time 11:00 AM collision starts.
12:00 AM A will see collisions
Pocket Size to detect the collision.

CSMA/CD is widely used in Ethernet.
<u>Efficiency of CSMA/CD:</u>
- In the previous example we have seen that in worst case
time require to detect a collision.
- There could be many collisions may happen before a successful completion of transmission of a packet.
We are given number of collisions (contentions slots)=4.
Distance = 1km = 1000m

Answer:
Depends
Explanation:
The modem connects you to the Internet via ISP. Without a modem, your router will only allow you to connect to a LAN. A modem will provide connections for just a single wired device. If you want to go wireless you need a router.