Top answers


Describe a stack data structure.

A stack is a LIFO (Last In First Out) data structure. Analogous to a stack of plates, every new data entry is placed (or pushed) onto the top of the stack, and to get the the data below it, you must first re...
MT
Answered by Michael T. Computing tutor
3856 Views

∫ log(x) dx

Using "Integration by parts" or "reverse chain rule" . Recall formula for intergration by parts: "∫f'(x) g(x) dx = f(x)g(x) - ∫f(x)g'(x)dx" Then set f'(x) = 1, g(x) = log(x). Ca...
MT
Answered by Michael T. Maths tutor
49274 Views

Differentiate f(x) = 2xlnx.

Use the chain rule: f'(x) = v(du/dx) +u(dv/dx). Let u = 2x, du/dx = 2, v = lnx, dv/dx = 1/x Using this information: f'(x) = 2lnx + 2x/x This simplifies to f'(x) = 2lnx +2.
TV
Answered by Tom V. Maths tutor
22990 Views

A simple circuit contains a battery rated at 12V, connected in series to a filament lamp with a resistance of 3 ohms. What current flows through the filament lamp?

V=IR, where V is voltage (volts), I is current (amps) and R is resistance (ohms). Since V and R are known, I needs to be found. Rearranging the equation gives: I=V/R. Inputting the values gives I=12/3. I=4A
TV
Answered by Tom V. Physics tutor
5882 Views

Find the solutions of the equation x^2 - 2x - 8 =0

First factorise the equation into 2 sets of brackets: You can do this by looking at the constant in the quadratic, 8. Try and find 2 numbers that multiply together to make 8 (such as 4 and 2), and that can b...
TV
Answered by Tom V. Maths tutor
8502 Views