P
P
pipeul2021-02-16 13:17:53
Mathematical analysis
pipeul, 2021-02-16 13:17:53

What is a limit?

There is no idea what lim is, what it calculates and for what? I watched several videos from YouTube, but did not catch up. If possible, explain in simple language, without complex mathematical terms or on real objects (as for children - "2 apples, cut in half = 4)"

Answer the question

In order to leave comments, you need to log in

6 answer(s)
V
Vladimir Kuts, 2021-02-16
@fox_12

Well - there are some numbers we can't reach. For example, an infinitely large number.
If you find such - I will add to it - say, even - one - and we will get a larger number. Therefore, we designate it as a limit - infinity.
And now for example - take your apple. Let's agree that we are not limited by physical limitations.
And divide it into an infinite number of pieces. What will be the size of one piece? An infinitely small value, but not zero, since we can divide any arbitrarily small piece into two more - and so on ad infinitum. In this case, our limit will tend to zero, but not reach it.

V
Vasily Bannikov, 2021-02-16
@vabka

As I understand it: A limit is some value that a variable tends to but cannot reach.
For example, in your example, the function is "the number of halves of an apple", where the number of apples is x
f (x) = x * 2
When x tends to infinity, f (x) will also tend to infinity.
Or a more telling example:
f(x) = 1/x
As x tends to 0, f(x) will tend to infinity.
It is written something like this:
lim(x->0; f(x))=∞

M
mkone112, 2021-02-16
@mkone112

My favorite: the limit is the point.
The whole point of the theory of limits is precisely in

complex mathematical terms

S
spike__x, 2017-10-02
@Alex_87

VALUES ('$name', '$date', '$time', Sign missing ->> ' $text')

U
Uwe_Boll, 2017-10-02
@Uwe_Boll

Most likely an error in the request, namely here:
$query = "INSERT INTO myotziv(title, date, time, text ) VALUES ('$name', '$date', '$time', $text')";
treated like this:
checked like this:
PS
generate date and time on the server when receiving data and check if there was a POST on

if($_SERVER['REQUEST_METHOD'] == POST){
    //Дальнейшие проверки
}

update:
$query = "INSERT INTO myotziv(title,date, time, text) VALUES ('$name', '$date', '$time', $text' )";
missing single opening quote

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question