Top answers

All subjects
All levels

Given that x = 4sin(2y + 6), Find dy/dx in terms of x

x = 4sin(2y + 6)dx/dy = 4(2)cos(2y + 6)dx/dy = 8cos(2y + 6) ==> dy/dx = 1/8cos(2y + 6)sin2(2y + 6) + cos2(2y + 6) = 1cos(2y + 6) = √(1 - sin2(2y + 6))cos(2y + 6) = √(1 ...

SP
Answered by Shubham P. Maths tutor
8602 Views

Write a short program to print all the even numbers 1 to 100

To begin with, we will need to make a loop which iterates (loops) 10 times, which we can use the for statement for:for value in range (1,101): // do something - this is a comment Note, here we use the ran...

SP
Answered by Sam P. Python tutor
3663 Views

Find the area under the curve y=xexp(-x)

first recognise ‘area under’ = integrationfunction is a product so by partsset x=u; exp(-x)=dv/dx integral(udv/dx)=uv-integral(vdu/dx)
du/dx =1; v=-exp(-x)ans=(x.-exp(-x))-integral(1.exp(-x)dx)ans=-x...

Answered by Maths tutor
2815 Views

What is the difference between RAM & ROM and the ways they are used within a computer system?

In a computer system, RAM is used to temporarily hold programs & data while they are required by the CPU. Storing them in RAM, due to its rapid access times and close proximity to the CPU, means its c...

SP
Answered by Sam P. Computing tutor
2778 Views

Using z=cos(θ)+isin(θ), find expressions for z^n-1/z^n and z^n+1/z^n

We make use of De Moivre's Theorem which states that (cos(θ)+isin(θ))^n=cos(nθ)+isin(nθ).z^n-1/z^n=cos(nθ)+ isin(nθ)-cos(-nθ)- isin(-nθ)=cos(nθ)+ isin(nθ)-cos(nθ)+ isin(nθ) (by trig relat...

BS
4457 Views

We're here to help

contact us iconContact usWhatsapp logoMessage us on Whatsapptelephone icon+44 (0) 203 773 6020
Facebook logoInstagram logoLinkedIn logo

© MyTutorWeb Ltd 2013–2025

Terms & Conditions|Privacy Policy
Cookie Preferences