Skip to main content

Giải toán Vật Lý 11 - Cano A đuổi theo cano B đi vuông góc với bờ - Calculus in simple constant motion problem

 Nhớ lại bài toán VL trong Giải toán Vật Lý 11.

Hai cano A và B cách nhau một khoảng AB = a ven bờ. Cano A đi với vận tốc v vuông góc với bờ.
Cano B đuổi theo A, di chuyển luôn hướng về phía A. Sau một tg hai cano đi trên một đường thẳng.
Hỏi khoảng cách 2 cano là bn ?
Đáp án là a/2 nhưng rất lâu mình chưa tìm được lời giải. 

Sau này có quen dần với tích phân (Calculus) + Vector thì cũng đoán được cách giải nhưng cụ thể thì chưa.


∑(å = π/2 => 0) v * sin(å) ∆t   = a = v * T với T là tg cano đi từ A => B (đi thẳng).

= (cos(π/2) - cos(0)) (or may be negative, I'm not remember).

= 1 (diện tích dưới nửa hình sin đoạn từ π/2 => π)

Vx = V.sin(a) : Vận tốc theo phương x sẽ giảm dần từ V về 0.
Tính trung bình Vx = V/2, Vy = V/2. (?)
Quãng đường đi được theo phương x vẫn là a nhưng mất tg là 2T.

T là tg đi từ A->B mà đi thẳng.

Như vậy Cano B sẽ đi thẳng góc sau A ở điểm C cách bờ (điểm A) 1 quãng = a.

* Nhìn hình có thể thấy đoạn "tối ưu" ? là đi thẳng BC luôn (quãng đường a√2 ~ 1.414a).



Quãng đường đi theo phương ngang cũng như phương đứng đều = a.


Comments

Popular posts from this blog

Notes on Real Estate investments and economy, moral related issues

K on money. Plan, study and trial land, estate investment.  Law study or ask, buys service. Capital flow, banking, relative funding. Legislation: Địa chính + CA + Công chứng... Private knowledge seem greedy ? (or not share until some degree). https://www.realtymogul.com/knowledge-center/article/20-famous-real-estate-investing-quotes TK đồ đá, đồng, sắt => đồ đểu. #1 Agriculture land (Nha Trang) https://luatduonggia.vn/dieu-kien-dien-tich-tach-thua-toi-thieu-tai-khanh-hoa-moi-nhat/ tổng hợp tt quy hoạch từ các app + web data. Mua nếu cần, sau đó capture. Data need update => figure best way to do. Real land manager is King, so make connection. https://quyhoach.hanoi.vn/ damn expensive (basic 500k/mo) :( Định giá Một cách để testing / probe / valuation giá trị BĐS => biết đắt / rẻ và k/n NH cho vay đc bn. https://agent.rever.vn/blog/dinh-gia-bat-dong-san Logic loop, complicated (not simple step-by-steps ?). Corner, turn (we can not see road ahead at the corner / turn, eventua...

405 error with Nginx configuration

I am using old (outdated) jQuery image upload libraries fengyuanchen cropper.js and tuyoshivinicius jQuery-Picture-Cut. And have error with upload functionality. It not show file chosen from upload form. Console log show 405 error. It take me few days (not really focus on) but at first I guess the problem is within the JS library. Ton of jQuery plugin and JS script. Many outdated since 2015, like jQuery-Picture-Cut have removed. Fengyuanchen cropper seem still work and document keep maintenanced. https://github.com/fengyuanchen/cropper One of my function use this library and it still work well. So I firstly try to apply this function to my broken admin upload crop image function. Fortunately I jumped into nginx issue search and fixed it. https://stackoverflow.com/questions/44612803/405-error-with-ajax-post-nginx-configuration Nginx server doesn't allow POST request with static page (ie. *.html). There are hacks to handle the problem. In my case, it fix the 405...