You are not logged in.
The definition given of [] here is exactly the definition of floor function: "largest integer number less than or equal x "; these must be floors.
If so then the Fourier series representation leads to an interesting way of looking at this:
Thus
Thus the limit exists, and is not equal to 2... !
This is probably not the way to do it, but it is an interesting result... can anyone see anything wrong with that?
The fourier series representation is correct I think, eg see here http://en.wikipedia.org/wiki/Floor_function.
Ok I see now, it should be read as:
"Fifty minutes ago, if it was four time as many minutes past three o'clock" = 50 minutes ago, it was four times as many minutes (ie *4 times as much as that 50 minutes*) past 3 o'clock.
I agree now, this is probably how it should be interpreted. It's not as convoluted. But I still think it's a badly worded problem.
The statement is:
"Fifty minutes ago, if it was four time as many minutes past three o'clock"
I find the statement of the problem somewhat confusing. The way I interpret it is this:
"Fifty minutes ago" --> the current time minus 50 minutes
"if it was four times as many minutes past three o'clock" --> 'it' refers to the "fifty minutes ago" and it "was" [ie it was equal to] four times as many minutes past 3PM. This is how I got the equation. ie, "four times as many minutes past 3PM" -> 4 times the same number of minutes (the question says *as many*) past 3 PM, ie 3PM + T (but expressed in number of minutes).
Again I think the problem statement is badly worded, could you tell me how you arrived at your interpretation from the original wording?
I may quite possibly be wrong, but I interpret the problem like this:
let the current time be T minutes. T is measured in minutes.
let the number of minutes be 0 at noon.
Therefore, T is the number of minutes that have passed since noon.
Writing 3PM in terms of minutes past noon:
3PM = 3 * 60 minutes = 180 minutes
Translating the given information into an equation:
T - 50 = 4(180 + T)
Solving for T:
T - 50 = 720 + 4T
3T = -770
T = -256.667
Writing 6PM in terms of minutes since noon:
6PM = 6 * 60 minutes = 360 minutes
let X be the amount of minutes needed to get to 6PM from the current time.
We know now that:
-256.667 + X = 360
X = 385.667
Therefore it is about 386 minutes to six o'clock.
Discontinuous at a point means: not continuous at that point, ie, this condition is not true:
In your example, see what happens at x = 2.
I'm not sure at this moment how to label these as removable or not, someone else will certainly post soon.
In your case, you just have to re-arrange the equation so that it is in that form:
or equivalently:
The "double intercept form" is this form:
I assume a is a constant. First factor it out:
Now we need to factor the numerator.
Call it f(r) = r^3 - r^2 + r - 1
Try values of r such that f(r) = 0. Notice that f(1) = 0.
Thus, by the factor theorem, (r-1) is a factor of f(r).
To find the other factor, use polynomial long division.
I get the other factor as (r^2 + 1)
Thus, f(r) = (r - 1)(r^2 + 1)
Now we can write:
Not entirely sure if my answer is correct
i. (f - g)(x)
(5 + 2/x) - (x - 1)
4 - 1/x
That should be 6 + 2/x - x = (2 + 6x - x^2)/x
iii. y = 5 + 2/x
2/x = y - 5
x = 2(y - 5)
f^-1 = 2y - 10
That should be x = 2/(y-5) , f^-1 = 2/(x-5)
Hi,
I got this far but I get a different solution proceeding as follows:
We need to find the critical points of the expression, ie where it is zero or undefined:
if x = 7;it is undefined when x = 1 or x = -2.
Now looking at the signs of the expression on the intervals these conditions imply:
positive on
negative on
positive on
negative on
Therefore, the solution set is the union of the intervals
andin other words, the solution set S = {x: x < - 2} UNION {x: 1 < x < 7}
They skipped some steps.
Here is what happened in very small steps:
You can always ask people on this site for help, some of us find it fun.
And yes I've had some lousy teachers myself in the past.
I don't have time to work them out right now, but without any domain restrictions, Mathematica software gives these answers:
(a)
(b)
(c)
Can you give some examples of specific questions which you don't like or don't get? We'd be glad to explain anything !
You're welcome it was fun !
In your simplification, can you tell me how you got the 2nd line? I can't quite follow that step.
This question is based on applying De Morgen ad nauseum, like 15 times:
It's quite possible that it's a typo in the book.
I can't see how to get that answer!
I got the third one too now, I'll need to learn the latex code for boolean to type it nicely, hold on a few minutes..
For the 2nd, are you sure the answer is supposed to be:
~D + A~B~C + ~A~BC
I got ~D + A~B~C + ~A~BCD
ie, with a D at the end...
It's a pain to type though... I just applied De Morgen to ~(C+D), and then factored out ~D on every term possible, then what was left over simplified to 1, which left ~D.
For the 1st one:
You need De Morgan's Law, the two forms of it :
q = ~(RST) * ~(R + S + T)
= ~(RST) * (~R~S~T)
= (~R + ~S + ~T) * (~R~S~T)
now distribute:
= ~R(~R~S~T) + ~S(~R~S~T) + ~T(~R~S~T)
now notice that (~X)(~X) = ~X for any boolean X, and apply that:
= (~R~S~T) + (~R~S~T) + (~R~S~T)
now notice that ORing X with itself any number times is just X: X + X + X + .... = X in boolean (weird but true)
Thus
= (~R~S~T)
I'll use "~A" to mean A negated.
We know that A + 1 = 1.
The OR operation needs *just one* of its operands to be 1 in order to evaluate to 1... so no matter what expression is "ORed" with 1 will give 1.
Therefore, ~A + 1 = 1, and AB + 1 = 1.
As for the second part:
Boolean And is commutative, so we can write:
A(~C) * (~A)(C) = A(~A) * C(~C)
And in general, for any boolean X: X * ~X = 0.
(ie, something can't be true AND not true at the same time!)
Therefore, A(~A) * C(~C) = 0 * 0 = 0, as you said.
Is the modulus of a complex number |z| an american or british term ? or both ?
Notice that:
and also:
Thus:
There might be, but it's more difficult... I can't think of a way to do it without differentiation.
Actually in my first year calculus course they also gave us limit questions which required L'Hopital's rule but which was not taught yet; I suppose there is some weird other way of doing it but this is the best way!
So here is L'Hopital's Rule for the case of rational functions:
Consider a limit
If f(a)/g(a) gives an *indeterminate form*, such as:
Then you are allowed to differentiate the top and bottom functions:
If this new limit also gives an indeterminate form, you can differentiate the top and bottom again until the quotient gives a 'normal' value.
(The actual definition is more technical and precise, but I think this is sufficient for school assignments )
We need to use the volume of a sphere formula:
where r is the radius.
We have to re-arrange this formula, solve it for r:
One step at a time:
take the cube root of both sides:
So now we have a formula for the radius r when V is known:
Now using your specific numbers:
1. V = 250 cm^3
From the formula:
(approximately)
I assume you are allowed to use a calculator to work out these problems.